[MERGE] forward port of branch saas-3 up to db75994

This commit is contained in:
Christophe Simonis 2014-10-14 15:13:14 +02:00
commit 2e3f59181d
15 changed files with 1888 additions and 1199 deletions

View File

@ -221,7 +221,7 @@ class account_bank_statement(osv.osv):
'ref': st_line.ref, 'ref': st_line.ref,
} }
def _get_counter_part_account(sefl, cr, uid, st_line, context=None): def _get_counter_part_account(self, cr, uid, st_line, context=None):
"""Retrieve the account to use in the counterpart move. """Retrieve the account to use in the counterpart move.
:param browse_record st_line: account.bank.statement.line record to create the move from. :param browse_record st_line: account.bank.statement.line record to create the move from.
@ -231,7 +231,7 @@ class account_bank_statement(osv.osv):
return st_line.statement_id.journal_id.default_credit_account_id.id return st_line.statement_id.journal_id.default_credit_account_id.id
return st_line.statement_id.journal_id.default_debit_account_id.id return st_line.statement_id.journal_id.default_debit_account_id.id
def _get_counter_part_partner(sefl, cr, uid, st_line, context=None): def _get_counter_part_partner(self, cr, uid, st_line, context=None):
"""Retrieve the partner to use in the counterpart move. """Retrieve the partner to use in the counterpart move.
:param browse_record st_line: account.bank.statement.line record to create the move from. :param browse_record st_line: account.bank.statement.line record to create the move from.

View File

@ -24,6 +24,7 @@ from lxml import etree
from openerp import models, fields, api, _ from openerp import models, fields, api, _
from openerp.exceptions import except_orm, Warning, RedirectWarning from openerp.exceptions import except_orm, Warning, RedirectWarning
from openerp.tools import float_compare
import openerp.addons.decimal_precision as dp import openerp.addons.decimal_precision as dp
# mapping invoice type to journal type # mapping invoice type to journal type
@ -705,6 +706,7 @@ class account_invoice(models.Model):
account_invoice_tax.create(tax) account_invoice_tax.create(tax)
else: else:
tax_key = [] tax_key = []
precision = self.env['decimal.precision'].precision_get('Account')
for tax in self.tax_line: for tax in self.tax_line:
if tax.manual: if tax.manual:
continue continue
@ -713,7 +715,7 @@ class account_invoice(models.Model):
if key not in compute_taxes: if key not in compute_taxes:
raise except_orm(_('Warning!'), _('Global taxes defined, but they are not in invoice lines !')) raise except_orm(_('Warning!'), _('Global taxes defined, but they are not in invoice lines !'))
base = compute_taxes[key]['base'] base = compute_taxes[key]['base']
if abs(base - tax.base) > company_currency.rounding: if float_compare(abs(base - tax.base), company_currency.rounding, precision_digits=precision) == 1:
raise except_orm(_('Warning!'), _('Tax base different!\nClick on compute to update the tax base.')) raise except_orm(_('Warning!'), _('Tax base different!\nClick on compute to update the tax base.'))
for key in compute_taxes: for key in compute_taxes:
if key not in tax_key: if key not in tax_key:

View File

@ -486,6 +486,7 @@ class email_template(osv.osv):
# body: add user signature, sanitize # body: add user signature, sanitize
if 'body_html' in fields and template.user_signature: if 'body_html' in fields and template.user_signature:
signature = self.pool.get('res.users').browse(cr, uid, uid, context).signature signature = self.pool.get('res.users').browse(cr, uid, uid, context).signature
if signature:
values['body_html'] = tools.append_content_to_html(values['body_html'], signature, plaintext=False) values['body_html'] = tools.append_content_to_html(values['body_html'], signature, plaintext=False)
if values.get('body_html'): if values.get('body_html'):
values['body'] = tools.html_sanitize(values['body_html']) values['body'] = tools.html_sanitize(values['body_html'])

View File

