From sbavencoff@users.chorem.org Thu Sep 11 17:02:49 2014 From: sbavencoff@users.chorem.org To: lima-commits@list.chorem.org Subject: [Lima-commits] r3913 - in trunk/lima-swing/src/main: java/org/chorem/lima/ui/common java/org/chorem/lima/ui/fiscalperiod java/org/chorem/lima/ui/opening resources/i18n Date: Thu, 11 Sep 2014 17:02:49 +0200 Message-ID: <20140911150249.911A2182226@goh.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2553201644735881654==" --===============2553201644735881654== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: sbavencoff Date: 2014-09-11 17:02:49 +0200 (Thu, 11 Sep 2014) New Revision: 3913 Url: http://forge.chorem.org/projects/lima/repository/revisions/3913 Log: refs #875 #1043 : opening Added: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateAccountsPa= nel.css trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEntryBookP= anel.css trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateFiscalPeri= odPanel.css trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningView.css Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/IntervalPanel.java trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/AddPeriod.j= axx trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateAccountsPa= nel.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEntryBookP= anel.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateFiscalPeri= odPanel.jaxx trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningView.jaxx trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/IntervalPa= nel.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/IntervalPanel.ja= va 2014-08-14 16:09:01 UTC (rev 3912) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/common/IntervalPanel.ja= va 2014-09-11 15:02:49 UTC (rev 3913) @@ -121,7 +121,7 @@ specificTypePanel.add(financialPeriodComboBox, ComboBoxDatesEnum.FIN= ANCIAL_PERIOD.name()); =20 JPanel periodPanel =3D new JPanel(new GridBagLayout()); - JLabel beginLabel =3D new JLabel(t("lima.common.begindate")); + JLabel beginLabel =3D new JLabel(t("lima.beginDate")); periodPanel.add(beginLabel, new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, new Insets(1, 1, 1, 1), 0, 0)); @@ -132,7 +132,7 @@ GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, new Insets(1, 1, 1, 1), 0, 0)); =20 - JLabel endLabel =3D new JLabel(t("lima.common.enddate")); + JLabel endLabel =3D new JLabel(t("lima.endDate")); periodPanel.add(endLabel, new GridBagConstraints(2, 0, 1, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, new Insets(1, 1, 1, 1), 0, 0)); Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/AddP= eriod.jaxx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/AddPeriod.= jaxx 2014-08-14 16:09:01 UTC (rev 3912) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/AddPeriod.= jaxx 2014-09-11 15:02:49 UTC (rev 3913) @@ -48,7 +48,7 @@ - + - + Added: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateAccoun= tsPanel.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateAccountsP= anel.css (rev 0) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateAccountsP= anel.css 2014-09-11 15:02:49 UTC (rev 3913) @@ -0,0 +1,34 @@ +#accountsLabel { + text : "lima.opening.accounts"; +} + +#shortened { + text : "lima.charts.account.shortened"; + value : "{AccountsChartEnum.SHORTENED}"; + buttonGroup : buttonGroup; + selected : true; +} + +#base { + text : "lima.charts.account.base"; + value : "{AccountsChartEnum.BASE}"; + buttonGroup : buttonGroup; +} + +#developed { + text : "lima.charts.account.developed"; + value : "{AccountsChartEnum.DEVELOPED}"; + buttonGroup : buttonGroup; +} + +#importcsv { + text : "lima.charts.account.importcsv"; + value : "{AccountsChartEnum.IMPORT}"; + buttonGroup : buttonGroup; +} + +#importebp { + text : "lima.charts.account.importebp"; + value : "{AccountsChartEnum.IMPORTEBP}"; + buttonGroup : buttonGroup; +} \ No newline at end of file Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateAcc= ountsPanel.jaxx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateAccountsP= anel.jaxx 2014-08-14 16:09:01 UTC (rev 3912) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateAccountsP= anel.jaxx 2014-09-11 15:02:49 UTC (rev 3913) @@ -32,43 +32,32 @@
- + - + - + - + - + - +
Added: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEntryB= ookPanel.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEntryBook= Panel.css (rev 0) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEntryBook= Panel.css 2014-09-11 15:02:49 UTC (rev 3913) @@ -0,0 +1,8 @@ +#entryBookLabel { + text : "lima.opening.entrybook"; +} + +#importEntryBook { + text : "lima.importexport.defaultentrybooks"; + selected : true; +} \ No newline at end of file Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEnt= ryBookPanel.jaxx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEntryBook= Panel.jaxx 2014-08-14 16:09:01 UTC (rev 3912) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateEntryBook= Panel.jaxx 2014-09-11 15:02:49 UTC (rev 3913) @@ -26,13 +26,12 @@ - + - +
Added: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateFiscal= PeriodPanel.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateFiscalPer= iodPanel.css (rev 0) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateFiscalPer= iodPanel.css 2014-09-11 15:02:49 UTC (rev 3913) @@ -0,0 +1,11 @@ +#fiscalPeriodLabel { + text : "lima.charts.fiscalperiod.create" +} + +#beginDateLabel { + text : "lima.beginDate"; +} + +#endDateLabel { + text : "lima.endDate"; +} \ No newline at end of file Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateFis= calPeriodPanel.jaxx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateFiscalPer= iodPanel.jaxx 2014-08-14 16:09:01 UTC (rev 3912) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/CreateFiscalPer= iodPanel.jaxx 2014-09-11 15:02:49 UTC (rev 3913) @@ -64,19 +64,19 @@ =20 - - + + - + - + Added: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningView.= css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningView.css= (rev 0) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningView.css= 2014-09-11 15:02:49 UTC (rev 3913) @@ -0,0 +1,36 @@ +#openingDialog { + modal : true; + title : "lima.opening"; +} + +#identityIcon { + icon : "identity.png"; +} + +#accountsIcon { + icon : "accounts.png"; +} + +#entrybooksIcon { + icon : "entryBooks.png"; +} + +#fiscalperiodsIcon { + icon : "fiscalYears.png"; +} + +#welcomeLabel { + text : "lima.opening.welcome"; +} + +#importButton { + text : "lima.opening.import"; +} + +#cancel { + text : "lima.opening.close"; +} + +#ok { + text : "lima.opening.next"; +} \ No newline at end of file Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningVi= ew.jaxx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningView.jax= x 2014-08-14 16:09:01 UTC (rev 3912) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningView.jax= x 2014-09-11 15:02:49 UTC (rev 3913) @@ -22,7 +22,8 @@ . #L% --> - + =20 javax.swing.BorderFactory @@ -50,30 +51,29 @@
- + - - + - + - + - +
@@ -84,10 +84,11 @@ - + - Modified: trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties 2014= -08-14 16:09:01 UTC (rev 3912) +++ trunk/lima-swing/src/main/resources/i18n/lima-swing_en_GB.properties 2014= -09-11 15:02:49 UTC (rev 3913) @@ -22,10 +22,13 @@ lima.balance.documentcreationerror=3DEnable to create document=20 lima.balance.documentcreationfiscalerror=3DCan't create document on an open = fiscal year lima.balance.listerror=3DCan't get entries list +lima.beginDate=3DBegin lima.cancel=3DCancel lima.charts.account=3DAccounts chart lima.charts.account.base=3DBase accountchart lima.charts.account.developed=3DDevelopped accountchart +lima.charts.account.importcsv=3D +lima.charts.account.importebp=3D lima.charts.account.number=3DAccount Number lima.charts.account.question.remove=3DDo you really remove this account ? lima.charts.account.shortened=3DShorthened accountchart @@ -59,7 +62,6 @@ lima.common.amountdebit=3DDebit amount lima.common.autocomplete=3DAutocomplete lima.common.balance=3DBalance -lima.common.begindate=3DBegin lima.common.buttonback=3D=E2=86=90 lima.common.buttonnext=3D=E2=86=92 lima.common.closed=3DClosed @@ -67,7 +69,6 @@ lima.common.confirmation=3DConfirmation lima.common.cop=3D lima.common.copy=3DCopy -lima.common.enddate=3DEnd lima.common.entry=3DEntry lima.common.entrybook=3DEntryBook lima.common.entrybooks=3DEntryBooks @@ -184,6 +185,7 @@ lima.data.bigDecimal.decimalSeparator=3D lima.data.bigDecimal.scale=3D lima.documents=3DDocuments=E2=80=A6 +lima.endDate=3DEnd lima.enterEntries=3D lima.entries=3DEntries lima.entries.addEntry=3DNew entry @@ -364,6 +366,7 @@ lima.importexport.all=3D lima.importexport.choiceencoding=3D lima.importexport.csv=3D +lima.importexport.defaultentrybooks=3D lima.importexport.ebp=3D lima.importexport.export=3D lima.importexport.export.terminated=3D @@ -390,7 +393,13 @@ lima.ok=3DOK lima.openejb.remotemode.description=3D lima.openejb.remotemode.label=3D +lima.opening=3D lima.opening.accounts=3DImport accounts from\: +lima.opening.close=3D +lima.opening.entrybook=3D +lima.opening.import=3D +lima.opening.next=3D +lima.opening.welcome=3D lima.preferences=3DPreferences lima.reports=3DReports lima.reports.account.noaccount=3D Modified: trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties 2014= -08-14 16:09:01 UTC (rev 3912) +++ trunk/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties 2014= -09-11 15:02:49 UTC (rev 3913) @@ -11,10 +11,13 @@ lima.balance.documentcreationerror=3DErreur lors de la cr=C3=A9ation du docu= ment=20 lima.balance.documentcreationfiscalerror=3DImpossible de cr=C3=A9er le docum= ent quand la p=C3=A9riode fiscale est ouverte lima.balance.listerror=3DErreur lors de la r=C3=A9cup=C3=A9ration des donn= =C3=A9es de la liste +lima.beginDate=3DD=C3=A9but lima.cancel=3DAnnuler lima.charts.account=3DPlan comptable lima.charts.account.base=3DPlan comptable de base lima.charts.account.developed=3DPlan comptable d=C3=A9velopp=C3=A9 +lima.charts.account.importcsv=3D +lima.charts.account.importebp=3D lima.charts.account.number=3DNum=C3=A9ro de compte lima.charts.account.question.remove=3DVoulez-vous supprimer ce compte? lima.charts.account.shortened=3DPlan comptable abr=C3=A9g=C3=A9 @@ -48,14 +51,12 @@ lima.common.amountdebit=3DTotal D=C3=A9bit lima.common.autocomplete=3DAutocompl=C3=A9tion lima.common.balance=3D=C3=89quilibrer -lima.common.begindate=3DD=C3=A9but lima.common.buttonback=3D=E2=86=90 lima.common.buttonnext=3D=E2=86=92 lima.common.closed=3DFerm=C3=A9 lima.common.code=3DCode lima.common.confirmation=3DConfirmation lima.common.copy=3DCopier -lima.common.enddate=3DFin lima.common.entry=3DEntr=C3=A9e lima.common.entrybook=3DJournal lima.common.entrybooks=3DJournaux @@ -165,6 +166,7 @@ lima.config.ui.fullscreen.description=3Ddemarrer l'application en mode plein= =C3=A9cran lima.config.ui.fullscreen.label=3DPlein =C3=A9cran lima.documents=3DDocuments=E2=80=A6 +lima.endDate=3DFin lima.enterEntries=3D=C3=89critures lima.entries=3D=C3=89critures lima.entries.addEntry=3DCr=C3=A9er une entr=C3=A9e dans la transaction @@ -322,6 +324,7 @@ lima.importexport.all=3DTout lima.importexport.choiceencoding=3DChoix de l'encodage lima.importexport.csv=3DImport/Export CSV +lima.importexport.defaultentrybooks=3DJournaux par d=C3=A9faut lima.importexport.ebp=3DImport/Export EBP lima.importexport.export=3DExporter lima.importexport.export.terminated=3DExport termin=C3=A9 @@ -340,7 +343,13 @@ lima.ok=3DOK lima.openejb.remotemode.description=3D lima.openejb.remotemode.label=3D -lima.opening.accounts=3DImporter le plan de comptes depuis \: +lima.opening=3DInitialisation +lima.opening.accounts=3D
Veuillez s=C3=A9lectionner un plan par= d=C3=A9fault,
importer un plan personnalis=C3=A9
ou annuler pour c= r=C3=A9er votre propre plan.
+lima.opening.close=3DFermer +lima.opening.entrybook=3DCochez la case pour importer les journaux par= d=C3=A9faut \:
Achats, Ventes, Tr=C3=A9sorerie, Op=C3=A9ration diverses= +lima.opening.import=3DImporter une sauvegarde CSV +lima.opening.next=3DSuivant +lima.opening.welcome=3D
Bienvenue dans Lima
Laissez vous gu= ider par cet assistant pour d=C3=A9marrer votre comptabilit=C3=A9 en quelques= instants=C2=85
Ou bien importer directement une ancienne sauvegarde de L= IMA au format CSV