@ -38,7 +38,7 @@ class gamification_badge_user(osv.Model):
_rec_name = "badge_name" _rec_name = "badge_name"
_columns = { _columns = {
'user_id': fields.many2one('res.users', string="User", required=True), 'user_id': fields.many2one('res.users', string="User", required=True, ondelete="cascade"),
'sender_id': fields.many2one('res.users', string="Sender", help="The user who has send the badge"), 'sender_id': fields.many2one('res.users', string="Sender", help="The user who has send the badge"),
'badge_id': fields.many2one('gamification.badge', string='Badge', required=True, ondelete="cascade"), 'badge_id': fields.many2one('gamification.badge', string='Badge', required=True, ondelete="cascade"),
'challenge_id': fields.many2one('gamification.challenge', string='Challenge originating', help="If this badge was rewarded through a challenge"), 'challenge_id': fields.many2one('gamification.challenge', string='Challenge originating', help="If this badge was rewarded through a challenge"),

View File

@ -40,6 +40,7 @@ This is the base module to manage the accounting chart for Luxembourg.
'data': [ 'data': [
# basic accounting data # basic accounting data
'account_financial_report.xml', 'account_financial_report.xml',
'account_financial_report_abr.xml',
'account.account.type-2011.csv', 'account.account.type-2011.csv',
'account.account.template-2011.csv', 'account.account.template-2011.csv',
'account.tax.code.template-2011.csv', 'account.tax.code.template-2011.csv',

View File

@ -3,14 +3,14 @@ lu_2011_account_0,0,Plan de compte Luxembourgeois - Loi de Juin 2009 (THAMINI &
lu_2011_account_bilan,bilan,TOTAL CLASSES 1 A 5,lu_2011_account_0,view,account.data_account_type_view,f, lu_2011_account_bilan,bilan,TOTAL CLASSES 1 A 5,lu_2011_account_0,view,account.data_account_type_view,f,
lu_2011_account_1,1,"CLASSE 1 - COMPTES DE CAPITAUX, DE PROVISIONS ET DE DETTES FINANCIERES",lu_2011_account_bilan,view,account_type_2011_1_capital,f, lu_2011_account_1,1,"CLASSE 1 - COMPTES DE CAPITAUX, DE PROVISIONS ET DE DETTES FINANCIERES",lu_2011_account_bilan,view,account_type_2011_1_capital,f,
lu_2011_account_10,10,Capital ou dotation des succursales et comptes de l'exploitant,lu_2011_account_1,view,account_type_2011_1_capital,f, lu_2011_account_10,10,Capital ou dotation des succursales et comptes de l'exploitant,lu_2011_account_1,view,account_type_2011_1_capital,f,
lu_2011_account_101,101,Capital souscrit (Sociétés de capitaux - Montant total),lu_2011_account_10,other,account_type_2011_1_capital,f,account_financial_report_68 lu_2011_account_101,101,Capital souscrit (Sociétés de capitaux - Montant total),lu_2011_account_10,other,account_type_2011_1_capital,f,"account_financial_report_68,account_financial_report_abr_68"
lu_2011_account_102,102,Capital souscrit non appelé (Sociétés de capitaux),lu_2011_account_10,other,account_type_2011_1_capital,f,account_financial_report_17 lu_2011_account_102,102,Capital souscrit non appelé (Sociétés de capitaux),lu_2011_account_10,other,account_type_2011_1_capital,f,"account_financial_report_17,account_financial_report_abr_17"
lu_2011_account_103,103,Capital souscrit appelé et non versé (Sociétés de capitaux),lu_2011_account_10,other,account_type_2011_1_capital,f,account_financial_report_18 lu_2011_account_103,103,Capital souscrit appelé et non versé (Sociétés de capitaux),lu_2011_account_10,other,account_type_2011_1_capital,f,"account_financial_report_18,account_financial_report_abr_18"
lu_2011_account_104,104,Capital des entreprises commerçants personnes physiques et des sociétés de personnes,lu_2011_account_10,view,account_type_2011_1_capital,f,account_financial_report_68 lu_2011_account_104,104,Capital des entreprises commerçants personnes physiques et des sociétés de personnes,lu_2011_account_10,view,account_type_2011_1_capital,f,"account_financial_report_68,account_financial_report_abr_68"
lu_2011_account_1041,1041,Commerçants personnes physiques,lu_2011_account_104,other,account_type_2011_1_capital,f, lu_2011_account_1041,1041,Commerçants personnes physiques,lu_2011_account_104,other,account_type_2011_1_capital,f,
lu_2011_account_1042,1042,Sociétés de personnes,lu_2011_account_104,other,account_type_2011_1_capital,f, lu_2011_account_1042,1042,Sociétés de personnes,lu_2011_account_104,other,account_type_2011_1_capital,f,
lu_2011_account_105,105,Dotation des succursales,lu_2011_account_10,other,account_type_2011_1_capital,f,account_financial_report_68 lu_2011_account_105,105,Dotation des succursales,lu_2011_account_10,other,account_type_2011_1_capital,f,"account_financial_report_68,account_financial_report_abr_68"
lu_2011_account_106,106,Comptes de l'exploitant ou des coexploitants,lu_2011_account_10,view,account_type_2011_1_capital,f,account_financial_report_68 lu_2011_account_106,106,Comptes de l'exploitant ou des coexploitants,lu_2011_account_10,view,account_type_2011_1_capital,f,"account_financial_report_68,account_financial_report_abr_68"
lu_2011_account_1061,1061,Prélèvements privés de l'exploitant ou des coexploitants,lu_2011_account_106,view,account_type_2011_1_capital,f, lu_2011_account_1061,1061,Prélèvements privés de l'exploitant ou des coexploitants,lu_2011_account_106,view,account_type_2011_1_capital,f,
lu_2011_account_10611,10611,Prélèvements en numéraire (train de vie),lu_2011_account_1061,other,account_type_2011_1_capital,f, lu_2011_account_10611,10611,Prélèvements en numéraire (train de vie),lu_2011_account_1061,other,account_type_2011_1_capital,f,
lu_2011_account_10612,10612,"Prélèvements en nature de marchandises, de produits finis et services (au prix de revient)",lu_2011_account_1061,other,account_type_2011_1_capital,f, lu_2011_account_10612,10612,"Prélèvements en nature de marchandises, de produits finis et services (au prix de revient)",lu_2011_account_1061,other,account_type_2011_1_capital,f,
@ -73,51 +73,51 @@ lu_2011_account_106283,106283,Impôt sur la fortune,lu_2011_account_10628,other,
lu_2011_account_106284,106284,Impôt commercial,lu_2011_account_10628,other,account_type_2011_1_capital,f, lu_2011_account_106284,106284,Impôt commercial,lu_2011_account_10628,other,account_type_2011_1_capital,f,
lu_2011_account_106288,106288,Autres remboursements d'impôts,lu_2011_account_10628,other,account_type_2011_1_capital,f, lu_2011_account_106288,106288,Autres remboursements d'impôts,lu_2011_account_10628,other,account_type_2011_1_capital,f,
lu_2011_account_10629,10629,Quote-part professionnelle de frais privés,lu_2011_account_1062,other,account_type_2011_1_capital,f, lu_2011_account_10629,10629,Quote-part professionnelle de frais privés,lu_2011_account_1062,other,account_type_2011_1_capital,f,
lu_2011_account_11,11,Primes d'émission et primes assimilées,lu_2011_account_1,view,account_type_2011_1_capital,f,account_financial_report_69 lu_2011_account_11,11,Primes d'émission et primes assimilées,lu_2011_account_1,view,account_type_2011_1_capital,f,"account_financial_report_69,account_financial_report_abr_69"
lu_2011_account_111,111,Primes d'émission,lu_2011_account_11,other,account_type_2011_1_capital,f, lu_2011_account_111,111,Primes d'émission,lu_2011_account_11,other,account_type_2011_1_capital,f,
lu_2011_account_112,112,Primes de fusion,lu_2011_account_11,other,account_type_2011_1_capital,f, lu_2011_account_112,112,Primes de fusion,lu_2011_account_11,other,account_type_2011_1_capital,f,
lu_2011_account_113,113,Primes d'apport,lu_2011_account_11,other,account_type_2011_1_capital,f, lu_2011_account_113,113,Primes d'apport,lu_2011_account_11,other,account_type_2011_1_capital,f,
lu_2011_account_114,114,Primes de conversion d'obligations en actions,lu_2011_account_11,other,account_type_2011_1_capital,f, lu_2011_account_114,114,Primes de conversion d'obligations en actions,lu_2011_account_11,other,account_type_2011_1_capital,f,
lu_2011_account_115,115,"Apport en capitaux propres non rémunéré par des titres (""Capital contribution"")",lu_2011_account_11,other,account_type_2011_1_capital,f, lu_2011_account_115,115,"Apport en capitaux propres non rémunéré par des titres (""Capital contribution"")",lu_2011_account_11,other,account_type_2011_1_capital,f,
lu_2011_account_12,12,Réserves de réévaluation,lu_2011_account_1,view,account_type_2011_1_capital,f,account_financial_report_70 lu_2011_account_12,12,Réserves de réévaluation,lu_2011_account_1,view,account_type_2011_1_capital,f,"account_financial_report_70,account_financial_report_abr_70"
lu_2011_account_121,121,Réserves de réévaluation en application de la juste valeur,lu_2011_account_12,other,account_type_2011_1_capital,f, lu_2011_account_121,121,Réserves de réévaluation en application de la juste valeur,lu_2011_account_12,other,account_type_2011_1_capital,f,
lu_2011_account_122,122,Réserves de mise en équivalence (Participations valorisées suivant l'art. 58),lu_2011_account_12,other,account_type_2011_1_capital,f, lu_2011_account_122,122,Réserves de mise en équivalence (Participations valorisées suivant l'art. 58),lu_2011_account_12,other,account_type_2011_1_capital,f,
lu_2011_account_123,123,Plus-values sur écarts de conversion immunisées,lu_2011_account_12,other,account_type_2011_1_capital,f, lu_2011_account_123,123,Plus-values sur écarts de conversion immunisées,lu_2011_account_12,other,account_type_2011_1_capital,f,
lu_2011_account_128,128,Autres réserves de réévaluation,lu_2011_account_12,other,account_type_2011_1_capital,f, lu_2011_account_128,128,Autres réserves de réévaluation,lu_2011_account_12,other,account_type_2011_1_capital,f,
lu_2011_account_13,13,Réserves,lu_2011_account_1,view,account_type_2011_1_capital,f, lu_2011_account_13,13,Réserves,lu_2011_account_1,view,account_type_2011_1_capital,f,
lu_2011_account_131,131,Réserve légale,lu_2011_account_13,other,account_type_2011_1_capital,f,account_financial_report_72 lu_2011_account_131,131,Réserve légale,lu_2011_account_13,other,account_type_2011_1_capital,f,"account_financial_report_72,account_financial_report_abr_71"
lu_2011_account_132,132,Réserve pour actions propres ou parts propres,lu_2011_account_13,other,account_type_2011_1_capital,f,account_financial_report_73 lu_2011_account_132,132,Réserve pour actions propres ou parts propres,lu_2011_account_13,other,account_type_2011_1_capital,f,"account_financial_report_73,account_financial_report_abr_71"
lu_2011_account_133,133,Réserves statutaires,lu_2011_account_13,other,account_type_2011_1_capital,f,account_financial_report_74 lu_2011_account_133,133,Réserves statutaires,lu_2011_account_13,other,account_type_2011_1_capital,f,"account_financial_report_74,account_financial_report_abr_71"
lu_2011_account_138,138,Autres réserves,lu_2011_account_13,view,account_type_2011_1_capital,f,account_financial_report_75 lu_2011_account_138,138,Autres réserves,lu_2011_account_13,view,account_type_2011_1_capital,f,"account_financial_report_75,account_financial_report_abr_71"
lu_2011_account_1381,1381,Réserve pour l'impôt sur la fortune,lu_2011_account_138,other,account_type_2011_1_capital,f, lu_2011_account_1381,1381,Réserve pour l'impôt sur la fortune,lu_2011_account_138,other,account_type_2011_1_capital,f,
lu_2011_account_1382,1382,Autres réserves indisponibles,lu_2011_account_138,other,account_type_2011_1_capital,f, lu_2011_account_1382,1382,Autres réserves indisponibles,lu_2011_account_138,other,account_type_2011_1_capital,f,
lu_2011_account_1383,1383,Autres réserves disponibles,lu_2011_account_138,other,account_type_2011_1_capital,f, lu_2011_account_1383,1383,Autres réserves disponibles,lu_2011_account_138,other,account_type_2011_1_capital,f,
lu_2011_account_14,14,Résultats,lu_2011_account_1,view,account_type_2011_1_capital,f, lu_2011_account_14,14,Résultats,lu_2011_account_1,view,account_type_2011_1_capital,f,
lu_2011_account_141,141,Résultats reportés,lu_2011_account_14,other,account_type_2011_1_capital,f,account_financial_report_76 lu_2011_account_141,141,Résultats reportés,lu_2011_account_14,other,account_type_2011_1_capital,f,"account_financial_report_76,account_financial_report_abr_76"
lu_2011_account_142,142,Résultat de l'exercice,lu_2011_account_14,other,account_type_2011_1_capital,f,account_financial_report_77 lu_2011_account_142,142,Résultat de l'exercice,lu_2011_account_14,other,account_type_2011_1_capital,f,"account_financial_report_77,account_financial_report_abr_77"
lu_2011_account_15,15,Acomptes sur dividendes,lu_2011_account_1,other,account_type_2011_1_capital,f,account_financial_report_78 lu_2011_account_15,15,Acomptes sur dividendes,lu_2011_account_1,other,account_type_2011_1_capital,f,"account_financial_report_78,account_financial_report_abr_78"
lu_2011_account_16,16,Subventions d'investissement en capital,lu_2011_account_1,view,account_type_2011_1_capital,f,account_financial_report_79 lu_2011_account_16,16,Subventions d'investissement en capital,lu_2011_account_1,view,account_type_2011_1_capital,f,"account_financial_report_79,account_financial_report_abr_79"
lu_2011_account_161,161,Terrains et constructions,lu_2011_account_16,other,account_type_2011_1_capital,f, lu_2011_account_161,161,Terrains et constructions,lu_2011_account_16,other,account_type_2011_1_capital,f,
lu_2011_account_162,162,Installations techniques et machines,lu_2011_account_16,other,account_type_2011_1_capital,f, lu_2011_account_162,162,Installations techniques et machines,lu_2011_account_16,other,account_type_2011_1_capital,f,
lu_2011_account_163,163,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_16,other,account_type_2011_1_capital,f, lu_2011_account_163,163,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_16,other,account_type_2011_1_capital,f,
lu_2011_account_168,168,Autres subventions d'investissement en capital,lu_2011_account_16,other,account_type_2011_1_capital,f, lu_2011_account_168,168,Autres subventions d'investissement en capital,lu_2011_account_16,other,account_type_2011_1_capital,f,
lu_2011_account_17,17,Plus-values immunisées,lu_2011_account_1,view,account_type_2011_1_capital,f,account_financial_report_80 lu_2011_account_17,17,Plus-values immunisées,lu_2011_account_1,view,account_type_2011_1_capital,f,"account_financial_report_80,account_financial_report_abr_80"
lu_2011_account_171,171,Plus-values immunisées à réinvestir,lu_2011_account_17,other,account_type_2011_1_capital,f, lu_2011_account_171,171,Plus-values immunisées à réinvestir,lu_2011_account_17,other,account_type_2011_1_capital,f,
lu_2011_account_172,172,Plus-values immunisées réinvesties,lu_2011_account_17,other,account_type_2011_1_capital,f, lu_2011_account_172,172,Plus-values immunisées réinvesties,lu_2011_account_17,other,account_type_2011_1_capital,f,
lu_2011_account_18,18,Provisions,lu_2011_account_1,view,account_type_2011_1_provision,f, lu_2011_account_18,18,Provisions,lu_2011_account_1,view,account_type_2011_1_provision,f,
lu_2011_account_181,181,Provisions pour pensions et obligations similaires,lu_2011_account_18,other,account_type_2011_1_provision,f,account_financial_report_83 lu_2011_account_181,181,Provisions pour pensions et obligations similaires,lu_2011_account_18,other,account_type_2011_1_provision,f,"account_financial_report_83,account_financial_report_abr_82"
lu_2011_account_182,182,Provisions pour impôts,lu_2011_account_18,view,account_type_2011_1_provision,f,account_financial_report_84 lu_2011_account_182,182,Provisions pour impôts,lu_2011_account_18,view,account_type_2011_1_provision,f,"account_financial_report_84,account_financial_report_abr_82"
lu_2011_account_1821,1821,Provisions pour impôt sur le revenu des collectivités,lu_2011_account_182,other,account_type_2011_1_provision,f, lu_2011_account_1821,1821,Provisions pour impôt sur le revenu des collectivités,lu_2011_account_182,other,account_type_2011_1_provision,f,
lu_2011_account_1822,1822,Provisions pour impôt commercial,lu_2011_account_182,other,account_type_2011_1_provision,f, lu_2011_account_1822,1822,Provisions pour impôt commercial,lu_2011_account_182,other,account_type_2011_1_provision,f,
lu_2011_account_1823,1823,Provisions pour impôt sur la fortune,lu_2011_account_182,other,account_type_2011_1_provision,f, lu_2011_account_1823,1823,Provisions pour impôt sur la fortune,lu_2011_account_182,other,account_type_2011_1_provision,f,
lu_2011_account_1828,1828,Autres provisions pour impôts,lu_2011_account_182,other,account_type_2011_1_provision,f, lu_2011_account_1828,1828,Autres provisions pour impôts,lu_2011_account_182,other,account_type_2011_1_provision,f,
lu_2011_account_183,183,Provisions pour impôts différés,lu_2011_account_18,other,account_type_2011_1_provision,f,account_financial_report_84 lu_2011_account_183,183,Provisions pour impôts différés,lu_2011_account_18,other,account_type_2011_1_provision,f,"account_financial_report_84,account_financial_report_abr_82"
lu_2011_account_188,188,Autres provisions,lu_2011_account_18,view,account_type_2011_1_provision,f,account_financial_report_85 lu_2011_account_188,188,Autres provisions,lu_2011_account_18,view,account_type_2011_1_provision,f,"account_financial_report_85,account_financial_report_abr_82"
lu_2011_account_1881,1881,Provisions d'exploitation,lu_2011_account_188,other,account_type_2011_1_provision,f, lu_2011_account_1881,1881,Provisions d'exploitation,lu_2011_account_188,other,account_type_2011_1_provision,f,
lu_2011_account_1882,1882,Provisions financières,lu_2011_account_188,other,account_type_2011_1_provision,f, lu_2011_account_1882,1882,Provisions financières,lu_2011_account_188,other,account_type_2011_1_provision,f,
lu_2011_account_1883,1883,Provisions exceptionnelles,lu_2011_account_188,other,account_type_2011_1_provision,f, lu_2011_account_1883,1883,Provisions exceptionnelles,lu_2011_account_188,other,account_type_2011_1_provision,f,
lu_2011_account_19,19,Dettes financières et dettes assimilées,lu_2011_account_1,view,account_type_2011_1_provision,f, lu_2011_account_19,19,Dettes financières et dettes assimilées,lu_2011_account_1,view,account_type_2011_1_provision,f,
lu_2011_account_191,191,Dettes subordonnées,lu_2011_account_19,view,account_type_2011_1_provision,f,account_financial_report_81 lu_2011_account_191,191,Dettes subordonnées,lu_2011_account_19,view,account_type_2011_1_provision,f,"account_financial_report_81,account_financial_report_abr_81"
lu_2011_account_1911,1911,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_191,view,account_type_2011_1_provision,f, lu_2011_account_1911,1911,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_191,view,account_type_2011_1_provision,f,
lu_2011_account_19111,19111,Montant principal,lu_2011_account_1911,other,account_type_2011_1_provision,f, lu_2011_account_19111,19111,Montant principal,lu_2011_account_1911,other,account_type_2011_1_provision,f,
lu_2011_account_19112,19112,Intérêts courus,lu_2011_account_1911,other,account_type_2011_1_provision,f, lu_2011_account_19112,19112,Intérêts courus,lu_2011_account_1911,other,account_type_2011_1_provision,f,
@ -125,42 +125,42 @@ lu_2011_account_1912,1912,dont la durée résiduelle est supérieure à un an,lu
lu_2011_account_19121,19121,Montant principal,lu_2011_account_1912,other,account_type_2011_1_provision,f, lu_2011_account_19121,19121,Montant principal,lu_2011_account_1912,other,account_type_2011_1_provision,f,
lu_2011_account_19122,19122,Intérêts courus,lu_2011_account_1912,other,account_type_2011_1_provision,f, lu_2011_account_19122,19122,Intérêts courus,lu_2011_account_1912,other,account_type_2011_1_provision,f,
lu_2011_account_192,192,Emprunts obligataires convertibles,lu_2011_account_19,view,account_type_2011_1_provision,f, lu_2011_account_192,192,Emprunts obligataires convertibles,lu_2011_account_19,view,account_type_2011_1_provision,f,
lu_2011_account_1921,1921,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_192,view,account_type_2011_1_provision,f,account_financial_report_89 lu_2011_account_1921,1921,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_192,view,account_type_2011_1_provision,f,"account_financial_report_89,account_financial_report_abr_89"
lu_2011_account_19211,19211,Montant principal,lu_2011_account_1921,other,account_type_2011_1_provision,f, lu_2011_account_19211,19211,Montant principal,lu_2011_account_1921,other,account_type_2011_1_provision,f,
lu_2011_account_19212,19212,Intérêts courus,lu_2011_account_1921,other,account_type_2011_1_provision,f, lu_2011_account_19212,19212,Intérêts courus,lu_2011_account_1921,other,account_type_2011_1_provision,f,
lu_2011_account_1922,1922,dont la durée résiduelle est supérieure à un an,lu_2011_account_192,view,account_type_2011_1_provision,f,account_financial_report_90 lu_2011_account_1922,1922,dont la durée résiduelle est supérieure à un an,lu_2011_account_192,view,account_type_2011_1_provision,f,"account_financial_report_90,account_financial_report_abr_90"
lu_2011_account_19221,19221,Montant principal,lu_2011_account_1922,other,account_type_2011_1_provision,f, lu_2011_account_19221,19221,Montant principal,lu_2011_account_1922,other,account_type_2011_1_provision,f,
lu_2011_account_19222,19222,Intérêts courus,lu_2011_account_1922,other,account_type_2011_1_provision,f, lu_2011_account_19222,19222,Intérêts courus,lu_2011_account_1922,other,account_type_2011_1_provision,f,
lu_2011_account_193,193,Emprunts obligataires non convertibles,lu_2011_account_19,view,account_type_2011_1_provision,f, lu_2011_account_193,193,Emprunts obligataires non convertibles,lu_2011_account_19,view,account_type_2011_1_provision,f,
lu_2011_account_1931,1931,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_193,view,account_type_2011_1_provision,f,account_financial_report_92 lu_2011_account_1931,1931,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_193,view,account_type_2011_1_provision,f,"account_financial_report_92,account_financial_report_abr_89"
lu_2011_account_19311,19311,Montant principal,lu_2011_account_1931,other,account_type_2011_1_provision,f, lu_2011_account_19311,19311,Montant principal,lu_2011_account_1931,other,account_type_2011_1_provision,f,
lu_2011_account_19312,19312,Intérêts courus,lu_2011_account_1931,other,account_type_2011_1_provision,f, lu_2011_account_19312,19312,Intérêts courus,lu_2011_account_1931,other,account_type_2011_1_provision,f,
lu_2011_account_1932,1932,dont la durée résiduelle est supérieure à un an,lu_2011_account_193,view,account_type_2011_1_provision,f,account_financial_report_93 lu_2011_account_1932,1932,dont la durée résiduelle est supérieure à un an,lu_2011_account_193,view,account_type_2011_1_provision,f,"account_financial_report_93,account_financial_report_abr_90"
lu_2011_account_19321,19321,Montant principal,lu_2011_account_1932,other,account_type_2011_1_provision,f, lu_2011_account_19321,19321,Montant principal,lu_2011_account_1932,other,account_type_2011_1_provision,f,
lu_2011_account_19322,19322,Intérêts courus,lu_2011_account_1932,other,account_type_2011_1_provision,f, lu_2011_account_19322,19322,Intérêts courus,lu_2011_account_1932,other,account_type_2011_1_provision,f,
lu_2011_account_194,194,Dettes envers des établissements de crédit,lu_2011_account_19,view,account_type_2011_1_provision,f, lu_2011_account_194,194,Dettes envers des établissements de crédit,lu_2011_account_19,view,account_type_2011_1_provision,f,
lu_2011_account_1941,1941,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_194,view,account_type_2011_1_provision,f,account_financial_report_95 lu_2011_account_1941,1941,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_194,view,account_type_2011_1_provision,f,"account_financial_report_95,account_financial_report_abr_89"
lu_2011_account_19411,19411,Montant principal,lu_2011_account_1941,other,account_type_2011_1_provision,f, lu_2011_account_19411,19411,Montant principal,lu_2011_account_1941,other,account_type_2011_1_provision,f,
lu_2011_account_19412,19412,Intérêts courus,lu_2011_account_1941,other,account_type_2011_1_provision,f, lu_2011_account_19412,19412,Intérêts courus,lu_2011_account_1941,other,account_type_2011_1_provision,f,
lu_2011_account_1942,1942,dont la durée résiduelle est supérieure à un an,lu_2011_account_194,view,account_type_2011_1_provision,f,account_financial_report_96 lu_2011_account_1942,1942,dont la durée résiduelle est supérieure à un an,lu_2011_account_194,view,account_type_2011_1_provision,f,"account_financial_report_96,account_financial_report_abr_90"
lu_2011_account_19421,19421,Montant principal,lu_2011_account_1942,other,account_type_2011_1_provision,f, lu_2011_account_19421,19421,Montant principal,lu_2011_account_1942,other,account_type_2011_1_provision,f,
lu_2011_account_19422,19422,Intérêts courus,lu_2011_account_1942,other,account_type_2011_1_provision,f, lu_2011_account_19422,19422,Intérêts courus,lu_2011_account_1942,other,account_type_2011_1_provision,f,
lu_2011_account_195,195,Dettes de leasing financier,lu_2011_account_19,view,account_type_2011_1_provision,f, lu_2011_account_195,195,Dettes de leasing financier,lu_2011_account_19,view,account_type_2011_1_provision,f,
lu_2011_account_1951,1951,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_195,other,account_type_2011_1_provision,f,account_financial_report_95 lu_2011_account_1951,1951,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_195,other,account_type_2011_1_provision,f,"account_financial_report_95,account_financial_report_abr_89"
lu_2011_account_1952,1952,dont la durée résiduelle est supérieure à un an,lu_2011_account_195,other,account_type_2011_1_provision,f,account_financial_report_96 lu_2011_account_1952,1952,dont la durée résiduelle est supérieure à un an,lu_2011_account_195,other,account_type_2011_1_provision,f,"account_financial_report_96,account_financial_report_abr_90"
lu_2011_account_198,198,Autres emprunts et dettes assimilées,lu_2011_account_19,view,account_type_2011_1_provision,f, lu_2011_account_198,198,Autres emprunts et dettes assimilées,lu_2011_account_19,view,account_type_2011_1_provision,f,
lu_2011_account_1981,1981,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_198,view,account_type_2011_1_provision,f,account_financial_report_116 lu_2011_account_1981,1981,dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_198,view,account_type_2011_1_provision,f,"account_financial_report_116,account_financial_report_abr_89"
lu_2011_account_19811,19811,Autres emprunts,lu_2011_account_1981,other,account_type_2011_1_provision,f, lu_2011_account_19811,19811,Autres emprunts,lu_2011_account_1981,other,account_type_2011_1_provision,f,
lu_2011_account_19812,19812,Rentes viagères capitalisées,lu_2011_account_1981,other,account_type_2011_1_provision,f, lu_2011_account_19812,19812,Rentes viagères capitalisées,lu_2011_account_1981,other,account_type_2011_1_provision,f,
lu_2011_account_19813,19813,Autres dettes assimilées,lu_2011_account_1981,other,account_type_2011_1_provision,f, lu_2011_account_19813,19813,Autres dettes assimilées,lu_2011_account_1981,other,account_type_2011_1_provision,f,
lu_2011_account_19814,19814,Intérêts courus sur autres emprunts et dettes assimilées,lu_2011_account_1981,other,account_type_2011_1_provision,f, lu_2011_account_19814,19814,Intérêts courus sur autres emprunts et dettes assimilées,lu_2011_account_1981,other,account_type_2011_1_provision,f,
lu_2011_account_1982,1982,dont la durée résiduelle est supérieure à un an,lu_2011_account_198,view,account_type_2011_1_provision,f,account_financial_report_117 lu_2011_account_1982,1982,dont la durée résiduelle est supérieure à un an,lu_2011_account_198,view,account_type_2011_1_provision,f,"account_financial_report_117,account_financial_report_abr_90"
lu_2011_account_19821,19821,Autres emprunts,lu_2011_account_1982,other,account_type_2011_1_provision,f, lu_2011_account_19821,19821,Autres emprunts,lu_2011_account_1982,other,account_type_2011_1_provision,f,
lu_2011_account_19822,19822,Rentes viagères capitalisées,lu_2011_account_1982,other,account_type_2011_1_provision,f, lu_2011_account_19822,19822,Rentes viagères capitalisées,lu_2011_account_1982,other,account_type_2011_1_provision,f,
lu_2011_account_19823,19823,Autres dettes assimilées,lu_2011_account_1982,other,account_type_2011_1_provision,f, lu_2011_account_19823,19823,Autres dettes assimilées,lu_2011_account_1982,other,account_type_2011_1_provision,f,
lu_2011_account_19824,19824,Intérêts courus sur autres emprunts et dettes assimilées,lu_2011_account_1982,other,account_type_2011_1_provision,f, lu_2011_account_19824,19824,Intérêts courus sur autres emprunts et dettes assimilées,lu_2011_account_1982,other,account_type_2011_1_provision,f,
lu_2011_account_2,2,CLASSE 2 - COMPTES DE FRAIS DETABLISSEMENT ET DACTIFS IMMOBILISES,lu_2011_account_bilan,view,account.data_account_type_view,f, lu_2011_account_2,2,CLASSE 2 - COMPTES DE FRAIS DETABLISSEMENT ET DACTIFS IMMOBILISES,lu_2011_account_bilan,view,account.data_account_type_view,f,
lu_2011_account_20,20,Frais d'établissement et frais assimilés,lu_2011_account_2,view,account_type_2011_2_immo,f,account_financial_report_19 lu_2011_account_20,20,Frais d'établissement et frais assimilés,lu_2011_account_2,view,account_type_2011_2_immo,f,"account_financial_report_19,account_financial_report_abr_19"
lu_2011_account_201,201,Frais de constitution,lu_2011_account_20,other,account_type_2011_2_immo,f, lu_2011_account_201,201,Frais de constitution,lu_2011_account_20,other,account_type_2011_2_immo,f,
lu_2011_account_202,202,Frais de premier établissement,lu_2011_account_20,view,account_type_2011_2_immo,f, lu_2011_account_202,202,Frais de premier établissement,lu_2011_account_20,view,account_type_2011_2_immo,f,
lu_2011_account_2021,2021,Frais de prospection,lu_2011_account_202,other,account_type_2011_2_immo,f, lu_2011_account_2021,2021,Frais de prospection,lu_2011_account_202,other,account_type_2011_2_immo,f,
@ -169,9 +169,9 @@ lu_2011_account_203,203,"Frais d'augmentation de capital et d'opérations divers
lu_2011_account_204,204,Frais d'émission d'emprunts,lu_2011_account_20,other,account_type_2011_2_immo,f, lu_2011_account_204,204,Frais d'émission d'emprunts,lu_2011_account_20,other,account_type_2011_2_immo,f,
lu_2011_account_208,208,Autres frais assimilés,lu_2011_account_20,other,account_type_2011_2_immo,f, lu_2011_account_208,208,Autres frais assimilés,lu_2011_account_20,other,account_type_2011_2_immo,f,
lu_2011_account_21,21,Immobilisations incorporelles,lu_2011_account_2,view,account_type_2011_2_immo,f, lu_2011_account_21,21,Immobilisations incorporelles,lu_2011_account_2,view,account_type_2011_2_immo,f,
lu_2011_account_211,211,Frais de recherche et de développement,lu_2011_account_21,other,account_type_2011_2_immo,f,account_financial_report_22 lu_2011_account_211,211,Frais de recherche et de développement,lu_2011_account_21,other,account_type_2011_2_immo,f,"account_financial_report_22,account_financial_report_abr_21"
lu_2011_account_212,212,"Concessions, brevets, licences, marques ainsi que droits et valeurs similaires",lu_2011_account_21,view,account_type_2011_2_immo,f, lu_2011_account_212,212,"Concessions, brevets, licences, marques ainsi que droits et valeurs similaires",lu_2011_account_21,view,account_type_2011_2_immo,f,
lu_2011_account_2121,2121,Acquis à titre onéreux (Actifs incorporels non produits),lu_2011_account_212,view,account_type_2011_2_immo,f,account_financial_report_24 lu_2011_account_2121,2121,Acquis à titre onéreux (Actifs incorporels non produits),lu_2011_account_212,view,account_type_2011_2_immo,f,"account_financial_report_24,account_financial_report_abr_21"
lu_2011_account_21211,21211,Concessions,lu_2011_account_2121,other,account_type_2011_2_immo,f, lu_2011_account_21211,21211,Concessions,lu_2011_account_2121,other,account_type_2011_2_immo,f,
lu_2011_account_21212,21212,Brevets,lu_2011_account_2121,other,account_type_2011_2_immo,f, lu_2011_account_21212,21212,Brevets,lu_2011_account_2121,other,account_type_2011_2_immo,f,
lu_2011_account_21213,21213,Licences informatiques (logiciels et progiciels informatiques),lu_2011_account_2121,other,account_type_2011_2_immo,f, lu_2011_account_21213,21213,Licences informatiques (logiciels et progiciels informatiques),lu_2011_account_2121,other,account_type_2011_2_immo,f,
@ -180,7 +180,7 @@ lu_2011_account_21215,21215,Droits et valeurs similaires acquis à titre onéreu
lu_2011_account_212151,212151,Droits d'auteur et de reproduction,lu_2011_account_21215,other,account_type_2011_2_immo,f, lu_2011_account_212151,212151,Droits d'auteur et de reproduction,lu_2011_account_21215,other,account_type_2011_2_immo,f,
lu_2011_account_212152,212152,Droits d'émission,lu_2011_account_21215,other,account_type_2011_2_immo,f, lu_2011_account_212152,212152,Droits d'émission,lu_2011_account_21215,other,account_type_2011_2_immo,f,
lu_2011_account_212158,212158,Autres droits et valeurs similaires acquis à titre onéreux,lu_2011_account_21215,other,account_type_2011_2_immo,f, lu_2011_account_212158,212158,Autres droits et valeurs similaires acquis à titre onéreux,lu_2011_account_21215,other,account_type_2011_2_immo,f,
lu_2011_account_2122,2122,Créés par l'entreprise elle-même (Actifs incorporels produits),lu_2011_account_212,view,account_type_2011_2_immo,f,account_financial_report_25 lu_2011_account_2122,2122,Créés par l'entreprise elle-même (Actifs incorporels produits),lu_2011_account_212,view,account_type_2011_2_immo,f,"account_financial_report_25,account_financial_report_abr_21"
lu_2011_account_21221,21221,Concessions,lu_2011_account_2122,other,account_type_2011_2_immo,f, lu_2011_account_21221,21221,Concessions,lu_2011_account_2122,other,account_type_2011_2_immo,f,
lu_2011_account_21222,21222,Brevets,lu_2011_account_2122,other,account_type_2011_2_immo,f, lu_2011_account_21222,21222,Brevets,lu_2011_account_2122,other,account_type_2011_2_immo,f,
lu_2011_account_21223,21223,Licences informatiques (logiciels et progiciels informatiques),lu_2011_account_2122,other,account_type_2011_2_immo,f, lu_2011_account_21223,21223,Licences informatiques (logiciels et progiciels informatiques),lu_2011_account_2122,other,account_type_2011_2_immo,f,
@ -189,13 +189,13 @@ lu_2011_account_21225,21225,Droits et valeurs similaires créés par l'entrepris
lu_2011_account_212251,212251,Droits d'auteur et de reproduction,lu_2011_account_21225,other,account_type_2011_2_immo,f, lu_2011_account_212251,212251,Droits d'auteur et de reproduction,lu_2011_account_21225,other,account_type_2011_2_immo,f,
lu_2011_account_212252,212252,Droits d'émission,lu_2011_account_21225,other,account_type_2011_2_immo,f, lu_2011_account_212252,212252,Droits d'émission,lu_2011_account_21225,other,account_type_2011_2_immo,f,
lu_2011_account_212258,212258,Autres droits et valeurs similaires créés par l'entreprise elle-même,lu_2011_account_21225,other,account_type_2011_2_immo,f, lu_2011_account_212258,212258,Autres droits et valeurs similaires créés par l'entreprise elle-même,lu_2011_account_21225,other,account_type_2011_2_immo,f,
lu_2011_account_213,213,"Fonds de commerce, dans la mesure où il a été acquis à titre onéreux",lu_2011_account_21,other,account_type_2011_2_immo,f,account_financial_report_26 lu_2011_account_213,213,"Fonds de commerce, dans la mesure où il a été acquis à titre onéreux",lu_2011_account_21,other,account_type_2011_2_immo,f,"account_financial_report_26,account_financial_report_abr_21"
lu_2011_account_214,214,Acomptes versés et immobilisations incorporelles en cours,lu_2011_account_21,view,account_type_2011_2_immo,f,account_financial_report_27 lu_2011_account_214,214,Acomptes versés et immobilisations incorporelles en cours,lu_2011_account_21,view,account_type_2011_2_immo,f,"account_financial_report_27,account_financial_report_abr_21"
lu_2011_account_2141,2141,Frais de recherche et de développement,lu_2011_account_214,other,account_type_2011_2_immo,f, lu_2011_account_2141,2141,Frais de recherche et de développement,lu_2011_account_214,other,account_type_2011_2_immo,f,
lu_2011_account_2142,2142,"Concessions, brevets, licences, marques ainsi que droits et valeurs similaires",lu_2011_account_214,other,account_type_2011_2_immo,f, lu_2011_account_2142,2142,"Concessions, brevets, licences, marques ainsi que droits et valeurs similaires",lu_2011_account_214,other,account_type_2011_2_immo,f,
lu_2011_account_2143,2143,Fonds de commerce,lu_2011_account_214,other,account_type_2011_2_immo,f, lu_2011_account_2143,2143,Fonds de commerce,lu_2011_account_214,other,account_type_2011_2_immo,f,
lu_2011_account_22,22,Immobilisations corporelles,lu_2011_account_2,view,account_type_2011_2_immo,f, lu_2011_account_22,22,Immobilisations corporelles,lu_2011_account_2,view,account_type_2011_2_immo,f,
lu_2011_account_221,221,Terrains et constructions,lu_2011_account_22,view,account_type_2011_2_immo,f,account_financial_report_29 lu_2011_account_221,221,Terrains et constructions,lu_2011_account_22,view,account_type_2011_2_immo,f,"account_financial_report_29,account_financial_report_abr_28"
lu_2011_account_2211,2211,Terrains,lu_2011_account_221,view,account_type_2011_2_immo,f, lu_2011_account_2211,2211,Terrains,lu_2011_account_221,view,account_type_2011_2_immo,f,
lu_2011_account_22111,22111,Terrains nus,lu_2011_account_2211,other,account_type_2011_2_immo,f, lu_2011_account_22111,22111,Terrains nus,lu_2011_account_2211,other,account_type_2011_2_immo,f,
lu_2011_account_22112,22112,Terrains aménagés,lu_2011_account_2211,other,account_type_2011_2_immo,f, lu_2011_account_22112,22112,Terrains aménagés,lu_2011_account_2211,other,account_type_2011_2_immo,f,
@ -213,10 +213,10 @@ lu_2011_account_22128,22128,Agencements et aménagements d'autres terrains,lu_20
lu_2011_account_2213,2213,Constructions,lu_2011_account_221,view,account_type_2011_2_immo,f, lu_2011_account_2213,2213,Constructions,lu_2011_account_221,view,account_type_2011_2_immo,f,
lu_2011_account_22131,22131,Constructions sur sol propre,lu_2011_account_2213,other,account_type_2011_2_immo,f, lu_2011_account_22131,22131,Constructions sur sol propre,lu_2011_account_2213,other,account_type_2011_2_immo,f,
lu_2011_account_22132,22132,Constructions sur sol d'autrui,lu_2011_account_2213,other,account_type_2011_2_immo,f, lu_2011_account_22132,22132,Constructions sur sol d'autrui,lu_2011_account_2213,other,account_type_2011_2_immo,f,
lu_2011_account_222,222,Installations techniques et machines,lu_2011_account_22,view,account_type_2011_2_immo,f,account_financial_report_30 lu_2011_account_222,222,Installations techniques et machines,lu_2011_account_22,view,account_type_2011_2_immo,f,"account_financial_report_30,account_financial_report_abr_28"
lu_2011_account_2221,2221,Installations techniques,lu_2011_account_222,other,account_type_2011_2_immo,f, lu_2011_account_2221,2221,Installations techniques,lu_2011_account_222,other,account_type_2011_2_immo,f,
lu_2011_account_2222,2222,Machines,lu_2011_account_222,other,account_type_2011_2_immo,f, lu_2011_account_2222,2222,Machines,lu_2011_account_222,other,account_type_2011_2_immo,f,
lu_2011_account_223,223,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_22,view,account_type_2011_2_immo,f,account_financial_report_31 lu_2011_account_223,223,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_22,view,account_type_2011_2_immo,f,"account_financial_report_31,account_financial_report_abr_28"
lu_2011_account_2231,2231,Equipement de transport et de manutention,lu_2011_account_223,other,account_type_2011_2_immo,f, lu_2011_account_2231,2231,Equipement de transport et de manutention,lu_2011_account_223,other,account_type_2011_2_immo,f,
lu_2011_account_2232,2232,Véhicules de transport,lu_2011_account_223,other,account_type_2011_2_immo,f, lu_2011_account_2232,2232,Véhicules de transport,lu_2011_account_223,other,account_type_2011_2_immo,f,
lu_2011_account_2233,2233,Outillage,lu_2011_account_223,other,account_type_2011_2_immo,f, lu_2011_account_2233,2233,Outillage,lu_2011_account_223,other,account_type_2011_2_immo,f,
@ -225,7 +225,7 @@ lu_2011_account_2235,2235,Matériel informatique (hardware),lu_2011_account_223,
lu_2011_account_2236,2236,Cheptel,lu_2011_account_223,other,account_type_2011_2_immo,f, lu_2011_account_2236,2236,Cheptel,lu_2011_account_223,other,account_type_2011_2_immo,f,
lu_2011_account_2237,2237,Emballages récupérables,lu_2011_account_223,other,account_type_2011_2_immo,f, lu_2011_account_2237,2237,Emballages récupérables,lu_2011_account_223,other,account_type_2011_2_immo,f,
lu_2011_account_2238,2238,Autres installations,lu_2011_account_223,other,account_type_2011_2_immo,f, lu_2011_account_2238,2238,Autres installations,lu_2011_account_223,other,account_type_2011_2_immo,f,
lu_2011_account_224,224,Acomptes versés et immobilisations corporelles en cours,lu_2011_account_22,view,account_type_2011_2_immo,f,account_financial_report_32 lu_2011_account_224,224,Acomptes versés et immobilisations corporelles en cours,lu_2011_account_22,view,account_type_2011_2_immo,f,"account_financial_report_32,account_financial_report_abr_28"
lu_2011_account_2241,2241,Terrains et constructions,lu_2011_account_224,view,account_type_2011_2_immo,f, lu_2011_account_2241,2241,Terrains et constructions,lu_2011_account_224,view,account_type_2011_2_immo,f,
lu_2011_account_22411,22411,Terrains,lu_2011_account_2241,other,account_type_2011_2_immo,f, lu_2011_account_22411,22411,Terrains,lu_2011_account_2241,other,account_type_2011_2_immo,f,
lu_2011_account_22412,22412,Agencements et aménagements de terrains,lu_2011_account_2241,other,account_type_2011_2_immo,f, lu_2011_account_22412,22412,Agencements et aménagements de terrains,lu_2011_account_2241,other,account_type_2011_2_immo,f,
@ -233,11 +233,11 @@ lu_2011_account_22413,22413,Constructions,lu_2011_account_2241,other,account_typ
lu_2011_account_2242,2242,Installations techniques et machines,lu_2011_account_224,other,account_type_2011_2_immo,f, lu_2011_account_2242,2242,Installations techniques et machines,lu_2011_account_224,other,account_type_2011_2_immo,f,
lu_2011_account_2243,2243,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_224,other,account_type_2011_2_immo,f, lu_2011_account_2243,2243,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_224,other,account_type_2011_2_immo,f,
lu_2011_account_23,23,Immobilisations financières,lu_2011_account_2,view,account_type_2011_2_immo,f, lu_2011_account_23,23,Immobilisations financières,lu_2011_account_2,view,account_type_2011_2_immo,f,
lu_2011_account_231,231,Parts dans des entreprises liées,lu_2011_account_23,other,account_type_2011_2_immo,f,account_financial_report_34 lu_2011_account_231,231,Parts dans des entreprises liées,lu_2011_account_23,other,account_type_2011_2_immo,f,"account_financial_report_34,account_financial_report_abr_33"
lu_2011_account_232,232,Créances sur des entreprises liées,lu_2011_account_23,other,account_type_2011_2_immo,f,account_financial_report_35 lu_2011_account_232,232,Créances sur des entreprises liées,lu_2011_account_23,other,account_type_2011_2_immo,f,"account_financial_report_35,account_financial_report_abr_33"
lu_2011_account_233,233,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_23,other,account_type_2011_2_immo,f,account_financial_report_36 lu_2011_account_233,233,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_23,other,account_type_2011_2_immo,f,"account_financial_report_36,account_financial_report_abr_33"
lu_2011_account_234,234,Créances sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_23,other,account_type_2011_2_immo,f,account_financial_report_37 lu_2011_account_234,234,Créances sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_23,other,account_type_2011_2_immo,f,"account_financial_report_37,account_financial_report_abr_33"
lu_2011_account_235,235,Titres ayant le caractère d'immobilisations,lu_2011_account_23,view,account_type_2011_2_immo,f,account_financial_report_38 lu_2011_account_235,235,Titres ayant le caractère d'immobilisations,lu_2011_account_23,view,account_type_2011_2_immo,f,"account_financial_report_38,account_financial_report_abr_33"
lu_2011_account_2351,2351,Titres immobilisés (droit de propriété),lu_2011_account_235,view,account_type_2011_2_immo,f, lu_2011_account_2351,2351,Titres immobilisés (droit de propriété),lu_2011_account_235,view,account_type_2011_2_immo,f,
lu_2011_account_23511,23511,Actions,lu_2011_account_2351,other,account_type_2011_2_immo,f, lu_2011_account_23511,23511,Actions,lu_2011_account_2351,other,account_type_2011_2_immo,f,
lu_2011_account_23518,23518,Autres titres immobilisés (droit de propriété),lu_2011_account_2351,other,account_type_2011_2_immo,f, lu_2011_account_23518,23518,Autres titres immobilisés (droit de propriété),lu_2011_account_2351,other,account_type_2011_2_immo,f,
@ -245,7 +245,7 @@ lu_2011_account_2352,2352,Titres immobilisés (droit de créance),lu_2011_accoun
lu_2011_account_23521,23521,Obligations,lu_2011_account_2352,other,account_type_2011_2_immo,f, lu_2011_account_23521,23521,Obligations,lu_2011_account_2352,other,account_type_2011_2_immo,f,
lu_2011_account_23528,23528,Autres titres immobilisés (droit de créance),lu_2011_account_2352,other,account_type_2011_2_immo,f, lu_2011_account_23528,23528,Autres titres immobilisés (droit de créance),lu_2011_account_2352,other,account_type_2011_2_immo,f,
lu_2011_account_2358,2358,Autres titres ayant le caractère d'immobilisations,lu_2011_account_235,other,account_type_2011_2_immo,f, lu_2011_account_2358,2358,Autres titres ayant le caractère d'immobilisations,lu_2011_account_235,other,account_type_2011_2_immo,f,
lu_2011_account_236,236,Prêts et créances immobilisées,lu_2011_account_23,view,account_type_2011_2_immo,f,account_financial_report_39 lu_2011_account_236,236,Prêts et créances immobilisées,lu_2011_account_23,view,account_type_2011_2_immo,f,"account_financial_report_39,account_financial_report_abr_33"
lu_2011_account_2361,2361,Prêts,lu_2011_account_236,view,account_type_2011_2_immo,f, lu_2011_account_2361,2361,Prêts,lu_2011_account_236,view,account_type_2011_2_immo,f,
lu_2011_account_23611,23611,Prêts participatifs,lu_2011_account_2361,other,account_type_2011_2_immo,f, lu_2011_account_23611,23611,Prêts participatifs,lu_2011_account_2361,other,account_type_2011_2_immo,f,
lu_2011_account_23612,23612,Prêts aux associés,lu_2011_account_2361,other,account_type_2011_2_immo,f, lu_2011_account_23612,23612,Prêts aux associés,lu_2011_account_2361,other,account_type_2011_2_immo,f,
@ -255,9 +255,9 @@ lu_2011_account_2362,2362,Dépôts et cautionnements versés,lu_2011_account_236
lu_2011_account_23621,23621,Dépôts,lu_2011_account_2362,other,account_type_2011_2_immo,f, lu_2011_account_23621,23621,Dépôts,lu_2011_account_2362,other,account_type_2011_2_immo,f,
lu_2011_account_23622,23622,Cautionnements,lu_2011_account_2362,other,account_type_2011_2_immo,f, lu_2011_account_23622,23622,Cautionnements,lu_2011_account_2362,other,account_type_2011_2_immo,f,
lu_2011_account_2363,2363,Créances immobilisées,lu_2011_account_236,other,account_type_2011_2_immo,f, lu_2011_account_2363,2363,Créances immobilisées,lu_2011_account_236,other,account_type_2011_2_immo,f,
lu_2011_account_237,237,Actions propres ou parts propres,lu_2011_account_23,other,account_type_2011_2_immo,f,account_financial_report_40 lu_2011_account_237,237,Actions propres ou parts propres,lu_2011_account_23,other,account_type_2011_2_immo,f,"account_financial_report_40,account_financial_report_abr_33"
lu_2011_account_3,3,CLASSE 3 - COMPTES DE STOCKS,lu_2011_account_bilan,view,account.data_account_type_view,f, lu_2011_account_3,3,CLASSE 3 - COMPTES DE STOCKS,lu_2011_account_bilan,view,account.data_account_type_view,f,
lu_2011_account_30,30,Matières premières et consommables,lu_2011_account_3,view,account_type_2011_3_stock,f,account_financial_report_43 lu_2011_account_30,30,Matières premières et consommables,lu_2011_account_3,view,account_type_2011_3_stock,f,"account_financial_report_43,account_financial_report_abr_42"
lu_2011_account_301,301,Matières premières,lu_2011_account_30,other,account_type_2011_3_stock,f, lu_2011_account_301,301,Matières premières,lu_2011_account_30,other,account_type_2011_3_stock,f,
lu_2011_account_302,302,Matières consommables,lu_2011_account_30,other,account_type_2011_3_stock,f, lu_2011_account_302,302,Matières consommables,lu_2011_account_30,other,account_type_2011_3_stock,f,
lu_2011_account_303,303,Fournitures consommables,lu_2011_account_30,view,account_type_2011_3_stock,f, lu_2011_account_303,303,Fournitures consommables,lu_2011_account_30,view,account_type_2011_3_stock,f,
@ -274,12 +274,12 @@ lu_2011_account_3041,3041,Emballages non-récupérables,lu_2011_account_304,othe
lu_2011_account_3042,3042,Emballages récupérables,lu_2011_account_304,other,account_type_2011_3_stock,f, lu_2011_account_3042,3042,Emballages récupérables,lu_2011_account_304,other,account_type_2011_3_stock,f,
lu_2011_account_3043,3043,Emballages à usage mixte,lu_2011_account_304,other,account_type_2011_3_stock,f, lu_2011_account_3043,3043,Emballages à usage mixte,lu_2011_account_304,other,account_type_2011_3_stock,f,
lu_2011_account_305,305,Approvisionnements,lu_2011_account_30,other,account_type_2011_3_stock,f, lu_2011_account_305,305,Approvisionnements,lu_2011_account_30,other,account_type_2011_3_stock,f,
lu_2011_account_31,31,Produits en cours de fabrication et commandes en cours,lu_2011_account_3,view,account_type_2011_3_stock,f,account_financial_report_44 lu_2011_account_31,31,Produits en cours de fabrication et commandes en cours,lu_2011_account_3,view,account_type_2011_3_stock,f,"account_financial_report_44,account_financial_report_abr_42"
lu_2011_account_311,311,Produits en cours de fabrication,lu_2011_account_31,other,account_type_2011_3_stock,f, lu_2011_account_311,311,Produits en cours de fabrication,lu_2011_account_31,other,account_type_2011_3_stock,f,
lu_2011_account_312,312,Commandes en cours Produits,lu_2011_account_31,other,account_type_2011_3_stock,f, lu_2011_account_312,312,Commandes en cours Produits,lu_2011_account_31,other,account_type_2011_3_stock,f,
lu_2011_account_313,313,Commandes en cours Prestations de services,lu_2011_account_31,other,account_type_2011_3_stock,f, lu_2011_account_313,313,Commandes en cours Prestations de services,lu_2011_account_31,other,account_type_2011_3_stock,f,
lu_2011_account_314,314,Immeubles en construction,lu_2011_account_31,other,account_type_2011_3_stock,f, lu_2011_account_314,314,Immeubles en construction,lu_2011_account_31,other,account_type_2011_3_stock,f,
lu_2011_account_32,32,Produits finis et marchandises,lu_2011_account_3,view,account_type_2011_3_stock,f,account_financial_report_45 lu_2011_account_32,32,Produits finis et marchandises,lu_2011_account_3,view,account_type_2011_3_stock,f,"account_financial_report_45,account_financial_report_abr_42"
lu_2011_account_321,321,Produits finis,lu_2011_account_32,other,account_type_2011_3_stock,f, lu_2011_account_321,321,Produits finis,lu_2011_account_32,other,account_type_2011_3_stock,f,
lu_2011_account_322,322,Produits intermédiaires,lu_2011_account_32,other,account_type_2011_3_stock,f, lu_2011_account_322,322,Produits intermédiaires,lu_2011_account_32,other,account_type_2011_3_stock,f,
lu_2011_account_323,323,Produits résiduels,lu_2011_account_32,view,account_type_2011_3_stock,f, lu_2011_account_323,323,Produits résiduels,lu_2011_account_32,view,account_type_2011_3_stock,f,
@ -288,26 +288,26 @@ lu_2011_account_3232,3232,Rebuts,lu_2011_account_323,other,account_type_2011_3_s
lu_2011_account_3233,3233,Matières de récupération,lu_2011_account_323,other,account_type_2011_3_stock,f, lu_2011_account_3233,3233,Matières de récupération,lu_2011_account_323,other,account_type_2011_3_stock,f,
lu_2011_account_326,326,Marchandises,lu_2011_account_32,other,account_type_2011_3_stock,f, lu_2011_account_326,326,Marchandises,lu_2011_account_32,other,account_type_2011_3_stock,f,
lu_2011_account_327,327,"Marchandises en voie d'acheminement, mises en dépôt ou données en consignation",lu_2011_account_32,other,account_type_2011_3_stock,f, lu_2011_account_327,327,"Marchandises en voie d'acheminement, mises en dépôt ou données en consignation",lu_2011_account_32,other,account_type_2011_3_stock,f,
lu_2011_account_33,33,Terrains et immeubles destinés à la revente,lu_2011_account_3,view,account_type_2011_3_stock,f,account_financial_report_45 lu_2011_account_33,33,Terrains et immeubles destinés à la revente,lu_2011_account_3,view,account_type_2011_3_stock,f,"account_financial_report_45,account_financial_report_abr_42"
lu_2011_account_331,331,Terrains,lu_2011_account_33,other,account_type_2011_3_stock,f, lu_2011_account_331,331,Terrains,lu_2011_account_33,other,account_type_2011_3_stock,f,
lu_2011_account_332,332,Immeubles,lu_2011_account_33,view,account_type_2011_3_stock,f, lu_2011_account_332,332,Immeubles,lu_2011_account_33,view,account_type_2011_3_stock,f,
lu_2011_account_3321,3321,Immeubles acquis,lu_2011_account_332,other,account_type_2011_3_stock,f, lu_2011_account_3321,3321,Immeubles acquis,lu_2011_account_332,other,account_type_2011_3_stock,f,
lu_2011_account_3322,3322,Immeubles construits,lu_2011_account_332,other,account_type_2011_3_stock,f, lu_2011_account_3322,3322,Immeubles construits,lu_2011_account_332,other,account_type_2011_3_stock,f,
lu_2011_account_34,34,Acomptes versés,lu_2011_account_3,view,account_type_2011_3_stock,f,account_financial_report_46 lu_2011_account_34,34,Acomptes versés,lu_2011_account_3,view,account_type_2011_3_stock,f,"account_financial_report_46,account_financial_report_abr_42"
lu_2011_account_341,341,Acomptes versés sur matières premières et consommables,lu_2011_account_34,other,account_type_2011_3_stock,f, lu_2011_account_341,341,Acomptes versés sur matières premières et consommables,lu_2011_account_34,other,account_type_2011_3_stock,f,
lu_2011_account_342,342,Acomptes versés sur produits en cours de fabrication et commandes en cours,lu_2011_account_34,other,account_type_2011_3_stock,f, lu_2011_account_342,342,Acomptes versés sur produits en cours de fabrication et commandes en cours,lu_2011_account_34,other,account_type_2011_3_stock,f,
lu_2011_account_343,343,Acomptes versés sur produits finis et marchandises,lu_2011_account_34,other,account_type_2011_3_stock,f, lu_2011_account_343,343,Acomptes versés sur produits finis et marchandises,lu_2011_account_34,other,account_type_2011_3_stock,f,
lu_2011_account_344,344,Acomptes versés sur terrains et immeubles destinés à la revente,lu_2011_account_34,other,account_type_2011_3_stock,f, lu_2011_account_344,344,Acomptes versés sur terrains et immeubles destinés à la revente,lu_2011_account_34,other,account_type_2011_3_stock,f,
lu_2011_account_4,4,CLASSE 4 - COMPTES DE TIERS,lu_2011_account_bilan,view,account.data_account_type_view,f, lu_2011_account_4,4,CLASSE 4 - COMPTES DE TIERS,lu_2011_account_bilan,view,account.data_account_type_view,f,
lu_2011_account_40,40,Créances résultant de ventes et prestations de services,lu_2011_account_4,view,account_type_2011_4_creance,f, lu_2011_account_40,40,Créances résultant de ventes et prestations de services,lu_2011_account_4,view,account_type_2011_4_creance,f,
lu_2011_account_401,401,Créances dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_40,view,account_type_2011_4_creance,f,account_financial_report_49 lu_2011_account_401,401,Créances dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_40,view,account_type_2011_4_creance,f,"account_financial_report_49,account_financial_report_abr_49"
lu_2011_account_4011,4011,Clients,lu_2011_account_401,receivable,account_type_2011_4_creance,t, lu_2011_account_4011,4011,Clients,lu_2011_account_401,receivable,account_type_2011_4_creance,t,
lu_2011_account_4012,4012,Clients Effets à recevoir,lu_2011_account_401,receivable,account_type_2011_4_creance,t, lu_2011_account_4012,4012,Clients Effets à recevoir,lu_2011_account_401,receivable,account_type_2011_4_creance,t,
lu_2011_account_4013,4013,Clients douteux ou litigieux,lu_2011_account_401,receivable,account_type_2011_4_creance,t, lu_2011_account_4013,4013,Clients douteux ou litigieux,lu_2011_account_401,receivable,account_type_2011_4_creance,t,
lu_2011_account_4014,4014,Clients Factures à établir,lu_2011_account_401,receivable,account_type_2011_4_creance,t, lu_2011_account_4014,4014,Clients Factures à établir,lu_2011_account_401,receivable,account_type_2011_4_creance,t,
lu_2011_account_4015,4015,Clients créditeurs,lu_2011_account_401,receivable,account_type_2011_4_creance,t, lu_2011_account_4015,4015,Clients créditeurs,lu_2011_account_401,receivable,account_type_2011_4_creance,t,
lu_2011_account_4019,4019,Corrections de valeur,lu_2011_account_401,other,account_type_2011_4_creance,f, lu_2011_account_4019,4019,Corrections de valeur,lu_2011_account_401,other,account_type_2011_4_creance,f,
lu_2011_account_402,402,Créances dont la durée résiduelle est supérieure à un an,lu_2011_account_40,view,account_type_2011_4_creance,f,account_financial_report_50 lu_2011_account_402,402,Créances dont la durée résiduelle est supérieure à un an,lu_2011_account_40,view,account_type_2011_4_creance,f,"account_financial_report_50,account_financial_report_abr_50"
lu_2011_account_4021,4021,Clients,lu_2011_account_402,receivable,account_type_2011_4_creance,t, lu_2011_account_4021,4021,Clients,lu_2011_account_402,receivable,account_type_2011_4_creance,t,
lu_2011_account_4022,4022,Clients Effets à recevoir,lu_2011_account_402,receivable,account_type_2011_4_creance,t, lu_2011_account_4022,4022,Clients Effets à recevoir,lu_2011_account_402,receivable,account_type_2011_4_creance,t,
lu_2011_account_4023,4023,Clients douteux ou litigieux,lu_2011_account_402,receivable,account_type_2011_4_creance,t, lu_2011_account_4023,4023,Clients douteux ou litigieux,lu_2011_account_402,receivable,account_type_2011_4_creance,t,
@ -316,14 +316,14 @@ lu_2011_account_4025,4025,Clients créditeurs,lu_2011_account_402,receivable,acc
lu_2011_account_4029,4029,Corrections de valeur,lu_2011_account_402,other,account_type_2011_4_creance,f, lu_2011_account_4029,4029,Corrections de valeur,lu_2011_account_402,other,account_type_2011_4_creance,f,
lu_2011_account_41,41,Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_4,view,account_type_2011_4_creance,f, lu_2011_account_41,41,Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_4,view,account_type_2011_4_creance,f,
lu_2011_account_411,411,Créances sur des entreprises liées,lu_2011_account_41,view,account_type_2011_4_creance,f, lu_2011_account_411,411,Créances sur des entreprises liées,lu_2011_account_41,view,account_type_2011_4_creance,f,
lu_2011_account_4111,4111,Créances dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_411,view,account_type_2011_4_creance,f,account_financial_report_52 lu_2011_account_4111,4111,Créances dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_411,view,account_type_2011_4_creance,f,"account_financial_report_52,account_financial_report_abr_49"
lu_2011_account_41111,41111,Ventes de marchandises et de prestations de services,lu_2011_account_4111,other,account_type_2011_4_creance,f, lu_2011_account_41111,41111,Ventes de marchandises et de prestations de services,lu_2011_account_4111,other,account_type_2011_4_creance,f,
lu_2011_account_41112,41112,Prêts et avances,lu_2011_account_4111,other,account_type_2011_4_creance,f, lu_2011_account_41112,41112,Prêts et avances,lu_2011_account_4111,other,account_type_2011_4_creance,f,
lu_2011_account_41113,41113,Intérêts courus,lu_2011_account_4111,other,account_type_2011_4_creance,f, lu_2011_account_41113,41113,Intérêts courus,lu_2011_account_4111,other,account_type_2011_4_creance,f,
lu_2011_account_41114,41114,Dividendes à recevoir,lu_2011_account_4111,other,account_type_2011_4_creance,f, lu_2011_account_41114,41114,Dividendes à recevoir,lu_2011_account_4111,other,account_type_2011_4_creance,f,
lu_2011_account_41118,41118,Autres créances,lu_2011_account_4111,other,account_type_2011_4_creance,f, lu_2011_account_41118,41118,Autres créances,lu_2011_account_4111,other,account_type_2011_4_creance,f,
lu_2011_account_41119,41119,Corrections de valeur,lu_2011_account_4111,other,account_type_2011_4_creance,f, lu_2011_account_41119,41119,Corrections de valeur,lu_2011_account_4111,other,account_type_2011_4_creance,f,
lu_2011_account_4112,4112,Créances dont la durée résiduelle est supérieure à un an,lu_2011_account_411,view,account_type_2011_4_creance,f,account_financial_report_53 lu_2011_account_4112,4112,Créances dont la durée résiduelle est supérieure à un an,lu_2011_account_411,view,account_type_2011_4_creance,f,"account_financial_report_53,account_financial_report_abr_50"
lu_2011_account_41121,41121,Ventes de marchandises et de prestations de services,lu_2011_account_4112,other,account_type_2011_4_creance,f, lu_2011_account_41121,41121,Ventes de marchandises et de prestations de services,lu_2011_account_4112,other,account_type_2011_4_creance,f,
lu_2011_account_41122,41122,Prêts et avances,lu_2011_account_4112,other,account_type_2011_4_creance,f, lu_2011_account_41122,41122,Prêts et avances,lu_2011_account_4112,other,account_type_2011_4_creance,f,
lu_2011_account_41123,41123,Intérêts courus,lu_2011_account_4112,other,account_type_2011_4_creance,f, lu_2011_account_41123,41123,Intérêts courus,lu_2011_account_4112,other,account_type_2011_4_creance,f,
@ -331,14 +331,14 @@ lu_2011_account_41124,41124,Dividendes à recevoir,lu_2011_account_4112,other,ac
lu_2011_account_41128,41128,Autres créances,lu_2011_account_4112,other,account_type_2011_4_creance,f, lu_2011_account_41128,41128,Autres créances,lu_2011_account_4112,other,account_type_2011_4_creance,f,
lu_2011_account_41129,41129,Corrections de valeur,lu_2011_account_4112,other,account_type_2011_4_creance,f, lu_2011_account_41129,41129,Corrections de valeur,lu_2011_account_4112,other,account_type_2011_4_creance,f,
lu_2011_account_412,412,Créances sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_41,view,account_type_2011_4_creance,f, lu_2011_account_412,412,Créances sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_41,view,account_type_2011_4_creance,f,
lu_2011_account_4121,4121,Créances dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_412,view,account_type_2011_4_creance,f,account_financial_report_55 lu_2011_account_4121,4121,Créances dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_412,view,account_type_2011_4_creance,f,"account_financial_report_55,account_financial_report_abr_49"
lu_2011_account_41211,41211,Ventes de marchandises et de prestations de service,lu_2011_account_4121,other,account_type_2011_4_creance,f, lu_2011_account_41211,41211,Ventes de marchandises et de prestations de service,lu_2011_account_4121,other,account_type_2011_4_creance,f,
lu_2011_account_41212,41212,Prêts et avances,lu_2011_account_4121,other,account_type_2011_4_creance,f, lu_2011_account_41212,41212,Prêts et avances,lu_2011_account_4121,other,account_type_2011_4_creance,f,
lu_2011_account_41213,41213,Intérêts courus,lu_2011_account_4121,other,account_type_2011_4_creance,f, lu_2011_account_41213,41213,Intérêts courus,lu_2011_account_4121,other,account_type_2011_4_creance,f,
lu_2011_account_41214,41214,Dividendes à recevoir,lu_2011_account_4121,other,account_type_2011_4_creance,f, lu_2011_account_41214,41214,Dividendes à recevoir,lu_2011_account_4121,other,account_type_2011_4_creance,f,
lu_2011_account_41218,41218,Autres créances,lu_2011_account_4121,other,account_type_2011_4_creance,f, lu_2011_account_41218,41218,Autres créances,lu_2011_account_4121,other,account_type_2011_4_creance,f,
lu_2011_account_41219,41219,Corrections de valeur,lu_2011_account_4121,other,account_type_2011_4_creance,f, lu_2011_account_41219,41219,Corrections de valeur,lu_2011_account_4121,other,account_type_2011_4_creance,f,
lu_2011_account_4122,4122,Créances dont la durée résiduelle est supérieure à un an,lu_2011_account_412,view,account_type_2011_4_creance,f,account_financial_report_56 lu_2011_account_4122,4122,Créances dont la durée résiduelle est supérieure à un an,lu_2011_account_412,view,account_type_2011_4_creance,f,"account_financial_report_56,account_financial_report_abr_50"
lu_2011_account_41221,41221,Ventes de marchandises et de prestations de service,lu_2011_account_4122,other,account_type_2011_4_creance,f, lu_2011_account_41221,41221,Ventes de marchandises et de prestations de service,lu_2011_account_4122,other,account_type_2011_4_creance,f,
lu_2011_account_41222,41222,Prêts et avances,lu_2011_account_4122,other,account_type_2011_4_creance,f, lu_2011_account_41222,41222,Prêts et avances,lu_2011_account_4122,other,account_type_2011_4_creance,f,
lu_2011_account_41223,41223,Intérêts courus,lu_2011_account_4122,other,account_type_2011_4_creance,f, lu_2011_account_41223,41223,Intérêts courus,lu_2011_account_4122,other,account_type_2011_4_creance,f,
@ -346,7 +346,7 @@ lu_2011_account_41224,41224,Dividendes à recevoir,lu_2011_account_4122,other,ac
lu_2011_account_41228,41228,Autres créances,lu_2011_account_4122,other,account_type_2011_4_creance,f, lu_2011_account_41228,41228,Autres créances,lu_2011_account_4122,other,account_type_2011_4_creance,f,
lu_2011_account_41229,41229,Corrections de valeur,lu_2011_account_4122,other,account_type_2011_4_creance,f, lu_2011_account_41229,41229,Corrections de valeur,lu_2011_account_4122,other,account_type_2011_4_creance,f,
lu_2011_account_42,42,Autres créances,lu_2011_account_4,view,account_type_2011_4_creance,f, lu_2011_account_42,42,Autres créances,lu_2011_account_4,view,account_type_2011_4_creance,f,
lu_2011_account_421,421,Autres créances dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_42,view,account_type_2011_4_creance,f,account_financial_report_58 lu_2011_account_421,421,Autres créances dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_42,view,account_type_2011_4_creance,f,"account_financial_report_58,account_financial_report_abr_49"
lu_2011_account_4211,4211,Personnel Avances et acomptes,lu_2011_account_421,view,account_type_2011_4_creance,f, lu_2011_account_4211,4211,Personnel Avances et acomptes,lu_2011_account_421,view,account_type_2011_4_creance,f,
lu_2011_account_42111,42111,Avances et acomptes,lu_2011_account_4211,other,account_type_2011_4_creance,f, lu_2011_account_42111,42111,Avances et acomptes,lu_2011_account_4211,other,account_type_2011_4_creance,f,
lu_2011_account_42119,42119,Corrections de valeur,lu_2011_account_4211,other,account_type_2011_4_creance,f, lu_2011_account_42119,42119,Corrections de valeur,lu_2011_account_4211,other,account_type_2011_4_creance,f,
@ -383,7 +383,7 @@ lu_2011_account_421811,421811,TVA étrangères,lu_2011_account_42181,other,accou
lu_2011_account_421818,421818,Autres impôts étrangers,lu_2011_account_42181,other,account_type_2011_4_creance,f, lu_2011_account_421818,421818,Autres impôts étrangers,lu_2011_account_42181,other,account_type_2011_4_creance,f,
lu_2011_account_42188,42188,Autres créances diverses,lu_2011_account_4218,other,account_type_2011_4_creance,f, lu_2011_account_42188,42188,Autres créances diverses,lu_2011_account_4218,other,account_type_2011_4_creance,f,
lu_2011_account_42189,42189,Corrections de valeur,lu_2011_account_4218,other,account_type_2011_4_creance,f, lu_2011_account_42189,42189,Corrections de valeur,lu_2011_account_4218,other,account_type_2011_4_creance,f,
lu_2011_account_422,422,Autres créances dont la durée résiduelle est supérieure à un an,lu_2011_account_42,view,account_type_2011_4_creance,f,account_financial_report_59 lu_2011_account_422,422,Autres créances dont la durée résiduelle est supérieure à un an,lu_2011_account_42,view,account_type_2011_4_creance,f,"account_financial_report_59,account_financial_report_abr_50"
lu_2011_account_4221,4221,Personnel Avances et acomptes,lu_2011_account_422,view,account_type_2011_4_creance,f, lu_2011_account_4221,4221,Personnel Avances et acomptes,lu_2011_account_422,view,account_type_2011_4_creance,f,
lu_2011_account_42211,42211,Avances et acomptes,lu_2011_account_4221,other,account_type_2011_4_creance,f, lu_2011_account_42211,42211,Avances et acomptes,lu_2011_account_4221,other,account_type_2011_4_creance,f,
lu_2011_account_42219,42219,Corrections de valeur,lu_2011_account_4221,other,account_type_2011_4_creance,f, lu_2011_account_42219,42219,Corrections de valeur,lu_2011_account_4221,other,account_type_2011_4_creance,f,
@ -402,9 +402,8 @@ lu_2011_account_42261,42261,Taxe sur la valeur ajoutée TVA,lu_2011_account_
lu_2011_account_422611,422611,TVA en amont,lu_2011_account_42261,view,account_type_2011_4_creance,f, lu_2011_account_422611,422611,TVA en amont,lu_2011_account_42261,view,account_type_2011_4_creance,f,
lu_2011_account_4226111,4226111,TVA en amont Pays,lu_2011_account_422611,other,account_type_2011_4_creance,f, lu_2011_account_4226111,4226111,TVA en amont Pays,lu_2011_account_422611,other,account_type_2011_4_creance,f,
lu_2011_account_4226112,4226112,TVA en amont Intracommunautaire,lu_2011_account_422611,other,account_type_2011_4_creance,f, lu_2011_account_4226112,4226112,TVA en amont Intracommunautaire,lu_2011_account_422611,other,account_type_2011_4_creance,f,
lu_2011_account_4226113,4226113,TVA en amont Extracommunautaire,lu_2011_account_422611,other,account_type_2011_4_creance,f, lu_2011_account_4226113,4226113,TVA en amont Triangulaire,lu_2011_account_422611,other,account_type_2011_4_creance,f,
lu_2011_account_4226114,4226114,TVA en amont Triangulaire,lu_2011_account_422611,other,account_type_2011_4_creance,f, lu_2011_account_4226114,4226114,TVA en amont Exonérations spéciales,lu_2011_account_422611,other,account_type_2011_4_creance,f,
lu_2011_account_4226115,4226115,TVA en amont Exonérations spéciales,lu_2011_account_422611,other,account_type_2011_4_creance,f,
lu_2011_account_422612,422612,TVA à recevoir,lu_2011_account_42261,other,account_type_2011_4_creance,f, lu_2011_account_422612,422612,TVA à recevoir,lu_2011_account_42261,other,account_type_2011_4_creance,f,
lu_2011_account_422613,422613,TVA acomptes versés,lu_2011_account_42261,other,account_type_2011_4_creance,f, lu_2011_account_422613,422613,TVA acomptes versés,lu_2011_account_42261,other,account_type_2011_4_creance,f,
lu_2011_account_422618,422618,TVA Autres créances,lu_2011_account_42261,other,account_type_2011_4_creance,f, lu_2011_account_422618,422618,TVA Autres créances,lu_2011_account_42261,other,account_type_2011_4_creance,f,
@ -425,11 +424,11 @@ lu_2011_account_422818,422818,Autres impôts étrangers,lu_2011_account_42281,ot
lu_2011_account_42288,42288,Autres créances diverses,lu_2011_account_4228,other,account_type_2011_4_creance,f, lu_2011_account_42288,42288,Autres créances diverses,lu_2011_account_4228,other,account_type_2011_4_creance,f,
lu_2011_account_42289,42289,Corrections de valeur sur autres créances diverses,lu_2011_account_4228,other,account_type_2011_4_creance,f, lu_2011_account_42289,42289,Corrections de valeur sur autres créances diverses,lu_2011_account_4228,other,account_type_2011_4_creance,f,
lu_2011_account_43,43,Acomptes reçus sur commandes pour autant qu'ils ne sont pas déduits des stocks de façon distincte,lu_2011_account_4,view,account_type_2011_4_dette,f, lu_2011_account_43,43,Acomptes reçus sur commandes pour autant qu'ils ne sont pas déduits des stocks de façon distincte,lu_2011_account_4,view,account_type_2011_4_dette,f,
lu_2011_account_431,431,Acomptes reçus dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_43,other,account_type_2011_4_dette,f,account_financial_report_98 lu_2011_account_431,431,Acomptes reçus dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_43,other,account_type_2011_4_dette,f,"account_financial_report_98,account_financial_report_abr_89"
lu_2011_account_432,432,Acomptes reçus dont la durée résiduelle est supérieure à un an,lu_2011_account_43,other,account_type_2011_4_dette,f,account_financial_report_99 lu_2011_account_432,432,Acomptes reçus dont la durée résiduelle est supérieure à un an,lu_2011_account_43,other,account_type_2011_4_dette,f,"account_financial_report_99,account_financial_report_abr_90"
lu_2011_account_44,44,Dettes sur achats et prestations de services et dettes représentées par des effets de commerce,lu_2011_account_4,view,account_type_2011_4_dette,f, lu_2011_account_44,44,Dettes sur achats et prestations de services et dettes représentées par des effets de commerce,lu_2011_account_4,view,account_type_2011_4_dette,f,
lu_2011_account_441,441,Dettes sur achats et prestations de services,lu_2011_account_44,view,account_type_2011_4_dette,f, lu_2011_account_441,441,Dettes sur achats et prestations de services,lu_2011_account_44,view,account_type_2011_4_dette,f,
lu_2011_account_4411,4411,Dettes sur achats et prestations de services dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_441,view,account_type_2011_4_dette,f,account_financial_report_101 lu_2011_account_4411,4411,Dettes sur achats et prestations de services dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_441,view,account_type_2011_4_dette,f,"account_financial_report_101,account_financial_report_abr_89"
lu_2011_account_44111,44111,Fournisseurs,lu_2011_account_4411,payable,account_type_2011_4_dette,t, lu_2011_account_44111,44111,Fournisseurs,lu_2011_account_4411,payable,account_type_2011_4_dette,t,
lu_2011_account_44112,44112,Fournisseurs Factures non parvenues,lu_2011_account_4411,payable,account_type_2011_4_dette,t, lu_2011_account_44112,44112,Fournisseurs Factures non parvenues,lu_2011_account_4411,payable,account_type_2011_4_dette,t,
lu_2011_account_44113,44113,Fournisseurs débiteurs,lu_2011_account_4411,view,account_type_2011_4_dette,f, lu_2011_account_44113,44113,Fournisseurs débiteurs,lu_2011_account_4411,view,account_type_2011_4_dette,f,
@ -437,7 +436,7 @@ lu_2011_account_441131,441131,Fournisseurs Avances et acomptes versés sur c
lu_2011_account_441132,441132,Fournisseurs Créances pour emballages et matériel à rendre,lu_2011_account_44113,payable,account_type_2011_4_dette,t, lu_2011_account_441132,441132,Fournisseurs Créances pour emballages et matériel à rendre,lu_2011_account_44113,payable,account_type_2011_4_dette,t,
lu_2011_account_441133,441133,Fournisseurs Autres avoirs,lu_2011_account_44113,payable,account_type_2011_4_dette,t, lu_2011_account_441133,441133,Fournisseurs Autres avoirs,lu_2011_account_44113,payable,account_type_2011_4_dette,t,
lu_2011_account_441134,441134,"Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus",lu_2011_account_44113,payable,account_type_2011_4_dette,t, lu_2011_account_441134,441134,"Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus",lu_2011_account_44113,payable,account_type_2011_4_dette,t,
lu_2011_account_4412,4412,Dettes sur achats et prestations de services dont la durée résiduelle est supérieure à un an,lu_2011_account_441,view,account_type_2011_4_dette,f,account_financial_report_102 lu_2011_account_4412,4412,Dettes sur achats et prestations de services dont la durée résiduelle est supérieure à un an,lu_2011_account_441,view,account_type_2011_4_dette,f,"account_financial_report_102,account_financial_report_abr_90"
lu_2011_account_44121,44121,Fournisseurs,lu_2011_account_4412,payable,account_type_2011_4_dette,t, lu_2011_account_44121,44121,Fournisseurs,lu_2011_account_4412,payable,account_type_2011_4_dette,t,
lu_2011_account_44122,44122,Fournisseurs Factures non parvenues,lu_2011_account_4412,payable,account_type_2011_4_dette,t, lu_2011_account_44122,44122,Fournisseurs Factures non parvenues,lu_2011_account_4412,payable,account_type_2011_4_dette,t,
lu_2011_account_44123,44123,Fournisseurs débiteurs,lu_2011_account_4412,view,account_type_2011_4_dette,f, lu_2011_account_44123,44123,Fournisseurs débiteurs,lu_2011_account_4412,view,account_type_2011_4_dette,f,
@ -446,37 +445,37 @@ lu_2011_account_441232,441232,Fournisseurs Créances pour emballages et mat
lu_2011_account_441233,441233,Fournisseurs Autres avoirs,lu_2011_account_44123,payable,account_type_2011_4_dette,t, lu_2011_account_441233,441233,Fournisseurs Autres avoirs,lu_2011_account_44123,payable,account_type_2011_4_dette,t,
lu_2011_account_441234,441234,"Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus",lu_2011_account_44123,payable,account_type_2011_4_dette,t, lu_2011_account_441234,441234,"Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus",lu_2011_account_44123,payable,account_type_2011_4_dette,t,
lu_2011_account_442,442,Dettes représentées par des effets de commerce,lu_2011_account_44,view,account_type_2011_4_dette,f, lu_2011_account_442,442,Dettes représentées par des effets de commerce,lu_2011_account_44,view,account_type_2011_4_dette,f,
lu_2011_account_4421,4421,Dettes représentées par des effets de commerce dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_442,other,account_type_2011_4_dette,f,account_financial_report_104 lu_2011_account_4421,4421,Dettes représentées par des effets de commerce dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_442,other,account_type_2011_4_dette,f,"account_financial_report_104,account_financial_report_abr_89"
lu_2011_account_4422,4422,Dettes représentées par des effets de commerce dont la durée résiduelle est supérieure à un an,lu_2011_account_442,other,account_type_2011_4_dette,f,account_financial_report_105 lu_2011_account_4422,4422,Dettes représentées par des effets de commerce dont la durée résiduelle est supérieure à un an,lu_2011_account_442,other,account_type_2011_4_dette,f,"account_financial_report_105,account_financial_report_abr_90"
lu_2011_account_45,45,Dettes envers des entreprises liées et des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_4,view,account_type_2011_4_dette,f, lu_2011_account_45,45,Dettes envers des entreprises liées et des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_4,view,account_type_2011_4_dette,f,
lu_2011_account_451,451,Dettes envers des entreprises liées,lu_2011_account_45,view,account_type_2011_4_dette,f, lu_2011_account_451,451,Dettes envers des entreprises liées,lu_2011_account_45,view,account_type_2011_4_dette,f,
lu_2011_account_4511,4511,Dettes envers des entreprises liées dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_451,view,account_type_2011_4_dette,f,account_financial_report_107 lu_2011_account_4511,4511,Dettes envers des entreprises liées dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_451,view,account_type_2011_4_dette,f,"account_financial_report_107,account_financial_report_abr_89"
lu_2011_account_45111,45111,Ventes de marchandises et de prestations de services,lu_2011_account_4511,other,account_type_2011_4_dette,f, lu_2011_account_45111,45111,Ventes de marchandises et de prestations de services,lu_2011_account_4511,other,account_type_2011_4_dette,f,
lu_2011_account_45112,45112,Prêts et avances,lu_2011_account_4511,other,account_type_2011_4_dette,f, lu_2011_account_45112,45112,Prêts et avances,lu_2011_account_4511,other,account_type_2011_4_dette,f,
lu_2011_account_45113,45113,Intérêts courus,lu_2011_account_4511,other,account_type_2011_4_dette,f, lu_2011_account_45113,45113,Intérêts courus,lu_2011_account_4511,other,account_type_2011_4_dette,f,
lu_2011_account_45114,45114,Dividendes à payer,lu_2011_account_4511,other,account_type_2011_4_dette,f, lu_2011_account_45114,45114,Dividendes à payer,lu_2011_account_4511,other,account_type_2011_4_dette,f,
lu_2011_account_45118,45118,Autres dettes,lu_2011_account_4511,other,account_type_2011_4_dette,f, lu_2011_account_45118,45118,Autres dettes,lu_2011_account_4511,other,account_type_2011_4_dette,f,
lu_2011_account_4512,4512,Dettes envers des entreprises liées dont la durée résiduelle est supérieure à un an,lu_2011_account_451,view,account_type_2011_4_dette,f,account_financial_report_108 lu_2011_account_4512,4512,Dettes envers des entreprises liées dont la durée résiduelle est supérieure à un an,lu_2011_account_451,view,account_type_2011_4_dette,f,"account_financial_report_108,account_financial_report_abr_90"
lu_2011_account_45121,45121,Ventes de marchandises et de prestations de services,lu_2011_account_4512,other,account_type_2011_4_dette,f, lu_2011_account_45121,45121,Ventes de marchandises et de prestations de services,lu_2011_account_4512,other,account_type_2011_4_dette,f,
lu_2011_account_45122,45122,Prêts et avances,lu_2011_account_4512,other,account_type_2011_4_dette,f, lu_2011_account_45122,45122,Prêts et avances,lu_2011_account_4512,other,account_type_2011_4_dette,f,
lu_2011_account_45123,45123,Intérêts courus,lu_2011_account_4512,other,account_type_2011_4_dette,f, lu_2011_account_45123,45123,Intérêts courus,lu_2011_account_4512,other,account_type_2011_4_dette,f,
lu_2011_account_45124,45124,Dividendes à payer,lu_2011_account_4512,other,account_type_2011_4_dette,f, lu_2011_account_45124,45124,Dividendes à payer,lu_2011_account_4512,other,account_type_2011_4_dette,f,
lu_2011_account_45128,45128,Autres dettes,lu_2011_account_4512,other,account_type_2011_4_dette,f, lu_2011_account_45128,45128,Autres dettes,lu_2011_account_4512,other,account_type_2011_4_dette,f,
lu_2011_account_452,452,Dettes envers des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_45,view,account_type_2011_4_dette,f, lu_2011_account_452,452,Dettes envers des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_45,view,account_type_2011_4_dette,f,
lu_2011_account_4521,4521,Dettes envers des entreprises avec lesquelles la société a un lien de participation dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_452,view,account_type_2011_4_dette,f,account_financial_report_110 lu_2011_account_4521,4521,Dettes envers des entreprises avec lesquelles la société a un lien de participation dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_452,view,account_type_2011_4_dette,f,"account_financial_report_110,account_financial_report_abr_89"
lu_2011_account_45211,45211,Ventes de marchandises et de prestations de services,lu_2011_account_4521,other,account_type_2011_4_dette,f, lu_2011_account_45211,45211,Ventes de marchandises et de prestations de services,lu_2011_account_4521,other,account_type_2011_4_dette,f,
lu_2011_account_45212,45212,Prêts et avances,lu_2011_account_4521,other,account_type_2011_4_dette,f, lu_2011_account_45212,45212,Prêts et avances,lu_2011_account_4521,other,account_type_2011_4_dette,f,
lu_2011_account_45213,45213,Intérêts courus,lu_2011_account_4521,other,account_type_2011_4_dette,f, lu_2011_account_45213,45213,Intérêts courus,lu_2011_account_4521,other,account_type_2011_4_dette,f,
lu_2011_account_45214,45214,Dividendes à payer,lu_2011_account_4521,other,account_type_2011_4_dette,f, lu_2011_account_45214,45214,Dividendes à payer,lu_2011_account_4521,other,account_type_2011_4_dette,f,
lu_2011_account_45218,45218,Autres dettes,lu_2011_account_4521,other,account_type_2011_4_dette,f, lu_2011_account_45218,45218,Autres dettes,lu_2011_account_4521,other,account_type_2011_4_dette,f,
lu_2011_account_4522,4522,Dettes envers des entreprises avec lesquelles la société a un lien de participation dont la durée résiduelle est supérieure à un an,lu_2011_account_452,view,account_type_2011_4_dette,f,account_financial_report_111 lu_2011_account_4522,4522,Dettes envers des entreprises avec lesquelles la société a un lien de participation dont la durée résiduelle est supérieure à un an,lu_2011_account_452,view,account_type_2011_4_dette,f,"account_financial_report_111,account_financial_report_abr_90"
lu_2011_account_45221,45221,Ventes de marchandises et de prestations de services,lu_2011_account_4522,other,account_type_2011_4_dette,f, lu_2011_account_45221,45221,Ventes de marchandises et de prestations de services,lu_2011_account_4522,other,account_type_2011_4_dette,f,
lu_2011_account_45222,45222,Prêts et avances,lu_2011_account_4522,other,account_type_2011_4_dette,f, lu_2011_account_45222,45222,Prêts et avances,lu_2011_account_4522,other,account_type_2011_4_dette,f,
lu_2011_account_45223,45223,Intérêts courus,lu_2011_account_4522,other,account_type_2011_4_dette,f, lu_2011_account_45223,45223,Intérêts courus,lu_2011_account_4522,other,account_type_2011_4_dette,f,
lu_2011_account_45224,45224,Dividendes à payer,lu_2011_account_4522,other,account_type_2011_4_dette,f, lu_2011_account_45224,45224,Dividendes à payer,lu_2011_account_4522,other,account_type_2011_4_dette,f,
lu_2011_account_45228,45228,Autres dettes,lu_2011_account_4522,other,account_type_2011_4_dette,f, lu_2011_account_45228,45228,Autres dettes,lu_2011_account_4522,other,account_type_2011_4_dette,f,
lu_2011_account_46,46,Dettes fiscales et dettes envers la sécurité sociale,lu_2011_account_4,view,account_type_2011_4_dette,f, lu_2011_account_46,46,Dettes fiscales et dettes envers la sécurité sociale,lu_2011_account_4,view,account_type_2011_4_dette,f,
lu_2011_account_461,461,Dettes fiscales,lu_2011_account_46,view,account_type_2011_4_dette,f,account_financial_report_113 lu_2011_account_461,461,Dettes fiscales,lu_2011_account_46,view,account_type_2011_4_dette,f,"account_financial_report_113,account_financial_report_abr_89"
lu_2011_account_4611,4611,Administrations communales,lu_2011_account_461,view,account_type_2011_4_dette,f, lu_2011_account_4611,4611,Administrations communales,lu_2011_account_461,view,account_type_2011_4_dette,f,
lu_2011_account_46111,46111,Impôts communaux,lu_2011_account_4611,other,account_type_2011_4_dette,f, lu_2011_account_46111,46111,Impôts communaux,lu_2011_account_4611,other,account_type_2011_4_dette,f,
lu_2011_account_46112,46112,Taxes communales,lu_2011_account_4611,other,account_type_2011_4_dette,f, lu_2011_account_46112,46112,Taxes communales,lu_2011_account_4611,other,account_type_2011_4_dette,f,
@ -516,12 +515,12 @@ lu_2011_account_461423,461423,Droits d'hypothèques,lu_2011_account_46142,other,
lu_2011_account_461424,461424,Droits de timbre,lu_2011_account_46142,other,account_type_2011_4_dette,f, lu_2011_account_461424,461424,Droits de timbre,lu_2011_account_46142,other,account_type_2011_4_dette,f,
lu_2011_account_461428,461428,Autres impôts indirects,lu_2011_account_46142,other,account_type_2011_4_dette,f, lu_2011_account_461428,461428,Autres impôts indirects,lu_2011_account_46142,other,account_type_2011_4_dette,f,
lu_2011_account_4615,4615,Administrations fiscales étrangères,lu_2011_account_461,other,account_type_2011_4_dette,f, lu_2011_account_4615,4615,Administrations fiscales étrangères,lu_2011_account_461,other,account_type_2011_4_dette,f,
lu_2011_account_462,462,Dettes au titre de la sécurité sociale,lu_2011_account_46,view,account_type_2011_4_dette,f,account_financial_report_114 lu_2011_account_462,462,Dettes au titre de la sécurité sociale,lu_2011_account_46,view,account_type_2011_4_dette,f,"account_financial_report_114,account_financial_report_abr_90"
lu_2011_account_4621,4621,Centre Commun de Sécurité Sociale (CCSS),lu_2011_account_462,other,account_type_2011_4_dette,f, lu_2011_account_4621,4621,Centre Commun de Sécurité Sociale (CCSS),lu_2011_account_462,other,account_type_2011_4_dette,f,
lu_2011_account_4622,4622,Organismes de sécurité sociale étrangers,lu_2011_account_462,other,account_type_2011_4_dette,f, lu_2011_account_4622,4622,Organismes de sécurité sociale étrangers,lu_2011_account_462,other,account_type_2011_4_dette,f,
lu_2011_account_4628,4628,Autres organismes sociaux,lu_2011_account_462,other,account_type_2011_4_dette,f, lu_2011_account_4628,4628,Autres organismes sociaux,lu_2011_account_462,other,account_type_2011_4_dette,f,
lu_2011_account_47,47,Autres dettes,lu_2011_account_4,view,account_type_2011_4_dette,f, lu_2011_account_47,47,Autres dettes,lu_2011_account_4,view,account_type_2011_4_dette,f,
lu_2011_account_471,471,Autres dettes dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_47,view,account_type_2011_4_dette,f,account_financial_report_116 lu_2011_account_471,471,Autres dettes dont la durée résiduelle est inférieure ou égale à un an,lu_2011_account_47,view,account_type_2011_4_dette,f,"account_financial_report_116,account_financial_report_abr_89"
lu_2011_account_4711,4711,Dépôts et cautionnements reçus,lu_2011_account_471,view,account_type_2011_4_dette,f, lu_2011_account_4711,4711,Dépôts et cautionnements reçus,lu_2011_account_471,view,account_type_2011_4_dette,f,
lu_2011_account_47111,47111,Dépôts,lu_2011_account_4711,other,account_type_2011_4_dette,f, lu_2011_account_47111,47111,Dépôts,lu_2011_account_4711,other,account_type_2011_4_dette,f,
lu_2011_account_47112,47112,Cautionnements,lu_2011_account_4711,other,account_type_2011_4_dette,f, lu_2011_account_47112,47112,Cautionnements,lu_2011_account_4711,other,account_type_2011_4_dette,f,
@ -537,7 +536,7 @@ lu_2011_account_47143,47143,"Personnel Oppositions, saisies",lu_2011_account
lu_2011_account_47148,47148,Personnel Autres,lu_2011_account_4714,other,account_type_2011_4_dette,f, lu_2011_account_47148,47148,Personnel Autres,lu_2011_account_4714,other,account_type_2011_4_dette,f,
lu_2011_account_4715,4715,Etat Droits d'émission à restituer,lu_2011_account_471,other,account_type_2011_4_dette,f, lu_2011_account_4715,4715,Etat Droits d'émission à restituer,lu_2011_account_471,other,account_type_2011_4_dette,f,
lu_2011_account_4718,4718,Autres dettes diverses,lu_2011_account_471,other,account_type_2011_4_dette,f, lu_2011_account_4718,4718,Autres dettes diverses,lu_2011_account_471,other,account_type_2011_4_dette,f,
lu_2011_account_472,472,Autres dettes dont la durée résiduelle est supérieure à un an,lu_2011_account_47,view,account_type_2011_4_dette,f,account_financial_report_117 lu_2011_account_472,472,Autres dettes dont la durée résiduelle est supérieure à un an,lu_2011_account_47,view,account_type_2011_4_dette,f,"account_financial_report_117,account_financial_report_abr_90"
lu_2011_account_4721,4721,Dépôts et cautionnements reçus,lu_2011_account_472,view,account_type_2011_4_dette,f, lu_2011_account_4721,4721,Dépôts et cautionnements reçus,lu_2011_account_472,view,account_type_2011_4_dette,f,
lu_2011_account_47211,47211,Dépôts,lu_2011_account_4721,other,account_type_2011_4_dette,f, lu_2011_account_47211,47211,Dépôts,lu_2011_account_4721,other,account_type_2011_4_dette,f,
lu_2011_account_47212,47212,Cautionnements,lu_2011_account_4721,other,account_type_2011_4_dette,f, lu_2011_account_47212,47212,Cautionnements,lu_2011_account_4721,other,account_type_2011_4_dette,f,
@ -554,26 +553,26 @@ lu_2011_account_47248,47248,Personnel Autres,lu_2011_account_4724,other,acco
lu_2011_account_4726,4726,Etat Droits d'émission à restituer,lu_2011_account_472,other,account_type_2011_4_dette,f, lu_2011_account_4726,4726,Etat Droits d'émission à restituer,lu_2011_account_472,other,account_type_2011_4_dette,f,
lu_2011_account_4728,4728,Autres dettes diverses,lu_2011_account_472,other,account_type_2011_4_dette,f, lu_2011_account_4728,4728,Autres dettes diverses,lu_2011_account_472,other,account_type_2011_4_dette,f,
lu_2011_account_48,48,Comptes de régularisation,lu_2011_account_4,view,account.data_account_type_view,f, lu_2011_account_48,48,Comptes de régularisation,lu_2011_account_4,view,account.data_account_type_view,f,
lu_2011_account_481,481,Charges à reporter,lu_2011_account_48,other,account_type_2011_4_regul_actif,f,account_financial_report_65 lu_2011_account_481,481,Charges à reporter,lu_2011_account_48,other,account_type_2011_4_regul_actif,f,"account_financial_report_65,account_financial_report_abr_65"
lu_2011_account_482,482,Produits à reporter,lu_2011_account_48,other,account_type_2011_4_regul_passif,f,account_financial_report_118 lu_2011_account_482,482,Produits à reporter,lu_2011_account_48,other,account_type_2011_4_regul_passif,f,"account_financial_report_118,account_financial_report_abr_118"
lu_2011_account_483,483,Etat - Droits d'émission alloués,lu_2011_account_48,other,account_type_2011_4_regul_passif,f,account_financial_report_118 lu_2011_account_483,483,Etat - Droits d'émission alloués,lu_2011_account_48,other,account_type_2011_4_regul_passif,f,"account_financial_report_118,account_financial_report_abr_118"
lu_2011_account_484,484,Comptes transitoires ou d'attente Actif,lu_2011_account_48,other,account_type_2011_4_regul_actif,f,account_financial_report_65 lu_2011_account_484,484,Comptes transitoires ou d'attente Actif,lu_2011_account_48,other,account_type_2011_4_regul_actif,f,"account_financial_report_65,account_financial_report_abr_65"
lu_2011_account_485,485,Comptes transitoires ou d'attente Passif,lu_2011_account_48,other,account_type_2011_4_regul_passif,f,account_financial_report_118 lu_2011_account_485,485,Comptes transitoires ou d'attente Passif,lu_2011_account_48,other,account_type_2011_4_regul_passif,f,"account_financial_report_118,account_financial_report_abr_118"
lu_2011_account_486,486,Comptes de liaison Actif,lu_2011_account_48,other,account_type_2011_4_regul_actif,f,account_financial_report_65 lu_2011_account_486,486,Comptes de liaison Actif,lu_2011_account_48,other,account_type_2011_4_regul_actif,f,"account_financial_report_65,account_financial_report_abr_65"
lu_2011_account_487,487,Comptes de liaison Passif,lu_2011_account_48,other,account_type_2011_4_regul_passif,f,account_financial_report_118 lu_2011_account_487,487,Comptes de liaison Passif,lu_2011_account_48,other,account_type_2011_4_regul_passif,f,"account_financial_report_118,account_financial_report_abr_118"
lu_2011_account_5,5,CLASSE 5 - COMPTES FINANCIERS,lu_2011_account_bilan,view,account.data_account_type_view,f, lu_2011_account_5,5,CLASSE 5 - COMPTES FINANCIERS,lu_2011_account_bilan,view,account.data_account_type_view,f,
lu_2011_account_50,50,Valeurs mobilières,lu_2011_account_5,view,account_type_2011_5_disponibilite,f, lu_2011_account_50,50,Valeurs mobilières,lu_2011_account_5,view,account_type_2011_5_disponibilite,f,
lu_2011_account_501,501,Parts dans des entreprises liées,lu_2011_account_50,other,account_type_2011_5_disponibilite,f,account_financial_report_61 lu_2011_account_501,501,Parts dans des entreprises liées,lu_2011_account_50,other,account_type_2011_5_disponibilite,f,"account_financial_report_61,account_financial_report_abr_60"
lu_2011_account_502,502,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_50,other,account_type_2011_5_disponibilite,f,account_financial_report_61 lu_2011_account_502,502,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_50,other,account_type_2011_5_disponibilite,f,"account_financial_report_61,account_financial_report_abr_60"
lu_2011_account_503,503,Actions propres ou parts propres,lu_2011_account_50,other,account_type_2011_5_disponibilite,f,account_financial_report_62 lu_2011_account_503,503,Actions propres ou parts propres,lu_2011_account_50,other,account_type_2011_5_disponibilite,f,"account_financial_report_62,account_financial_report_abr_60"
lu_2011_account_508,508,Autres valeurs mobilières,lu_2011_account_50,view,account_type_2011_5_disponibilite,f,account_financial_report_63 lu_2011_account_508,508,Autres valeurs mobilières,lu_2011_account_50,view,account_type_2011_5_disponibilite,f,"account_financial_report_63,account_financial_report_abr_60"
lu_2011_account_5081,5081,Actions Titres cotés,lu_2011_account_508,other,account_type_2011_5_disponibilite,f, lu_2011_account_5081,5081,Actions Titres cotés,lu_2011_account_508,other,account_type_2011_5_disponibilite,f,
lu_2011_account_5082,5082,Actions Titres non cotés,lu_2011_account_508,other,account_type_2011_5_disponibilite,f, lu_2011_account_5082,5082,Actions Titres non cotés,lu_2011_account_508,other,account_type_2011_5_disponibilite,f,
lu_2011_account_5083,5083,Obligations et autres titres de créance émis par la société et rachetés par elle,lu_2011_account_508,other,account_type_2011_5_disponibilite,f, lu_2011_account_5083,5083,Obligations et autres titres de créance émis par la société et rachetés par elle,lu_2011_account_508,other,account_type_2011_5_disponibilite,f,
lu_2011_account_5084,5084,Obligations Titres cotés,lu_2011_account_508,other,account_type_2011_5_disponibilite,f, lu_2011_account_5084,5084,Obligations Titres cotés,lu_2011_account_508,other,account_type_2011_5_disponibilite,f,
lu_2011_account_5085,5085,Obligations Titres non cotés,lu_2011_account_508,other,account_type_2011_5_disponibilite,f, lu_2011_account_5085,5085,Obligations Titres non cotés,lu_2011_account_508,other,account_type_2011_5_disponibilite,f,
lu_2011_account_5088,5088,Autres valeurs mobilières diverses,lu_2011_account_508,other,account_type_2011_5_disponibilite,f, lu_2011_account_5088,5088,Autres valeurs mobilières diverses,lu_2011_account_508,other,account_type_2011_5_disponibilite,f,
lu_2011_account_51,51,"Avoirs en banques, avoirs en comptes de chèques postaux, chèques et encaisse",lu_2011_account_5,view,account_type_2011_5_disponibilite,f,account_financial_report_64 lu_2011_account_51,51,"Avoirs en banques, avoirs en comptes de chèques postaux, chèques et encaisse",lu_2011_account_5,view,account_type_2011_5_disponibilite,f,"account_financial_report_64,account_financial_report_abr_64"
lu_2011_account_511,511,Chèques à encaisser,lu_2011_account_51,other,account_type_2011_5_disponibilite,f, lu_2011_account_511,511,Chèques à encaisser,lu_2011_account_51,other,account_type_2011_5_disponibilite,f,
lu_2011_account_512,512,Valeurs à l'encaissement,lu_2011_account_51,other,account_type_2011_5_disponibilite,f, lu_2011_account_512,512,Valeurs à l'encaissement,lu_2011_account_51,other,account_type_2011_5_disponibilite,f,
lu_2011_account_513,513,Banques,lu_2011_account_51,view,account_type_2011_5_disponibilite,f, lu_2011_account_513,513,Banques,lu_2011_account_51,view,account_type_2011_5_disponibilite,f,
@ -583,9 +582,9 @@ lu_2011_account_514,514,Compte chèque postal,lu_2011_account_51,other,account_t
lu_2011_account_516,516,Caisse,lu_2011_account_51,other,account_type_2011_5_disponibilite,f, lu_2011_account_516,516,Caisse,lu_2011_account_51,other,account_type_2011_5_disponibilite,f,
lu_2011_account_517,517,Virements internes,lu_2011_account_51,other,account_type_2011_5_disponibilite,t, lu_2011_account_517,517,Virements internes,lu_2011_account_51,other,account_type_2011_5_disponibilite,t,
lu_2011_account_518,518,Autres avoirs,lu_2011_account_51,other,account_type_2011_5_disponibilite,f, lu_2011_account_518,518,Autres avoirs,lu_2011_account_51,other,account_type_2011_5_disponibilite,f,
lu_2011_account_resultat,resultat,TOTAL CLASSES 6 ET 7,lu_2011_account_0,view,account.data_account_type_view,,"account_financial_report_77,account_financial_report_161" lu_2011_account_resultat,resultat,TOTAL CLASSES 6 ET 7,lu_2011_account_0,view,account.data_account_type_view,,"account_financial_report_77,account_financial_report_161,account_financial_report_abr_77,account_financial_report_abr_161"
lu_2011_account_6,6,CLASSE 6 - COMPTES DE CHARGES,lu_2011_account_resultat,view,account.data_account_type_view,f, lu_2011_account_6,6,CLASSE 6 - COMPTES DE CHARGES,lu_2011_account_resultat,view,account.data_account_type_view,f,
lu_2011_account_60,60,Consommation de marchandises et de matières premières et consommables,lu_2011_account_6,view,account_type_2011_6_charge_exploitation,f,account_financial_report_120 lu_2011_account_60,60,Consommation de marchandises et de matières premières et consommables,lu_2011_account_6,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_120,account_financial_report_abr_120,account_financial_report_abr_141"
lu_2011_account_601,601,Matières premières,lu_2011_account_60,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_601,601,Matières premières,lu_2011_account_60,view,account_type_2011_6_charge_exploitation,f,
lu_2011_account_602,602,Matières consommables,lu_2011_account_60,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_602,602,Matières consommables,lu_2011_account_60,view,account_type_2011_6_charge_exploitation,f,
lu_2011_account_603,603,Fournitures consommables,lu_2011_account_60,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_603,603,Fournitures consommables,lu_2011_account_60,view,account_type_2011_6_charge_exploitation,f,
@ -644,7 +643,7 @@ lu_2011_account_6095,6095,Approvisionnements,lu_2011_account_609,other,account_t
lu_2011_account_6096,6096,Achats de biens destinés à la revente,lu_2011_account_609,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6096,6096,Achats de biens destinés à la revente,lu_2011_account_609,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6098,6098,Achats non stockés et achats incorporés aux ouvrages et produits,lu_2011_account_609,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6098,6098,Achats non stockés et achats incorporés aux ouvrages et produits,lu_2011_account_609,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6099,6099,"Rabais, remises et ristournes non affectés",lu_2011_account_609,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6099,6099,"Rabais, remises et ristournes non affectés",lu_2011_account_609,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_61,61,Autres charges externes,lu_2011_account_6,view,account_type_2011_6_charge_exploitation,f,account_financial_report_121 lu_2011_account_61,61,Autres charges externes,lu_2011_account_6,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_121,account_financial_report_abr_120,account_financial_report_abr_141"
lu_2011_account_611,611,Loyers et charges locatives,lu_2011_account_61,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_611,611,Loyers et charges locatives,lu_2011_account_61,view,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6111,6111,Locations immobilières,lu_2011_account_611,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_6111,6111,Locations immobilières,lu_2011_account_611,view,account_type_2011_6_charge_exploitation,f,
lu_2011_account_61111,61111,Terrains,lu_2011_account_6111,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_61111,61111,Terrains,lu_2011_account_6111,other,account_type_2011_6_charge_exploitation,f,
@ -752,7 +751,7 @@ lu_2011_account_6187,6187,Cotisations aux associations professionnelles,lu_2011_
lu_2011_account_6188,6188,Autres charges externes diverses,lu_2011_account_618,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6188,6188,Autres charges externes diverses,lu_2011_account_618,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_619,619,"Rabais, remises et ristournes obtenus sur autres charges externes",lu_2011_account_61,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_619,619,"Rabais, remises et ristournes obtenus sur autres charges externes",lu_2011_account_61,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_62,62,Frais de personnel,lu_2011_account_6,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_62,62,Frais de personnel,lu_2011_account_6,view,account_type_2011_6_charge_exploitation,f,
lu_2011_account_621,621,Rémunérations des salariés,lu_2011_account_62,view,account_type_2011_6_charge_exploitation,f,account_financial_report_123 lu_2011_account_621,621,Rémunérations des salariés,lu_2011_account_62,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_123,account_financial_report_abr_123"
lu_2011_account_6211,6211,Salaires bruts,lu_2011_account_621,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_6211,6211,Salaires bruts,lu_2011_account_621,view,account_type_2011_6_charge_exploitation,f,
lu_2011_account_62111,62111,Salaires de base,lu_2011_account_6211,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_62111,62111,Salaires de base,lu_2011_account_6211,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_62112,62112,Suppléments pour travail,lu_2011_account_6211,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_62112,62112,Suppléments pour travail,lu_2011_account_6211,view,account_type_2011_6_charge_exploitation,f,
@ -770,11 +769,11 @@ lu_2011_account_6219,6219,Remboursements sur salaires,lu_2011_account_621,view,a
lu_2011_account_62191,62191,Remboursements mutualité,lu_2011_account_6219,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_62191,62191,Remboursements mutualité,lu_2011_account_6219,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_62192,62192,"Remboursements pour congé politique, sportif, culturel, éducatif et mandats sociaux",lu_2011_account_6219,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_62192,62192,"Remboursements pour congé politique, sportif, culturel, éducatif et mandats sociaux",lu_2011_account_6219,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_62193,62193,Remboursements trimestre de faveur,lu_2011_account_6219,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_62193,62193,Remboursements trimestre de faveur,lu_2011_account_6219,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_622,622,Autre personnel,lu_2011_account_62,view,account_type_2011_6_charge_exploitation,f,account_financial_report_123 lu_2011_account_622,622,Autre personnel,lu_2011_account_62,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_123,account_financial_report_abr_123"
lu_2011_account_6221,6221,Etudiants,lu_2011_account_622,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6221,6221,Etudiants,lu_2011_account_622,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6222,6222,Salaires occasionnels,lu_2011_account_622,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6222,6222,Salaires occasionnels,lu_2011_account_622,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6228,6228,Autre personnel temporaire,lu_2011_account_622,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6228,6228,Autre personnel temporaire,lu_2011_account_622,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_623,623,Charges sociales (part patronale),lu_2011_account_62,view,account_type_2011_6_charge_exploitation,f,account_financial_report_124 lu_2011_account_623,623,Charges sociales (part patronale),lu_2011_account_62,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_124,account_financial_report_abr_124"
lu_2011_account_6231,6231,Charges sociales salariés,lu_2011_account_623,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_6231,6231,Charges sociales salariés,lu_2011_account_623,view,account_type_2011_6_charge_exploitation,f,
lu_2011_account_62311,62311,Caisse Nationale de Santé,lu_2011_account_6231,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_62311,62311,Caisse Nationale de Santé,lu_2011_account_6231,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_62312,62312,Caisse Nationale d'Assurance-Pension,lu_2011_account_6231,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_62312,62312,Caisse Nationale d'Assurance-Pension,lu_2011_account_6231,other,account_type_2011_6_charge_exploitation,f,
@ -783,28 +782,28 @@ lu_2011_account_6232,6232,Assurance accidents du travail,lu_2011_account_623,oth
lu_2011_account_6233,6233,Service de santé au travail,lu_2011_account_623,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6233,6233,Service de santé au travail,lu_2011_account_623,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6238,6238,Autres charges sociales patronales,lu_2011_account_623,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6238,6238,Autres charges sociales patronales,lu_2011_account_623,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6239,6239,Remboursements de charges sociales,lu_2011_account_623,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6239,6239,Remboursements de charges sociales,lu_2011_account_623,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_624,624,Pensions complémentaires,lu_2011_account_62,view,account_type_2011_6_charge_exploitation,f,account_financial_report_125 lu_2011_account_624,624,Pensions complémentaires,lu_2011_account_62,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_125,account_financial_report_abr_125"
lu_2011_account_6241,6241,Primes à des fonds de pensions extérieurs,lu_2011_account_624,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6241,6241,Primes à des fonds de pensions extérieurs,lu_2011_account_624,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6242,6242,Dotation aux provisions pour pensions complémentaires,lu_2011_account_624,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6242,6242,Dotation aux provisions pour pensions complémentaires,lu_2011_account_624,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6243,6243,Retenue d'impôt sur pension complémentaire,lu_2011_account_624,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6243,6243,Retenue d'impôt sur pension complémentaire,lu_2011_account_624,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6244,6244,Prime d'assurance insolvabilité,lu_2011_account_624,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6244,6244,Prime d'assurance insolvabilité,lu_2011_account_624,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6245,6245,Pensions complémentaires versées par l'employeur,lu_2011_account_624,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6245,6245,Pensions complémentaires versées par l'employeur,lu_2011_account_624,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_628,628,Autres charges sociales,lu_2011_account_62,view,account_type_2011_6_charge_exploitation,f,account_financial_report_126 lu_2011_account_628,628,Autres charges sociales,lu_2011_account_62,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_126,account_financial_report_abr_126"
lu_2011_account_6281,6281,Médecine du travail,lu_2011_account_628,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6281,6281,Médecine du travail,lu_2011_account_628,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6288,6288,Autres charges sociales diverses,lu_2011_account_628,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6288,6288,Autres charges sociales diverses,lu_2011_account_628,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_63,63,Dotations aux corrections de valeur des éléments d'actif non financiers,lu_2011_account_6,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_63,63,Dotations aux corrections de valeur des éléments d'actif non financiers,lu_2011_account_6,view,account_type_2011_6_charge_exploitation,f,
lu_2011_account_631,631,Dotations aux corrections de valeur sur frais d'établissement et frais assimilés,lu_2011_account_63,view,account_type_2011_6_charge_exploitation,f,account_financial_report_128 lu_2011_account_631,631,Dotations aux corrections de valeur sur frais d'établissement et frais assimilés,lu_2011_account_63,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_128,account_financial_report_abr_128"
lu_2011_account_6311,6311,Frais de constitution,lu_2011_account_631,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6311,6311,Frais de constitution,lu_2011_account_631,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6312,6312,Frais de premier établissement,lu_2011_account_631,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6312,6312,Frais de premier établissement,lu_2011_account_631,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6313,6313,Frais d'augmentation de capital et d'opérations diverses,lu_2011_account_631,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6313,6313,Frais d'augmentation de capital et d'opérations diverses,lu_2011_account_631,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6314,6314,Frais d'émission d'emprunts,lu_2011_account_631,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6314,6314,Frais d'émission d'emprunts,lu_2011_account_631,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6318,6318,Autres frais assimilés,lu_2011_account_631,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6318,6318,Autres frais assimilés,lu_2011_account_631,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_632,632,Dotations aux corrections de valeur sur immobilisations incorporelles,lu_2011_account_63,view,account_type_2011_6_charge_exploitation,f,account_financial_report_128 lu_2011_account_632,632,Dotations aux corrections de valeur sur immobilisations incorporelles,lu_2011_account_63,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_128,account_financial_report_abr_128"
lu_2011_account_6321,6321,Frais de recherche et de développement,lu_2011_account_632,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6321,6321,Frais de recherche et de développement,lu_2011_account_632,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6322,6322,"Concessions, brevets, licences, marques ainsi que droits et valeurs similaires",lu_2011_account_632,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6322,6322,"Concessions, brevets, licences, marques ainsi que droits et valeurs similaires",lu_2011_account_632,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6323,6323,Fonds de commerce dans la mesure où il a été acquis à titre onéreux,lu_2011_account_632,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6323,6323,Fonds de commerce dans la mesure où il a été acquis à titre onéreux,lu_2011_account_632,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6324,6324,Acomptes versés et immobilisations incorporelles en cours,lu_2011_account_632,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6324,6324,Acomptes versés et immobilisations incorporelles en cours,lu_2011_account_632,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_633,633,Dotations aux corrections de valeur sur immobilisations corporelles,lu_2011_account_63,view,account_type_2011_6_charge_exploitation,f,account_financial_report_128 lu_2011_account_633,633,Dotations aux corrections de valeur sur immobilisations corporelles,lu_2011_account_63,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_128,account_financial_report_abr_128"
lu_2011_account_6331,6331,Terrains et constructions,lu_2011_account_633,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_6331,6331,Terrains et constructions,lu_2011_account_633,view,account_type_2011_6_charge_exploitation,f,
lu_2011_account_63311,63311,Terrains,lu_2011_account_6331,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_63311,63311,Terrains,lu_2011_account_6331,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_63312,63312,Agencements et aménagements de terrains,lu_2011_account_6331,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_63312,63312,Agencements et aménagements de terrains,lu_2011_account_6331,other,account_type_2011_6_charge_exploitation,f,
@ -812,17 +811,17 @@ lu_2011_account_63313,63313,Constructions,lu_2011_account_6331,other,account_typ
lu_2011_account_6332,6332,Installations techniques et machines,lu_2011_account_633,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6332,6332,Installations techniques et machines,lu_2011_account_633,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6333,6333,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_633,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6333,6333,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_633,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6334,6334,Acomptes versés et immobilisations corporelles en cours,lu_2011_account_633,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6334,6334,Acomptes versés et immobilisations corporelles en cours,lu_2011_account_633,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_634,634,Dotations aux corrections de valeur sur stocks,lu_2011_account_63,view,account_type_2011_6_charge_exploitation,f,account_financial_report_129 lu_2011_account_634,634,Dotations aux corrections de valeur sur stocks,lu_2011_account_63,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_129,account_financial_report_abr_129"
lu_2011_account_6341,6341,Matières premières et consommables,lu_2011_account_634,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6341,6341,Matières premières et consommables,lu_2011_account_634,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6342,6342,Produits en cours de fabrication et commandes en cours,lu_2011_account_634,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6342,6342,Produits en cours de fabrication et commandes en cours,lu_2011_account_634,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6343,6343,Produits finis et marchandises,lu_2011_account_634,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6343,6343,Produits finis et marchandises,lu_2011_account_634,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6344,6344,Terrains et immeubles destinés à la revente,lu_2011_account_634,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6344,6344,Terrains et immeubles destinés à la revente,lu_2011_account_634,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6345,6345,Acomptes versés,lu_2011_account_634,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6345,6345,Acomptes versés,lu_2011_account_634,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_635,635,Dotations aux corrections de valeur sur créances de l'actif circulant,lu_2011_account_63,view,account_type_2011_6_charge_exploitation,f,account_financial_report_129 lu_2011_account_635,635,Dotations aux corrections de valeur sur créances de l'actif circulant,lu_2011_account_63,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_129,account_financial_report_abr_129"
lu_2011_account_6351,6351,Créances résultant de ventes et prestations de services,lu_2011_account_635,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6351,6351,Créances résultant de ventes et prestations de services,lu_2011_account_635,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6352,6352,Créances sur des entreprises liées et des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_635,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6352,6352,Créances sur des entreprises liées et des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_635,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6353,6353,Autres créances,lu_2011_account_635,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6353,6353,Autres créances,lu_2011_account_635,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_64,64,Autres charges d'exploitation,lu_2011_account_6,view,account_type_2011_6_charge_exploitation,f,account_financial_report_130 lu_2011_account_64,64,Autres charges d'exploitation,lu_2011_account_6,view,account_type_2011_6_charge_exploitation,f,"account_financial_report_130,account_financial_report_abr_130"
lu_2011_account_641,641,"Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires",lu_2011_account_64,view,account_type_2011_6_charge_exploitation,f, lu_2011_account_641,641,"Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires",lu_2011_account_64,view,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6411,6411,Concessions,lu_2011_account_641,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6411,6411,Concessions,lu_2011_account_641,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_6412,6412,Brevets,lu_2011_account_641,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_6412,6412,Brevets,lu_2011_account_641,other,account_type_2011_6_charge_exploitation,f,
@ -860,7 +859,7 @@ lu_2011_account_647,647,Dotations aux plus-values immunisées,lu_2011_account_64
lu_2011_account_648,648,Autres charges d'exploitation diverses,lu_2011_account_64,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_648,648,Autres charges d'exploitation diverses,lu_2011_account_64,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_649,649,Dotations aux provisions d'exploitation,lu_2011_account_64,other,account_type_2011_6_charge_exploitation,f, lu_2011_account_649,649,Dotations aux provisions d'exploitation,lu_2011_account_64,other,account_type_2011_6_charge_exploitation,f,
lu_2011_account_65,65,Charges financières,lu_2011_account_6,view,account_type_2011_6_charge_finance,f, lu_2011_account_65,65,Charges financières,lu_2011_account_6,view,account_type_2011_6_charge_finance,f,
lu_2011_account_651,651,Dotations aux corrections de valeur et ajustements pour juste valeur sur immobilisations financières,lu_2011_account_65,view,account_type_2011_6_charge_finance,f,account_financial_report_131 lu_2011_account_651,651,Dotations aux corrections de valeur et ajustements pour juste valeur sur immobilisations financières,lu_2011_account_65,view,account_type_2011_6_charge_finance,f,"account_financial_report_131,account_financial_report_abr_131"
lu_2011_account_6511,6511,Dotations aux corrections de valeur sur immobilisations financières,lu_2011_account_651,view,account_type_2011_6_charge_finance,f, lu_2011_account_6511,6511,Dotations aux corrections de valeur sur immobilisations financières,lu_2011_account_651,view,account_type_2011_6_charge_finance,f,
lu_2011_account_65111,65111,Parts dans des entreprises liées,lu_2011_account_6511,other,account_type_2011_6_charge_finance,f, lu_2011_account_65111,65111,Parts dans des entreprises liées,lu_2011_account_6511,other,account_type_2011_6_charge_finance,f,
lu_2011_account_65112,65112,Créances sur des entreprises liées,lu_2011_account_6511,other,account_type_2011_6_charge_finance,f, lu_2011_account_65112,65112,Créances sur des entreprises liées,lu_2011_account_6511,other,account_type_2011_6_charge_finance,f,
@ -870,7 +869,7 @@ lu_2011_account_65115,65115,Titres ayant le caractère d'immobilisations,lu_2011
lu_2011_account_65116,65116,Prêts et créances immobilisées,lu_2011_account_6511,other,account_type_2011_6_charge_finance,f, lu_2011_account_65116,65116,Prêts et créances immobilisées,lu_2011_account_6511,other,account_type_2011_6_charge_finance,f,
lu_2011_account_65117,65117,Actions propres ou parts propres,lu_2011_account_6511,other,account_type_2011_6_charge_finance,f, lu_2011_account_65117,65117,Actions propres ou parts propres,lu_2011_account_6511,other,account_type_2011_6_charge_finance,f,
lu_2011_account_6512,6512,Ajustements pour juste valeur sur immobilisations financières,lu_2011_account_651,other,account_type_2011_6_charge_finance,f, lu_2011_account_6512,6512,Ajustements pour juste valeur sur immobilisations financières,lu_2011_account_651,other,account_type_2011_6_charge_finance,f,
lu_2011_account_653,653,Dotations aux corrections de valeur et ajustements pour juste valeur sur éléments financiers de l'actif circulant,lu_2011_account_65,view,account_type_2011_6_charge_finance,f,account_financial_report_132 lu_2011_account_653,653,Dotations aux corrections de valeur et ajustements pour juste valeur sur éléments financiers de l'actif circulant,lu_2011_account_65,view,account_type_2011_6_charge_finance,f,"account_financial_report_132,account_financial_report_abr_132"
lu_2011_account_6531,6531,Dotations aux corrections de valeur sur valeurs mobilières,lu_2011_account_653,view,account_type_2011_6_charge_finance,f, lu_2011_account_6531,6531,Dotations aux corrections de valeur sur valeurs mobilières,lu_2011_account_653,view,account_type_2011_6_charge_finance,f,
lu_2011_account_65311,65311,Parts dans des entreprises liées,lu_2011_account_6531,other,account_type_2011_6_charge_finance,f, lu_2011_account_65311,65311,Parts dans des entreprises liées,lu_2011_account_6531,other,account_type_2011_6_charge_finance,f,
lu_2011_account_65312,65312,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_6531,other,account_type_2011_6_charge_finance,f, lu_2011_account_65312,65312,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_6531,other,account_type_2011_6_charge_finance,f,
@ -879,29 +878,29 @@ lu_2011_account_65318,65318,Autres valeurs mobilières,lu_2011_account_6531,othe
lu_2011_account_6532,6532,Dotations aux corrections de valeur sur créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_653,other,account_type_2011_6_charge_finance,f, lu_2011_account_6532,6532,Dotations aux corrections de valeur sur créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_653,other,account_type_2011_6_charge_finance,f,
lu_2011_account_6533,6533,Dotations aux corrections de valeur sur autres créances,lu_2011_account_653,other,account_type_2011_6_charge_finance,f, lu_2011_account_6533,6533,Dotations aux corrections de valeur sur autres créances,lu_2011_account_653,other,account_type_2011_6_charge_finance,f,
lu_2011_account_6534,6534,Ajustements pour juste valeur sur éléments financiers de l'actif circulant,lu_2011_account_653,other,account_type_2011_6_charge_finance,f, lu_2011_account_6534,6534,Ajustements pour juste valeur sur éléments financiers de l'actif circulant,lu_2011_account_653,other,account_type_2011_6_charge_finance,f,
lu_2011_account_654,654,Moins-values de cession de valeurs mobilières,lu_2011_account_65,view,account_type_2011_6_charge_finance,f,account_financial_report_135 lu_2011_account_654,654,Moins-values de cession de valeurs mobilières,lu_2011_account_65,view,account_type_2011_6_charge_finance,f,"account_financial_report_135,account_financial_report_abr_135"
lu_2011_account_6541,6541,Parts dans des entreprises liées,lu_2011_account_654,other,account_type_2011_6_charge_finance,f, lu_2011_account_6541,6541,Parts dans des entreprises liées,lu_2011_account_654,other,account_type_2011_6_charge_finance,f,
lu_2011_account_6542,6542,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_654,other,account_type_2011_6_charge_finance,f, lu_2011_account_6542,6542,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_654,other,account_type_2011_6_charge_finance,f,
lu_2011_account_6543,6543,Actions propres ou parts propres,lu_2011_account_654,other,account_type_2011_6_charge_finance,f, lu_2011_account_6543,6543,Actions propres ou parts propres,lu_2011_account_654,other,account_type_2011_6_charge_finance,f,
lu_2011_account_6548,6548,Autres valeurs mobilières,lu_2011_account_654,other,account_type_2011_6_charge_finance,f, lu_2011_account_6548,6548,Autres valeurs mobilières,lu_2011_account_654,other,account_type_2011_6_charge_finance,f,
lu_2011_account_655,655,Intérêts et escomptes,lu_2011_account_65,view,account_type_2011_6_charge_finance,f, lu_2011_account_655,655,Intérêts et escomptes,lu_2011_account_65,view,account_type_2011_6_charge_finance,f,
lu_2011_account_6551,6551,Intérêts des dettes financières,lu_2011_account_655,view,account_type_2011_6_charge_finance,f,account_financial_report_135 lu_2011_account_6551,6551,Intérêts des dettes financières,lu_2011_account_655,view,account_type_2011_6_charge_finance,f,"account_financial_report_135,account_financial_report_abr_135"
lu_2011_account_65511,65511,Intérêts des dettes subordonnées,lu_2011_account_6551,other,account_type_2011_6_charge_finance,f, lu_2011_account_65511,65511,Intérêts des dettes subordonnées,lu_2011_account_6551,other,account_type_2011_6_charge_finance,f,
lu_2011_account_65512,65512,Intérêts des emprunts obligataires,lu_2011_account_6551,other,account_type_2011_6_charge_finance,f, lu_2011_account_65512,65512,Intérêts des emprunts obligataires,lu_2011_account_6551,other,account_type_2011_6_charge_finance,f,
lu_2011_account_6552,6552,Intérêts bancaires et assimilés,lu_2011_account_655,view,account_type_2011_6_charge_finance,f,account_financial_report_135 lu_2011_account_6552,6552,Intérêts bancaires et assimilés,lu_2011_account_655,view,account_type_2011_6_charge_finance,f,"account_financial_report_135,account_financial_report_abr_135"
lu_2011_account_65521,65521,Intérêts bancaires sur comptes courants,lu_2011_account_6552,other,account_type_2011_6_charge_finance,f, lu_2011_account_65521,65521,Intérêts bancaires sur comptes courants,lu_2011_account_6552,other,account_type_2011_6_charge_finance,f,
lu_2011_account_65522,65522,Intérêts bancaires sur opérations de financement,lu_2011_account_6552,other,account_type_2011_6_charge_finance,f, lu_2011_account_65522,65522,Intérêts bancaires sur opérations de financement,lu_2011_account_6552,other,account_type_2011_6_charge_finance,f,
lu_2011_account_65523,65523,Intérêts sur leasings financiers,lu_2011_account_6552,other,account_type_2011_6_charge_finance,f, lu_2011_account_65523,65523,Intérêts sur leasings financiers,lu_2011_account_6552,other,account_type_2011_6_charge_finance,f,
lu_2011_account_6553,6553,Intérêts sur dettes commerciales,lu_2011_account_655,other,account_type_2011_6_charge_finance,f,account_financial_report_135 lu_2011_account_6553,6553,Intérêts sur dettes commerciales,lu_2011_account_655,other,account_type_2011_6_charge_finance,f,"account_financial_report_135,account_financial_report_abr_135"
lu_2011_account_6554,6554,Intérêts sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_655,other,account_type_2011_6_charge_finance,f,account_financial_report_134 lu_2011_account_6554,6554,Intérêts sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_655,other,account_type_2011_6_charge_finance,f,"account_financial_report_134,account_financial_report_abr_134"
lu_2011_account_6555,6555,Escomptes et frais sur effets,lu_2011_account_655,other,account_type_2011_6_charge_finance,f,account_financial_report_135 lu_2011_account_6555,6555,Escomptes et frais sur effets,lu_2011_account_655,other,account_type_2011_6_charge_finance,f,"account_financial_report_135,account_financial_report_abr_135"
lu_2011_account_6556,6556,Escomptes accordés,lu_2011_account_655,other,account_type_2011_6_charge_finance,f,account_financial_report_135 lu_2011_account_6556,6556,Escomptes accordés,lu_2011_account_655,other,account_type_2011_6_charge_finance,f,"account_financial_report_135,account_financial_report_abr_135"
lu_2011_account_6558,6558,Intérêts sur autres emprunts et dettes,lu_2011_account_655,other,account_type_2011_6_charge_finance,f,account_financial_report_135 lu_2011_account_6558,6558,Intérêts sur autres emprunts et dettes,lu_2011_account_655,other,account_type_2011_6_charge_finance,f,"account_financial_report_135,account_financial_report_abr_135"
lu_2011_account_656,656,Pertes de change,lu_2011_account_65,other,account_type_2011_6_charge_finance,f,account_financial_report_135 lu_2011_account_656,656,Pertes de change,lu_2011_account_65,other,account_type_2011_6_charge_finance,f,"account_financial_report_135,account_financial_report_abr_135"
lu_2011_account_657,657,Quote-part de perte dans les entreprises collectives (autres que les sociétés de capitaux),lu_2011_account_65,other,account_type_2011_6_charge_finance,f,account_financial_report_135 lu_2011_account_657,657,Quote-part de perte dans les entreprises collectives (autres que les sociétés de capitaux),lu_2011_account_65,other,account_type_2011_6_charge_finance,f,"account_financial_report_135,account_financial_report_abr_135"
lu_2011_account_658,658,Autres charges financières,lu_2011_account_65,other,account_type_2011_6_charge_finance,f,account_financial_report_135 lu_2011_account_658,658,Autres charges financières,lu_2011_account_65,other,account_type_2011_6_charge_finance,f,"account_financial_report_135,account_financial_report_abr_135"
lu_2011_account_659,659,Dotations aux provisions financières,lu_2011_account_65,other,account_type_2011_6_charge_finance,f,account_financial_report_135 lu_2011_account_659,659,Dotations aux provisions financières,lu_2011_account_65,other,account_type_2011_6_charge_finance,f,"account_financial_report_135,account_financial_report_abr_135"
lu_2011_account_66,66,Charges exceptionnelles,lu_2011_account_6,view,account_type_2011_6_charge_exception,f,account_financial_report_136 lu_2011_account_66,66,Charges exceptionnelles,lu_2011_account_6,view,account_type_2011_6_charge_exception,f,"account_financial_report_136,account_financial_report_abr_136"
lu_2011_account_661,661,Dotations aux corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles,lu_2011_account_66,view,account_type_2011_6_charge_exception,f, lu_2011_account_661,661,Dotations aux corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles,lu_2011_account_66,view,account_type_2011_6_charge_exception,f,
lu_2011_account_6611,6611,Sur immobilisations incorporelles,lu_2011_account_661,other,account_type_2011_6_charge_exception,f, lu_2011_account_6611,6611,Sur immobilisations incorporelles,lu_2011_account_661,other,account_type_2011_6_charge_exception,f,
lu_2011_account_6612,6612,Sur immobilisations corporelles,lu_2011_account_661,other,account_type_2011_6_charge_exception,f, lu_2011_account_6612,6612,Sur immobilisations corporelles,lu_2011_account_661,other,account_type_2011_6_charge_exception,f,
@ -929,7 +928,7 @@ lu_2011_account_6683,6683,Dommages et intérêts,lu_2011_account_668,other,accou
lu_2011_account_6684,6684,Malis provenant de clauses d'indexation,lu_2011_account_668,other,account_type_2011_6_charge_exception,f, lu_2011_account_6684,6684,Malis provenant de clauses d'indexation,lu_2011_account_668,other,account_type_2011_6_charge_exception,f,
lu_2011_account_6688,6688,Autres charges exceptionnelles diverses,lu_2011_account_668,other,account_type_2011_6_charge_exception,f, lu_2011_account_6688,6688,Autres charges exceptionnelles diverses,lu_2011_account_668,other,account_type_2011_6_charge_exception,f,
lu_2011_account_669,669,Dotations aux provisions exceptionnelles,lu_2011_account_66,other,account_type_2011_6_charge_exception,f, lu_2011_account_669,669,Dotations aux provisions exceptionnelles,lu_2011_account_66,other,account_type_2011_6_charge_exception,f,
lu_2011_account_67,67,Impôts sur le résultat,lu_2011_account_6,view,account_type_2011_6_charge_impot,f,account_financial_report_137 lu_2011_account_67,67,Impôts sur le résultat,lu_2011_account_6,view,account_type_2011_6_charge_impot,f,"account_financial_report_137,account_financial_report_abr_137"
lu_2011_account_671,671,Impôt sur le revenu des collectivités,lu_2011_account_67,view,account_type_2011_6_charge_impot,f, lu_2011_account_671,671,Impôt sur le revenu des collectivités,lu_2011_account_67,view,account_type_2011_6_charge_impot,f,
lu_2011_account_6711,6711,Exercice courant,lu_2011_account_671,other,account_type_2011_6_charge_impot,f, lu_2011_account_6711,6711,Exercice courant,lu_2011_account_671,other,account_type_2011_6_charge_impot,f,
lu_2011_account_6712,6712,Exercices antérieurs,lu_2011_account_671,other,account_type_2011_6_charge_impot,f, lu_2011_account_6712,6712,Exercices antérieurs,lu_2011_account_671,other,account_type_2011_6_charge_impot,f,
@ -946,7 +945,7 @@ lu_2011_account_6738,6738,Autres impôts étrangers,lu_2011_account_673,other,ac
lu_2011_account_679,679,Dotations aux provisions pour impôts sur le résultat,lu_2011_account_67,view,account_type_2011_6_charge_impot,f, lu_2011_account_679,679,Dotations aux provisions pour impôts sur le résultat,lu_2011_account_67,view,account_type_2011_6_charge_impot,f,
lu_2011_account_6791,6791,Dotations aux provisions pour impôts,lu_2011_account_679,other,account_type_2011_6_charge_impot,f, lu_2011_account_6791,6791,Dotations aux provisions pour impôts,lu_2011_account_679,other,account_type_2011_6_charge_impot,f,
lu_2011_account_6792,6792,Dotations aux provisions pour impôts différés,lu_2011_account_679,other,account_type_2011_6_charge_impot,f, lu_2011_account_6792,6792,Dotations aux provisions pour impôts différés,lu_2011_account_679,other,account_type_2011_6_charge_impot,f,
lu_2011_account_68,68,Autres impôts ne figurant pas sous le poste ci-dessus,lu_2011_account_6,view,account_type_2011_6_charge_impot,f,account_financial_report_138 lu_2011_account_68,68,Autres impôts ne figurant pas sous le poste ci-dessus,lu_2011_account_6,view,account_type_2011_6_charge_impot,f,"account_financial_report_138,account_financial_report_abr_138"
lu_2011_account_681,681,Impôt sur la fortune,lu_2011_account_68,view,account_type_2011_6_charge_impot,f, lu_2011_account_681,681,Impôt sur la fortune,lu_2011_account_68,view,account_type_2011_6_charge_impot,f,
lu_2011_account_6811,6811,Exercice courant,lu_2011_account_681,other,account_type_2011_6_charge_impot,f, lu_2011_account_6811,6811,Exercice courant,lu_2011_account_681,other,account_type_2011_6_charge_impot,f,
lu_2011_account_6812,6812,Exercices antérieurs,lu_2011_account_681,other,account_type_2011_6_charge_impot,f, lu_2011_account_6812,6812,Exercices antérieurs,lu_2011_account_681,other,account_type_2011_6_charge_impot,f,
@ -955,7 +954,7 @@ lu_2011_account_683,683,Impôts étrangers,lu_2011_account_68,other,account_type
lu_2011_account_688,688,Autres impôts et taxes,lu_2011_account_68,other,account_type_2011_6_charge_impot,f, lu_2011_account_688,688,Autres impôts et taxes,lu_2011_account_68,other,account_type_2011_6_charge_impot,f,
lu_2011_account_689,689,Dotations aux provisions pour autres impôts,lu_2011_account_68,other,account_type_2011_6_charge_impot,f, lu_2011_account_689,689,Dotations aux provisions pour autres impôts,lu_2011_account_68,other,account_type_2011_6_charge_impot,f,
lu_2011_account_7,7,CLASSE 7 - COMPTES DE PRODUITS,lu_2011_account_resultat,view,account.data_account_type_view,f, lu_2011_account_7,7,CLASSE 7 - COMPTES DE PRODUITS,lu_2011_account_resultat,view,account.data_account_type_view,f,
lu_2011_account_70,70,Montant net du chiffre d'affaires,lu_2011_account_7,view,account_type_2011_7_produit_exploitation,f,account_financial_report_141 lu_2011_account_70,70,Montant net du chiffre d'affaires,lu_2011_account_7,view,account_type_2011_7_produit_exploitation,f,"account_financial_report_141,account_financial_report_abr_141,account_financial_report_abr_120"
lu_2011_account_701,701,Ventes sur commandes en cours,lu_2011_account_70,view,account_type_2011_7_produit_exploitation,f, lu_2011_account_701,701,Ventes sur commandes en cours,lu_2011_account_70,view,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7011,7011,Produits,lu_2011_account_701,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7011,7011,Produits,lu_2011_account_701,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7012,7012,Prestations de services,lu_2011_account_701,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7012,7012,Prestations de services,lu_2011_account_701,other,account_type_2011_7_produit_exploitation,f,
@ -983,7 +982,7 @@ lu_2011_account_7094,7094,Sur ventes de produits résiduels,lu_2011_account_709,
lu_2011_account_7095,7095,Sur ventes d'éléments destinés à la revente,lu_2011_account_709,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7095,7095,Sur ventes d'éléments destinés à la revente,lu_2011_account_709,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7096,7096,Sur prestations de services,lu_2011_account_709,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7096,7096,Sur prestations de services,lu_2011_account_709,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7098,7098,Sur autres éléments du chiffre d'affaires,lu_2011_account_709,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7098,7098,Sur autres éléments du chiffre d'affaires,lu_2011_account_709,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_71,71,"Variation des stocks de produits finis, d'en cours de fabrication et des commandes en cours",lu_2011_account_7,view,account_type_2011_7_produit_exploitation,f,account_financial_report_142 lu_2011_account_71,71,"Variation des stocks de produits finis, d'en cours de fabrication et des commandes en cours",lu_2011_account_7,view,account_type_2011_7_produit_exploitation,f,"account_financial_report_142,account_financial_report_abr_141,account_financial_report_abr_120"
lu_2011_account_711,711,Variation des stocks de produits en cours de fabrication et de commandes en cours,lu_2011_account_71,view,account_type_2011_7_produit_exploitation,f, lu_2011_account_711,711,Variation des stocks de produits en cours de fabrication et de commandes en cours,lu_2011_account_71,view,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7111,7111,Variation des stocks de produits en cours,lu_2011_account_711,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7111,7111,Variation des stocks de produits en cours,lu_2011_account_711,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7112,7112,Variation des stocks de commandes en cours produits,lu_2011_account_711,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7112,7112,Variation des stocks de commandes en cours produits,lu_2011_account_711,other,account_type_2011_7_produit_exploitation,f,
@ -995,7 +994,7 @@ lu_2011_account_7122,7122,Variation des stocks de produits intermédiaires,lu_20
lu_2011_account_7123,7123,Variation des stocks de produits résiduels,lu_2011_account_712,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7123,7123,Variation des stocks de produits résiduels,lu_2011_account_712,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7126,7126,Variation des stocks de marchandises,lu_2011_account_712,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7126,7126,Variation des stocks de marchandises,lu_2011_account_712,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7127,7127,"Variation des stocks de marchandises en voie d'acheminement, mises en dépôt ou données en consignation",lu_2011_account_712,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7127,7127,"Variation des stocks de marchandises en voie d'acheminement, mises en dépôt ou données en consignation",lu_2011_account_712,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_72,72,Production immobilisée,lu_2011_account_7,view,account_type_2011_7_produit_exploitation,f,account_financial_report_143 lu_2011_account_72,72,Production immobilisée,lu_2011_account_7,view,account_type_2011_7_produit_exploitation,f,"account_financial_report_143,account_financial_report_abr_141,account_financial_report_abr_120"
lu_2011_account_721,721,Immobilisations incorporelles,lu_2011_account_72,view,account_type_2011_7_produit_exploitation,f, lu_2011_account_721,721,Immobilisations incorporelles,lu_2011_account_72,view,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7211,7211,Frais de recherche et développement,lu_2011_account_721,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7211,7211,Frais de recherche et développement,lu_2011_account_721,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7212,7212,"Concessions, brevets, licences, marques, droits et valeurs similaires",lu_2011_account_721,view,account_type_2011_7_produit_exploitation,f, lu_2011_account_7212,7212,"Concessions, brevets, licences, marques, droits et valeurs similaires",lu_2011_account_721,view,account_type_2011_7_produit_exploitation,f,
@ -1010,13 +1009,13 @@ lu_2011_account_722,722,Immobilisations corporelles,lu_2011_account_72,view,acco
lu_2011_account_7221,7221,Terrains et constructions,lu_2011_account_722,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7221,7221,Terrains et constructions,lu_2011_account_722,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7222,7222,Installations techniques et machines,lu_2011_account_722,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7222,7222,Installations techniques et machines,lu_2011_account_722,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7223,7223,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_722,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7223,7223,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_722,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_73,73,Reprises de corrections de valeur des éléments d'actif non financiers,lu_2011_account_7,view,account_type_2011_7_produit_exploitation,f, lu_2011_account_73,73,Reprises de corrections de valeur des éléments d'actif non financiers,lu_2011_account_7,view,account_type_2011_7_produit_exploitation,f,"account_financial_report_abr_141,account_financial_report_abr_120"
lu_2011_account_732,732,Reprises de corrections de valeur sur immobilisations incorporelles,lu_2011_account_73,view,account_type_2011_7_produit_exploitation,f,account_financial_report_145 lu_2011_account_732,732,Reprises de corrections de valeur sur immobilisations incorporelles,lu_2011_account_73,view,account_type_2011_7_produit_exploitation,f,"account_financial_report_145"
lu_2011_account_7321,7321,Frais de recherche et de développement,lu_2011_account_732,view,account_type_2011_7_produit_exploitation,f, lu_2011_account_7321,7321,Frais de recherche et de développement,lu_2011_account_732,view,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7322,7322,"Concessions, brevets, licences, marques ainsi que droits et valeurs similaires",lu_2011_account_732,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7322,7322,"Concessions, brevets, licences, marques ainsi que droits et valeurs similaires",lu_2011_account_732,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7323,7323,"Fonds de commerce, dans la mesure où il a été acquis à titre onéreux",lu_2011_account_732,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7323,7323,"Fonds de commerce, dans la mesure où il a été acquis à titre onéreux",lu_2011_account_732,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7324,7324,Acomptes versés et immobilisations incorporelles en cours,lu_2011_account_732,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7324,7324,Acomptes versés et immobilisations incorporelles en cours,lu_2011_account_732,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_733,733,Reprises de corrections de valeur sur immobilisations corporelles,lu_2011_account_73,view,account_type_2011_7_produit_exploitation,f,account_financial_report_145 lu_2011_account_733,733,Reprises de corrections de valeur sur immobilisations corporelles,lu_2011_account_73,view,account_type_2011_7_produit_exploitation,f,"account_financial_report_145"
lu_2011_account_7331,7331,Terrains et constructions,lu_2011_account_733,view,account_type_2011_7_produit_exploitation,f, lu_2011_account_7331,7331,Terrains et constructions,lu_2011_account_733,view,account_type_2011_7_produit_exploitation,f,
lu_2011_account_73311,73311,Terrains,lu_2011_account_7331,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_73311,73311,Terrains,lu_2011_account_7331,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_73312,73312,Agencements et aménagements de terrains,lu_2011_account_7331,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_73312,73312,Agencements et aménagements de terrains,lu_2011_account_7331,other,account_type_2011_7_produit_exploitation,f,
@ -1025,17 +1024,17 @@ lu_2011_account_73314,73314,Constructions sur sol d'autrui,lu_2011_account_7331,
lu_2011_account_7332,7332,Installations techniques et machines,lu_2011_account_733,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7332,7332,Installations techniques et machines,lu_2011_account_733,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7333,7333,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_733,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7333,7333,"Autres installations, outillage, mobilier et matériel roulant",lu_2011_account_733,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7334,7334,Acomptes versés et immobilisations corporelles en cours,lu_2011_account_733,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7334,7334,Acomptes versés et immobilisations corporelles en cours,lu_2011_account_733,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_734,734,Reprises de corrections de valeur sur stocks,lu_2011_account_73,view,account_type_2011_7_produit_exploitation,f,account_financial_report_146 lu_2011_account_734,734,Reprises de corrections de valeur sur stocks,lu_2011_account_73,view,account_type_2011_7_produit_exploitation,f,"account_financial_report_146"
lu_2011_account_7341,7341,Matières premières et consommables,lu_2011_account_734,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7341,7341,Matières premières et consommables,lu_2011_account_734,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7342,7342,Produits en cours de fabrication et commandes en cours,lu_2011_account_734,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7342,7342,Produits en cours de fabrication et commandes en cours,lu_2011_account_734,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7343,7343,Produits finis et marchandises,lu_2011_account_734,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7343,7343,Produits finis et marchandises,lu_2011_account_734,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7344,7344,Terrains et immeubles destinés à la revente,lu_2011_account_734,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7344,7344,Terrains et immeubles destinés à la revente,lu_2011_account_734,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7345,7345,Acomptes versés,lu_2011_account_734,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7345,7345,Acomptes versés,lu_2011_account_734,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_735,735,Reprises de corrections de valeur sur créances de l'actif circulant,lu_2011_account_73,view,account_type_2011_7_produit_exploitation,f,account_financial_report_146 lu_2011_account_735,735,Reprises de corrections de valeur sur créances de l'actif circulant,lu_2011_account_73,view,account_type_2011_7_produit_exploitation,f,"account_financial_report_146"
lu_2011_account_7351,7351,Créances résultant de ventes et prestations de services,lu_2011_account_735,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7351,7351,Créances résultant de ventes et prestations de services,lu_2011_account_735,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7352,7352,Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_735,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7352,7352,Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_735,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7353,7353,Autres créances,lu_2011_account_735,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7353,7353,Autres créances,lu_2011_account_735,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_74,74,Autres produits d'exploitation,lu_2011_account_7,view,account_type_2011_7_produit_exploitation,f,account_financial_report_147 lu_2011_account_74,74,Autres produits d'exploitation,lu_2011_account_7,view,account_type_2011_7_produit_exploitation,f,"account_financial_report_147,account_financial_report_abr_147"
lu_2011_account_741,741,"Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires",lu_2011_account_74,view,account_type_2011_7_produit_exploitation,f, lu_2011_account_741,741,"Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires",lu_2011_account_74,view,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7411,7411,Concessions,lu_2011_account_741,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7411,7411,Concessions,lu_2011_account_741,other,account_type_2011_7_produit_exploitation,f,
lu_2011_account_7412,7412,Brevets,lu_2011_account_741,other,account_type_2011_7_produit_exploitation,f, lu_2011_account_7412,7412,Brevets,lu_2011_account_741,other,account_type_2011_7_produit_exploitation,f,
@ -1065,57 +1064,57 @@ lu_2011_account_749,749,Reprises sur provisions d'exploitation,lu_2011_account_7
lu_2011_account_75,75,Produits financiers,lu_2011_account_7,view,account_type_2011_7_produit_financier,f, lu_2011_account_75,75,Produits financiers,lu_2011_account_7,view,account_type_2011_7_produit_financier,f,
lu_2011_account_751,751,Reprises sur corrections de valeur et ajustements pour juste valeur sur immobilisations financières,lu_2011_account_75,view,account_type_2011_7_produit_financier,f, lu_2011_account_751,751,Reprises sur corrections de valeur et ajustements pour juste valeur sur immobilisations financières,lu_2011_account_75,view,account_type_2011_7_produit_financier,f,
lu_2011_account_7511,7511,Reprises sur corrections de valeur sur immobilisations financières,lu_2011_account_751,view,account_type_2011_7_produit_financier,f, lu_2011_account_7511,7511,Reprises sur corrections de valeur sur immobilisations financières,lu_2011_account_751,view,account_type_2011_7_produit_financier,f,
lu_2011_account_75111,75111,Parts dans des entreprises liées,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,account_financial_report_149 lu_2011_account_75111,75111,Parts dans des entreprises liées,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,"account_financial_report_149,account_financial_report_abr_149"
lu_2011_account_75112,75112,Créances sur des entreprises liées,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,account_financial_report_149 lu_2011_account_75112,75112,Créances sur des entreprises liées,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,"account_financial_report_149,account_financial_report_abr_149"
lu_2011_account_75113,75113,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,account_financial_report_150 lu_2011_account_75113,75113,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,"account_financial_report_150,account_financial_report_abr_150"
lu_2011_account_75114,75114,Créances sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,account_financial_report_150 lu_2011_account_75114,75114,Créances sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,"account_financial_report_150,account_financial_report_abr_150"
lu_2011_account_75115,75115,Titres ayant le caractère d'immobilisations,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,account_financial_report_150 lu_2011_account_75115,75115,Titres ayant le caractère d'immobilisations,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,"account_financial_report_150,account_financial_report_abr_150"
lu_2011_account_75116,75116,Prêts et créances immobilisées,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,account_financial_report_150 lu_2011_account_75116,75116,Prêts et créances immobilisées,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,"account_financial_report_150,account_financial_report_abr_150"
lu_2011_account_75117,75117,Actions propres ou parts propres,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,account_financial_report_150 lu_2011_account_75117,75117,Actions propres ou parts propres,lu_2011_account_7511,other,account_type_2011_7_produit_financier,f,"account_financial_report_150,account_financial_report_abr_150"
lu_2011_account_7512,7512,Ajustements pour juste valeur sur immobilisations financières,lu_2011_account_751,other,account_type_2011_7_produit_financier,f,account_financial_report_150 lu_2011_account_7512,7512,Ajustements pour juste valeur sur immobilisations financières,lu_2011_account_751,other,account_type_2011_7_produit_financier,f,"account_financial_report_150,account_financial_report_abr_150"
lu_2011_account_752,752,Revenus des immobilisations financières,lu_2011_account_75,view,account_type_2011_7_produit_financier,f, lu_2011_account_752,752,Revenus des immobilisations financières,lu_2011_account_75,view,account_type_2011_7_produit_financier,f,
lu_2011_account_7521,7521,Parts dans des entreprises liées,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,account_financial_report_149 lu_2011_account_7521,7521,Parts dans des entreprises liées,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,"account_financial_report_149,account_financial_report_abr_149"
lu_2011_account_7522,7522,Créances sur des entreprises liées,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,account_financial_report_149 lu_2011_account_7522,7522,Créances sur des entreprises liées,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,"account_financial_report_149,account_financial_report_abr_149"
lu_2011_account_7523,7523,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,account_financial_report_150 lu_2011_account_7523,7523,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,"account_financial_report_150,account_financial_report_abr_150"
lu_2011_account_7524,7524,Créances sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,account_financial_report_150 lu_2011_account_7524,7524,Créances sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,"account_financial_report_150,account_financial_report_abr_150"
lu_2011_account_7525,7525,Titres ayant le caractère d'immobilisations,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,account_financial_report_150 lu_2011_account_7525,7525,Titres ayant le caractère d'immobilisations,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,"account_financial_report_150,account_financial_report_abr_150"
lu_2011_account_7526,7526,Prêts et créances immobilisées,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,account_financial_report_150 lu_2011_account_7526,7526,Prêts et créances immobilisées,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,"account_financial_report_150,account_financial_report_abr_150"
lu_2011_account_7527,7527,Actions propres ou parts propres,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,account_financial_report_150 lu_2011_account_7527,7527,Actions propres ou parts propres,lu_2011_account_752,other,account_type_2011_7_produit_financier,f,"account_financial_report_150,account_financial_report_abr_150"
lu_2011_account_753,753,Reprises sur corrections de valeur et ajustements pour juste valeur sur éléments financiers de l'actif circulant,lu_2011_account_75,view,account_type_2011_7_produit_financier,f, lu_2011_account_753,753,Reprises sur corrections de valeur et ajustements pour juste valeur sur éléments financiers de l'actif circulant,lu_2011_account_75,view,account_type_2011_7_produit_financier,f,
lu_2011_account_7531,7531,Reprises sur corrections de valeur sur créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_753,other,account_type_2011_7_produit_financier,f,account_financial_report_152 lu_2011_account_7531,7531,Reprises sur corrections de valeur sur créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_753,other,account_type_2011_7_produit_financier,f,"account_financial_report_152,account_financial_report_abr_152"
lu_2011_account_7532,7532,Reprises sur corrections de valeur sur autres créances,lu_2011_account_753,other,account_type_2011_7_produit_financier,f,account_financial_report_153 lu_2011_account_7532,7532,Reprises sur corrections de valeur sur autres créances,lu_2011_account_753,other,account_type_2011_7_produit_financier,f,"account_financial_report_153,account_financial_report_abr_153"
lu_2011_account_7533,7533,Reprises sur corrections de valeur sur valeurs mobilières,lu_2011_account_753,view,account_type_2011_7_produit_financier,f, lu_2011_account_7533,7533,Reprises sur corrections de valeur sur valeurs mobilières,lu_2011_account_753,view,account_type_2011_7_produit_financier,f,
lu_2011_account_75331,75331,Parts dans des entreprises liées,lu_2011_account_7533,other,account_type_2011_7_produit_financier,f,account_financial_report_152 lu_2011_account_75331,75331,Parts dans des entreprises liées,lu_2011_account_7533,other,account_type_2011_7_produit_financier,f,"account_financial_report_152,account_financial_report_abr_152"
lu_2011_account_75332,75332,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_7533,other,account_type_2011_7_produit_financier,f,account_financial_report_153 lu_2011_account_75332,75332,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_7533,other,account_type_2011_7_produit_financier,f,"account_financial_report_153,account_financial_report_abr_153"
lu_2011_account_75333,75333,Actions propres ou parts propres,lu_2011_account_7533,other,account_type_2011_7_produit_financier,f,account_financial_report_153 lu_2011_account_75333,75333,Actions propres ou parts propres,lu_2011_account_7533,other,account_type_2011_7_produit_financier,f,"account_financial_report_153,account_financial_report_abr_153"
lu_2011_account_75338,75338,Autres valeurs mobilières,lu_2011_account_7533,other,account_type_2011_7_produit_financier,f,account_financial_report_153 lu_2011_account_75338,75338,Autres valeurs mobilières,lu_2011_account_7533,other,account_type_2011_7_produit_financier,f,"account_financial_report_153,account_financial_report_abr_153"
lu_2011_account_7534,7534,Ajustements pour juste valeur sur éléments financiers de l'actif circulant,lu_2011_account_753,other,account_type_2011_7_produit_financier,f,account_financial_report_153 lu_2011_account_7534,7534,Ajustements pour juste valeur sur éléments financiers de l'actif circulant,lu_2011_account_753,other,account_type_2011_7_produit_financier,f,"account_financial_report_153,account_financial_report_abr_153"
lu_2011_account_754,754,Plus-value de cession et autres produits de valeurs mobilières,lu_2011_account_75,view,account_type_2011_7_produit_financier,f, lu_2011_account_754,754,Plus-value de cession et autres produits de valeurs mobilières,lu_2011_account_75,view,account_type_2011_7_produit_financier,f,
lu_2011_account_7541,7541,Plus-value de cession de valeurs mobilières,lu_2011_account_754,view,account_type_2011_7_produit_financier,f, lu_2011_account_7541,7541,Plus-value de cession de valeurs mobilières,lu_2011_account_754,view,account_type_2011_7_produit_financier,f,
lu_2011_account_75411,75411,Parts dans des entreprises liées,lu_2011_account_7541,other,account_type_2011_7_produit_financier,f,account_financial_report_152 lu_2011_account_75411,75411,Parts dans des entreprises liées,lu_2011_account_7541,other,account_type_2011_7_produit_financier,f,"account_financial_report_152,account_financial_report_abr_152"
lu_2011_account_75412,75412,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_7541,other,account_type_2011_7_produit_financier,f,account_financial_report_153 lu_2011_account_75412,75412,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_7541,other,account_type_2011_7_produit_financier,f,"account_financial_report_153,account_financial_report_abr_153"
lu_2011_account_75413,75413,Actions propres ou parts propres,lu_2011_account_7541,other,account_type_2011_7_produit_financier,f,account_financial_report_153 lu_2011_account_75413,75413,Actions propres ou parts propres,lu_2011_account_7541,other,account_type_2011_7_produit_financier,f,"account_financial_report_153,account_financial_report_abr_153"
lu_2011_account_75418,75418,Autres valeurs mobilières,lu_2011_account_7541,other,account_type_2011_7_produit_financier,f,account_financial_report_153 lu_2011_account_75418,75418,Autres valeurs mobilières,lu_2011_account_7541,other,account_type_2011_7_produit_financier,f,"account_financial_report_153,account_financial_report_abr_153"
lu_2011_account_7548,7548,Autres produits de valeurs mobilières,lu_2011_account_754,view,account_type_2011_7_produit_financier,f, lu_2011_account_7548,7548,Autres produits de valeurs mobilières,lu_2011_account_754,view,account_type_2011_7_produit_financier,f,
lu_2011_account_75481,75481,Parts dans des entreprises liées,lu_2011_account_7548,other,account_type_2011_7_produit_financier,f,account_financial_report_152 lu_2011_account_75481,75481,Parts dans des entreprises liées,lu_2011_account_7548,other,account_type_2011_7_produit_financier,f,"account_financial_report_152,account_financial_report_abr_152"
lu_2011_account_75482,75482,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_7548,other,account_type_2011_7_produit_financier,f,account_financial_report_153 lu_2011_account_75482,75482,Parts dans des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_7548,other,account_type_2011_7_produit_financier,f,"account_financial_report_153,account_financial_report_abr_153"
lu_2011_account_75483,75483,Actions propres ou parts propres,lu_2011_account_7548,other,account_type_2011_7_produit_financier,f,account_financial_report_153 lu_2011_account_75483,75483,Actions propres ou parts propres,lu_2011_account_7548,other,account_type_2011_7_produit_financier,f,"account_financial_report_153,account_financial_report_abr_153"
lu_2011_account_75488,75488,Autres valeurs mobilières,lu_2011_account_7548,other,account_type_2011_7_produit_financier,f,account_financial_report_153 lu_2011_account_75488,75488,Autres valeurs mobilières,lu_2011_account_7548,other,account_type_2011_7_produit_financier,f,"account_financial_report_153,account_financial_report_abr_153"
lu_2011_account_755,755,Autres intérêts et escomptes,lu_2011_account_75,view,account_type_2011_7_produit_financier,f, lu_2011_account_755,755,Autres intérêts et escomptes,lu_2011_account_75,view,account_type_2011_7_produit_financier,f,
lu_2011_account_7552,7552,Intérêts bancaires et assimilés,lu_2011_account_755,view,account_type_2011_7_produit_financier,f,account_financial_report_156 lu_2011_account_7552,7552,Intérêts bancaires et assimilés,lu_2011_account_755,view,account_type_2011_7_produit_financier,f,"account_financial_report_156,account_financial_report_abr_156"
lu_2011_account_75521,75521,Intérêts sur comptes courants,lu_2011_account_7552,other,account_type_2011_7_produit_financier,f, lu_2011_account_75521,75521,Intérêts sur comptes courants,lu_2011_account_7552,other,account_type_2011_7_produit_financier,f,
lu_2011_account_75522,75522,Intérêts sur comptes à terme,lu_2011_account_7552,other,account_type_2011_7_produit_financier,f, lu_2011_account_75522,75522,Intérêts sur comptes à terme,lu_2011_account_7552,other,account_type_2011_7_produit_financier,f,
lu_2011_account_75523,75523,Intérêts sur leasings financiers,lu_2011_account_7552,other,account_type_2011_7_produit_financier,f, lu_2011_account_75523,75523,Intérêts sur leasings financiers,lu_2011_account_7552,other,account_type_2011_7_produit_financier,f,
lu_2011_account_7553,7553,Intérêts sur créances commerciales,lu_2011_account_755,other,account_type_2011_7_produit_financier,f,account_financial_report_156 lu_2011_account_7553,7553,Intérêts sur créances commerciales,lu_2011_account_755,other,account_type_2011_7_produit_financier,f,"account_financial_report_156,account_financial_report_abr_156"
lu_2011_account_7554,7554,Intérêts sur des entreprises liées et des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_755,other,account_type_2011_7_produit_financier,f,account_financial_report_155 lu_2011_account_7554,7554,Intérêts sur des entreprises liées et des entreprises avec lesquelles la société a un lien de participation,lu_2011_account_755,other,account_type_2011_7_produit_financier,f,"account_financial_report_155,account_financial_report_abr_155"
lu_2011_account_7555,7555,Escomptes d'effets de commerce,lu_2011_account_755,other,account_type_2011_7_produit_financier,f,account_financial_report_156 lu_2011_account_7555,7555,Escomptes d'effets de commerce,lu_2011_account_755,other,account_type_2011_7_produit_financier,f,"account_financial_report_156,account_financial_report_abr_156"
lu_2011_account_7556,7556,Escomptes obtenus,lu_2011_account_755,other,account_type_2011_7_produit_financier,f,account_financial_report_156 lu_2011_account_7556,7556,Escomptes obtenus,lu_2011_account_755,other,account_type_2011_7_produit_financier,f,"account_financial_report_156,account_financial_report_abr_156"
lu_2011_account_7558,7558,Intérêts sur autres créances,lu_2011_account_755,other,account_type_2011_7_produit_financier,f,account_financial_report_156 lu_2011_account_7558,7558,Intérêts sur autres créances,lu_2011_account_755,other,account_type_2011_7_produit_financier,f,"account_financial_report_156,account_financial_report_abr_156"
lu_2011_account_756,756,Gains de change,lu_2011_account_75,other,account_type_2011_7_produit_financier,f, lu_2011_account_756,756,Gains de change,lu_2011_account_75,other,account_type_2011_7_produit_financier,f,
lu_2011_account_757,757,Quote-part de bénéfice dans les entreprises collectives (autres que les sociétés de capitaux),lu_2011_account_75,other,account_type_2011_7_produit_financier,f, lu_2011_account_757,757,Quote-part de bénéfice dans les entreprises collectives (autres que les sociétés de capitaux),lu_2011_account_75,other,account_type_2011_7_produit_financier,f,
lu_2011_account_758,758,Autres produits financiers,lu_2011_account_75,other,account_type_2011_7_produit_financier,f,account_financial_report_156 lu_2011_account_758,758,Autres produits financiers,lu_2011_account_75,other,account_type_2011_7_produit_financier,f,"account_financial_report_156,account_financial_report_abr_156"
lu_2011_account_759,759,Reprises sur provisions financières,lu_2011_account_75,other,account_type_2011_7_produit_financier,f, lu_2011_account_759,759,Reprises sur provisions financières,lu_2011_account_75,other,account_type_2011_7_produit_financier,f,
lu_2011_account_76,76,Produits exceptionnels,lu_2011_account_7,view,account_type_2011_7_produit_exceptionnel,f,account_financial_report_157 lu_2011_account_76,76,Produits exceptionnels,lu_2011_account_7,view,account_type_2011_7_produit_exceptionnel,f,"account_financial_report_157,account_financial_report_abr_157"
lu_2011_account_761,761,Reprises sur corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles,lu_2011_account_76,view,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_761,761,Reprises sur corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles,lu_2011_account_76,view,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_7611,7611,Immobilisations incorporelles,lu_2011_account_761,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_7611,7611,Immobilisations incorporelles,lu_2011_account_761,other,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_7612,7612,Immobilisations corporelles,lu_2011_account_761,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_7612,7612,Immobilisations corporelles,lu_2011_account_761,other,account_type_2011_7_produit_exceptionnel,f,
@ -1145,14 +1144,14 @@ lu_2011_account_7685,7685,Bonis provenant de clauses d'indexation,lu_2011_accoun
lu_2011_account_7686,7686,Bonis provenant du rachat par l'entreprise d'actions et d'obligations émises par elle-même,lu_2011_account_768,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_7686,7686,Bonis provenant du rachat par l'entreprise d'actions et d'obligations émises par elle-même,lu_2011_account_768,other,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_7688,7688,Autres produits exceptionnels divers,lu_2011_account_768,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_7688,7688,Autres produits exceptionnels divers,lu_2011_account_768,other,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_769,769,Reprises sur provisions exceptionnelles,lu_2011_account_76,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_769,769,Reprises sur provisions exceptionnelles,lu_2011_account_76,other,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_77,77,Régularisations d'impôts sur le résultat,lu_2011_account_7,view,account_type_2011_7_produit_exceptionnel,f,account_financial_report_137 lu_2011_account_77,77,Régularisations d'impôts sur le résultat,lu_2011_account_7,view,account_type_2011_7_produit_exceptionnel,f,"account_financial_report_137,account_financial_report_abr_137"
lu_2011_account_771,771,Régularisations d'impôt sur le revenu des collectivités,lu_2011_account_77,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_771,771,Régularisations d'impôt sur le revenu des collectivités,lu_2011_account_77,other,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_772,772,Régularisations d'impôt commercial,lu_2011_account_77,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_772,772,Régularisations d'impôt commercial,lu_2011_account_77,other,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_773,773,Régularisations d'impôts étrangers sur le résultat,lu_2011_account_77,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_773,773,Régularisations d'impôts étrangers sur le résultat,lu_2011_account_77,other,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_779,779,Reprises sur provisions pour impôts sur le résultat,lu_2011_account_77,view,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_779,779,Reprises sur provisions pour impôts sur le résultat,lu_2011_account_77,view,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_7791,7791,Reprises sur provisions pour impôts,lu_2011_account_779,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_7791,7791,Reprises sur provisions pour impôts,lu_2011_account_779,other,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_7792,7792,Reprises sur provisions pour impôts différés,lu_2011_account_779,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_7792,7792,Reprises sur provisions pour impôts différés,lu_2011_account_779,other,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_78,78,Régularisations d'autres impôts ne figurant pas sous le poste ci-dessus,lu_2011_account_7,view,account_type_2011_7_produit_exceptionnel,f,account_financial_report_138 lu_2011_account_78,78,Régularisations d'autres impôts ne figurant pas sous le poste ci-dessus,lu_2011_account_7,view,account_type_2011_7_produit_exceptionnel,f,"account_financial_report_138,account_financial_report_abr_138"
lu_2011_account_781,781,Régularisations d'impôt sur la fortune,lu_2011_account_78,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_781,781,Régularisations d'impôt sur la fortune,lu_2011_account_78,other,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_782,782,Régularisations de taxes d'abonnement,lu_2011_account_78,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_782,782,Régularisations de taxes d'abonnement,lu_2011_account_78,other,account_type_2011_7_produit_exceptionnel,f,
lu_2011_account_783,783,Régularisations d'impôts étrangers,lu_2011_account_78,other,account_type_2011_7_produit_exceptionnel,f, lu_2011_account_783,783,Régularisations d'impôts étrangers,lu_2011_account_78,other,account_type_2011_7_produit_exceptionnel,f,

1 id code name parent_id/id type user_type/id reconcile financial_report_ids/id
3 lu_2011_account_bilan bilan TOTAL CLASSES 1 A 5 lu_2011_account_0 view account.data_account_type_view f
4 lu_2011_account_1 1 CLASSE 1 - COMPTES DE CAPITAUX, DE PROVISIONS ET DE DETTES FINANCIERES lu_2011_account_bilan view account_type_2011_1_capital f
5 lu_2011_account_10 10 Capital ou dotation des succursales et comptes de l'exploitant lu_2011_account_1 view account_type_2011_1_capital f
6 lu_2011_account_101 101 Capital souscrit (Sociétés de capitaux - Montant total) lu_2011_account_10 other account_type_2011_1_capital f account_financial_report_68 account_financial_report_68,account_financial_report_abr_68
7 lu_2011_account_102 102 Capital souscrit non appelé (Sociétés de capitaux) lu_2011_account_10 other account_type_2011_1_capital f account_financial_report_17 account_financial_report_17,account_financial_report_abr_17
8 lu_2011_account_103 103 Capital souscrit appelé et non versé (Sociétés de capitaux) lu_2011_account_10 other account_type_2011_1_capital f account_financial_report_18 account_financial_report_18,account_financial_report_abr_18
9 lu_2011_account_104 104 Capital des entreprises commerçants personnes physiques et des sociétés de personnes lu_2011_account_10 view account_type_2011_1_capital f account_financial_report_68 account_financial_report_68,account_financial_report_abr_68
10 lu_2011_account_1041 1041 Commerçants personnes physiques lu_2011_account_104 other account_type_2011_1_capital f
11 lu_2011_account_1042 1042 Sociétés de personnes lu_2011_account_104 other account_type_2011_1_capital f
12 lu_2011_account_105 105 Dotation des succursales lu_2011_account_10 other account_type_2011_1_capital f account_financial_report_68 account_financial_report_68,account_financial_report_abr_68
13 lu_2011_account_106 106 Comptes de l'exploitant ou des coexploitants lu_2011_account_10 view account_type_2011_1_capital f account_financial_report_68 account_financial_report_68,account_financial_report_abr_68
14 lu_2011_account_1061 1061 Prélèvements privés de l'exploitant ou des coexploitants lu_2011_account_106 view account_type_2011_1_capital f
15 lu_2011_account_10611 10611 Prélèvements en numéraire (train de vie) lu_2011_account_1061 other account_type_2011_1_capital f
16 lu_2011_account_10612 10612 Prélèvements en nature de marchandises, de produits finis et services (au prix de revient) lu_2011_account_1061 other account_type_2011_1_capital f
73 lu_2011_account_106284 106284 Impôt commercial lu_2011_account_10628 other account_type_2011_1_capital f
74 lu_2011_account_106288 106288 Autres remboursements d'impôts lu_2011_account_10628 other account_type_2011_1_capital f
75 lu_2011_account_10629 10629 Quote-part professionnelle de frais privés lu_2011_account_1062 other account_type_2011_1_capital f
76 lu_2011_account_11 11 Primes d'émission et primes assimilées lu_2011_account_1 view account_type_2011_1_capital f account_financial_report_69 account_financial_report_69,account_financial_report_abr_69
77 lu_2011_account_111 111 Primes d'émission lu_2011_account_11 other account_type_2011_1_capital f
78 lu_2011_account_112 112 Primes de fusion lu_2011_account_11 other account_type_2011_1_capital f
79 lu_2011_account_113 113 Primes d'apport lu_2011_account_11 other account_type_2011_1_capital f
80 lu_2011_account_114 114 Primes de conversion d'obligations en actions lu_2011_account_11 other account_type_2011_1_capital f
81 lu_2011_account_115 115 Apport en capitaux propres non rémunéré par des titres ("Capital contribution") lu_2011_account_11 other account_type_2011_1_capital f
82 lu_2011_account_12 12 Réserves de réévaluation lu_2011_account_1 view account_type_2011_1_capital f account_financial_report_70 account_financial_report_70,account_financial_report_abr_70
83 lu_2011_account_121 121 Réserves de réévaluation en application de la juste valeur lu_2011_account_12 other account_type_2011_1_capital f
84 lu_2011_account_122 122 Réserves de mise en équivalence (Participations valorisées suivant l'art. 58) lu_2011_account_12 other account_type_2011_1_capital f
85 lu_2011_account_123 123 Plus-values sur écarts de conversion immunisées lu_2011_account_12 other account_type_2011_1_capital f
86 lu_2011_account_128 128 Autres réserves de réévaluation lu_2011_account_12 other account_type_2011_1_capital f
87 lu_2011_account_13 13 Réserves lu_2011_account_1 view account_type_2011_1_capital f
88 lu_2011_account_131 131 Réserve légale lu_2011_account_13 other account_type_2011_1_capital f account_financial_report_72 account_financial_report_72,account_financial_report_abr_71
89 lu_2011_account_132 132 Réserve pour actions propres ou parts propres lu_2011_account_13 other account_type_2011_1_capital f account_financial_report_73 account_financial_report_73,account_financial_report_abr_71
90 lu_2011_account_133 133 Réserves statutaires lu_2011_account_13 other account_type_2011_1_capital f account_financial_report_74 account_financial_report_74,account_financial_report_abr_71
91 lu_2011_account_138 138 Autres réserves lu_2011_account_13 view account_type_2011_1_capital f account_financial_report_75 account_financial_report_75,account_financial_report_abr_71
92 lu_2011_account_1381 1381 Réserve pour l'impôt sur la fortune lu_2011_account_138 other account_type_2011_1_capital f
93 lu_2011_account_1382 1382 Autres réserves indisponibles lu_2011_account_138 other account_type_2011_1_capital f
94 lu_2011_account_1383 1383 Autres réserves disponibles lu_2011_account_138 other account_type_2011_1_capital f
95 lu_2011_account_14 14 Résultats lu_2011_account_1 view account_type_2011_1_capital f
96 lu_2011_account_141 141 Résultats reportés lu_2011_account_14 other account_type_2011_1_capital f account_financial_report_76 account_financial_report_76,account_financial_report_abr_76
97 lu_2011_account_142 142 Résultat de l'exercice lu_2011_account_14 other account_type_2011_1_capital f account_financial_report_77 account_financial_report_77,account_financial_report_abr_77
98 lu_2011_account_15 15 Acomptes sur dividendes lu_2011_account_1 other account_type_2011_1_capital f account_financial_report_78 account_financial_report_78,account_financial_report_abr_78
99 lu_2011_account_16 16 Subventions d'investissement en capital lu_2011_account_1 view account_type_2011_1_capital f account_financial_report_79 account_financial_report_79,account_financial_report_abr_79
100 lu_2011_account_161 161 Terrains et constructions lu_2011_account_16 other account_type_2011_1_capital f
101 lu_2011_account_162 162 Installations techniques et machines lu_2011_account_16 other account_type_2011_1_capital f
102 lu_2011_account_163 163 Autres installations, outillage, mobilier et matériel roulant lu_2011_account_16 other account_type_2011_1_capital f
103 lu_2011_account_168 168 Autres subventions d'investissement en capital lu_2011_account_16 other account_type_2011_1_capital f
104 lu_2011_account_17 17 Plus-values immunisées lu_2011_account_1 view account_type_2011_1_capital f account_financial_report_80 account_financial_report_80,account_financial_report_abr_80
105 lu_2011_account_171 171 Plus-values immunisées à réinvestir lu_2011_account_17 other account_type_2011_1_capital f
106 lu_2011_account_172 172 Plus-values immunisées réinvesties lu_2011_account_17 other account_type_2011_1_capital f
107 lu_2011_account_18 18 Provisions lu_2011_account_1 view account_type_2011_1_provision f
108 lu_2011_account_181 181 Provisions pour pensions et obligations similaires lu_2011_account_18 other account_type_2011_1_provision f account_financial_report_83 account_financial_report_83,account_financial_report_abr_82
109 lu_2011_account_182 182 Provisions pour impôts lu_2011_account_18 view account_type_2011_1_provision f account_financial_report_84 account_financial_report_84,account_financial_report_abr_82
110 lu_2011_account_1821 1821 Provisions pour impôt sur le revenu des collectivités lu_2011_account_182 other account_type_2011_1_provision f
111 lu_2011_account_1822 1822 Provisions pour impôt commercial lu_2011_account_182 other account_type_2011_1_provision f
112 lu_2011_account_1823 1823 Provisions pour impôt sur la fortune lu_2011_account_182 other account_type_2011_1_provision f
113 lu_2011_account_1828 1828 Autres provisions pour impôts lu_2011_account_182 other account_type_2011_1_provision f
114 lu_2011_account_183 183 Provisions pour impôts différés lu_2011_account_18 other account_type_2011_1_provision f account_financial_report_84 account_financial_report_84,account_financial_report_abr_82
115 lu_2011_account_188 188 Autres provisions lu_2011_account_18 view account_type_2011_1_provision f account_financial_report_85 account_financial_report_85,account_financial_report_abr_82
116 lu_2011_account_1881 1881 Provisions d'exploitation lu_2011_account_188 other account_type_2011_1_provision f
117 lu_2011_account_1882 1882 Provisions financières lu_2011_account_188 other account_type_2011_1_provision f
118 lu_2011_account_1883 1883 Provisions exceptionnelles lu_2011_account_188 other account_type_2011_1_provision f
119 lu_2011_account_19 19 Dettes financières et dettes assimilées lu_2011_account_1 view account_type_2011_1_provision f
120 lu_2011_account_191 191 Dettes subordonnées lu_2011_account_19 view account_type_2011_1_provision f account_financial_report_81 account_financial_report_81,account_financial_report_abr_81
121 lu_2011_account_1911 1911 dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_191 view account_type_2011_1_provision f
122 lu_2011_account_19111 19111 Montant principal lu_2011_account_1911 other account_type_2011_1_provision f
123 lu_2011_account_19112 19112 Intérêts courus lu_2011_account_1911 other account_type_2011_1_provision f
125 lu_2011_account_19121 19121 Montant principal lu_2011_account_1912 other account_type_2011_1_provision f
126 lu_2011_account_19122 19122 Intérêts courus lu_2011_account_1912 other account_type_2011_1_provision f
127 lu_2011_account_192 192 Emprunts obligataires convertibles lu_2011_account_19 view account_type_2011_1_provision f
128 lu_2011_account_1921 1921 dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_192 view account_type_2011_1_provision f account_financial_report_89 account_financial_report_89,account_financial_report_abr_89
129 lu_2011_account_19211 19211 Montant principal lu_2011_account_1921 other account_type_2011_1_provision f
130 lu_2011_account_19212 19212 Intérêts courus lu_2011_account_1921 other account_type_2011_1_provision f
131 lu_2011_account_1922 1922 dont la durée résiduelle est supérieure à un an lu_2011_account_192 view account_type_2011_1_provision f account_financial_report_90 account_financial_report_90,account_financial_report_abr_90
132 lu_2011_account_19221 19221 Montant principal lu_2011_account_1922 other account_type_2011_1_provision f
133 lu_2011_account_19222 19222 Intérêts courus lu_2011_account_1922 other account_type_2011_1_provision f
134 lu_2011_account_193 193 Emprunts obligataires non convertibles lu_2011_account_19 view account_type_2011_1_provision f
135 lu_2011_account_1931 1931 dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_193 view account_type_2011_1_provision f account_financial_report_92 account_financial_report_92,account_financial_report_abr_89
136 lu_2011_account_19311 19311 Montant principal lu_2011_account_1931 other account_type_2011_1_provision f
137 lu_2011_account_19312 19312 Intérêts courus lu_2011_account_1931 other account_type_2011_1_provision f
138 lu_2011_account_1932 1932 dont la durée résiduelle est supérieure à un an lu_2011_account_193 view account_type_2011_1_provision f account_financial_report_93 account_financial_report_93,account_financial_report_abr_90
139 lu_2011_account_19321 19321 Montant principal lu_2011_account_1932 other account_type_2011_1_provision f
140 lu_2011_account_19322 19322 Intérêts courus lu_2011_account_1932 other account_type_2011_1_provision f
141 lu_2011_account_194 194 Dettes envers des établissements de crédit lu_2011_account_19 view account_type_2011_1_provision f
142 lu_2011_account_1941 1941 dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_194 view account_type_2011_1_provision f account_financial_report_95 account_financial_report_95,account_financial_report_abr_89
143 lu_2011_account_19411 19411 Montant principal lu_2011_account_1941 other account_type_2011_1_provision f
144 lu_2011_account_19412 19412 Intérêts courus lu_2011_account_1941 other account_type_2011_1_provision f
145 lu_2011_account_1942 1942 dont la durée résiduelle est supérieure à un an lu_2011_account_194 view account_type_2011_1_provision f account_financial_report_96 account_financial_report_96,account_financial_report_abr_90
146 lu_2011_account_19421 19421 Montant principal lu_2011_account_1942 other account_type_2011_1_provision f
147 lu_2011_account_19422 19422 Intérêts courus lu_2011_account_1942 other account_type_2011_1_provision f
148 lu_2011_account_195 195 Dettes de leasing financier lu_2011_account_19 view account_type_2011_1_provision f
149 lu_2011_account_1951 1951 dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_195 other account_type_2011_1_provision f account_financial_report_95 account_financial_report_95,account_financial_report_abr_89
150 lu_2011_account_1952 1952 dont la durée résiduelle est supérieure à un an lu_2011_account_195 other account_type_2011_1_provision f account_financial_report_96 account_financial_report_96,account_financial_report_abr_90
151 lu_2011_account_198 198 Autres emprunts et dettes assimilées lu_2011_account_19 view account_type_2011_1_provision f
152 lu_2011_account_1981 1981 dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_198 view account_type_2011_1_provision f account_financial_report_116 account_financial_report_116,account_financial_report_abr_89
153 lu_2011_account_19811 19811 Autres emprunts lu_2011_account_1981 other account_type_2011_1_provision f
154 lu_2011_account_19812 19812 Rentes viagères capitalisées lu_2011_account_1981 other account_type_2011_1_provision f
155 lu_2011_account_19813 19813 Autres dettes assimilées lu_2011_account_1981 other account_type_2011_1_provision f
156 lu_2011_account_19814 19814 Intérêts courus sur autres emprunts et dettes assimilées lu_2011_account_1981 other account_type_2011_1_provision f
157 lu_2011_account_1982 1982 dont la durée résiduelle est supérieure à un an lu_2011_account_198 view account_type_2011_1_provision f account_financial_report_117 account_financial_report_117,account_financial_report_abr_90
158 lu_2011_account_19821 19821 Autres emprunts lu_2011_account_1982 other account_type_2011_1_provision f
159 lu_2011_account_19822 19822 Rentes viagères capitalisées lu_2011_account_1982 other account_type_2011_1_provision f
160 lu_2011_account_19823 19823 Autres dettes assimilées lu_2011_account_1982 other account_type_2011_1_provision f
161 lu_2011_account_19824 19824 Intérêts courus sur autres emprunts et dettes assimilées lu_2011_account_1982 other account_type_2011_1_provision f
162 lu_2011_account_2 2 CLASSE 2 - COMPTES DE FRAIS D’ETABLISSEMENT ET D’ACTIFS IMMOBILISES lu_2011_account_bilan view account.data_account_type_view f
163 lu_2011_account_20 20 Frais d'établissement et frais assimilés lu_2011_account_2 view account_type_2011_2_immo f account_financial_report_19 account_financial_report_19,account_financial_report_abr_19
164 lu_2011_account_201 201 Frais de constitution lu_2011_account_20 other account_type_2011_2_immo f
165 lu_2011_account_202 202 Frais de premier établissement lu_2011_account_20 view account_type_2011_2_immo f
166 lu_2011_account_2021 2021 Frais de prospection lu_2011_account_202 other account_type_2011_2_immo f
169 lu_2011_account_204 204 Frais d'émission d'emprunts lu_2011_account_20 other account_type_2011_2_immo f
170 lu_2011_account_208 208 Autres frais assimilés lu_2011_account_20 other account_type_2011_2_immo f
171 lu_2011_account_21 21 Immobilisations incorporelles lu_2011_account_2 view account_type_2011_2_immo f
172 lu_2011_account_211 211 Frais de recherche et de développement lu_2011_account_21 other account_type_2011_2_immo f account_financial_report_22 account_financial_report_22,account_financial_report_abr_21
173 lu_2011_account_212 212 Concessions, brevets, licences, marques ainsi que droits et valeurs similaires lu_2011_account_21 view account_type_2011_2_immo f
174 lu_2011_account_2121 2121 Acquis à titre onéreux (Actifs incorporels non produits) lu_2011_account_212 view account_type_2011_2_immo f account_financial_report_24 account_financial_report_24,account_financial_report_abr_21
175 lu_2011_account_21211 21211 Concessions lu_2011_account_2121 other account_type_2011_2_immo f
176 lu_2011_account_21212 21212 Brevets lu_2011_account_2121 other account_type_2011_2_immo f
177 lu_2011_account_21213 21213 Licences informatiques (logiciels et progiciels informatiques) lu_2011_account_2121 other account_type_2011_2_immo f
180 lu_2011_account_212151 212151 Droits d'auteur et de reproduction lu_2011_account_21215 other account_type_2011_2_immo f
181 lu_2011_account_212152 212152 Droits d'émission lu_2011_account_21215 other account_type_2011_2_immo f
182 lu_2011_account_212158 212158 Autres droits et valeurs similaires acquis à titre onéreux lu_2011_account_21215 other account_type_2011_2_immo f
183 lu_2011_account_2122 2122 Créés par l'entreprise elle-même (Actifs incorporels produits) lu_2011_account_212 view account_type_2011_2_immo f account_financial_report_25 account_financial_report_25,account_financial_report_abr_21
184 lu_2011_account_21221 21221 Concessions lu_2011_account_2122 other account_type_2011_2_immo f
185 lu_2011_account_21222 21222 Brevets lu_2011_account_2122 other account_type_2011_2_immo f
186 lu_2011_account_21223 21223 Licences informatiques (logiciels et progiciels informatiques) lu_2011_account_2122 other account_type_2011_2_immo f
189 lu_2011_account_212251 212251 Droits d'auteur et de reproduction lu_2011_account_21225 other account_type_2011_2_immo f
190 lu_2011_account_212252 212252 Droits d'émission lu_2011_account_21225 other account_type_2011_2_immo f
191 lu_2011_account_212258 212258 Autres droits et valeurs similaires créés par l'entreprise elle-même lu_2011_account_21225 other account_type_2011_2_immo f
192 lu_2011_account_213 213 Fonds de commerce, dans la mesure où il a été acquis à titre onéreux lu_2011_account_21 other account_type_2011_2_immo f account_financial_report_26 account_financial_report_26,account_financial_report_abr_21
193 lu_2011_account_214 214 Acomptes versés et immobilisations incorporelles en cours lu_2011_account_21 view account_type_2011_2_immo f account_financial_report_27 account_financial_report_27,account_financial_report_abr_21
194 lu_2011_account_2141 2141 Frais de recherche et de développement lu_2011_account_214 other account_type_2011_2_immo f
195 lu_2011_account_2142 2142 Concessions, brevets, licences, marques ainsi que droits et valeurs similaires lu_2011_account_214 other account_type_2011_2_immo f
196 lu_2011_account_2143 2143 Fonds de commerce lu_2011_account_214 other account_type_2011_2_immo f
197 lu_2011_account_22 22 Immobilisations corporelles lu_2011_account_2 view account_type_2011_2_immo f
198 lu_2011_account_221 221 Terrains et constructions lu_2011_account_22 view account_type_2011_2_immo f account_financial_report_29 account_financial_report_29,account_financial_report_abr_28
199 lu_2011_account_2211 2211 Terrains lu_2011_account_221 view account_type_2011_2_immo f
200 lu_2011_account_22111 22111 Terrains nus lu_2011_account_2211 other account_type_2011_2_immo f
201 lu_2011_account_22112 22112 Terrains aménagés lu_2011_account_2211 other account_type_2011_2_immo f
213 lu_2011_account_2213 2213 Constructions lu_2011_account_221 view account_type_2011_2_immo f
214 lu_2011_account_22131 22131 Constructions sur sol propre lu_2011_account_2213 other account_type_2011_2_immo f
215 lu_2011_account_22132 22132 Constructions sur sol d'autrui lu_2011_account_2213 other account_type_2011_2_immo f
216 lu_2011_account_222 222 Installations techniques et machines lu_2011_account_22 view account_type_2011_2_immo f account_financial_report_30 account_financial_report_30,account_financial_report_abr_28
217 lu_2011_account_2221 2221 Installations techniques lu_2011_account_222 other account_type_2011_2_immo f
218 lu_2011_account_2222 2222 Machines lu_2011_account_222 other account_type_2011_2_immo f
219 lu_2011_account_223 223 Autres installations, outillage, mobilier et matériel roulant lu_2011_account_22 view account_type_2011_2_immo f account_financial_report_31 account_financial_report_31,account_financial_report_abr_28
220 lu_2011_account_2231 2231 Equipement de transport et de manutention lu_2011_account_223 other account_type_2011_2_immo f
221 lu_2011_account_2232 2232 Véhicules de transport lu_2011_account_223 other account_type_2011_2_immo f
222 lu_2011_account_2233 2233 Outillage lu_2011_account_223 other account_type_2011_2_immo f
225 lu_2011_account_2236 2236 Cheptel lu_2011_account_223 other account_type_2011_2_immo f
226 lu_2011_account_2237 2237 Emballages récupérables lu_2011_account_223 other account_type_2011_2_immo f
227 lu_2011_account_2238 2238 Autres installations lu_2011_account_223 other account_type_2011_2_immo f
228 lu_2011_account_224 224 Acomptes versés et immobilisations corporelles en cours lu_2011_account_22 view account_type_2011_2_immo f account_financial_report_32 account_financial_report_32,account_financial_report_abr_28
229 lu_2011_account_2241 2241 Terrains et constructions lu_2011_account_224 view account_type_2011_2_immo f
230 lu_2011_account_22411 22411 Terrains lu_2011_account_2241 other account_type_2011_2_immo f
231 lu_2011_account_22412 22412 Agencements et aménagements de terrains lu_2011_account_2241 other account_type_2011_2_immo f
233 lu_2011_account_2242 2242 Installations techniques et machines lu_2011_account_224 other account_type_2011_2_immo f
234 lu_2011_account_2243 2243 Autres installations, outillage, mobilier et matériel roulant lu_2011_account_224 other account_type_2011_2_immo f
235 lu_2011_account_23 23 Immobilisations financières lu_2011_account_2 view account_type_2011_2_immo f
236 lu_2011_account_231 231 Parts dans des entreprises liées lu_2011_account_23 other account_type_2011_2_immo f account_financial_report_34 account_financial_report_34,account_financial_report_abr_33
237 lu_2011_account_232 232 Créances sur des entreprises liées lu_2011_account_23 other account_type_2011_2_immo f account_financial_report_35 account_financial_report_35,account_financial_report_abr_33
238 lu_2011_account_233 233 Parts dans des entreprises avec lesquelles la société a un lien de participation lu_2011_account_23 other account_type_2011_2_immo f account_financial_report_36 account_financial_report_36,account_financial_report_abr_33
239 lu_2011_account_234 234 Créances sur des entreprises avec lesquelles la société a un lien de participation lu_2011_account_23 other account_type_2011_2_immo f account_financial_report_37 account_financial_report_37,account_financial_report_abr_33
240 lu_2011_account_235 235 Titres ayant le caractère d'immobilisations lu_2011_account_23 view account_type_2011_2_immo f account_financial_report_38 account_financial_report_38,account_financial_report_abr_33
241 lu_2011_account_2351 2351 Titres immobilisés (droit de propriété) lu_2011_account_235 view account_type_2011_2_immo f
242 lu_2011_account_23511 23511 Actions lu_2011_account_2351 other account_type_2011_2_immo f
243 lu_2011_account_23518 23518 Autres titres immobilisés (droit de propriété) lu_2011_account_2351 other account_type_2011_2_immo f
245 lu_2011_account_23521 23521 Obligations lu_2011_account_2352 other account_type_2011_2_immo f
246 lu_2011_account_23528 23528 Autres titres immobilisés (droit de créance) lu_2011_account_2352 other account_type_2011_2_immo f
247 lu_2011_account_2358 2358 Autres titres ayant le caractère d'immobilisations lu_2011_account_235 other account_type_2011_2_immo f
248 lu_2011_account_236 236 Prêts et créances immobilisées lu_2011_account_23 view account_type_2011_2_immo f account_financial_report_39 account_financial_report_39,account_financial_report_abr_33
249 lu_2011_account_2361 2361 Prêts lu_2011_account_236 view account_type_2011_2_immo f
250 lu_2011_account_23611 23611 Prêts participatifs lu_2011_account_2361 other account_type_2011_2_immo f
251 lu_2011_account_23612 23612 Prêts aux associés lu_2011_account_2361 other account_type_2011_2_immo f
255 lu_2011_account_23621 23621 Dépôts lu_2011_account_2362 other account_type_2011_2_immo f
256 lu_2011_account_23622 23622 Cautionnements lu_2011_account_2362 other account_type_2011_2_immo f
257 lu_2011_account_2363 2363 Créances immobilisées lu_2011_account_236 other account_type_2011_2_immo f
258 lu_2011_account_237 237 Actions propres ou parts propres lu_2011_account_23 other account_type_2011_2_immo f account_financial_report_40 account_financial_report_40,account_financial_report_abr_33
259 lu_2011_account_3 3 CLASSE 3 - COMPTES DE STOCKS lu_2011_account_bilan view account.data_account_type_view f
260 lu_2011_account_30 30 Matières premières et consommables lu_2011_account_3 view account_type_2011_3_stock f account_financial_report_43 account_financial_report_43,account_financial_report_abr_42
261 lu_2011_account_301 301 Matières premières lu_2011_account_30 other account_type_2011_3_stock f
262 lu_2011_account_302 302 Matières consommables lu_2011_account_30 other account_type_2011_3_stock f
263 lu_2011_account_303 303 Fournitures consommables lu_2011_account_30 view account_type_2011_3_stock f
274 lu_2011_account_3042 3042 Emballages récupérables lu_2011_account_304 other account_type_2011_3_stock f
275 lu_2011_account_3043 3043 Emballages à usage mixte lu_2011_account_304 other account_type_2011_3_stock f
276 lu_2011_account_305 305 Approvisionnements lu_2011_account_30 other account_type_2011_3_stock f
277 lu_2011_account_31 31 Produits en cours de fabrication et commandes en cours lu_2011_account_3 view account_type_2011_3_stock f account_financial_report_44 account_financial_report_44,account_financial_report_abr_42
278 lu_2011_account_311 311 Produits en cours de fabrication lu_2011_account_31 other account_type_2011_3_stock f
279 lu_2011_account_312 312 Commandes en cours – Produits lu_2011_account_31 other account_type_2011_3_stock f
280 lu_2011_account_313 313 Commandes en cours – Prestations de services lu_2011_account_31 other account_type_2011_3_stock f
281 lu_2011_account_314 314 Immeubles en construction lu_2011_account_31 other account_type_2011_3_stock f
282 lu_2011_account_32 32 Produits finis et marchandises lu_2011_account_3 view account_type_2011_3_stock f account_financial_report_45 account_financial_report_45,account_financial_report_abr_42
283 lu_2011_account_321 321 Produits finis lu_2011_account_32 other account_type_2011_3_stock f
284 lu_2011_account_322 322 Produits intermédiaires lu_2011_account_32 other account_type_2011_3_stock f
285 lu_2011_account_323 323 Produits résiduels lu_2011_account_32 view account_type_2011_3_stock f
288 lu_2011_account_3233 3233 Matières de récupération lu_2011_account_323 other account_type_2011_3_stock f
289 lu_2011_account_326 326 Marchandises lu_2011_account_32 other account_type_2011_3_stock f
290 lu_2011_account_327 327 Marchandises en voie d'acheminement, mises en dépôt ou données en consignation lu_2011_account_32 other account_type_2011_3_stock f
291 lu_2011_account_33 33 Terrains et immeubles destinés à la revente lu_2011_account_3 view account_type_2011_3_stock f account_financial_report_45 account_financial_report_45,account_financial_report_abr_42
292 lu_2011_account_331 331 Terrains lu_2011_account_33 other account_type_2011_3_stock f
293 lu_2011_account_332 332 Immeubles lu_2011_account_33 view account_type_2011_3_stock f
294 lu_2011_account_3321 3321 Immeubles acquis lu_2011_account_332 other account_type_2011_3_stock f
295 lu_2011_account_3322 3322 Immeubles construits lu_2011_account_332 other account_type_2011_3_stock f
296 lu_2011_account_34 34 Acomptes versés lu_2011_account_3 view account_type_2011_3_stock f account_financial_report_46 account_financial_report_46,account_financial_report_abr_42
297 lu_2011_account_341 341 Acomptes versés sur matières premières et consommables lu_2011_account_34 other account_type_2011_3_stock f
298 lu_2011_account_342 342 Acomptes versés sur produits en cours de fabrication et commandes en cours lu_2011_account_34 other account_type_2011_3_stock f
299 lu_2011_account_343 343 Acomptes versés sur produits finis et marchandises lu_2011_account_34 other account_type_2011_3_stock f
300 lu_2011_account_344 344 Acomptes versés sur terrains et immeubles destinés à la revente lu_2011_account_34 other account_type_2011_3_stock f
301 lu_2011_account_4 4 CLASSE 4 - COMPTES DE TIERS lu_2011_account_bilan view account.data_account_type_view f
302 lu_2011_account_40 40 Créances résultant de ventes et prestations de services lu_2011_account_4 view account_type_2011_4_creance f
303 lu_2011_account_401 401 Créances dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_40 view account_type_2011_4_creance f account_financial_report_49 account_financial_report_49,account_financial_report_abr_49
304 lu_2011_account_4011 4011 Clients lu_2011_account_401 receivable account_type_2011_4_creance t
305 lu_2011_account_4012 4012 Clients – Effets à recevoir lu_2011_account_401 receivable account_type_2011_4_creance t
306 lu_2011_account_4013 4013 Clients douteux ou litigieux lu_2011_account_401 receivable account_type_2011_4_creance t
307 lu_2011_account_4014 4014 Clients – Factures à établir lu_2011_account_401 receivable account_type_2011_4_creance t
308 lu_2011_account_4015 4015 Clients créditeurs lu_2011_account_401 receivable account_type_2011_4_creance t
309 lu_2011_account_4019 4019 Corrections de valeur lu_2011_account_401 other account_type_2011_4_creance f
310 lu_2011_account_402 402 Créances dont la durée résiduelle est supérieure à un an lu_2011_account_40 view account_type_2011_4_creance f account_financial_report_50 account_financial_report_50,account_financial_report_abr_50
311 lu_2011_account_4021 4021 Clients lu_2011_account_402 receivable account_type_2011_4_creance t
312 lu_2011_account_4022 4022 Clients – Effets à recevoir lu_2011_account_402 receivable account_type_2011_4_creance t
313 lu_2011_account_4023 4023 Clients douteux ou litigieux lu_2011_account_402 receivable account_type_2011_4_creance t
316 lu_2011_account_4029 4029 Corrections de valeur lu_2011_account_402 other account_type_2011_4_creance f
317 lu_2011_account_41 41 Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation lu_2011_account_4 view account_type_2011_4_creance f
318 lu_2011_account_411 411 Créances sur des entreprises liées lu_2011_account_41 view account_type_2011_4_creance f
319 lu_2011_account_4111 4111 Créances dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_411 view account_type_2011_4_creance f account_financial_report_52 account_financial_report_52,account_financial_report_abr_49
320 lu_2011_account_41111 41111 Ventes de marchandises et de prestations de services lu_2011_account_4111 other account_type_2011_4_creance f
321 lu_2011_account_41112 41112 Prêts et avances lu_2011_account_4111 other account_type_2011_4_creance f
322 lu_2011_account_41113 41113 Intérêts courus lu_2011_account_4111 other account_type_2011_4_creance f
323 lu_2011_account_41114 41114 Dividendes à recevoir lu_2011_account_4111 other account_type_2011_4_creance f
324 lu_2011_account_41118 41118 Autres créances lu_2011_account_4111 other account_type_2011_4_creance f
325 lu_2011_account_41119 41119 Corrections de valeur lu_2011_account_4111 other account_type_2011_4_creance f
326 lu_2011_account_4112 4112 Créances dont la durée résiduelle est supérieure à un an lu_2011_account_411 view account_type_2011_4_creance f account_financial_report_53 account_financial_report_53,account_financial_report_abr_50
327 lu_2011_account_41121 41121 Ventes de marchandises et de prestations de services lu_2011_account_4112 other account_type_2011_4_creance f
328 lu_2011_account_41122 41122 Prêts et avances lu_2011_account_4112 other account_type_2011_4_creance f
329 lu_2011_account_41123 41123 Intérêts courus lu_2011_account_4112 other account_type_2011_4_creance f
331 lu_2011_account_41128 41128 Autres créances lu_2011_account_4112 other account_type_2011_4_creance f
332 lu_2011_account_41129 41129 Corrections de valeur lu_2011_account_4112 other account_type_2011_4_creance f
333 lu_2011_account_412 412 Créances sur des entreprises avec lesquelles la société a un lien de participation lu_2011_account_41 view account_type_2011_4_creance f
334 lu_2011_account_4121 4121 Créances dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_412 view account_type_2011_4_creance f account_financial_report_55 account_financial_report_55,account_financial_report_abr_49
335 lu_2011_account_41211 41211 Ventes de marchandises et de prestations de service lu_2011_account_4121 other account_type_2011_4_creance f
336 lu_2011_account_41212 41212 Prêts et avances lu_2011_account_4121 other account_type_2011_4_creance f
337 lu_2011_account_41213 41213 Intérêts courus lu_2011_account_4121 other account_type_2011_4_creance f
338 lu_2011_account_41214 41214 Dividendes à recevoir lu_2011_account_4121 other account_type_2011_4_creance f
339 lu_2011_account_41218 41218 Autres créances lu_2011_account_4121 other account_type_2011_4_creance f
340 lu_2011_account_41219 41219 Corrections de valeur lu_2011_account_4121 other account_type_2011_4_creance f
341 lu_2011_account_4122 4122 Créances dont la durée résiduelle est supérieure à un an lu_2011_account_412 view account_type_2011_4_creance f account_financial_report_56 account_financial_report_56,account_financial_report_abr_50
342 lu_2011_account_41221 41221 Ventes de marchandises et de prestations de service lu_2011_account_4122 other account_type_2011_4_creance f
343 lu_2011_account_41222 41222 Prêts et avances lu_2011_account_4122 other account_type_2011_4_creance f
344 lu_2011_account_41223 41223 Intérêts courus lu_2011_account_4122 other account_type_2011_4_creance f
346 lu_2011_account_41228 41228 Autres créances lu_2011_account_4122 other account_type_2011_4_creance f
347 lu_2011_account_41229 41229 Corrections de valeur lu_2011_account_4122 other account_type_2011_4_creance f
348 lu_2011_account_42 42 Autres créances lu_2011_account_4 view account_type_2011_4_creance f
349 lu_2011_account_421 421 Autres créances dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_42 view account_type_2011_4_creance f account_financial_report_58 account_financial_report_58,account_financial_report_abr_49
350 lu_2011_account_4211 4211 Personnel – Avances et acomptes lu_2011_account_421 view account_type_2011_4_creance f
351 lu_2011_account_42111 42111 Avances et acomptes lu_2011_account_4211 other account_type_2011_4_creance f
352 lu_2011_account_42119 42119 Corrections de valeur lu_2011_account_4211 other account_type_2011_4_creance f
383 lu_2011_account_421818 421818 Autres impôts étrangers lu_2011_account_42181 other account_type_2011_4_creance f
384 lu_2011_account_42188 42188 Autres créances diverses lu_2011_account_4218 other account_type_2011_4_creance f
385 lu_2011_account_42189 42189 Corrections de valeur lu_2011_account_4218 other account_type_2011_4_creance f
386 lu_2011_account_422 422 Autres créances dont la durée résiduelle est supérieure à un an lu_2011_account_42 view account_type_2011_4_creance f account_financial_report_59 account_financial_report_59,account_financial_report_abr_50
387 lu_2011_account_4221 4221 Personnel – Avances et acomptes lu_2011_account_422 view account_type_2011_4_creance f
388 lu_2011_account_42211 42211 Avances et acomptes lu_2011_account_4221 other account_type_2011_4_creance f
389 lu_2011_account_42219 42219 Corrections de valeur lu_2011_account_4221 other account_type_2011_4_creance f
402 lu_2011_account_422611 422611 TVA en amont lu_2011_account_42261 view account_type_2011_4_creance f
403 lu_2011_account_4226111 4226111 TVA en amont – Pays lu_2011_account_422611 other account_type_2011_4_creance f
404 lu_2011_account_4226112 4226112 TVA en amont – Intracommunautaire lu_2011_account_422611 other account_type_2011_4_creance f
405 lu_2011_account_4226113 4226113 TVA en amont – Extracommunautaire TVA en amont – Triangulaire lu_2011_account_422611 other account_type_2011_4_creance f
406 lu_2011_account_4226114 4226114 TVA en amont – Triangulaire TVA en amont – Exonérations spéciales lu_2011_account_422611 other account_type_2011_4_creance f
lu_2011_account_4226115 4226115 TVA en amont – Exonérations spéciales lu_2011_account_422611 other account_type_2011_4_creance f
407 lu_2011_account_422612 422612 TVA à recevoir lu_2011_account_42261 other account_type_2011_4_creance f
408 lu_2011_account_422613 422613 TVA acomptes versés lu_2011_account_42261 other account_type_2011_4_creance f
409 lu_2011_account_422618 422618 TVA – Autres créances lu_2011_account_42261 other account_type_2011_4_creance f
424 lu_2011_account_42288 42288 Autres créances diverses lu_2011_account_4228 other account_type_2011_4_creance f
425 lu_2011_account_42289 42289 Corrections de valeur sur autres créances diverses lu_2011_account_4228 other account_type_2011_4_creance f
426 lu_2011_account_43 43 Acomptes reçus sur commandes pour autant qu'ils ne sont pas déduits des stocks de façon distincte lu_2011_account_4 view account_type_2011_4_dette f
427 lu_2011_account_431 431 Acomptes reçus dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_43 other account_type_2011_4_dette f account_financial_report_98 account_financial_report_98,account_financial_report_abr_89
428 lu_2011_account_432 432 Acomptes reçus dont la durée résiduelle est supérieure à un an lu_2011_account_43 other account_type_2011_4_dette f account_financial_report_99 account_financial_report_99,account_financial_report_abr_90
429 lu_2011_account_44 44 Dettes sur achats et prestations de services et dettes représentées par des effets de commerce lu_2011_account_4 view account_type_2011_4_dette f
430 lu_2011_account_441 441 Dettes sur achats et prestations de services lu_2011_account_44 view account_type_2011_4_dette f
431 lu_2011_account_4411 4411 Dettes sur achats et prestations de services dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_441 view account_type_2011_4_dette f account_financial_report_101 account_financial_report_101,account_financial_report_abr_89
432 lu_2011_account_44111 44111 Fournisseurs lu_2011_account_4411 payable account_type_2011_4_dette t
433 lu_2011_account_44112 44112 Fournisseurs – Factures non parvenues lu_2011_account_4411 payable account_type_2011_4_dette t
434 lu_2011_account_44113 44113 Fournisseurs débiteurs lu_2011_account_4411 view account_type_2011_4_dette f
436 lu_2011_account_441132 441132 Fournisseurs – Créances pour emballages et matériel à rendre lu_2011_account_44113 payable account_type_2011_4_dette t
437 lu_2011_account_441133 441133 Fournisseurs – Autres avoirs lu_2011_account_44113 payable account_type_2011_4_dette t
438 lu_2011_account_441134 441134 Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus lu_2011_account_44113 payable account_type_2011_4_dette t
439 lu_2011_account_4412 4412 Dettes sur achats et prestations de services dont la durée résiduelle est supérieure à un an lu_2011_account_441 view account_type_2011_4_dette f account_financial_report_102 account_financial_report_102,account_financial_report_abr_90
440 lu_2011_account_44121 44121 Fournisseurs lu_2011_account_4412 payable account_type_2011_4_dette t
441 lu_2011_account_44122 44122 Fournisseurs – Factures non parvenues lu_2011_account_4412 payable account_type_2011_4_dette t
442 lu_2011_account_44123 44123 Fournisseurs débiteurs lu_2011_account_4412 view account_type_2011_4_dette f
445 lu_2011_account_441233 441233 Fournisseurs – Autres avoirs lu_2011_account_44123 payable account_type_2011_4_dette t
446 lu_2011_account_441234 441234 Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus lu_2011_account_44123 payable account_type_2011_4_dette t
447 lu_2011_account_442 442 Dettes représentées par des effets de commerce lu_2011_account_44 view account_type_2011_4_dette f
448 lu_2011_account_4421 4421 Dettes représentées par des effets de commerce dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_442 other account_type_2011_4_dette f account_financial_report_104 account_financial_report_104,account_financial_report_abr_89
449 lu_2011_account_4422 4422 Dettes représentées par des effets de commerce dont la durée résiduelle est supérieure à un an lu_2011_account_442 other account_type_2011_4_dette f account_financial_report_105 account_financial_report_105,account_financial_report_abr_90
450 lu_2011_account_45 45 Dettes envers des entreprises liées et des entreprises avec lesquelles la société a un lien de participation lu_2011_account_4 view account_type_2011_4_dette f
451 lu_2011_account_451 451 Dettes envers des entreprises liées lu_2011_account_45 view account_type_2011_4_dette f
452 lu_2011_account_4511 4511 Dettes envers des entreprises liées dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_451 view account_type_2011_4_dette f account_financial_report_107 account_financial_report_107,account_financial_report_abr_89
453 lu_2011_account_45111 45111 Ventes de marchandises et de prestations de services lu_2011_account_4511 other account_type_2011_4_dette f
454 lu_2011_account_45112 45112 Prêts et avances lu_2011_account_4511 other account_type_2011_4_dette f
455 lu_2011_account_45113 45113 Intérêts courus lu_2011_account_4511 other account_type_2011_4_dette f
456 lu_2011_account_45114 45114 Dividendes à payer lu_2011_account_4511 other account_type_2011_4_dette f
457 lu_2011_account_45118 45118 Autres dettes lu_2011_account_4511 other account_type_2011_4_dette f
458 lu_2011_account_4512 4512 Dettes envers des entreprises liées dont la durée résiduelle est supérieure à un an lu_2011_account_451 view account_type_2011_4_dette f account_financial_report_108 account_financial_report_108,account_financial_report_abr_90
459 lu_2011_account_45121 45121 Ventes de marchandises et de prestations de services lu_2011_account_4512 other account_type_2011_4_dette f
460 lu_2011_account_45122 45122 Prêts et avances lu_2011_account_4512 other account_type_2011_4_dette f
461 lu_2011_account_45123 45123 Intérêts courus lu_2011_account_4512 other account_type_2011_4_dette f
462 lu_2011_account_45124 45124 Dividendes à payer lu_2011_account_4512 other account_type_2011_4_dette f
463 lu_2011_account_45128 45128 Autres dettes lu_2011_account_4512 other account_type_2011_4_dette f
464 lu_2011_account_452 452 Dettes envers des entreprises avec lesquelles la société a un lien de participation lu_2011_account_45 view account_type_2011_4_dette f
465 lu_2011_account_4521 4521 Dettes envers des entreprises avec lesquelles la société a un lien de participation dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_452 view account_type_2011_4_dette f account_financial_report_110 account_financial_report_110,account_financial_report_abr_89
466 lu_2011_account_45211 45211 Ventes de marchandises et de prestations de services lu_2011_account_4521 other account_type_2011_4_dette f
467 lu_2011_account_45212 45212 Prêts et avances lu_2011_account_4521 other account_type_2011_4_dette f
468 lu_2011_account_45213 45213 Intérêts courus lu_2011_account_4521 other account_type_2011_4_dette f
469 lu_2011_account_45214 45214 Dividendes à payer lu_2011_account_4521 other account_type_2011_4_dette f
470 lu_2011_account_45218 45218 Autres dettes lu_2011_account_4521 other account_type_2011_4_dette f
471 lu_2011_account_4522 4522 Dettes envers des entreprises avec lesquelles la société a un lien de participation dont la durée résiduelle est supérieure à un an lu_2011_account_452 view account_type_2011_4_dette f account_financial_report_111 account_financial_report_111,account_financial_report_abr_90
472 lu_2011_account_45221 45221 Ventes de marchandises et de prestations de services lu_2011_account_4522 other account_type_2011_4_dette f
473 lu_2011_account_45222 45222 Prêts et avances lu_2011_account_4522 other account_type_2011_4_dette f
474 lu_2011_account_45223 45223 Intérêts courus lu_2011_account_4522 other account_type_2011_4_dette f
475 lu_2011_account_45224 45224 Dividendes à payer lu_2011_account_4522 other account_type_2011_4_dette f
476 lu_2011_account_45228 45228 Autres dettes lu_2011_account_4522 other account_type_2011_4_dette f
477 lu_2011_account_46 46 Dettes fiscales et dettes envers la sécurité sociale lu_2011_account_4 view account_type_2011_4_dette f
478 lu_2011_account_461 461 Dettes fiscales lu_2011_account_46 view account_type_2011_4_dette f account_financial_report_113 account_financial_report_113,account_financial_report_abr_89
479 lu_2011_account_4611 4611 Administrations communales lu_2011_account_461 view account_type_2011_4_dette f
480 lu_2011_account_46111 46111 Impôts communaux lu_2011_account_4611 other account_type_2011_4_dette f
481 lu_2011_account_46112 46112 Taxes communales lu_2011_account_4611 other account_type_2011_4_dette f
515 lu_2011_account_461424 461424 Droits de timbre lu_2011_account_46142 other account_type_2011_4_dette f
516 lu_2011_account_461428 461428 Autres impôts indirects lu_2011_account_46142 other account_type_2011_4_dette f
517 lu_2011_account_4615 4615 Administrations fiscales étrangères lu_2011_account_461 other account_type_2011_4_dette f
518 lu_2011_account_462 462 Dettes au titre de la sécurité sociale lu_2011_account_46 view account_type_2011_4_dette f account_financial_report_114 account_financial_report_114,account_financial_report_abr_90
519 lu_2011_account_4621 4621 Centre Commun de Sécurité Sociale (CCSS) lu_2011_account_462 other account_type_2011_4_dette f
520 lu_2011_account_4622 4622 Organismes de sécurité sociale étrangers lu_2011_account_462 other account_type_2011_4_dette f
521 lu_2011_account_4628 4628 Autres organismes sociaux lu_2011_account_462 other account_type_2011_4_dette f
522 lu_2011_account_47 47 Autres dettes lu_2011_account_4 view account_type_2011_4_dette f
523 lu_2011_account_471 471 Autres dettes dont la durée résiduelle est inférieure ou égale à un an lu_2011_account_47 view account_type_2011_4_dette f account_financial_report_116 account_financial_report_116,account_financial_report_abr_89
524 lu_2011_account_4711 4711 Dépôts et cautionnements reçus lu_2011_account_471 view account_type_2011_4_dette f
525 lu_2011_account_47111 47111 Dépôts lu_2011_account_4711 other account_type_2011_4_dette f
526 lu_2011_account_47112 47112 Cautionnements lu_2011_account_4711 other account_type_2011_4_dette f
536 lu_2011_account_47148 47148 Personnel – Autres lu_2011_account_4714 other account_type_2011_4_dette f
537 lu_2011_account_4715 4715 Etat – Droits d'émission à restituer lu_2011_account_471 other account_type_2011_4_dette f
538 lu_2011_account_4718 4718 Autres dettes diverses lu_2011_account_471 other account_type_2011_4_dette f
539 lu_2011_account_472 472 Autres dettes dont la durée résiduelle est supérieure à un an lu_2011_account_47 view account_type_2011_4_dette f account_financial_report_117 account_financial_report_117,account_financial_report_abr_90
540 lu_2011_account_4721 4721 Dépôts et cautionnements reçus lu_2011_account_472 view account_type_2011_4_dette f
541 lu_2011_account_47211 47211 Dépôts lu_2011_account_4721 other account_type_2011_4_dette f
542 lu_2011_account_47212 47212 Cautionnements lu_2011_account_4721 other account_type_2011_4_dette f
553 lu_2011_account_4726 4726 Etat – Droits d'émission à restituer lu_2011_account_472 other account_type_2011_4_dette f
554 lu_2011_account_4728 4728 Autres dettes diverses lu_2011_account_472 other account_type_2011_4_dette f
555 lu_2011_account_48 48 Comptes de régularisation lu_2011_account_4 view account.data_account_type_view f
556 lu_2011_account_481 481 Charges à reporter lu_2011_account_48 other account_type_2011_4_regul_actif f account_financial_report_65 account_financial_report_65,account_financial_report_abr_65
557 lu_2011_account_482 482 Produits à reporter lu_2011_account_48 other account_type_2011_4_regul_passif f account_financial_report_118 account_financial_report_118,account_financial_report_abr_118
558 lu_2011_account_483 483 Etat - Droits d'émission alloués lu_2011_account_48 other account_type_2011_4_regul_passif f account_financial_report_118 account_financial_report_118,account_financial_report_abr_118
559 lu_2011_account_484 484 Comptes transitoires ou d'attente – Actif lu_2011_account_48 other account_type_2011_4_regul_actif f account_financial_report_65 account_financial_report_65,account_financial_report_abr_65
560 lu_2011_account_485 485 Comptes transitoires ou d'attente – Passif lu_2011_account_48 other account_type_2011_4_regul_passif f account_financial_report_118 account_financial_report_118,account_financial_report_abr_118
561 lu_2011_account_486 486 Comptes de liaison – Actif lu_2011_account_48 other account_type_2011_4_regul_actif f account_financial_report_65 account_financial_report_65,account_financial_report_abr_65
562 lu_2011_account_487 487 Comptes de liaison – Passif lu_2011_account_48 other account_type_2011_4_regul_passif f account_financial_report_118 account_financial_report_118,account_financial_report_abr_118
563 lu_2011_account_5 5 CLASSE 5 - COMPTES FINANCIERS lu_2011_account_bilan view account.data_account_type_view f
564 lu_2011_account_50 50 Valeurs mobilières lu_2011_account_5 view account_type_2011_5_disponibilite f
565 lu_2011_account_501 501 Parts dans des entreprises liées lu_2011_account_50 other account_type_2011_5_disponibilite f account_financial_report_61 account_financial_report_61,account_financial_report_abr_60
566 lu_2011_account_502 502 Parts dans des entreprises avec lesquelles la société a un lien de participation lu_2011_account_50 other account_type_2011_5_disponibilite f account_financial_report_61 account_financial_report_61,account_financial_report_abr_60
567 lu_2011_account_503 503 Actions propres ou parts propres lu_2011_account_50 other account_type_2011_5_disponibilite f account_financial_report_62 account_financial_report_62,account_financial_report_abr_60
568 lu_2011_account_508 508 Autres valeurs mobilières lu_2011_account_50 view account_type_2011_5_disponibilite f account_financial_report_63 account_financial_report_63,account_financial_report_abr_60
569 lu_2011_account_5081 5081 Actions – Titres cotés lu_2011_account_508 other account_type_2011_5_disponibilite f
570 lu_2011_account_5082 5082 Actions – Titres non cotés lu_2011_account_508 other account_type_2011_5_disponibilite f
571 lu_2011_account_5083 5083 Obligations et autres titres de créance émis par la société et rachetés par elle lu_2011_account_508 other account_type_2011_5_disponibilite f
572 lu_2011_account_5084 5084 Obligations – Titres cotés lu_2011_account_508 other account_type_2011_5_disponibilite f
573 lu_2011_account_5085 5085 Obligations – Titres non cotés lu_2011_account_508 other account_type_2011_5_disponibilite f
574 lu_2011_account_5088 5088 Autres valeurs mobilières diverses lu_2011_account_508 other account_type_2011_5_disponibilite f
575 lu_2011_account_51 51 Avoirs en banques, avoirs en comptes de chèques postaux, chèques et encaisse lu_2011_account_5 view account_type_2011_5_disponibilite f account_financial_report_64 account_financial_report_64,account_financial_report_abr_64
576 lu_2011_account_511 511 Chèques à encaisser lu_2011_account_51 other account_type_2011_5_disponibilite f
577 lu_2011_account_512 512 Valeurs à l'encaissement lu_2011_account_51 other account_type_2011_5_disponibilite f
578 lu_2011_account_513 513 Banques lu_2011_account_51 view account_type_2011_5_disponibilite f
582 lu_2011_account_516 516 Caisse lu_2011_account_51 other account_type_2011_5_disponibilite f
583 lu_2011_account_517 517 Virements internes lu_2011_account_51 other account_type_2011_5_disponibilite t
584 lu_2011_account_518 518 Autres avoirs lu_2011_account_51 other account_type_2011_5_disponibilite f
585 lu_2011_account_resultat resultat TOTAL CLASSES 6 ET 7 lu_2011_account_0 view account.data_account_type_view account_financial_report_77,account_financial_report_161 account_financial_report_77,account_financial_report_161,account_financial_report_abr_77,account_financial_report_abr_161
586 lu_2011_account_6 6 CLASSE 6 - COMPTES DE CHARGES lu_2011_account_resultat view account.data_account_type_view f
587 lu_2011_account_60 60 Consommation de marchandises et de matières premières et consommables lu_2011_account_6 view account_type_2011_6_charge_exploitation f account_financial_report_120 account_financial_report_120,account_financial_report_abr_120,account_financial_report_abr_141
588 lu_2011_account_601 601 Matières premières lu_2011_account_60 view account_type_2011_6_charge_exploitation f
589 lu_2011_account_602 602 Matières consommables lu_2011_account_60 view account_type_2011_6_charge_exploitation f
590 lu_2011_account_603 603 Fournitures consommables lu_2011_account_60 view account_type_2011_6_charge_exploitation f
643 lu_2011_account_6096 6096 Achats de biens destinés à la revente lu_2011_account_609 other account_type_2011_6_charge_exploitation f
644 lu_2011_account_6098 6098 Achats non stockés et achats incorporés aux ouvrages et produits lu_2011_account_609 other account_type_2011_6_charge_exploitation f
645 lu_2011_account_6099 6099 Rabais, remises et ristournes non affectés lu_2011_account_609 other account_type_2011_6_charge_exploitation f
646 lu_2011_account_61 61 Autres charges externes lu_2011_account_6 view account_type_2011_6_charge_exploitation f account_financial_report_121 account_financial_report_121,account_financial_report_abr_120,account_financial_report_abr_141
647 lu_2011_account_611 611 Loyers et charges locatives lu_2011_account_61 view account_type_2011_6_charge_exploitation f
648 lu_2011_account_6111 6111 Locations immobilières lu_2011_account_611 view account_type_2011_6_charge_exploitation f
649 lu_2011_account_61111 61111 Terrains lu_2011_account_6111 other account_type_2011_6_charge_exploitation f
751 lu_2011_account_6188 6188 Autres charges externes diverses lu_2011_account_618 other account_type_2011_6_charge_exploitation f
752 lu_2011_account_619 619 Rabais, remises et ristournes obtenus sur autres charges externes lu_2011_account_61 other account_type_2011_6_charge_exploitation f
753 lu_2011_account_62 62 Frais de personnel lu_2011_account_6 view account_type_2011_6_charge_exploitation f
754 lu_2011_account_621 621 Rémunérations des salariés lu_2011_account_62 view account_type_2011_6_charge_exploitation f account_financial_report_123 account_financial_report_123,account_financial_report_abr_123
755 lu_2011_account_6211 6211 Salaires bruts lu_2011_account_621 view account_type_2011_6_charge_exploitation f
756 lu_2011_account_62111 62111 Salaires de base lu_2011_account_6211 other account_type_2011_6_charge_exploitation f
757 lu_2011_account_62112 62112 Suppléments pour travail lu_2011_account_6211 view account_type_2011_6_charge_exploitation f
769 lu_2011_account_62191 62191 Remboursements mutualité lu_2011_account_6219 other account_type_2011_6_charge_exploitation f
770 lu_2011_account_62192 62192 Remboursements pour congé politique, sportif, culturel, éducatif et mandats sociaux lu_2011_account_6219 other account_type_2011_6_charge_exploitation f
771 lu_2011_account_62193 62193 Remboursements trimestre de faveur lu_2011_account_6219 other account_type_2011_6_charge_exploitation f
772 lu_2011_account_622 622 Autre personnel lu_2011_account_62 view account_type_2011_6_charge_exploitation f account_financial_report_123 account_financial_report_123,account_financial_report_abr_123
773 lu_2011_account_6221 6221 Etudiants lu_2011_account_622 other account_type_2011_6_charge_exploitation f
774 lu_2011_account_6222 6222 Salaires occasionnels lu_2011_account_622 other account_type_2011_6_charge_exploitation f
775 lu_2011_account_6228 6228 Autre personnel temporaire lu_2011_account_622 other account_type_2011_6_charge_exploitation f
776 lu_2011_account_623 623 Charges sociales (part patronale) lu_2011_account_62 view account_type_2011_6_charge_exploitation f account_financial_report_124 account_financial_report_124,account_financial_report_abr_124
777 lu_2011_account_6231 6231 Charges sociales salariés lu_2011_account_623 view account_type_2011_6_charge_exploitation f
778 lu_2011_account_62311 62311 Caisse Nationale de Santé lu_2011_account_6231 other account_type_2011_6_charge_exploitation f
779 lu_2011_account_62312 62312 Caisse Nationale d'Assurance-Pension lu_2011_account_6231 other account_type_2011_6_charge_exploitation f
782 lu_2011_account_6233 6233 Service de santé au travail lu_2011_account_623 other account_type_2011_6_charge_exploitation f
783 lu_2011_account_6238 6238 Autres charges sociales patronales lu_2011_account_623 other account_type_2011_6_charge_exploitation f
784 lu_2011_account_6239 6239 Remboursements de charges sociales lu_2011_account_623 other account_type_2011_6_charge_exploitation f
785 lu_2011_account_624 624 Pensions complémentaires lu_2011_account_62 view account_type_2011_6_charge_exploitation f account_financial_report_125 account_financial_report_125,account_financial_report_abr_125
786 lu_2011_account_6241 6241 Primes à des fonds de pensions extérieurs lu_2011_account_624 other account_type_2011_6_charge_exploitation f
787 lu_2011_account_6242 6242 Dotation aux provisions pour pensions complémentaires lu_2011_account_624 other account_type_2011_6_charge_exploitation f
788 lu_2011_account_6243 6243 Retenue d'impôt sur pension complémentaire lu_2011_account_624 other account_type_2011_6_charge_exploitation f
789 lu_2011_account_6244 6244 Prime d'assurance insolvabilité lu_2011_account_624 other account_type_2011_6_charge_exploitation f
790 lu_2011_account_6245 6245 Pensions complémentaires versées par l'employeur lu_2011_account_624 other account_type_2011_6_charge_exploitation f
791 lu_2011_account_628 628 Autres charges sociales lu_2011_account_62 view account_type_2011_6_charge_exploitation f account_financial_report_126 account_financial_report_126,account_financial_report_abr_126
792 lu_2011_account_6281 6281 Médecine du travail lu_2011_account_628 other account_type_2011_6_charge_exploitation f
793 lu_2011_account_6288 6288 Autres charges sociales diverses lu_2011_account_628 other account_type_2011_6_charge_exploitation f
794 lu_2011_account_63 63 Dotations aux corrections de valeur des éléments d'actif non financiers lu_2011_account_6 view account_type_2011_6_charge_exploitation f
795 lu_2011_account_631 631 Dotations aux corrections de valeur sur frais d'établissement et frais assimilés lu_2011_account_63 view account_type_2011_6_charge_exploitation f account_financial_report_128 account_financial_report_128,account_financial_report_abr_128
796 lu_2011_account_6311 6311 Frais de constitution lu_2011_account_631 other account_type_2011_6_charge_exploitation f
797 lu_2011_account_6312 6312 Frais de premier établissement lu_2011_account_631 other account_type_2011_6_charge_exploitation f
798 lu_2011_account_6313 6313 Frais d'augmentation de capital et d'opérations diverses lu_2011_account_631 other account_type_2011_6_charge_exploitation f
799 lu_2011_account_6314 6314 Frais d'émission d'emprunts lu_2011_account_631 other account_type_2011_6_charge_exploitation f
800 lu_2011_account_6318 6318 Autres frais assimilés lu_2011_account_631 other account_type_2011_6_charge_exploitation f
801 lu_2011_account_632 632 Dotations aux corrections de valeur sur immobilisations incorporelles lu_2011_account_63 view account_type_2011_6_charge_exploitation f account_financial_report_128 account_financial_report_128,account_financial_report_abr_128
802 lu_2011_account_6321 6321 Frais de recherche et de développement lu_2011_account_632 other account_type_2011_6_charge_exploitation f
803 lu_2011_account_6322 6322 Concessions, brevets, licences, marques ainsi que droits et valeurs similaires lu_2011_account_632 other account_type_2011_6_charge_exploitation f
804 lu_2011_account_6323 6323 Fonds de commerce dans la mesure où il a été acquis à titre onéreux lu_2011_account_632 other account_type_2011_6_charge_exploitation f
805 lu_2011_account_6324 6324 Acomptes versés et immobilisations incorporelles en cours lu_2011_account_632 other account_type_2011_6_charge_exploitation f
806 lu_2011_account_633 633 Dotations aux corrections de valeur sur immobilisations corporelles lu_2011_account_63 view account_type_2011_6_charge_exploitation f account_financial_report_128 account_financial_report_128,account_financial_report_abr_128
807 lu_2011_account_6331 6331 Terrains et constructions lu_2011_account_633 view account_type_2011_6_charge_exploitation f
808 lu_2011_account_63311 63311 Terrains lu_2011_account_6331 other account_type_2011_6_charge_exploitation f
809 lu_2011_account_63312 63312 Agencements et aménagements de terrains lu_2011_account_6331 other account_type_2011_6_charge_exploitation f
811 lu_2011_account_6332 6332 Installations techniques et machines lu_2011_account_633 other account_type_2011_6_charge_exploitation f
812 lu_2011_account_6333 6333 Autres installations, outillage, mobilier et matériel roulant lu_2011_account_633 other account_type_2011_6_charge_exploitation f
813 lu_2011_account_6334 6334 Acomptes versés et immobilisations corporelles en cours lu_2011_account_633 other account_type_2011_6_charge_exploitation f
814 lu_2011_account_634 634 Dotations aux corrections de valeur sur stocks lu_2011_account_63 view account_type_2011_6_charge_exploitation f account_financial_report_129 account_financial_report_129,account_financial_report_abr_129
815 lu_2011_account_6341 6341 Matières premières et consommables lu_2011_account_634 other account_type_2011_6_charge_exploitation f
816 lu_2011_account_6342 6342 Produits en cours de fabrication et commandes en cours lu_2011_account_634 other account_type_2011_6_charge_exploitation f
817 lu_2011_account_6343 6343 Produits finis et marchandises lu_2011_account_634 other account_type_2011_6_charge_exploitation f
818 lu_2011_account_6344 6344 Terrains et immeubles destinés à la revente lu_2011_account_634 other account_type_2011_6_charge_exploitation f
819 lu_2011_account_6345 6345 Acomptes versés lu_2011_account_634 other account_type_2011_6_charge_exploitation f
820 lu_2011_account_635 635 Dotations aux corrections de valeur sur créances de l'actif circulant lu_2011_account_63 view account_type_2011_6_charge_exploitation f account_financial_report_129 account_financial_report_129,account_financial_report_abr_129
821 lu_2011_account_6351 6351 Créances résultant de ventes et prestations de services lu_2011_account_635 other account_type_2011_6_charge_exploitation f
822 lu_2011_account_6352 6352 Créances sur des entreprises liées et des entreprises avec lesquelles la société a un lien de participation lu_2011_account_635 other account_type_2011_6_charge_exploitation f
823 lu_2011_account_6353 6353 Autres créances lu_2011_account_635 other account_type_2011_6_charge_exploitation f
824 lu_2011_account_64 64 Autres charges d'exploitation lu_2011_account_6 view account_type_2011_6_charge_exploitation f account_financial_report_130 account_financial_report_130,account_financial_report_abr_130
825 lu_2011_account_641 641 Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires lu_2011_account_64 view account_type_2011_6_charge_exploitation f
826 lu_2011_account_6411 6411 Concessions lu_2011_account_641 other account_type_2011_6_charge_exploitation f
827 lu_2011_account_6412 6412 Brevets lu_2011_account_641 other account_type_2011_6_charge_exploitation f
859 lu_2011_account_648 648 Autres charges d'exploitation diverses lu_2011_account_64 other account_type_2011_6_charge_exploitation f
860 lu_2011_account_649 649 Dotations aux provisions d'exploitation lu_2011_account_64 other account_type_2011_6_charge_exploitation f
861 lu_2011_account_65 65 Charges financières lu_2011_account_6 view account_type_2011_6_charge_finance f
862 lu_2011_account_651 651 Dotations aux corrections de valeur et ajustements pour juste valeur sur immobilisations financières lu_2011_account_65 view account_type_2011_6_charge_finance f account_financial_report_131 account_financial_report_131,account_financial_report_abr_131
863 lu_2011_account_6511 6511 Dotations aux corrections de valeur sur immobilisations financières lu_2011_account_651 view account_type_2011_6_charge_finance f
864 lu_2011_account_65111 65111 Parts dans des entreprises liées lu_2011_account_6511 other account_type_2011_6_charge_finance f
865 lu_2011_account_65112 65112 Créances sur des entreprises liées lu_2011_account_6511 other account_type_2011_6_charge_finance f
869 lu_2011_account_65116 65116 Prêts et créances immobilisées lu_2011_account_6511 other account_type_2011_6_charge_finance f
870 lu_2011_account_65117 65117 Actions propres ou parts propres lu_2011_account_6511 other account_type_2011_6_charge_finance f
871 lu_2011_account_6512 6512 Ajustements pour juste valeur sur immobilisations financières lu_2011_account_651 other account_type_2011_6_charge_finance f
872 lu_2011_account_653 653 Dotations aux corrections de valeur et ajustements pour juste valeur sur éléments financiers de l'actif circulant lu_2011_account_65 view account_type_2011_6_charge_finance f account_financial_report_132 account_financial_report_132,account_financial_report_abr_132
873 lu_2011_account_6531 6531 Dotations aux corrections de valeur sur valeurs mobilières lu_2011_account_653 view account_type_2011_6_charge_finance f
874 lu_2011_account_65311 65311 Parts dans des entreprises liées lu_2011_account_6531 other account_type_2011_6_charge_finance f
875 lu_2011_account_65312 65312 Parts dans des entreprises avec lesquelles la société a un lien de participation lu_2011_account_6531 other account_type_2011_6_charge_finance f
878 lu_2011_account_6532 6532 Dotations aux corrections de valeur sur créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation lu_2011_account_653 other account_type_2011_6_charge_finance f
879 lu_2011_account_6533 6533 Dotations aux corrections de valeur sur autres créances lu_2011_account_653 other account_type_2011_6_charge_finance f
880 lu_2011_account_6534 6534 Ajustements pour juste valeur sur éléments financiers de l'actif circulant lu_2011_account_653 other account_type_2011_6_charge_finance f
881 lu_2011_account_654 654 Moins-values de cession de valeurs mobilières lu_2011_account_65 view account_type_2011_6_charge_finance f account_financial_report_135 account_financial_report_135,account_financial_report_abr_135
882 lu_2011_account_6541 6541 Parts dans des entreprises liées lu_2011_account_654 other account_type_2011_6_charge_finance f
883 lu_2011_account_6542 6542 Parts dans des entreprises avec lesquelles la société a un lien de participation lu_2011_account_654 other account_type_2011_6_charge_finance f
884 lu_2011_account_6543 6543 Actions propres ou parts propres lu_2011_account_654 other account_type_2011_6_charge_finance f
885 lu_2011_account_6548 6548 Autres valeurs mobilières lu_2011_account_654 other account_type_2011_6_charge_finance f
886 lu_2011_account_655 655 Intérêts et escomptes lu_2011_account_65 view account_type_2011_6_charge_finance f
887 lu_2011_account_6551 6551 Intérêts des dettes financières lu_2011_account_655 view account_type_2011_6_charge_finance f account_financial_report_135 account_financial_report_135,account_financial_report_abr_135
888 lu_2011_account_65511 65511 Intérêts des dettes subordonnées lu_2011_account_6551 other account_type_2011_6_charge_finance f
889 lu_2011_account_65512 65512 Intérêts des emprunts obligataires lu_2011_account_6551 other account_type_2011_6_charge_finance f
890 lu_2011_account_6552 6552 Intérêts bancaires et assimilés lu_2011_account_655 view account_type_2011_6_charge_finance f account_financial_report_135 account_financial_report_135,account_financial_report_abr_135
891 lu_2011_account_65521 65521 Intérêts bancaires sur comptes courants lu_2011_account_6552 other account_type_2011_6_charge_finance f
892 lu_2011_account_65522 65522 Intérêts bancaires sur opérations de financement lu_2011_account_6552 other account_type_2011_6_charge_finance f
893 lu_2011_account_65523 65523 Intérêts sur leasings financiers lu_2011_account_6552 other account_type_2011_6_charge_finance f
894 lu_2011_account_6553 6553 Intérêts sur dettes commerciales lu_2011_account_655 other account_type_2011_6_charge_finance f account_financial_report_135 account_financial_report_135,account_financial_report_abr_135
895 lu_2011_account_6554 6554 Intérêts sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation lu_2011_account_655 other account_type_2011_6_charge_finance f account_financial_report_134 account_financial_report_134,account_financial_report_abr_134
896 lu_2011_account_6555 6555 Escomptes et frais sur effets lu_2011_account_655 other account_type_2011_6_charge_finance f account_financial_report_135 account_financial_report_135,account_financial_report_abr_135
897 lu_2011_account_6556 6556 Escomptes accordés lu_2011_account_655 other account_type_2011_6_charge_finance f account_financial_report_135 account_financial_report_135,account_financial_report_abr_135
898 lu_2011_account_6558 6558 Intérêts sur autres emprunts et dettes lu_2011_account_655 other account_type_2011_6_charge_finance f account_financial_report_135 account_financial_report_135,account_financial_report_abr_135
899 lu_2011_account_656 656 Pertes de change lu_2011_account_65 other account_type_2011_6_charge_finance f account_financial_report_135 account_financial_report_135,account_financial_report_abr_135
900 lu_2011_account_657 657 Quote-part de perte dans les entreprises collectives (autres que les sociétés de capitaux) lu_2011_account_65 other account_type_2011_6_charge_finance f account_financial_report_135 account_financial_report_135,account_financial_report_abr_135
901 lu_2011_account_658 658 Autres charges financières lu_2011_account_65 other account_type_2011_6_charge_finance f account_financial_report_135 account_financial_report_135,account_financial_report_abr_135
902 lu_2011_account_659 659 Dotations aux provisions financières lu_2011_account_65 other account_type_2011_6_charge_finance f account_financial_report_135 account_financial_report_135,account_financial_report_abr_135
903 lu_2011_account_66 66 Charges exceptionnelles lu_2011_account_6 view account_type_2011_6_charge_exception f account_financial_report_136 account_financial_report_136,account_financial_report_abr_136
904 lu_2011_account_661 661 Dotations aux corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles lu_2011_account_66 view account_type_2011_6_charge_exception f
905 lu_2011_account_6611 6611 Sur immobilisations incorporelles lu_2011_account_661 other account_type_2011_6_charge_exception f
906 lu_2011_account_6612 6612 Sur immobilisations corporelles lu_2011_account_661 other account_type_2011_6_charge_exception f
928 lu_2011_account_6684 6684 Malis provenant de clauses d'indexation lu_2011_account_668 other account_type_2011_6_charge_exception f
929 lu_2011_account_6688 6688 Autres charges exceptionnelles diverses lu_2011_account_668 other account_type_2011_6_charge_exception f
930 lu_2011_account_669 669 Dotations aux provisions exceptionnelles lu_2011_account_66 other account_type_2011_6_charge_exception f
931 lu_2011_account_67 67 Impôts sur le résultat lu_2011_account_6 view account_type_2011_6_charge_impot f account_financial_report_137 account_financial_report_137,account_financial_report_abr_137
932 lu_2011_account_671 671 Impôt sur le revenu des collectivités lu_2011_account_67 view account_type_2011_6_charge_impot f
933 lu_2011_account_6711 6711 Exercice courant lu_2011_account_671 other account_type_2011_6_charge_impot f
934 lu_2011_account_6712 6712 Exercices antérieurs lu_2011_account_671 other account_type_2011_6_charge_impot f
945 lu_2011_account_679 679 Dotations aux provisions pour impôts sur le résultat lu_2011_account_67 view account_type_2011_6_charge_impot f
946 lu_2011_account_6791 6791 Dotations aux provisions pour impôts lu_2011_account_679 other account_type_2011_6_charge_impot f
947 lu_2011_account_6792 6792 Dotations aux provisions pour impôts différés lu_2011_account_679 other account_type_2011_6_charge_impot f
948 lu_2011_account_68 68 Autres impôts ne figurant pas sous le poste ci-dessus lu_2011_account_6 view account_type_2011_6_charge_impot f account_financial_report_138 account_financial_report_138,account_financial_report_abr_138
949 lu_2011_account_681 681 Impôt sur la fortune lu_2011_account_68 view account_type_2011_6_charge_impot f
950 lu_2011_account_6811 6811 Exercice courant lu_2011_account_681 other account_type_2011_6_charge_impot f
951 lu_2011_account_6812 6812 Exercices antérieurs lu_2011_account_681 other account_type_2011_6_charge_impot f
954 lu_2011_account_688 688 Autres impôts et taxes lu_2011_account_68 other account_type_2011_6_charge_impot f
955 lu_2011_account_689 689 Dotations aux provisions pour autres impôts lu_2011_account_68 other account_type_2011_6_charge_impot f
956 lu_2011_account_7 7 CLASSE 7 - COMPTES DE PRODUITS lu_2011_account_resultat view account.data_account_type_view f
957 lu_2011_account_70 70 Montant net du chiffre d'affaires lu_2011_account_7 view account_type_2011_7_produit_exploitation f account_financial_report_141 account_financial_report_141,account_financial_report_abr_141,account_financial_report_abr_120
958 lu_2011_account_701 701 Ventes sur commandes en cours lu_2011_account_70 view account_type_2011_7_produit_exploitation f
959 lu_2011_account_7011 7011 Produits lu_2011_account_701 other account_type_2011_7_produit_exploitation f
960 lu_2011_account_7012 7012 Prestations de services lu_2011_account_701 other account_type_2011_7_produit_exploitation f
982 lu_2011_account_7095 7095 Sur ventes d'éléments destinés à la revente lu_2011_account_709 other account_type_2011_7_produit_exploitation f
983 lu_2011_account_7096 7096 Sur prestations de services lu_2011_account_709 other account_type_2011_7_produit_exploitation f
984 lu_2011_account_7098 7098 Sur autres éléments du chiffre d'affaires lu_2011_account_709 other account_type_2011_7_produit_exploitation f
985 lu_2011_account_71 71 Variation des stocks de produits finis, d'en cours de fabrication et des commandes en cours lu_2011_account_7 view account_type_2011_7_produit_exploitation f account_financial_report_142 account_financial_report_142,account_financial_report_abr_141,account_financial_report_abr_120
986 lu_2011_account_711 711 Variation des stocks de produits en cours de fabrication et de commandes en cours lu_2011_account_71 view account_type_2011_7_produit_exploitation f
987 lu_2011_account_7111 7111 Variation des stocks de produits en cours lu_2011_account_711 other account_type_2011_7_produit_exploitation f
988 lu_2011_account_7112 7112 Variation des stocks de commandes en cours – produits lu_2011_account_711 other account_type_2011_7_produit_exploitation f
994 lu_2011_account_7123 7123 Variation des stocks de produits résiduels lu_2011_account_712 other account_type_2011_7_produit_exploitation f
995 lu_2011_account_7126 7126 Variation des stocks de marchandises lu_2011_account_712 other account_type_2011_7_produit_exploitation f
996 lu_2011_account_7127 7127 Variation des stocks de marchandises en voie d'acheminement, mises en dépôt ou données en consignation lu_2011_account_712 other account_type_2011_7_produit_exploitation f
997 lu_2011_account_72 72 Production immobilisée lu_2011_account_7 view account_type_2011_7_produit_exploitation f account_financial_report_143 account_financial_report_143,account_financial_report_abr_141,account_financial_report_abr_120
998 lu_2011_account_721 721 Immobilisations incorporelles lu_2011_account_72 view account_type_2011_7_produit_exploitation f
999 lu_2011_account_7211 7211 Frais de recherche et développement lu_2011_account_721 other account_type_2011_7_produit_exploitation f
1000 lu_2011_account_7212 7212 Concessions, brevets, licences, marques, droits et valeurs similaires lu_2011_account_721 view account_type_2011_7_produit_exploitation f
1009 lu_2011_account_7221 7221 Terrains et constructions lu_2011_account_722 other account_type_2011_7_produit_exploitation f
1010 lu_2011_account_7222 7222 Installations techniques et machines lu_2011_account_722 other account_type_2011_7_produit_exploitation f
1011 lu_2011_account_7223 7223 Autres installations, outillage, mobilier et matériel roulant lu_2011_account_722 other account_type_2011_7_produit_exploitation f
1012 lu_2011_account_73 73 Reprises de corrections de valeur des éléments d'actif non financiers lu_2011_account_7 view account_type_2011_7_produit_exploitation f account_financial_report_abr_141,account_financial_report_abr_120
1013 lu_2011_account_732 732 Reprises de corrections de valeur sur immobilisations incorporelles lu_2011_account_73 view account_type_2011_7_produit_exploitation f account_financial_report_145
1014 lu_2011_account_7321 7321 Frais de recherche et de développement lu_2011_account_732 view account_type_2011_7_produit_exploitation f
1015 lu_2011_account_7322 7322 Concessions, brevets, licences, marques ainsi que droits et valeurs similaires lu_2011_account_732 other account_type_2011_7_produit_exploitation f
1016 lu_2011_account_7323 7323 Fonds de commerce, dans la mesure où il a été acquis à titre onéreux lu_2011_account_732 other account_type_2011_7_produit_exploitation f
1017 lu_2011_account_7324 7324 Acomptes versés et immobilisations incorporelles en cours lu_2011_account_732 other account_type_2011_7_produit_exploitation f
1018 lu_2011_account_733 733 Reprises de corrections de valeur sur immobilisations corporelles lu_2011_account_73 view account_type_2011_7_produit_exploitation f account_financial_report_145
1019 lu_2011_account_7331 7331 Terrains et constructions lu_2011_account_733 view account_type_2011_7_produit_exploitation f
1020 lu_2011_account_73311 73311 Terrains lu_2011_account_7331 other account_type_2011_7_produit_exploitation f
1021 lu_2011_account_73312 73312 Agencements et aménagements de terrains lu_2011_account_7331 other account_type_2011_7_produit_exploitation f
1024 lu_2011_account_7332 7332 Installations techniques et machines lu_2011_account_733 other account_type_2011_7_produit_exploitation f
1025 lu_2011_account_7333 7333 Autres installations, outillage, mobilier et matériel roulant lu_2011_account_733 other account_type_2011_7_produit_exploitation f
1026 lu_2011_account_7334 7334 Acomptes versés et immobilisations corporelles en cours lu_2011_account_733 other account_type_2011_7_produit_exploitation f
1027 lu_2011_account_734 734 Reprises de corrections de valeur sur stocks lu_2011_account_73 view account_type_2011_7_produit_exploitation f account_financial_report_146
1028 lu_2011_account_7341 7341 Matières premières et consommables lu_2011_account_734 other account_type_2011_7_produit_exploitation f
1029 lu_2011_account_7342 7342 Produits en cours de fabrication et commandes en cours lu_2011_account_734 other account_type_2011_7_produit_exploitation f
1030 lu_2011_account_7343 7343 Produits finis et marchandises lu_2011_account_734 other account_type_2011_7_produit_exploitation f
1031 lu_2011_account_7344 7344 Terrains et immeubles destinés à la revente lu_2011_account_734 other account_type_2011_7_produit_exploitation f
1032 lu_2011_account_7345 7345 Acomptes versés lu_2011_account_734 other account_type_2011_7_produit_exploitation f
1033 lu_2011_account_735 735 Reprises de corrections de valeur sur créances de l'actif circulant lu_2011_account_73 view account_type_2011_7_produit_exploitation f account_financial_report_146
1034 lu_2011_account_7351 7351 Créances résultant de ventes et prestations de services lu_2011_account_735 other account_type_2011_7_produit_exploitation f
1035 lu_2011_account_7352 7352 Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation lu_2011_account_735 other account_type_2011_7_produit_exploitation f
1036 lu_2011_account_7353 7353 Autres créances lu_2011_account_735 other account_type_2011_7_produit_exploitation f
1037 lu_2011_account_74 74 Autres produits d'exploitation lu_2011_account_7 view account_type_2011_7_produit_exploitation f account_financial_report_147 account_financial_report_147,account_financial_report_abr_147
1038 lu_2011_account_741 741 Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires lu_2011_account_74 view account_type_2011_7_produit_exploitation f
1039 lu_2011_account_7411 7411 Concessions lu_2011_account_741 other account_type_2011_7_produit_exploitation f
1040 lu_2011_account_7412 7412 Brevets lu_2011_account_741 other account_type_2011_7_produit_exploitation f
1064 lu_2011_account_75 75 Produits financiers lu_2011_account_7 view account_type_2011_7_produit_financier f
1065 lu_2011_account_751 751 Reprises sur corrections de valeur et ajustements pour juste valeur sur immobilisations financières lu_2011_account_75 view account_type_2011_7_produit_financier f
1066 lu_2011_account_7511 7511 Reprises sur corrections de valeur sur immobilisations financières lu_2011_account_751 view account_type_2011_7_produit_financier f
1067 lu_2011_account_75111 75111 Parts dans des entreprises liées lu_2011_account_7511 other account_type_2011_7_produit_financier f account_financial_report_149 account_financial_report_149,account_financial_report_abr_149
1068 lu_2011_account_75112 75112 Créances sur des entreprises liées lu_2011_account_7511 other account_type_2011_7_produit_financier f account_financial_report_149 account_financial_report_149,account_financial_report_abr_149
1069 lu_2011_account_75113 75113 Parts dans des entreprises avec lesquelles la société a un lien de participation lu_2011_account_7511 other account_type_2011_7_produit_financier f account_financial_report_150 account_financial_report_150,account_financial_report_abr_150
1070 lu_2011_account_75114 75114 Créances sur des entreprises avec lesquelles la société a un lien de participation lu_2011_account_7511 other account_type_2011_7_produit_financier f account_financial_report_150 account_financial_report_150,account_financial_report_abr_150
1071 lu_2011_account_75115 75115 Titres ayant le caractère d'immobilisations lu_2011_account_7511 other account_type_2011_7_produit_financier f account_financial_report_150 account_financial_report_150,account_financial_report_abr_150
1072 lu_2011_account_75116 75116 Prêts et créances immobilisées lu_2011_account_7511 other account_type_2011_7_produit_financier f account_financial_report_150 account_financial_report_150,account_financial_report_abr_150
1073 lu_2011_account_75117 75117 Actions propres ou parts propres lu_2011_account_7511 other account_type_2011_7_produit_financier f account_financial_report_150 account_financial_report_150,account_financial_report_abr_150
1074 lu_2011_account_7512 7512 Ajustements pour juste valeur sur immobilisations financières lu_2011_account_751 other account_type_2011_7_produit_financier f account_financial_report_150 account_financial_report_150,account_financial_report_abr_150
1075 lu_2011_account_752 752 Revenus des immobilisations financières lu_2011_account_75 view account_type_2011_7_produit_financier f
1076 lu_2011_account_7521 7521 Parts dans des entreprises liées lu_2011_account_752 other account_type_2011_7_produit_financier f account_financial_report_149 account_financial_report_149,account_financial_report_abr_149
1077 lu_2011_account_7522 7522 Créances sur des entreprises liées lu_2011_account_752 other account_type_2011_7_produit_financier f account_financial_report_149 account_financial_report_149,account_financial_report_abr_149
1078 lu_2011_account_7523 7523 Parts dans des entreprises avec lesquelles la société a un lien de participation lu_2011_account_752 other account_type_2011_7_produit_financier f account_financial_report_150 account_financial_report_150,account_financial_report_abr_150
1079 lu_2011_account_7524 7524 Créances sur des entreprises avec lesquelles la société a un lien de participation lu_2011_account_752 other account_type_2011_7_produit_financier f account_financial_report_150 account_financial_report_150,account_financial_report_abr_150
1080 lu_2011_account_7525 7525 Titres ayant le caractère d'immobilisations lu_2011_account_752 other account_type_2011_7_produit_financier f account_financial_report_150 account_financial_report_150,account_financial_report_abr_150
1081 lu_2011_account_7526 7526 Prêts et créances immobilisées lu_2011_account_752 other account_type_2011_7_produit_financier f account_financial_report_150 account_financial_report_150,account_financial_report_abr_150
1082 lu_2011_account_7527 7527 Actions propres ou parts propres lu_2011_account_752 other account_type_2011_7_produit_financier f account_financial_report_150 account_financial_report_150,account_financial_report_abr_150
1083 lu_2011_account_753 753 Reprises sur corrections de valeur et ajustements pour juste valeur sur éléments financiers de l'actif circulant lu_2011_account_75 view account_type_2011_7_produit_financier f
1084 lu_2011_account_7531 7531 Reprises sur corrections de valeur sur créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation lu_2011_account_753 other account_type_2011_7_produit_financier f account_financial_report_152 account_financial_report_152,account_financial_report_abr_152
1085 lu_2011_account_7532 7532 Reprises sur corrections de valeur sur autres créances lu_2011_account_753 other account_type_2011_7_produit_financier f account_financial_report_153 account_financial_report_153,account_financial_report_abr_153
1086 lu_2011_account_7533 7533 Reprises sur corrections de valeur sur valeurs mobilières lu_2011_account_753 view account_type_2011_7_produit_financier f
1087 lu_2011_account_75331 75331 Parts dans des entreprises liées lu_2011_account_7533 other account_type_2011_7_produit_financier f account_financial_report_152 account_financial_report_152,account_financial_report_abr_152
1088 lu_2011_account_75332 75332 Parts dans des entreprises avec lesquelles la société a un lien de participation lu_2011_account_7533 other account_type_2011_7_produit_financier f account_financial_report_153 account_financial_report_153,account_financial_report_abr_153
1089 lu_2011_account_75333 75333 Actions propres ou parts propres lu_2011_account_7533 other account_type_2011_7_produit_financier f account_financial_report_153 account_financial_report_153,account_financial_report_abr_153
1090 lu_2011_account_75338 75338 Autres valeurs mobilières lu_2011_account_7533 other account_type_2011_7_produit_financier f account_financial_report_153 account_financial_report_153,account_financial_report_abr_153
1091 lu_2011_account_7534 7534 Ajustements pour juste valeur sur éléments financiers de l'actif circulant lu_2011_account_753 other account_type_2011_7_produit_financier f account_financial_report_153 account_financial_report_153,account_financial_report_abr_153
1092 lu_2011_account_754 754 Plus-value de cession et autres produits de valeurs mobilières lu_2011_account_75 view account_type_2011_7_produit_financier f
1093 lu_2011_account_7541 7541 Plus-value de cession de valeurs mobilières lu_2011_account_754 view account_type_2011_7_produit_financier f
1094 lu_2011_account_75411 75411 Parts dans des entreprises liées lu_2011_account_7541 other account_type_2011_7_produit_financier f account_financial_report_152 account_financial_report_152,account_financial_report_abr_152
1095 lu_2011_account_75412 75412 Parts dans des entreprises avec lesquelles la société a un lien de participation lu_2011_account_7541 other account_type_2011_7_produit_financier f account_financial_report_153 account_financial_report_153,account_financial_report_abr_153
1096 lu_2011_account_75413 75413 Actions propres ou parts propres lu_2011_account_7541 other account_type_2011_7_produit_financier f account_financial_report_153 account_financial_report_153,account_financial_report_abr_153
1097 lu_2011_account_75418 75418 Autres valeurs mobilières lu_2011_account_7541 other account_type_2011_7_produit_financier f account_financial_report_153 account_financial_report_153,account_financial_report_abr_153
1098 lu_2011_account_7548 7548 Autres produits de valeurs mobilières lu_2011_account_754 view account_type_2011_7_produit_financier f
1099 lu_2011_account_75481 75481 Parts dans des entreprises liées lu_2011_account_7548 other account_type_2011_7_produit_financier f account_financial_report_152 account_financial_report_152,account_financial_report_abr_152
1100 lu_2011_account_75482 75482 Parts dans des entreprises avec lesquelles la société a un lien de participation lu_2011_account_7548 other account_type_2011_7_produit_financier f account_financial_report_153 account_financial_report_153,account_financial_report_abr_153
1101 lu_2011_account_75483 75483 Actions propres ou parts propres lu_2011_account_7548 other account_type_2011_7_produit_financier f account_financial_report_153 account_financial_report_153,account_financial_report_abr_153
1102 lu_2011_account_75488 75488 Autres valeurs mobilières lu_2011_account_7548 other account_type_2011_7_produit_financier f account_financial_report_153 account_financial_report_153,account_financial_report_abr_153
1103 lu_2011_account_755 755 Autres intérêts et escomptes lu_2011_account_75 view account_type_2011_7_produit_financier f
1104 lu_2011_account_7552 7552 Intérêts bancaires et assimilés lu_2011_account_755 view account_type_2011_7_produit_financier f account_financial_report_156 account_financial_report_156,account_financial_report_abr_156
1105 lu_2011_account_75521 75521 Intérêts sur comptes courants lu_2011_account_7552 other account_type_2011_7_produit_financier f
1106 lu_2011_account_75522 75522 Intérêts sur comptes à terme lu_2011_account_7552 other account_type_2011_7_produit_financier f
1107 lu_2011_account_75523 75523 Intérêts sur leasings financiers lu_2011_account_7552 other account_type_2011_7_produit_financier f
1108 lu_2011_account_7553 7553 Intérêts sur créances commerciales lu_2011_account_755 other account_type_2011_7_produit_financier f account_financial_report_156 account_financial_report_156,account_financial_report_abr_156
1109 lu_2011_account_7554 7554 Intérêts sur des entreprises liées et des entreprises avec lesquelles la société a un lien de participation lu_2011_account_755 other account_type_2011_7_produit_financier f account_financial_report_155 account_financial_report_155,account_financial_report_abr_155
1110 lu_2011_account_7555 7555 Escomptes d'effets de commerce lu_2011_account_755 other account_type_2011_7_produit_financier f account_financial_report_156 account_financial_report_156,account_financial_report_abr_156
1111 lu_2011_account_7556 7556 Escomptes obtenus lu_2011_account_755 other account_type_2011_7_produit_financier f account_financial_report_156 account_financial_report_156,account_financial_report_abr_156
1112 lu_2011_account_7558 7558 Intérêts sur autres créances lu_2011_account_755 other account_type_2011_7_produit_financier f account_financial_report_156 account_financial_report_156,account_financial_report_abr_156
1113 lu_2011_account_756 756 Gains de change lu_2011_account_75 other account_type_2011_7_produit_financier f
1114 lu_2011_account_757 757 Quote-part de bénéfice dans les entreprises collectives (autres que les sociétés de capitaux) lu_2011_account_75 other account_type_2011_7_produit_financier f
1115 lu_2011_account_758 758 Autres produits financiers lu_2011_account_75 other account_type_2011_7_produit_financier f account_financial_report_156 account_financial_report_156,account_financial_report_abr_156
1116 lu_2011_account_759 759 Reprises sur provisions financières lu_2011_account_75 other account_type_2011_7_produit_financier f
1117 lu_2011_account_76 76 Produits exceptionnels lu_2011_account_7 view account_type_2011_7_produit_exceptionnel f account_financial_report_157 account_financial_report_157,account_financial_report_abr_157
1118 lu_2011_account_761 761 Reprises sur corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles lu_2011_account_76 view account_type_2011_7_produit_exceptionnel f
1119 lu_2011_account_7611 7611 Immobilisations incorporelles lu_2011_account_761 other account_type_2011_7_produit_exceptionnel f
1120 lu_2011_account_7612 7612 Immobilisations corporelles lu_2011_account_761 other account_type_2011_7_produit_exceptionnel f
1144 lu_2011_account_7686 7686 Bonis provenant du rachat par l'entreprise d'actions et d'obligations émises par elle-même lu_2011_account_768 other account_type_2011_7_produit_exceptionnel f
1145 lu_2011_account_7688 7688 Autres produits exceptionnels divers lu_2011_account_768 other account_type_2011_7_produit_exceptionnel f
1146 lu_2011_account_769 769 Reprises sur provisions exceptionnelles lu_2011_account_76 other account_type_2011_7_produit_exceptionnel f
1147 lu_2011_account_77 77 Régularisations d'impôts sur le résultat lu_2011_account_7 view account_type_2011_7_produit_exceptionnel f account_financial_report_137 account_financial_report_137,account_financial_report_abr_137
1148 lu_2011_account_771 771 Régularisations d'impôt sur le revenu des collectivités lu_2011_account_77 other account_type_2011_7_produit_exceptionnel f
1149 lu_2011_account_772 772 Régularisations d'impôt commercial lu_2011_account_77 other account_type_2011_7_produit_exceptionnel f
1150 lu_2011_account_773 773 Régularisations d'impôts étrangers sur le résultat lu_2011_account_77 other account_type_2011_7_produit_exceptionnel f
1151 lu_2011_account_779 779 Reprises sur provisions pour impôts sur le résultat lu_2011_account_77 view account_type_2011_7_produit_exceptionnel f
1152 lu_2011_account_7791 7791 Reprises sur provisions pour impôts lu_2011_account_779 other account_type_2011_7_produit_exceptionnel f
1153 lu_2011_account_7792 7792 Reprises sur provisions pour impôts différés lu_2011_account_779 other account_type_2011_7_produit_exceptionnel f
1154 lu_2011_account_78 78 Régularisations d'autres impôts ne figurant pas sous le poste ci-dessus lu_2011_account_7 view account_type_2011_7_produit_exceptionnel f account_financial_report_138 account_financial_report_138,account_financial_report_abr_138
1155 lu_2011_account_781 781 Régularisations d'impôt sur la fortune lu_2011_account_78 other account_type_2011_7_produit_exceptionnel f
1156 lu_2011_account_782 782 Régularisations de taxes d'abonnement lu_2011_account_78 other account_type_2011_7_produit_exceptionnel f
1157 lu_2011_account_783 783 Régularisations d'impôts étrangers lu_2011_account_78 other account_type_2011_7_produit_exceptionnel f

View File

@ -0,0 +1,635 @@
<openerp>
<data>
<!-- balance sheet abbreviated model (CA_BILANABR) -->
<record model="account.financial.report" id="account_financial_report_abr_13">
<field name="name">Luxembourg Balance Sheet (abbreviated)</field>
<field name="sign" eval="1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
</record>
<record model="account.financial.report" id="account_financial_report_abr_15">
<field name="name">ACTIF</field>
<field name="sequence">201</field>
<field name="style_overwrite" eval="1"/>
<field name="sign" eval="1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_13"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_16">
<field name="name">A. Capital souscrit non vers&#233;</field>
<field name="sequence">101</field>
<field name="style_overwrite" eval="2"/>
<field name="sign" eval="1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_15"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_17">
<field name="name">I. Capital souscrit non appel&#233;</field>
<field name="sequence">103</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_16"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_18">
<field name="name">II. Capital souscrit appel&#233; et non vers&#233;</field>
<field name="sequence">105</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_16"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_19">
<field name="name">B. Frais d&#8217;&#233;tablissement</field>
<field name="sequence">107</field>
<field name="style_overwrite" eval="2"/>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_15"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_20">
<field name="name">C. Actif immobilis&#233;</field>
<field name="sequence">109</field>
<field name="style_overwrite" eval="2"/>
<field name="sign" eval="1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_15"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_21">
<field name="name">I. Immobilisations incorporelles</field>
<field name="sequence">111</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_20"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_28">
<field name="name">II. Immobilisations corporelles</field>
<field name="sequence">125</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_20"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_33">
<field name="name">III. Immobilisations financi&#232;res</field>
<field name="sequence">135</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_20"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_41">
<field name="name">D. Actif circulant</field>
<field name="sequence">151</field>
<field name="style_overwrite" eval="2"/>
<field name="sign" eval="1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_15"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_42">
<field name="name">I. Stocks</field>
<field name="sequence">153</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_41"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_47">
<field name="name">II. Cr&#233;ances</field>
<field name="sequence">163</field>
<field name="sign" eval="1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_41"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_49">
<field name="name">a) dont la dur&#233;e r&#233;siduelle est inf&#233;rieure ou &#233;gale &#224; un an</field>
<field name="sequence">167</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_47"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_50">
<field name="name">b) dont la dur&#233;e r&#233;siduelle est sup&#233;rieure &#224; un an</field>
<field name="sequence">169</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_47"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_60">
<field name="name">III. Valeurs mobili&#232;res</field>
<field name="sequence">189</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_41"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_64">
<field name="name">IV. Avoirs en banques, avoirs en compte de ch&#232;ques postaux, ch&#232;ques et en caisse</field>
<field name="sequence">197</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_41"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_65">
<field name="name">E. Comptes de r&#233;gularisation</field>
<field name="sequence">199</field>
<field name="style_overwrite" eval="2"/>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_15"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_66">
<field name="name">PASSIF</field>
<field name="sequence">405</field>
<field name="style_overwrite" eval="1"/>
<field name="sign" eval="-1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_13"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_67">
<field name="name">A. Capitaux propres</field>
<field name="sequence">301</field>
<field name="style_overwrite" eval="2"/>
<field name="sign" eval="-1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_66"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_68">
<field name="name">I. Capital souscrit</field>
<field name="sequence">303</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_67"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_69">
<field name="name">II. Primes d'&#233;missions et primes assimil&#233;es</field>
<field name="sequence">305</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_67"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_70">
<field name="name">III. R&#233;serves de r&#233;&#233;valuation</field>
<field name="sequence">307</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_67"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_71">
<field name="name">IV. R&#233;serves</field>
<field name="sequence">309</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_67"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_76">
<field name="name">V. R&#233;sultats report&#233;s</field>
<field name="sequence">319</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_67"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_77">
<field name="name">VI. R&#233;sultat de l'exercice</field>
<field name="sequence">321</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_67"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_78">
<field name="name">VII. Acomptes sur dividendes</field>
<field name="sequence">323</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_67"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_79">
<field name="name">VIII. Subventions d&#8217;investissement en capital</field>
<field name="sequence">325</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_67"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_80">
<field name="name">IX. Plus-values immunis&#233;es</field>
<field name="sequence">327</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_67"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_81">
<field name="name">B. Dettes subordonn&#233;es</field>
<field name="sequence">329</field>
<field name="style_overwrite" eval="2"/>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_66"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_82">
<field name="name">C. Provisions</field>
<field name="sequence">331</field>
<field name="style_overwrite" eval="2"/>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_66"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_86">
<field name="name">D. Dettes non subordonn&#233;es</field>
<field name="sequence">339</field>
<field name="style_overwrite" eval="2"/>
<field name="sign" eval="-1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_66"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_89">
<field name="name">a) dont la dur&#233;e r&#233;siduelle est inf&#233;rieure ou &#233;gale &#224; un an</field>
<field name="sequence">345</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_86"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_90">
<field name="name">b) dont la dur&#233;e r&#233;siduelle est sup&#233;rieure &#224; un an</field>
<field name="sequence">347</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_86"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_118">
<field name="name">E. Comptes de r&#233;gularisation</field>
<field name="sequence">403</field>
<field name="style_overwrite" eval="2"/>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_66"/>
</record>
<!-- profit and loss abbreviated model (CA_COMPPABR) -->
<record model="account.financial.report" id="account_financial_report_abr_14">
<field name="name">Luxembourg Profit &amp; Loss (abbreviated)</field>
<field name="sign" eval="1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
</record>
<!-- p&l full model (CA_COMPP) -->
<record model="account.financial.report" id="account_financial_report_abr_119">
<field name="name">A. CHARGES</field>
<field name="sequence">641</field>
<field name="sign" eval="1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_14"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_120">
<field name="name">1. &#224; 2. Charges brutes (moins B.1 &#224; B.4)</field>
<field name="sequence">601</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_119"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_122">
<field name="name">3. Frais de personnel</field>
<field name="sequence">605</field>
<field name="sign" eval="1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_119"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_123">
<field name="name">a) Salaires et traitements</field>
<field name="sequence">607</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_122"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_124">
<field name="name">b) Charges sociales couvrant les salaires et traitements</field>
<field name="sequence">609</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_122"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_125">
<field name="name">c) Pensions compl&#233;mentaires</field>
<field name="sequence">611</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_122"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_126">
<field name="name">d) Autres charges sociales</field>
<field name="sequence">613</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_122"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_127">
<field name="name">4. Corrections de valeur</field>
<field name="sequence">615</field>
<field name="sign" eval="1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_119"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_128">
<field name="name">a) sur frais d'&#233;tablissement et sur immobilisations corporelles et incorporelles</field>
<field name="sequence">617</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_127"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_129">
<field name="name">b) sur &#233;l&#233;ments de l'actif circulant</field>
<field name="sequence">619</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_127"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_130">
<field name="name">5. Autres charges d&#8217;exploitation</field>
<field name="sequence">621</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_119"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_131">
<field name="name">6. Corrections de valeur sur immobilisations financi&#232;res et ajustement de juste valeur sur immobilisations financières</field>
<field name="sequence">623</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_119"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_132">
<field name="name">7. Corrections de valeur et ajustement de juste valeur sur &#233;l&#233;ments financiers de l'actif circulant. Moins-values de cessions des valeurs mobilières</field>
<field name="sequence">625</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_119"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_133">
<field name="name">8. Int&#233;r&#234;ts et autres charges financi&#232;res</field>
<field name="sequence">627</field>
<field name="sign" eval="1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_119"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_134">
<field name="name">a) concernant des entreprises li&#233;es</field>
<field name="sequence">629</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_133"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_135">
<field name="name">b) autres int&#233;r&#234;ts et charges</field>
<field name="sequence">631</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_133"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_136">
<field name="name">9. Charges exceptionnelles</field>
<field name="sequence">633</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_119"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_137">
<field name="name">10. Imp&#244;ts sur le r&#233;sultat</field>
<field name="sequence">635</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_119"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_138">
<field name="name">11. Autres imp&#244;ts ne figurant pas sous le poste ci-dessus</field>
<field name="sequence">637</field>
<field name="sign" eval="1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_119"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_140">
<field name="name">B. PRODUITS</field>
<field name="sequence">737</field>
<field name="sign" eval="-1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_14"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_141">
<field name="name">1. &#224; 4. Produits bruts (moins A.1 et A.2)</field>
<field name="sequence">701</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_140"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_147">
<field name="name">5. Autres produits d&#8217;exploitation</field>
<field name="sequence">713</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_140"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_148">
<field name="name">6. Produits des immobilisations financi&#232;res</field>
<field name="sequence">715</field>
<field name="sign" eval="-1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_140"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_149">
<field name="name">a) provenant d&#8217;entreprises li&#233;es</field>
<field name="sequence">717</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_148"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_150">
<field name="name">b) autres produits de participations</field>
<field name="sequence">719</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_148"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_151">
<field name="name">7. Produits des &#233;l&#233;ments financiers de l'actif circulant</field>
<field name="sequence">721</field>
<field name="sign" eval="-1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_140"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_152">
<field name="name">a) provenant d&#8217;entreprises li&#233;es</field>
<field name="sequence">723</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_151"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_153">
<field name="name">b) autres produits</field>
<field name="sequence">725</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_151"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_154">
<field name="name">8. Autres int&#233;r&#234;ts et autres produits financiers</field>
<field name="sequence">727</field>
<field name="sign" eval="-1"/>
<field name="display_detail">detail_flat</field>
<field name="type">sum</field>
<field name="parent_id" ref="account_financial_report_abr_140"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_155">
<field name="name">a) provenant d&#8217;entreprises li&#233;es</field>
<field name="sequence">729</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_154"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_156">
<field name="name">b) autres int&#233;r&#234;ts et produits financiers</field>
<field name="sequence">731</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_154"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_157">
<field name="name">9. Produits exceptionnels</field>
<field name="sequence">733</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_140"/>
</record>
<record model="account.financial.report" id="account_financial_report_abr_161">
<field name="name">RESULTAT DE L'EXERCICE</field>
<field name="sequence">800</field>
<field name="sign" eval="-1"/>
<field name="display_detail">no_detail</field>
<field name="type">accounts</field>
<field name="parent_id" ref="account_financial_report_abr_14"/>
</record>
</data>
</openerp>

View File

@ -1234,9 +1234,13 @@ class mail_thread(osv.AbstractModel):
body = tools.append_content_to_html(u'', body, preserve=True) body = tools.append_content_to_html(u'', body, preserve=True)
else: else:
alternative = False alternative = False
mixed = False
html = u''
for part in message.walk(): for part in message.walk():
if part.get_content_type() == 'multipart/alternative': if part.get_content_type() == 'multipart/alternative':
alternative = True alternative = True
if part.get_content_type() == 'multipart/mixed':
mixed = True
if part.get_content_maintype() == 'multipart': if part.get_content_maintype() == 'multipart':
continue # skip container continue # skip container
# part.get_filename returns decoded value if able to decode, coded otherwise. # part.get_filename returns decoded value if able to decode, coded otherwise.
@ -1263,8 +1267,11 @@ class mail_thread(osv.AbstractModel):
encoding, errors='replace'), preserve=True) encoding, errors='replace'), preserve=True)
# 3) text/html -> raw # 3) text/html -> raw
elif part.get_content_type() == 'text/html': elif part.get_content_type() == 'text/html':
# mutlipart/alternative have one text and a html part, keep only the second
# mixed allows several html parts, append html content
append_content = not alternative or (html and mixed)
html = tools.ustr(part.get_payload(decode=True), encoding, errors='replace') html = tools.ustr(part.get_payload(decode=True), encoding, errors='replace')
if alternative: if not append_content:
body = html body = html
else: else:
body = tools.append_content_to_html(body, html, plaintext=False) body = tools.append_content_to_html(body, html, plaintext=False)