lima.preferences=3DPr=C3=A9f=C3=A9rences lima.reports=3DRapports lima.reports.account.noaccount=3D @@ -520,7 +529,6 @@ lima.ui.fiscalperiod.open=3DOuvert lima.ui.fiscalperiod.status=3DStatut lima.ui.importexport.account=3Ddes comptes termin=C3=A9. -lima.ui.importexport.defaultentrybooks=3DJournaux par d=C3=A9faut lima.ui.importexport.entry=3Ddes entr=C3=A9es termin=C3=A9. lima.ui.importexport.entrybook=3Ddes journaux termin=C3=A9. lima.ui.importexport.entrybooks=3DJournaux @@ -577,14 +585,7 @@ lima.ui.list.seeAll=3DTOUS lima.ui.mainview.title=3DLutin Invoice Monitoring and Accounting lima.ui.nonaffect=3DN.R -lima.ui.opening.accounts=3D
Veuillez s=C3=A9lectionner un plan = par d=C3=A9fault,
importer un plan personnalis=C3=A9
ou annuler pou= r cr=C3=A9er votre propre plan.
-lima.ui.opening.close=3DFermer lima.ui.opening.end=3DTerminer -lima.ui.opening.entrybook=3DCochez la case pour importer les journaux = par d=C3=A9faut \:
Achats, Ventes, Tr=C3=A9sorerie, Op=C3=A9ration diver= ses -lima.ui.opening.import=3DImporter une sauvegarde CSV -lima.ui.opening.next=3DSuivant -lima.ui.opening.title=3DInitialisation -lima.ui.opening.welcome=3D
Bienvenue dans Lima
Laissez vous= guider par cet assistant pour d=C3=A9marrer votre comptabilit=C3=A9 en quelq= ues instants=C2=85
Ou bien importer directement une ancienne sauvegarde d= e LIMA au format CSV



lima.ui.retainedEarnings.wait=3DReport =C3=A0 nouveaux... lima.vatStatement.alreadyExistVatStatement=3Du00C9chec \: Le plan %s exist d= =C3=A9j=C3=A0 \! lima.vatStatements=3DPlan TVA --===============2553201644735881654==--