View File

@ -143,6 +143,53 @@ X-Attachment-Id: f_hkpb27k00
dGVzdAo= dGVzdAo=
--089e01536c4ed4d17204e49b8e96--""" --089e01536c4ed4d17204e49b8e96--"""
MAIL_MULTIPART_MIXED_TWO = """X-Original-To: raoul@grosbedon.fr
Delivered-To: raoul@grosbedon.fr
Received: by mail1.grosbedon.com (Postfix, from userid 10002)
id E8166BFACA; Fri, 23 Aug 2013 13:18:01 +0200 (CEST)
From: "Bruce Wayne" <bruce@wayneenterprises.com>
Content-Type: multipart/alternative;
boundary="Apple-Mail=_9331E12B-8BD2-4EC7-B53E-01F3FBEC9227"
Message-Id: <6BB1FAB2-2104-438E-9447-07AE2C8C4A92@sexample.com>
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
--Apple-Mail=_9331E12B-8BD2-4EC7-B53E-01F3FBEC9227
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=us-ascii
First and second part
--Apple-Mail=_9331E12B-8BD2-4EC7-B53E-01F3FBEC9227
Content-Type: multipart/mixed;
boundary="Apple-Mail=_CA6C687E-6AA0-411E-B0FE-F0ABB4CFED1F"
--Apple-Mail=_CA6C687E-6AA0-411E-B0FE-F0ABB4CFED1F
Content-Transfer-Encoding: 7bit
Content-Type: text/html;
charset=us-ascii
<html><head></head><body>First part</body></html>
--Apple-Mail=_CA6C687E-6AA0-411E-B0FE-F0ABB4CFED1F
Content-Disposition: inline;
filename=thetruth.pdf
Content-Type: application/pdf;
name="thetruth.pdf"
Content-Transfer-Encoding: base64
SSBhbSB0aGUgQmF0TWFuCg==
--Apple-Mail=_CA6C687E-6AA0-411E-B0FE-F0ABB4CFED1F
Content-Transfer-Encoding: 7bit
Content-Type: text/html;
charset=us-ascii
<html><head></head><body>Second part</body></html>
--Apple-Mail=_CA6C687E-6AA0-411E-B0FE-F0ABB4CFED1F--
--Apple-Mail=_9331E12B-8BD2-4EC7-B53E-01F3FBEC9227--
"""
class TestMailgateway(TestMail): class TestMailgateway(TestMail):
@ -164,6 +211,14 @@ class TestMailgateway(TestMail):
self.assertIn('<div dir="ltr">Should create a multipart/mixed: from gmail, <b>bold</b>, with attachment.<br clear="all"><div><br></div>', res.get('body', ''), self.assertIn('<div dir="ltr">Should create a multipart/mixed: from gmail, <b>bold</b>, with attachment.<br clear="all"><div><br></div>', res.get('body', ''),
'message_parse: html version should be in body after parsing multipart/mixed') 'message_parse: html version should be in body after parsing multipart/mixed')
res = self.mail_thread.message_parse(cr, uid, MAIL_MULTIPART_MIXED_TWO)
self.assertNotIn('First and second part', res.get('body', ''),
'message_parse: text version should not be in body after parsing multipart/mixed')
self.assertIn('First part', res.get('body', ''),
'message_parse: first part of the html version should be in body after parsing multipart/mixed')
self.assertIn('Second part', res.get('body', ''),
'message_parse: second part of the html version should be in body after parsing multipart/mixed')
@mute_logger('openerp.addons.mail.mail_thread', 'openerp.models') @mute_logger('openerp.addons.mail.mail_thread', 'openerp.models')
def test_10_message_process(self): def test_10_message_process(self):
""" Testing incoming emails processing. """ """ Testing incoming emails processing. """

View File

@ -120,6 +120,7 @@ instance.web.FormView = instance.web.View.extend(instance.web.form.FieldManagerM
this.is_initialized = $.Deferred(); this.is_initialized = $.Deferred();
this.mutating_mutex = new $.Mutex(); this.mutating_mutex = new $.Mutex();
this.save_list = []; this.save_list = [];
this.render_value_defs = [];
this.reload_mutex = new $.Mutex(); this.reload_mutex = new $.Mutex();
this.__clicked_inside = false; this.__clicked_inside = false;
this.__blur_timeout = null; this.__blur_timeout = null;
@ -674,6 +675,7 @@ instance.web.FormView = instance.web.View.extend(instance.web.form.FieldManagerM
} else if (mode === "create") { } else if (mode === "create") {
mode = "edit"; mode = "edit";
} }
this.render_value_defs = [];
this.set({actual_mode: mode}); this.set({actual_mode: mode});
}, },
check_actual_mode: function(source, options) { check_actual_mode: function(source, options) {
@ -724,12 +726,15 @@ instance.web.FormView = instance.web.View.extend(instance.web.form.FieldManagerM
}); });
}, },
on_button_cancel: function(event) { on_button_cancel: function(event) {
var self = this;
if (this.can_be_discarded()) { if (this.can_be_discarded()) {
if (this.get('actual_mode') === 'create') { if (this.get('actual_mode') === 'create') {
this.trigger('history_back'); this.trigger('history_back');
} else { } else {
this.to_view_mode(); this.to_view_mode();
this.trigger('load_record', this.datarecord); $.when.apply(null, this.render_value_defs).then(function(){
self.trigger('load_record', self.datarecord);
});
} }
} }
this.trigger('on_button_cancel'); this.trigger('on_button_cancel');
@ -2239,7 +2244,7 @@ instance.web.form.ReinitializeWidgetMixin = {
instance.web.form.ReinitializeFieldMixin = _.extend({}, instance.web.form.ReinitializeWidgetMixin, { instance.web.form.ReinitializeFieldMixin = _.extend({}, instance.web.form.ReinitializeWidgetMixin, {
reinitialize: function() { reinitialize: function() {
instance.web.form.ReinitializeWidgetMixin.reinitialize.call(this); instance.web.form.ReinitializeWidgetMixin.reinitialize.call(this);
this.render_value(); this.view.render_value_defs.push(this.render_value());
}, },
}); });
@ -4747,9 +4752,8 @@ instance.web.form.FieldMany2ManyTags = instance.web.form.AbstractField.extend(in
self.render_tag(data); self.render_tag(data);
} }
if (! values || values.length > 0) { if (! values || values.length > 0) {
this._display_orderer.add(self.get_render_data(values)).done(handle_names); return this._display_orderer.add(self.get_render_data(values)).done(handle_names);
} } else {
else{
handle_names([]); handle_names([]);
} }
}, },

View File

@ -89,7 +89,7 @@
<ul class="nav nav-pills nav-stacked mt16"> <ul class="nav nav-pills nav-stacked mt16">
<li class="nav-header"><h3>Location</h3></li> <li class="nav-header"><h3>Location</h3></li>
<t t-foreach="countries" t-as="country"> <t t-foreach="countries" t-as="country">
<li t-if="country['country_id']" t-att-class="country['country_id'][0] == current_country_id and 'active' or ''"> <li t-if="country['country_id']" t-att-class="country['country_id'] and country['country_id'][0] == current_country_id and 'active' or ''">
<a t-attf-href="/members#{ membership and '/association/%s' % membership.id or '' }#{ country['country_id'][0] and '/country/%s' % slug(country['country_id']) or '' }#{ search }"><t t-esc="country['country_id'][1]"/> <a t-attf-href="/members#{ membership and '/association/%s' % membership.id or '' }#{ country['country_id'][0] and '/country/%s' % slug(country['country_id']) or '' }#{ search }"><t t-esc="country['country_id'][1]"/>
<span class="badge pull-right"><t t-esc="country['country_id_count'] or '0'"/></span> <span class="badge pull-right"><t t-esc="country['country_id_count'] or '0'"/></span>
</a> </a>

View File

@ -2,7 +2,7 @@
############################################################################## ##############################################################################
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution
# Copyright (C) 2011-2012 OpenERP S.A (<http://www.openerp.com>) # Copyright (C) 2011-2014 OpenERP S.A. (<http://www.openerp.com>)
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as # it under the terms of the GNU Affero General Public License as
@ -24,7 +24,7 @@ from email.mime.base import MIMEBase
from email.mime.multipart import MIMEMultipart from email.mime.multipart import MIMEMultipart
from email.charset import Charset from email.charset import Charset
from email.header import Header from email.header import Header
from email.utils import formatdate, make_msgid, COMMASPACE, parseaddr from email.utils import formatdate, make_msgid, COMMASPACE, getaddresses, formataddr
from email import Encoders from email import Encoders
import logging import logging
import re import re
@ -140,29 +140,14 @@ def encode_rfc2822_address_header(header_text):
``"Name"`` portion by the RFC2047-encoded ``"Name"`` portion by the RFC2047-encoded
version, preserving the address part untouched. version, preserving the address part untouched.
""" """
header_text_utf8 = tools.ustr(header_text).encode('utf-8') def encode_addr(addr):
header_text_ascii = try_coerce_ascii(header_text_utf8) name, email = addr
if header_text_ascii: if not try_coerce_ascii(name):
return header_text_ascii name = str(Header(name, 'utf-8'))
return formataddr((name, email))
name, email = parseaddr(header_text_utf8)
if not name:
return email
# non-ASCII characters are present, attempt to
# replace all "Name" patterns with the RFC2047-
# encoded version
name_encoded = str(Header(name, 'utf-8'))
header_text_utf8 = "%s <%s>" % (name_encoded, email)
# try again after encoding
header_text_ascii = try_coerce_ascii(header_text_utf8)
if header_text_ascii:
return header_text_ascii
# fallback to extracting pure addresses only, which could
# still cause a failure downstream if the actual addresses
# contain non-ASCII characters
return COMMASPACE.join(extract_rfc2822_addresses(header_text_utf8))
addresses = getaddresses([tools.ustr(header_text).encode('utf-8')])
return COMMASPACE.join(map(encode_addr, addresses))
class ir_mail_server(osv.osv): class ir_mail_server(osv.osv):
"""Represents an SMTP server, able to send outgoing emails, with SSL and TLS capabilities.""" """Represents an SMTP server, able to send outgoing emails, with SSL and TLS capabilities."""

View File

@ -248,7 +248,7 @@ class view(osv.osv):
return values return values
def create(self, cr, uid, values, context=None): def create(self, cr, uid, values, context=None):
if 'type' not in values: if not values.get('type'):
if values.get('inherit_id'): if values.get('inherit_id'):
values['type'] = self.browse(cr, uid, values['inherit_id'], context).type values['type'] = self.browse(cr, uid, values['inherit_id'], context).type
else: else:

View File

@ -358,7 +358,7 @@ class res_users(osv.osv):
if not context: if not context:
context={} context={}
ids = [] ids = []
if name: if name and operator in ['=', 'ilike']:
ids = self.search(cr, user, [('login','=',name)]+ args, limit=limit, context=context) ids = self.search(cr, user, [('login','=',name)]+ args, limit=limit, context=context)
if not ids: if not ids:
ids = self.search(cr, user, [('name',operator,name)]+ args, limit=limit, context=context) ids = self.search(cr, user, [('name',operator,name)]+ args, limit=limit, context=context)

View File

@ -579,7 +579,7 @@ def append_content_to_html(html, content, plaintext=True, preserve=False, contai
elif plaintext: elif plaintext:
content = '\n%s\n' % plaintext2html(content, container_tag) content = '\n%s\n' % plaintext2html(content, container_tag)
else: else:
content = re.sub(r'(?i)(</?html.*>|</?body.*>|<!\W*DOCTYPE.*>)', '', content) content = re.sub(r'(?i)(</?(?:html|body|head|!\s*DOCTYPE)[^>]*>)', '', content)
content = u'\n%s\n' % ustr(content) content = u'\n%s\n' % ustr(content)
# Force all tags to lowercase # Force all tags to lowercase
html = re.sub(r'(</?)\W*(\w+)([ >])', html = re.sub(r'(</?)\W*(\w+)([ >])',