Lima-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
August 2010
- 3 participants
- 42 discussions
r2991 - in trunk: lima-business lima-business/src/main/java/org/chorem/lima/business/ejb lima-business/src/main/resources lima-business/src/main/resources/i18n lima-swing/src/main/resources/i18n
by jpepin@users.chorem.org 02 Aug '10
by jpepin@users.chorem.org 02 Aug '10
02 Aug '10
Author: jpepin
Date: 2010-08-02 15:02:10 +0200 (Mon, 02 Aug 2010)
New Revision: 2991
Url: http://chorem.org/repositories/revision/lima/2991
Log:
Sortie document pdf du grand-livre termin?\195?\169.
Added:
trunk/lima-business/src/main/resources/i18n/
trunk/lima-business/src/main/resources/i18n/lima-business-en_GB.properties
trunk/lima-business/src/main/resources/i18n/lima-business-fr_FR.properties
Modified:
trunk/lima-business/pom.xml
trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java
trunk/lima-swing/src/main/resources/i18n/lima-swing-fr_FR.properties
Modified: trunk/lima-business/pom.xml
===================================================================
--- trunk/lima-business/pom.xml 2010-08-02 08:19:54 UTC (rev 2990)
+++ trunk/lima-business/pom.xml 2010-08-02 13:02:10 UTC (rev 2991)
@@ -59,6 +59,20 @@
<packaging>jar</packaging>
<build>
+ <plugins>
+ <plugin>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ <goal>gen</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
<pluginManagement>
<plugins>
<plugin>
@@ -91,6 +105,8 @@
<attach>false</attach>
</configuration>
</plugin>
+
+
</plugins>
</pluginManagement>
</build>
Modified: trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java
===================================================================
--- trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java 2010-08-02 08:19:54 UTC (rev 2990)
+++ trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java 2010-08-02 13:02:10 UTC (rev 2991)
@@ -27,7 +27,6 @@
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
-
import javax.ejb.EJB;
import javax.ejb.Stateless;
import org.apache.commons.logging.Log;
@@ -47,7 +46,6 @@
import org.nuiton.topia.TopiaContextFactory;
import org.nuiton.topia.TopiaException;
import org.nuiton.topia.TopiaNotFoundException;
-
import com.lowagie.text.BadElementException;
import com.lowagie.text.Cell;
import com.lowagie.text.Chapter;
@@ -61,9 +59,6 @@
import com.lowagie.text.Rectangle;
import com.lowagie.text.Table;
import com.lowagie.text.html.HtmlWriter;
-import com.lowagie.text.pdf.PdfPCell;
-import com.lowagie.text.pdf.PdfPTable;
-import com.lowagie.text.pdf.PdfTable;
import com.lowagie.text.pdf.PdfWriter;
@Stateless
@@ -136,26 +131,26 @@
titleCell.setHorizontalAlignment(Element.ALIGN_CENTER);
titleCell.setRowspan(2);
t.addCell(titleCell);
- t.addCell(new Phrase("N° Siret", bolditalicFont));
+ t.addCell(new Phrase(_("lima-business.document.businessnumber"), bolditalicFont));
t.addCell(new Phrase(identity.getBusinessNumber(), italicFont));
//line 2
- t.addCell(new Phrase("SSL", italicFont));
- t.addCell(new Phrase("NAF :", bolditalicFont));
+ t.addCell(new Phrase(identity.getDescription(), italicFont));
+ t.addCell(new Phrase(_("lima-business.document.classificationcode"), bolditalicFont));
t.addCell(new Phrase(identity.getClassificationCode(), italicFont));
//line 3
t.addCell(new Phrase(identity.getAddress(), italicFont));
t.addCell("");
- t.addCell(new Phrase("n°TVA", bolditalicFont));
+ t.addCell(new Phrase(_("lima-business.document.vatnumber"), bolditalicFont));
t.addCell(new Phrase(identity.getVatNumber(), italicFont));
//line 4
t.addCell(new Phrase(identity.getAddress2(), italicFont));
t.addCell("");
- t.addCell(new Phrase("Période du", bolditalicFont));
+ t.addCell(new Phrase(_("lima-business.document.period1"), bolditalicFont));
t.addCell(new Phrase(beginDate, italicFont));
//line 5
t.addCell(new Phrase(identity.getZipCode() + " " + identity.getCity(), italicFont));
t.addCell("");
- t.addCell(new Phrase("au", bolditalicFont));
+ t.addCell(new Phrase(_("lima-business.document.period2"), bolditalicFont));
t.addCell(new Phrase(endDate, italicFont));
} catch (BadElementException eeBEE) {
log.error("Can't create table", eeBEE);
@@ -164,7 +159,7 @@
}
- //############## FinancialStatements
+ //############## FinancialStatements ##############
@Override
@@ -220,8 +215,8 @@
list.subList(i, j);
//create page : header + table + footer
Table headerPage = createHeaderPage(title, identity, dateFormat.format(beginDate), dateFormat.format(endDate));
- Table headerTable = createHeaderTableFinancialStatement();
- Table table = createFinancialStatementTable(subFinancialStatementAmounts);
+ Table headerTable = createFinancialStatementsHeaderTable();
+ Table table = createFinancialStatementsTable(subFinancialStatementAmounts);
//new page
Chapter chapter = new Chapter(0);
//headerPage
@@ -238,8 +233,8 @@
c.setBorder(Rectangle.NO_BORDER);
c.setHorizontalAlignment(Element.ALIGN_CENTER);
infos.setDefaultCell(c);
- infos.addCell(new Phrase("Date de tirage " + dateS + " à " + hourS, normalFont));
- infos.addCell(new Phrase("Page n° "+nbpages, normalFont));
+ infos.addCell(new Phrase(_("lima-business.document.createdate1") + dateS + _("lima-business.document.createdate2") + hourS, normalFont));
+ infos.addCell(new Phrase(_("lima-business.document.pagenumber")+nbpages, normalFont));
paragraphPage.add(infos);
chapter.add(paragraphPage);
//headerTable
@@ -266,7 +261,7 @@
}
}
- public Table createHeaderTableFinancialStatement(){
+ public Table createFinancialStatementsHeaderTable(){
Table t = null;
try {
t = new Table(4,1);
@@ -280,10 +275,10 @@
cell.setHorizontalAlignment(Element.ALIGN_CENTER);
t.setDefaultCell(cell);
t.setOffset(8);
- t.addCell(new Phrase(_("lima.table.label"), boldFont));
- t.addCell(new Phrase(_("lima.table.grossamount"), boldFont));
- t.addCell(new Phrase(_("lima.table.provisiondeprecationamount"), boldFont));
- t.addCell(new Phrase(_("lima.table.netamount"), boldFont));
+ t.addCell(new Phrase(_("lima-business.document.label"), boldFont));
+ t.addCell(new Phrase(_("lima-business.document.grossamount"), boldFont));
+ t.addCell(new Phrase(_("lima-business.document.provisiondeprecationamount"), boldFont));
+ t.addCell(new Phrase(_("lima-business.document.netamount"), boldFont));
} catch (BadElementException eeBEE) {
log.error("Can't create table", eeBEE);
@@ -292,7 +287,7 @@
}
- public Table createFinancialStatementTable(List<FinancialStatementAmounts> financialStatementAmounts){
+ public Table createFinancialStatementsTable(List<FinancialStatementAmounts> financialStatementAmounts){
int nbrow = financialStatementAmounts.size();
Table t = null;
try {
@@ -382,7 +377,9 @@
return t;
}
- //############## Ledger
+
+
+ //############## Ledger ##############
@Override
@@ -397,6 +394,8 @@
String fileDateS = filedateFormat.format(newDate);
Double currentAmountDebit = 0.0;
+ Double currentAmountCredit = 0.0;
+ String accountcarry ="";
PdfWriter pdfWriter = PdfWriter.getInstance(document,
new FileOutputStream("/ledger_lima"+fileDateS+".pdf"));
@@ -407,20 +406,19 @@
Identity identity = identityService.getIdentity();
//create pages
- String title = "Ledger";
+ String title = _("lima-business.document.ledger");
int i=0;
int n=list.size();
- int max=n;
+ int max = 32;
while (i<n){
- int j=i+max;
+ int j = i+max;
if (j>n){
j = n;
}
List <Object> subList = list.subList(i, j);
//create page : header + table + footer
Table headerPage = createHeaderPage(title, identity, dateFormat.format(beginDate), dateFormat.format(endDate));
- Table headerTable = createHeaderTableLedger();
- PdfPTable table = createTableLedger(subList);
+ Table headerTable = createLedgerHeaderTable();
//new page
Chapter chapter = new Chapter(0);
//headerPage
@@ -437,8 +435,8 @@
c.setBorder(Rectangle.NO_BORDER);
c.setHorizontalAlignment(Element.ALIGN_CENTER);
infos.setDefaultCell(c);
- infos.addCell(new Phrase("Date de tirage " + dateS + " à " + hourS, normalFont));
- infos.addCell(new Phrase("Page n° "+nbpages, normalFont));
+ infos.addCell(new Phrase(_("lima-business.document.createdate1") + dateS + _("lima-business.document.createdate2") + hourS, normalFont));
+ infos.addCell(new Phrase(_("lima-business.document.pagenumber")+nbpages, normalFont));
paragraphPage.add(infos);
chapter.add(paragraphPage);
//headerTable
@@ -448,20 +446,41 @@
//backward amounts
if (n>max && nbpages>1){
Paragraph backwardParagraph = new Paragraph();
- backwardParagraph.add("");
+ backwardParagraph.add(createLedgerAmountTable(accountcarry, _("lima-business.document.carryback"), currentAmountDebit, currentAmountCredit));
chapter.add(backwardParagraph);
}
-
//table
Paragraph paragraphTable = new Paragraph();
+ Table table = createLedgerTable(subList);
paragraphTable.add(table);
chapter.add(paragraphTable);
+ for (Object object : subList) {
+ if (object instanceof Entry){
+ Entry entry = (Entry) object;
+ currentAmountDebit += entry.getDebit() ? entry.getAmount() : 0;
+ currentAmountCredit += entry.getDebit() ? 0 : entry.getAmount();
+ }
+ else {
+ ReportsDatas reportsDatas = (ReportsDatas) object;
+ Account account = reportsDatas.getAccount();
+ if ( account != null){
+ accountcarry = account.getAccountNumber()+" "+account.getLabel()+" ";
+ log.debug(accountcarry);
+ }
+ }
+ }
//forward amounts
- if (n>max){
+ if (n>max && i<=n-max){
Paragraph forwardParagraph = new Paragraph();
- forwardParagraph.add("");
+ forwardParagraph.add(createLedgerAmountTable("", _("", "lima-business.document.carryforward"), currentAmountDebit, currentAmountCredit));
chapter.add(forwardParagraph);
}
+ //final amounts
+ if (i>=n-max){
+ Paragraph finalAmountParagraph = new Paragraph();
+ finalAmountParagraph.add(createLedgerAmountTable("", _("lima-business.document.amount"), currentAmountDebit, currentAmountCredit));
+ chapter.add(finalAmountParagraph);
+ }
//add page
document.add(chapter);
i=i+max;
@@ -476,27 +495,27 @@
}
}
- public Table createHeaderTableLedger(){
+ public Table createLedgerHeaderTable(){
Table t = null;
try {
t = new Table(7,1);
float[] widths = {0.1f, 0.05f, 0.1f, 0.3f, 0.15f, 0.15f, 0.15f};
t.setWidths(widths);
t.setWidth(100f);
- t.setPadding(3f);
+ t.setPadding(3.5f);
//defaut cell
Cell cell = new Cell();
cell.setBorder(Rectangle.LEFT);
cell.setHorizontalAlignment(Element.ALIGN_CENTER);
t.setDefaultCell(cell);
t.setOffset(8);
- t.addCell(new Phrase(_("lima.table.date"), boldFont));
- t.addCell(new Phrase(_("lima.table.entrybook"), boldFont));
- t.addCell(new Phrase(_("lima.table.voucher"), boldFont));
- t.addCell(new Phrase(_("lima.table.description"), boldFont));
- t.addCell(new Phrase(_("lima.table.debit"), boldFont));
- t.addCell(new Phrase(_("lima.table.credit"), boldFont));
- t.addCell(new Phrase(_("lima.table.solde"), boldFont));
+ t.addCell(new Phrase(_("lima-business.document.date"), boldFont));
+ t.addCell(new Phrase(_("lima-business.document.entrybook"), boldFont));
+ t.addCell(new Phrase(_("lima-business.document.voucher"), boldFont));
+ t.addCell(new Phrase(_("lima-business.document.description"), boldFont));
+ t.addCell(new Phrase(_("lima-business.document.debit"), boldFont));
+ t.addCell(new Phrase(_("lima-business.document.credit"), boldFont));
+ t.addCell(new Phrase(_("lima-business.document.solde"), boldFont));
} catch (BadElementException eeBEE) {
log.error("Can't create table", eeBEE);
@@ -505,37 +524,55 @@
}
- public PdfPTable createTableLedger(List<Object> subList){
+ public Table createLedgerAmountTable(String account, String title, Double credit, Double debit){
+ Table t = null;
+ try {
+ t = new Table(5,1);
+ float[] widths = {0.4f,0.15f, 0.15f, 0.15f, 0.15f};
+ t.setWidths(widths);
+ t.setWidth(100f);
+ t.setPadding(3f);
+ t.setOffset(0);
+ //defaut cell
+ Cell cell = new Cell();
+ cell.setBorder(Rectangle.RIGHT);
+ cell.setHorizontalAlignment(Element.ALIGN_RIGHT);
+ t.setDefaultCell(cell);
+
+ Cell accountCell = new Cell(new Phrase(account, boldFont));
+ accountCell.setHorizontalAlignment(Element.ALIGN_LEFT);
+ accountCell.setBorder(Rectangle.NO_BORDER);
+ t.addCell(accountCell);
+ t.addCell(new Phrase(title, boldFont));
+ t.addCell(new Phrase(debit.toString(), boldFont));
+ t.addCell(new Phrase(credit.toString(), boldFont));
+ Double solde = debit-credit;
+ t.addCell(new Phrase(solde.toString(), boldFont));
+ } catch (BadElementException eeBEE) {
+ log.error("Can't create table", eeBEE);
+ }
+ return t;
+
+ }
+
+ public Table createLedgerTable(List<Object> subList){
int nbrow = subList.size();
- PdfPTable t = null;
+ Table t = null;
try {
//define table
- t = new PdfPTable(7);
- t.setWidthPercentage(100f);
+ t = new Table(7, nbrow);
+ t.setWidth(100f);
float[] widths = {0.1f, 0.05f, 0.1f, 0.3f, 0.15f, 0.15f, 0.15f};
t.setWidths(widths);
- t.setHeaderRows(2);
- //t.setPadding(1.5f);
- //t.setBorderWidth(1);
- //t.setOffset(0);
+ t.setPadding(1.5f);
+ t.setBorderWidth(1);
+ t.setOffset(0);
//define default cell
Cell cell = new Cell();
cell.setBorder(Rectangle.LEFT);
cell.setHorizontalAlignment(Element.ALIGN_RIGHT);
- //t.setDefaultCell(cell);
-
- Paragraph p = new Paragraph("test");
- PdfPCell header = new PdfPCell(p);
- header.setColspan(7);
- t.addCell(header);
- //t.setTableFitsPage(true);
-
- t.setFooterRows(1);
- Paragraph p2 = new Paragraph("footer");
- PdfPCell footer = new PdfPCell(p2);
- footer.setColspan(7);
- t.addCell(footer);
-
+ t.setDefaultCell(cell);
+
for (Object object : subList) {
if (object instanceof ReportsDatas) {
@@ -549,7 +586,7 @@
Double amountCredit = reportsDatas.getAmountCredit();
Double amountDebit = reportsDatas.getAmountDebit();
- PdfPCell c = new PdfPCell(new Phrase(accountS, boldFont));
+ Cell c = new Cell(new Phrase(accountS, boldFont));
c.setColspan(4);
c.setHorizontalAlignment(Element.ALIGN_LEFT);
t.addCell(c);
Added: trunk/lima-business/src/main/resources/i18n/lima-business-en_GB.properties
===================================================================
--- trunk/lima-business/src/main/resources/i18n/lima-business-en_GB.properties (rev 0)
+++ trunk/lima-business/src/main/resources/i18n/lima-business-en_GB.properties 2010-08-02 13:02:10 UTC (rev 2991)
@@ -0,0 +1,36 @@
+An\ EntryBook\ already\ exists\ with\ this\ label\ \:\ %s=
+An\ account\ already\ exists\ with\ this\ number\ \:\ %s=
+An\ financialStatement\ already\ exists\ with\ this\ label\ \:\ %s=
+lima-business.config.configFileName.description=
+lima-business.config.rulesnationality=
+lima-business.document.amount=Amout
+lima-business.document.businessnumber=
+lima-business.document.carryback=Carry Back
+lima-business.document.carryforward=reporter\u00C0
+lima-business.document.classificationcode=
+lima-business.document.classificationcode\ \:=
+lima-business.document.createdate1=
+lima-business.document.createdate2=
+lima-business.document.credit=Credit
+lima-business.document.date=Date
+lima-business.document.debit=Debit
+lima-business.document.description=Description
+lima-business.document.entrybook=EntryBook
+lima-business.document.grossamount=Gross Amount
+lima-business.document.label=Label
+lima-business.document.ledger=
+lima-business.document.netamount=Net Amount
+lima-business.document.pagenumber=
+lima-business.document.period1=
+lima-business.document.period2=
+lima-business.document.provisiondeprecationamount=Provision Deprecation Amount
+lima-business.document.solde=Solde
+lima-business.document.vatnumber=
+lima-business.document.voucher=Voucher
+lima.business.document.date=Date
+lima.config.configFileName.description=
+lima.config.rulesnationality=
+lima.table.grossamount=
+lima.table.label=Test
+lima.table.netamount=
+lima.table.provisiondeprecationamount=
Added: trunk/lima-business/src/main/resources/i18n/lima-business-fr_FR.properties
===================================================================
--- trunk/lima-business/src/main/resources/i18n/lima-business-fr_FR.properties (rev 0)
+++ trunk/lima-business/src/main/resources/i18n/lima-business-fr_FR.properties 2010-08-02 13:02:10 UTC (rev 2991)
@@ -0,0 +1,28 @@
+An\ EntryBook\ already\ exists\ with\ this\ label\ \:\ %s=
+An\ account\ already\ exists\ with\ this\ number\ \:\ %s=
+An\ financialStatement\ already\ exists\ with\ this\ label\ \:\ %s=
+lima-business.document.amount=Total
+lima-business.document.businessnumber=N\u00B0 Siret
+lima-business.document.carryback=Report
+lima-business.document.carryforward=\u00C0 reporter
+lima-business.document.classificationcode=NAF
+lima-business.document.createdate1=Date de tirage
+lima-business.document.createdate2=\u00E0
+lima-business.document.credit=Cr\u00E9dit
+lima-business.document.date=Date
+lima-business.document.debit=D\u00E9bit
+lima-business.document.description=Description
+lima-business.document.entrybook=Journal
+lima-business.document.grossamount=Brut
+lima-business.document.label=Libell\u00E9
+lima-business.document.ledger=Grand Livre
+lima-business.document.netamount=Net
+lima-business.document.pagenumber=N\u00B0 page
+lima-business.document.period1=P\u00E9riode du
+lima-business.document.period2=au
+lima-business.document.provisiondeprecationamount=Amortissements et provisions
+lima-business.document.solde=Solde
+lima-business.document.vatnumber=N\u00B0 TVA
+lima-business.document.voucher=Pi\u00E8ce comptable
+lima.config.configFileName.description=
+lima.config.rulesnationality=
Modified: trunk/lima-swing/src/main/resources/i18n/lima-swing-fr_FR.properties
===================================================================
--- trunk/lima-swing/src/main/resources/i18n/lima-swing-fr_FR.properties 2010-08-02 08:19:54 UTC (rev 2990)
+++ trunk/lima-swing/src/main/resources/i18n/lima-swing-fr_FR.properties 2010-08-02 13:02:10 UTC (rev 2991)
@@ -4,7 +4,6 @@
Global\ lima\ exception=
LIMA=
Loading\ accounting...=
-blabla=
export=
hello\ world=
lima.about.message=\u00C0 propos de Lima
1
0
Author: jpepin
Date: 2010-08-02 10:19:54 +0200 (Mon, 02 Aug 2010)
New Revision: 2990
Url: http://chorem.org/repositories/revision/lima/2990
Log:
Quelques modifications et apports au niveau UI. R?\195?\169solution d'un bogue de date. Mise ?\195?\160 jour des fichiers plan comptable / BCR.
Added:
trunk/lima-swing/src/main/resources/import/bcr_base.csv
trunk/lima-swing/src/main/resources/import/bcr_developed.csv
trunk/lima-swing/src/main/resources/import/bcr_shortened.csv
Removed:
trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExportForm.jaxx
Modified:
trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java
trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java
trunk/lima-business/src/main/java/org/chorem/lima/business/ejbinterface/FinancialTransactionService.java
trunk/lima-business/src/main/java/org/chorem/lima/business/ejbinterface/ReportService.java
trunk/lima-swing/src/main/java/org/chorem/lima/enums/EncodingEnum.java
trunk/lima-swing/src/main/java/org/chorem/lima/enums/FinancialStatementsChartEnum.java
trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/SubLedgerForm.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/balance/BalanceView.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/balance/BalanceViewHandler.java
trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookForm.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookImportForm.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartTreeTableModel.java
trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementHeaderForm.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementImportForm.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementMovementForm.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTableModel.java
trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/AddPeriod.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/home/FinancialTransactionsPane.java
trunk/lima-swing/src/main/java/org/chorem/lima/ui/identity/IdentityForm.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/ledger/LedgerView.jaxx
trunk/lima-swing/src/main/java/org/chorem/lima/ui/ledger/LedgerViewHandler.java
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
trunk/lima-swing/src/main/resources/import/pcg_shortened.csv
Modified: trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java
===================================================================
--- trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java 2010-08-02 08:19:54 UTC (rev 2990)
@@ -222,6 +222,23 @@
return result;
}
+ @Override
+ public List<FinancialTransaction> getAllFinancialTransactionsBalanced(FiscalPeriod fiscalPeriod) throws LimaException {
+ TopiaContext topiaContext = null;
+ List<FinancialTransaction> result = null;
+ try {
+ topiaContext = beginTransaction();
+ result = getAllFinancialTransactionsBalanced(topiaContext);
+ }
+ catch (TopiaException ex) {
+ doCatch(topiaContext, ex, log);
+ }
+ finally {
+ doFinally(topiaContext, log);
+ }
+ return result;
+ }
+
/**
* Get balanced financialtransaction from selected fiscalperiod
Modified: trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java
===================================================================
--- trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java 2010-08-02 08:19:54 UTC (rev 2990)
@@ -415,7 +415,7 @@
* - GetEntries = true for generate ledger
*/
@Override
- public BalanceTrial generateBalanceTrial(Date beginDate, Date endDate, String selectedAccounts, Boolean getEntries) throws LimaException {
+ public BalanceTrial generateBalanceTrial(Date beginDate, Date endDate, String selectedAccounts, Boolean getEntries, Boolean movementedFilter) throws LimaException {
BalanceTrial balanceTrial = new BalanceTrialImpl();
balanceTrial.setReportsDatas(new ArrayList<ReportsDatas>());
double credit = 0, debit = 0, solde = 0;
@@ -445,13 +445,23 @@
generateSubAccountBalanceWithTransaction(account, beginDate,
endDate, getEntries, topiaTransaction);
reportsDatas.setAccount(account);
- // add balance sheet to balance trial
- balanceTrial.addReportsDatas(reportsDatas);
+ Double amount = reportsDatas.getAmountSolde();
+ if (movementedFilter){
+ if (amount != 0){
+ // add balance sheet to balance trial
+ balanceTrial.addReportsDatas(reportsDatas);
+ }
+ }
+ else {
+ // add balance sheet to balance trial
+ balanceTrial.addReportsDatas(reportsDatas);
+ }
+
if (reportsDatas.getSoldeDebit()) {
- debit += reportsDatas.getAmountSolde();
+ debit += amount;
}
else {
- credit += reportsDatas.getAmountSolde();
+ credit += amount;
}
}
// set the amounts and solde
@@ -482,8 +492,8 @@
* Get all entries
*/
@Override
- public BalanceTrial generateLedger(Date beginDate, Date endDate) throws LimaException {
- return generateBalanceTrial(beginDate, endDate, null, true);
+ public BalanceTrial generateLedger(Date beginDate, Date endDate, Boolean movementedFilter) throws LimaException {
+ return generateBalanceTrial(beginDate, endDate, null, true, movementedFilter);
}
Modified: trunk/lima-business/src/main/java/org/chorem/lima/business/ejbinterface/FinancialTransactionService.java
===================================================================
--- trunk/lima-business/src/main/java/org/chorem/lima/business/ejbinterface/FinancialTransactionService.java 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-business/src/main/java/org/chorem/lima/business/ejbinterface/FinancialTransactionService.java 2010-08-02 08:19:54 UTC (rev 2990)
@@ -58,6 +58,8 @@
EntryBook entryBook, FinancialPeriod period) throws LimaException;
List<FinancialTransaction> getAllFinancialTransactionsUnbalanced(FiscalPeriod fiscalPeriod) throws LimaException;
+ List<FinancialTransaction> getAllFinancialTransactionsBalanced(FiscalPeriod fiscalPeriod) throws LimaException;
+
void createFinancialTransaction(FinancialTransaction financialtransaction) throws LimaException;
Modified: trunk/lima-business/src/main/java/org/chorem/lima/business/ejbinterface/ReportService.java
===================================================================
--- trunk/lima-business/src/main/java/org/chorem/lima/business/ejbinterface/ReportService.java 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-business/src/main/java/org/chorem/lima/business/ejbinterface/ReportService.java 2010-08-02 08:19:54 UTC (rev 2990)
@@ -61,14 +61,14 @@
* @return la balance
* @throws LimaException
*/
- BalanceTrial generateBalanceTrial(Date beginDate, Date endDate, String selectedAccounts, Boolean getEntries) throws LimaException;
+ BalanceTrial generateBalanceTrial(Date beginDate, Date endDate, String selectedAccounts, Boolean getEntries, Boolean movementedFilter) throws LimaException;
/**
* Generation du grand-livre
*
* @throws LimaException
*/
- BalanceTrial generateLedger(Date beginDate, Date endDate) throws LimaException;
+ BalanceTrial generateLedger(Date beginDate, Date endDate, Boolean movementedFilter) throws LimaException;
/**
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/enums/EncodingEnum.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/enums/EncodingEnum.java 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/enums/EncodingEnum.java 2010-08-02 08:19:54 UTC (rev 2990)
@@ -20,7 +20,8 @@
public enum EncodingEnum {
- UTF8("UTF-8", "UTF-8 Lima"), ISOLATIN1("ISO-8859-1", "ISO-Latin-1 Excel / Windows");
+ UTF8("UTF-8", "UTF-8 Lima"), ISOLATIN1("ISO-8859-1", "ISO-Latin-1 Excel / Windows"),
+ MACROMAN("MacRoman", "MacRoman Excel / Mac");
private final String encoding;
private final String description;
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/enums/FinancialStatementsChartEnum.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/enums/FinancialStatementsChartEnum.java 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/enums/FinancialStatementsChartEnum.java 2010-08-02 08:19:54 UTC (rev 2990)
@@ -20,7 +20,7 @@
public enum FinancialStatementsChartEnum {
- IMPORT(""), SHORTENED(""), BASE(""), DEVELOPED("");
+ IMPORT(""), SHORTENED("bcr_shortened.csv"), BASE("bcr_base.csv"), DEVELOPED("bcr_developed.csv");
private final String filePath;
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountForm.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -22,6 +22,7 @@
<script>
<![CDATA[
+ getRootPane().setDefaultButton(ok);
protected void performCancel() {
setAccount(null);
dispose();
@@ -54,10 +55,10 @@
</row>
<row>
<cell fill="none">
- <JButton text="lima.common.ok" onActionPerformed="dispose()"/>
+ <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
</cell>
<cell fill="none">
- <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
+ <JButton id="ok" text="lima.common.ok" onActionPerformed="dispose()"/>
</cell>
</row>
</Table>
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountImportForm.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -23,6 +23,7 @@
<script>
<![CDATA[
import org.chorem.lima.enums.AccountsChartEnum;
+ getRootPane().setDefaultButton(ok);
protected void performCancel() {
getRadioButtons().setSelectedValue(null);
dispose();
@@ -72,7 +73,7 @@
<JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
</cell>
<cell fill="none">
- <JButton text="lima.common.ok" onActionPerformed="dispose()"/>
+ <JButton id="ok" text="lima.common.ok" onActionPerformed="dispose()"/>
</cell>
</row>
</Table>
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/SubLedgerForm.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/SubLedgerForm.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/account/SubLedgerForm.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -23,6 +23,7 @@
<script>
<![CDATA[
+ getRootPane().setDefaultButton(ok);
protected void performCancel() {
setAccount(null);
dispose();
@@ -68,10 +69,10 @@
</row>
<row>
<cell fill="none">
- <JButton text="lima.common.ok" onActionPerformed="dispose()"/>
+ <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
</cell>
<cell fill="none">
- <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
+ <JButton id="ok" text="lima.common.ok" onActionPerformed="dispose()"/>
</cell>
</row>
</Table>
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/balance/BalanceView.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/balance/BalanceView.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/balance/BalanceView.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -70,9 +70,13 @@
<JButton text="lima.accountsreports.accountfilter"
onActionPerformed="getHandler().setAccountFilter(accountFilter.getText())"/>
</cell>
+ <cell anchor="center">
+ <JCheckBox id='movmentedFilter' text='lima.accountsreports.movmentedfilter' selected='false'
+ onActionPerformed="getHandler().refresh()"/>
+ </cell>
</row>
<row>
- <cell fill="both" weightx="1" weighty="1" columns="6">
+ <cell fill="both" weightx="1" weighty="1" columns="7">
<JScrollPane>
<org.jdesktop.swingx.JXTable id="balanceTable" rowHeight="24"
model="{getModelBalanceTable()}"
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/balance/BalanceViewHandler.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/balance/BalanceViewHandler.java 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/balance/BalanceViewHandler.java 2010-08-02 08:19:54 UTC (rev 2990)
@@ -92,7 +92,7 @@
BalanceTrial results = null;
try {
- results = reportService.generateBalanceTrial(selectedBeginDate, selectedEndDate, selectedAccounts, false);
+ results = reportService.generateBalanceTrial(selectedBeginDate, selectedEndDate, selectedAccounts, false, view.getMovmentedFilter().isSelected());
}
catch (LimaException eee) {
if (log.isErrorEnabled()) {
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookForm.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookForm.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookForm.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -22,6 +22,7 @@
<script>
<![CDATA[
+ getRootPane().setDefaultButton(okButton);
protected void performCancel() {
setEntryBook(null);
dispose();
@@ -64,11 +65,12 @@
</row>
<row>
<cell>
- <JButton id="okButton" text="lima.common.ok" onActionPerformed="dispose()"/>
+ <JButton id="cancelButton" text="lima.common.cancel" onActionPerformed="performCancel()"/>
</cell>
<cell>
- <JButton id="cancelButton" text="lima.common.cancel" onActionPerformed="performCancel()"/>
+ <JButton id="okButton" text="lima.common.ok" onActionPerformed="dispose()"/>
</cell>
+
</row>
</Table>
</JDialog>
\ No newline at end of file
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookImportForm.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookImportForm.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/entrybook/EntryBookImportForm.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -23,6 +23,7 @@
<script>
<![CDATA[
import org.chorem.lima.enums.EntryBooksChartEnum;
+ getRootPane().setDefaultButton(ok);
protected void performCancel() {
getRadioButtons().setSelectedValue(null);
dispose();
@@ -49,7 +50,7 @@
<JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
</cell>
<cell fill="none">
- <JButton text="lima.common.ok" onActionPerformed="dispose()"/>
+ <JButton id="ok" text="lima.common.ok" onActionPerformed="dispose()"/>
</cell>
</row>
</Table>
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartTreeTableModel.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartTreeTableModel.java 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementChartTreeTableModel.java 2010-08-02 08:19:54 UTC (rev 2990)
@@ -63,7 +63,7 @@
@Override
public int getColumnCount() {
- return 1;
+ return 5;
}
@Override
@@ -73,6 +73,18 @@
case 0:
res = _("lima.table.label");
break;
+ case 1:
+ res = _("lima.table.debitcredit");
+ break;
+ case 2:
+ res = _("lima.table.debit");
+ break;
+ case 3:
+ res = _("lima.table.credit");
+ break;
+ case 4:
+ res = _("lima.table.provisiondeprecationamount");
+ break;
}
return res;
}
@@ -162,6 +174,18 @@
case 0:
result = financialStatement.getLabel();
break;
+ case 1:
+ result = financialStatement.getAccounts();
+ break;
+ case 2:
+ result = financialStatement.getDebitAccounts();
+ break;
+ case 3:
+ result = financialStatement.getCreditAccounts();
+ break;
+ case 4:
+ result = financialStatement.getProvisionDeprecationAccounts();
+ break;
}
return result;
}
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementHeaderForm.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementHeaderForm.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementHeaderForm.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -21,7 +21,8 @@
<Boolean id="addState" javaBean='true'/>
<script>
- <![CDATA[
+ <![CDATA[
+ getRootPane().setDefaultButton(ok);
protected void performCancel() {
setFinancialStatement(null);
dispose();
@@ -57,10 +58,10 @@
</row>
<row>
<cell fill="none">
- <JButton text="lima.common.ok" onActionPerformed="dispose()"/>
+ <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
</cell>
<cell fill="none">
- <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
+ <JButton id="ok" text="lima.common.ok" onActionPerformed="dispose()"/>
</cell>
</row>
</Table>
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementImportForm.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementImportForm.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementImportForm.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -23,6 +23,7 @@
<script>
<![CDATA[
import org.chorem.lima.enums.FinancialStatementsChartEnum;
+ getRootPane().setDefaultButton(ok);
protected void performCancel() {
getRadioButtons().setSelectedValue(null);
dispose();
@@ -71,9 +72,9 @@
<JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
</cell>
<cell fill="none">
- <JButton text="lima.common.ok" onActionPerformed="dispose()"/>
+ <JButton id="ok" text="lima.common.ok" onActionPerformed="dispose()"/>
</cell>
- </row>
+ </row>
</Table>
</cell>
</row>
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementMovementForm.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementMovementForm.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialstatementchart/FinancialStatementMovementForm.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -23,6 +23,7 @@
<script>
<![CDATA[
+ getRootPane().setDefaultButton(ok);
protected void performCancel() {
setFinancialStatement(null);
dispose();
@@ -55,7 +56,7 @@
</row>
<row>
<cell fill="horizontal">
- <JLabel text="lima.financialstatement.creditaccounts"/>
+ <JLabel text="lima.financialstatement.debitaccounts"/>
</cell>
<cell fill="horizontal">
<JTextField id="debitAccountsTextField" text="{getFinancialStatement().getDebitAccounts()}"/>
@@ -66,7 +67,7 @@
</row>
<row>
<cell fill="horizontal">
- <JLabel text="lima.financialstatement.debitaccounts"/>
+ <JLabel text="lima.financialstatement.creditaccounts"/>
</cell>
<cell fill="horizontal">
<JTextField id="creditAccountsTextField" text="{getFinancialStatement().getCreditAccounts()}"/>
@@ -88,10 +89,10 @@
</row>
<row>
<cell fill="none">
- <JButton text="lima.common.ok" onActionPerformed="dispose()"/>
+ <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
</cell>
<cell fill="none">
- <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
+ <JButton id="ok" text="lima.common.ok" onActionPerformed="dispose()"/>
</cell>
</row>
</Table>
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTableModel.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTableModel.java 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransaction/FinancialTransactionTableModel.java 2010-08-02 08:19:54 UTC (rev 2990)
@@ -348,9 +348,23 @@
Calendar actualCalendar = Calendar.getInstance();
// get the financial period date
Date transactionDate = selectedFinancialPeriod.getBeginDate();
- // change the day
- transactionDate = DateUtils.setDays(transactionDate,
- actualCalendar.get(Calendar.DAY_OF_MONTH));
+
+ Calendar selectedPeriodCal = Calendar.getInstance();
+ selectedPeriodCal.setTime(transactionDate);
+ int dayMax = selectedPeriodCal.getActualMaximum(Calendar.DAY_OF_MONTH);
+
+ int toDay = actualCalendar.get(Calendar.DAY_OF_MONTH);
+
+ if (toDay>dayMax){
+ // change the day
+ transactionDate = DateUtils.setDays(transactionDate, dayMax);
+ }
+ else{
+ // change the day
+ transactionDate = DateUtils.setDays(transactionDate, toDay);
+ }
+
+
// set date to the financial transaction
financialTransaction.setTransactionDate(transactionDate);
// create it
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/AddPeriod.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/AddPeriod.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/fiscalperiod/AddPeriod.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -24,7 +24,9 @@
import org.chorem.lima.business.LimaException;
import org.apache.commons.lang.time.DateUtils;
import org.chorem.lima.entity.FiscalPeriodImpl;
-
+
+ getRootPane().setDefaultButton(okButton);
+
protected FiscalPeriodServiceMonitorable fiscalPeriodService =
LimaServiceFactory.getInstance().getService(
FiscalPeriodServiceMonitorable.class);
@@ -95,12 +97,12 @@
<row>
<cell>
<Table fill="none" anchor="center" weighty="1">
- <row>
+ <row>
<cell>
- <JButton id="okButton" text="lima.common.ok" onActionPerformed="performOk()"/>
+ <JButton id="cancelButton" text="lima.common.cancel" onActionPerformed="performCancel()"/>
</cell>
<cell>
- <JButton id="cancelButton" text="lima.common.cancel" onActionPerformed="performCancel()"/>
+ <JButton id="okButton" text="lima.common.ok" onActionPerformed="performOk()"/>
</cell>
</row>
</Table>
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/home/FinancialTransactionsPane.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/home/FinancialTransactionsPane.java 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/home/FinancialTransactionsPane.java 2010-08-02 08:19:54 UTC (rev 2990)
@@ -99,25 +99,40 @@
List<FiscalPeriod> unblockedFiscalPeriods =
fiscalPeriodService.getAllUnblockedFiscalPeriods();
if (unblockedFiscalPeriods.size() != 0){
- List<FinancialTransaction> financialTransactions =
+ List<FinancialTransaction> financialTransactionsUnbal =
financialTransactionService.
getAllFinancialTransactionsUnbalanced(unblockedFiscalPeriods.get(0));
- if (financialTransactions.size()>0){
+ if (financialTransactionsUnbal.size()>0){
setBackground(redBackground);
- String transactionsString = financialTransactions.size()
+ String transactionsString = financialTransactionsUnbal.size()
+ " " + _("limahome.transaction.unbalanced")
+ "<br/><br/><a href='#financialtransactionunbalanced'>"
- + _("limahome.transaction.modifiy") + "</a>";
+ + _("limahome.transaction.modifiy.unbalanced") + "</a>";
//set Text
setText(htmlBegin + transactionsString + htmlEnd);
}
else {
- setBackground(greenBackground);
- String transactionsString = _("limahome.transaction.balanced")
- + "<br/><br/><a href='#financialtransactionbalanced'>"
- + _("limahome.transaction.create") + "</a>";
- //set Text
- setText(htmlBegin + transactionsString + htmlEnd);
+ List<FinancialTransaction> financialTransactionsBal =
+ financialTransactionService.getAllFinancialTransactionsBalanced(unblockedFiscalPeriods.get(0));
+
+ if (financialTransactionsBal.size()>0){
+ setBackground(greenBackground);
+ String transactionsString = financialTransactionsBal.size()
+ + " " + _("limahome.transaction.balanced")
+ + "<br/><br/><a href='#financialtransactionbalanced'>"
+ + _("limahome.transaction.modifiy.balanced") + "</a>";
+ //set Text
+ setText(htmlBegin + transactionsString + htmlEnd);
+ }
+ else {
+ setBackground(redBackground);
+ String transactionsString = _("limahome.transaction.nothing")
+ + "<br/><br/><a href='#financialtransactionbalanced'>"
+ + _("limahome.transaction.create") + "</a>";
+ //set Text
+ setText(htmlBegin + transactionsString + htmlEnd);
+ }
+
}
}
else {
@@ -131,7 +146,7 @@
@Override
public void notifyMethod(String serviceName, String methodeName) {
- if (methodeName.contains("FiscalPeriod") || methodeName.contains("FinancialTransaction") || methodeName.contains("importAll")){
+ if (methodeName.contains("FiscalPeriod") || methodeName.contains("FinancialTransaction") || methodeName.contains("importEntries") || methodeName.contains("importAll")){
refresh();
}
}
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/identity/IdentityForm.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/identity/IdentityForm.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/identity/IdentityForm.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -22,7 +22,7 @@
<script>
<![CDATA[
-
+ getRootPane().setDefaultButton(ok);
protected void performCancel() {
setIdentity(null);
dispose();
@@ -154,11 +154,11 @@
</row>
<row>
<cell fill="none">
- <JButton text="lima.common.ok" onActionPerformed="handler.updateIdentity(getIdentity());
- dispose()"/>
+ <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
</cell>
<cell fill="none">
- <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
+ <JButton id="ok" text="lima.common.ok" onActionPerformed="handler.updateIdentity(getIdentity());
+ dispose()"/>
</cell>
</row>
</Table>
Deleted: trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExportForm.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExportForm.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/importexport/ImportExportForm.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -1,50 +0,0 @@
-<!-- ##% Lima Swing
- Copyright (C) 2008 - 2010 CodeLutin
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- ##% -->
-
-<JDialog modal="true">
-
- <jaxx.runtime.swing.JAXXButtonGroup id="radioButtons" javaBean='new JAXXButtonGroup()'/>
- <Boolean id="addState" javaBean='true'/>
-
- <script>
- <![CDATA[
- protected void performCancel() {
- getRadioButtons().setSelectedValue(null);
- dispose();
- }
- ]]>
- </script>
-
- <Table>
- <row>
- <cell>
- <JRadioButton text='lima.importexport.export' value='export' buttonGroup="{getRadioButtons()}"
- selected='true'/>
- </cell>
- <cell>
- <JRadioButton text='lima.importexport.import' value='import' buttonGroup="{getRadioButtons()}"
- selected='true'/>
- </cell>
- <cell fill="none">
- <JButton text="lima.common.ok" onActionPerformed="dispose()"/>
- </cell>
- <cell fill="none">
- <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
- </cell>
- </row>
- </Table>
-</JDialog>
\ No newline at end of file
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/ledger/LedgerView.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/ledger/LedgerView.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/ledger/LedgerView.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -65,9 +65,13 @@
<cell>
<JButton text="lima.createPDF" onActionPerformed="getHandler().createPdf()"/>
</cell>
+ <cell anchor="center">
+ <JCheckBox id='movmentedFilter' text='lima.accountsreports.movmentedfilter' selected='false'
+ onActionPerformed="getHandler().refresh()"/>
+ </cell>
</row>
<row>
- <cell fill="both" weightx="1" weighty="1" columns="7">
+ <cell fill="both" weightx="1" weighty="1" columns="8">
<JScrollPane>
<org.chorem.lima.ui.ledger.LedgerTable
id="table" sortable="false" rowHeight="24"
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/ledger/LedgerViewHandler.java
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/ledger/LedgerViewHandler.java 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/ledger/LedgerViewHandler.java 2010-08-02 08:19:54 UTC (rev 2990)
@@ -103,7 +103,7 @@
public List<Object> getDataList(){
List<Object> results = new ArrayList<Object>();
try {
- balanceTrialCache = reportService.generateLedger(selectedBeginDate, selectedEndDate);
+ balanceTrialCache = reportService.generateLedger(selectedBeginDate, selectedEndDate, view.getMovmentedFilter().isSelected());
if (balanceTrialCache.getReportsDatas() != null){
for (ReportsDatas reportsDatas : balanceTrialCache.getReportsDatas()) {
results.add(reportsDatas);
Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningView.jaxx
===================================================================
--- trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningView.jaxx 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/opening/OpeningView.jaxx 2010-08-02 08:19:54 UTC (rev 2990)
@@ -63,7 +63,7 @@
<cell weightx="0.8"><JLabel text=''/>
</cell>
<cell weightx="0.1" fill="none">
- <JButton text="lima.common.cancel" onActionPerformed="performCancel()"/>
+ <JButton text="lima.common.close" onActionPerformed="performCancel()"/>
</cell>
<cell weightx="0.1" fill="none">
<JButton id="ok" text="lima.common.next" onActionPerformed="handler.next()"/>
Modified: trunk/lima-swing/src/main/resources/i18n/lima-swing-en_GB.properties
===================================================================
--- trunk/lima-swing/src/main/resources/i18n/lima-swing-en_GB.properties 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/resources/i18n/lima-swing-en_GB.properties 2010-08-02 08:19:54 UTC (rev 2990)
@@ -15,6 +15,7 @@
lima.accountsreports.accountfilter=Filter
lima.accountsreports.begincalendar=
lima.accountsreports.endcalendar=
+lima.accountsreports.movmentedfilter=
lima.action.commandline.help=Show help in console
lima.action.fullscreen=Full screen
lima.action.fullscreen.tip=Open ui in full screen
@@ -44,6 +45,7 @@
lima.common.add=
lima.common.addSubLedger=
lima.common.cancel=
+lima.common.close=
lima.common.fin=
lima.common.import=
lima.common.importexport=Import/Export
@@ -198,6 +200,7 @@
lima.table.credit=
lima.table.date=
lima.table.debit=
+lima.table.debitcredit=
lima.table.description=
lima.table.entrybook=
lima.table.fiscalperiod=
@@ -252,6 +255,9 @@
limahome.transaction.balanced=
limahome.transaction.create=
limahome.transaction.modifiy=
+limahome.transaction.modifiy.balanced=
+limahome.transaction.modifiy.unbalanced=
+limahome.transaction.nothing=
limahome.transaction.unbalanced=
limahome.transactionbalanced=
limahome.transactionunbalanced=
Modified: trunk/lima-swing/src/main/resources/i18n/lima-swing-fr_FR.properties
===================================================================
--- trunk/lima-swing/src/main/resources/i18n/lima-swing-fr_FR.properties 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/resources/i18n/lima-swing-fr_FR.properties 2010-08-02 08:19:54 UTC (rev 2990)
@@ -14,6 +14,7 @@
lima.accountsreports.accountfilter=Filtrer
lima.accountsreports.begincalendar=Date d\u00E9but
lima.accountsreports.endcalendar=Date fin
+lima.accountsreports.movmentedfilter=Afficher que les comptes mouvement\u00E9s
lima.action.commandline.help=Afficher l'aide en console
lima.action.fullscreen=Plein Ecran
lima.action.fullscreen.tip=Passer en mode plein \u00E9cran
@@ -42,6 +43,7 @@
lima.common.add=Ajout Compte G\u00E9n\u00E9ral
lima.common.addSubLedger=Ajouter Compte Tiers
lima.common.cancel=Annuler
+lima.common.close=Fermer
lima.common.fin=Termin\u00E9
lima.common.importexport=Importer/Exporter
lima.common.next=Suivant
@@ -113,7 +115,7 @@
lima.identity.phoneNumber=n\u00B0 Tel
lima.identity.vatNumber=n\u00B0 TVA
lima.identity.zipCode=Code Postal
-lima.import.journal=
+lima.import.journal=Journaux par d\u00E9faut
lima.importexport.accountcharts=Plan des comptes
lima.importexport.all=Tout
lima.importexport.choiceencoding=Choisir encodage \:
@@ -124,8 +126,8 @@
lima.importexport.financialstatements=Plan BCR
lima.importexport.import=Import
lima.importexport.import.terminated=Import termin\u00E9
-lima.importexport.importcsv=
-lima.importexport.importebp=
+lima.importexport.importcsv=Import CSV
+lima.importexport.importebp=Import EBP
lima.importexport.lima=Import/Export Lima
lima.importexport.wait=Traitement en cours \u2026
lima.init.closed=Lima ferm\u00E9 \u00E0 %1$s
@@ -190,6 +192,7 @@
lima.table.credit=Cr\u00E9dit
lima.table.date=Date
lima.table.debit=D\u00E9bit
+lima.table.debitcredit=D\u00E9bit et Cr\u00E9dit
lima.table.description=Description
lima.table.entrybook=Journal
lima.table.fiscalperiod=Exercice
@@ -229,8 +232,10 @@
limahome.fiscalperiod.modify=Modifier les exercices
limahome.fiscalperiod.noopen=Aucun exercice ouvert \!
limahome.fiscalperiod.opened=exercices ouverts
-limahome.transaction.balanced=Toutes les \u00E9critures sont \u00E9quilibr\u00E9es
-limahome.transaction.create=Modifier les \u00E9critures
-limahome.transaction.modifiy=Modifier les \u00E9critures non \u00E9quilibr\u00E9es
+limahome.transaction.balanced=transactions, toutes sont \u00E9quilibr\u00E9es
+limahome.transaction.create=Ajouter des \u00E9critures
+limahome.transaction.modifiy.balanced=Modifier les \u00E9critures
+limahome.transaction.modifiy.unbalanced=Modifier les \u00E9critures non \u00E9quilibr\u00E9es
+limahome.transaction.nothing=Aucune \u00E9criture
limahome.transaction.unbalanced=\u00E9critures ne sont pas \u00E9quilibr\u00E9es \!
update=
Added: trunk/lima-swing/src/main/resources/import/bcr_base.csv
===================================================================
--- trunk/lima-swing/src/main/resources/import/bcr_base.csv (rev 0)
+++ trunk/lima-swing/src/main/resources/import/bcr_base.csv 2010-08-02 08:19:54 UTC (rev 2990)
@@ -0,0 +1,134 @@
+"FNST";"BILAN ACTIF";"true";"";"";"";"";"true";"false";""
+"FNST";"Capital Souscrit non appelé";"false";"109";" ";" ";" ";"false";"false";"BILAN ACTIF"
+"FNST";"BILAN PASSIF";"true";"";"";"";"";"true";"false";""
+"FNST";"CAPITAUX PROPRES";"true";"";"";"";"";"true";"false";"BILAN PASSIF"
+"FNST";"COMPTE DE RESULTAT";"true";"";"";"";"";"false";"false";""
+"FNST";"Capital (dont versé?)";"false";"101";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"CHARGES";"true";" ";" ";" ";" ";"true";"false";"COMPTE DE RESULTAT"
+"FNST";"PRODUITS";"true";"";"";"";"";"true";"false";"COMPTE DE RESULTAT"
+"FNST";"ACTIF IMMOBILISÉ";"true";" ";" ";" ";" ";"true";"false";"BILAN ACTIF"
+"FNST";"ACTIF CIRCULANT";"true";"";"";"";"";"true";"false";"BILAN ACTIF"
+"FNST";"CHARGES D'EXPLOITATION";"true";"";"";"";"";"true";"false";"CHARGES"
+"FNST";"Coût d'achat des marchandises";"true";"";"";"";"";"false";"true";"CHARGES D'EXPLOITATION"
+"FNST";"Stocks et en-cours";"true";"";"";"";"";"false";"true";"ACTIF CIRCULANT"
+"FNST";"Marchandises";"false";"37";"";"";"397";"false";"false";"Stocks et en-cours"
+"FNST";"Variations de stocks de march.";"false";"603";"";"";"";"false";"false";"Coût d'achat des marchandises"
+"FNST";"Achat de marchandises";"false";"607";"";"";"";"false";"false";"Coût d'achat des marchandises"
+"FNST";"Immobilisations incorporelles";"true";"";"";"";"";"false";"false";"ACTIF IMMOBILISÉ"
+"FNST";"Frais d'établissement";"false";"201";"";"";"2801";"false";"false";"Immobilisations incorporelles"
+"FNST";"Frais de recherche et développement";"false";"203";"";"";"2803";"false";"false";"Immobilisations incorporelles"
+"FNST";"Concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires";"false";"205";"";"";"2805, 2905";"false";"false";"Immobilisations incorporelles"
+"FNST";"Fonds commercial";"false";"206, 207";"";"";"2807, 2906, 2907";"false";"false";"Immobilisations incorporelles"
+"FNST";"Autres";"false";"208";"";"";"2808, 2908";"false";"false";"Immobilisations incorporelles"
+"FNST";"Immobilisations incorporelles en cours";"false";"232";"";"";"2932";"false";"false";"Immobilisations incorporelles"
+"FNST";"Avances et acomptes";"false";"237";"";"";"";"false";"false";"Immobilisations incorporelles"
+"FNST";"Immobilisations corporelles";"true";"";"";"";"";"false";"false";"ACTIF IMMOBILISÉ"
+"FNST";"Terrains";"false";"211, 212";"";"";"2811, 2812, 2911";"false";"false";"Immobilisations corporelles"
+"FNST";"Constructions";"false";"213, 214";"";"";"2813, 2814";"false";"false";"Immobilisations corporelles"
+"FNST";"Installations techniques, matériels, et outillage industriels";"false";"215";"";"";"2815";"false";"false";"Immobilisations corporelles"
+"FNST";"Immobilisations corporelles en cours";"false";"231";"";"";"2931";"false";"false";"Immobilisations corporelles"
+"FNST";"Immobilisations financières";"true";"";"";"";"";"false";"false";"ACTIF IMMOBILISÉ"
+"FNST";"Participations";"false";"261, 266";"";"";"2961, 2966";"false";"false";"Immobilisations financières"
+"FNST";"Créances rattachées à des participations";"false";"267, 268";"";"";"2967, 2968";"false";"false";"Immobilisations financières"
+"FNST";"Titres immobilisés de l'activité de portefeuille";"false";"273";"";"";"2973";"false";"false";"Immobilisations financières"
+"FNST";"Autres titres immobilisés";"false";"271, 272, 27682";"";"";"2971, 2972";"false";"false";"Immobilisations financières"
+"FNST";"Prêts";"false";"274, 27684";"";"";"2974";"false";"false";"Immobilisations financières"
+"FNST";"Matières premières et autres approvisionnements";"false";"31, 32";"";"";"391, 392";"false";"false";"Stocks et en-cours"
+"FNST";"En cours de production (biens et services)";"false";"33, 34";"";"";"393, 394";"false";"false";"Stocks et en-cours"
+"FNST";"Produits intermédiaires et finis";"false";"35";"";"";"395";"false";"false";"Stocks et en-cours"
+"FNST";"Avances et acomptes versés sur commandes";"false";"4091";"";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Créances";"true";"";"";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Valeurs mobilières de placement";"true";"";"";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Actions propres";"false";"502";"";"";"59";"false";"false";"Valeurs mobilières de placement"
+"FNST";"Autres titres";"false";"50 -502 -509";"";"";"59";"false";"false";"Valeurs mobilières de placement"
+"FNST";"Disponibilités";"false";"53, 54 -5181 -519";"51";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Charges constatées d'avance";"false";"486";"";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Instrument de trésorerie";"false";"";"52";"";"";"false";"false";"Valeurs mobilières de placement"
+"FNST";"Charges à répartir sur plusieurs exercices";"false";"481";"";"";"";"false";"false";"BILAN ACTIF"
+"FNST";"Primes de remboursement des emprunts";"false";"169";"";"";"";"false";"false";"BILAN ACTIF"
+"FNST";"Ecarts de conversion Actif";"false";"476";"";"";"";"false";"false";"BILAN ACTIF"
+"FNST";"Primes d'émission, de fusion, d'apport";"false";"104";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Ecart de réévaluation";"false";"105";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Ecart d'équivalence";"false";"107";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Réserves";"true";"";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Réserve légale";"false";"1061";"";"";"";"false";"false";"Réserves"
+"FNST";"Réserves statutaires ou contractuelles";"false";"1063";"";"";"";"false";"false";"Réserves"
+"FNST";"Réserves réglementées";"false";"1062, 1064";"";"";"";"false";"false";"Réserves"
+"FNST";"Report à nouveau";"false";"11";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"RÉSULTAT DE L'EXERCICE (BÉNÉFICE OU PERTE)";"false";"12";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Subventions d'investissement";"false";"13";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Provisions réglementées";"false";"14";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"AUTRES FONDS PROPRES";"true";"";"";"";"";"true";"false";"BILAN PASSIF"
+"FNST";"Produits des émissions de titres participatifs";"false";"1671";"";"";"";"false";"false";"AUTRES FONDS PROPRES"
+"FNST";"Avances conditionnées";"false";"1674";"";"";"";"false";"false";"AUTRES FONDS PROPRES"
+"FNST";"PROVISIONS POUR RISQUES ET CHARGES";"true";"";"";"";"";"true";"false";"BILAN PASSIF"
+"FNST";"Provisions pour risques";"false";"151";"";"";"";"false";"false";"PROVISIONS POUR RISQUES ET CHARGES"
+"FNST";"Provisions pour charges";"false";"15 -151";"";"";"";"false";"false";"PROVISIONS POUR RISQUES ET CHARGES"
+"FNST";"DETTES";"true";"";"";"";"";"true";"false";"BILAN PASSIF"
+"FNST";"Emprunts obligataires convertibles";"false";"161, 16881";"";"";"";"false";"false";"DETTES"
+"FNST";"Autres emprunts obligataires";"false";"163, 16683";"";"";"";"false";"false";"DETTES"
+"FNST";"Emprunts et dettes auprès établissements de crédits";"false";"164, 16684, 5181, 519";"";"512, 514, 517";"";"false";"false";"DETTES"
+"FNST";"Emprunts et dettes financières diverses";"false";"165, 166, 1675, 168, 16883, 17, 426 -16881 -457";"";"45";"";"false";"false";"DETTES"
+"FNST";"Avances et acomptes reçues sur commandes en cours";"false";"4191";"";"";"";"false";"false";"DETTES"
+"FNST";"Ecarts de conversion passif";"false";"477";"";"";"";"false";"false";"BILAN PASSIF"
+"FNST";"Coût d'achats de matières premières et autres approvisionnements";"true";"";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Achats de matières premières et autres approvisionnements";"false";"601, 602, 6081, 6082, 6091, 6092";"";"";"";"false";"false";"Coût d'achats de matières premières et autres approvisionnements"
+"FNST";"Variation des stock";"false";"6037";"";"";"";"false";"false";"Coût d'achats de matières premières et autres approvisionnements"
+"FNST";"Autres achats et charges externes";"false";"604, 605, 606, 6084, 6085, 6086, 6094, 6095, 6096, 61, 62";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Impôts, taxes et versements assimilés";"false";"63";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Salaires et traitements";"false";"641, 644, 648";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Charges sociales";"false";"645, 646, 647, 648";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Dotations aux amortis. & provisions";"true";" ";" ";" ";" ";"false";"true";"CHARGES D'EXPLOITATION"
+"FNST";"Autres charges";"false";"65 -655";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Quotes-parts de résultat sur opérations faites en commun";"false";"655";"";"";"";"false";"false";"CHARGES"
+"FNST";"Charges financières";"true";"";"";"";"";"false";"true";"CHARGES"
+"FNST";"Dotations aux amortissements et provisions";"false";"686";"";"";"";"false";"false";"Charges financières"
+"FNST";"Intérêts et charges assimilées";"false";"661, 664, 665, 668";"";"";"";"false";"false";"Charges financières"
+"FNST";"Différences négatives de change";"false";"666";"";"";"";"false";"false";"Charges financières"
+"FNST";"Charges nettes sur cessions de valeurs mobilières de placement";"false";"667";"";"";"";"false";"false";"Charges financières"
+"FNST";"Charges exceptionnelles";"true";"";"";"";"";"false";"true";"CHARGES"
+"FNST";"Sur opérations de gestion";"false";"671";"";"";"";"false";"false";"Charges exceptionnelles"
+"FNST";"Sur opérations en capital";"false";"675, 678";"";"";"";"false";"false";"Charges exceptionnelles"
+"FNST";"Dotations aux amortissements et aux provisions";"false";"687";"";"";"";"false";"false";"Charges exceptionnelles"
+"FNST";"Participation des salariés aux résultats";"false";"691";"";"";"";"false";"false";"CHARGES"
+"FNST";"Impôts sur les bénéfices";"false";"695, 697, 689, 698, 699, 789";"";"";"";"false";"false";"CHARGES"
+"FNST";"Produits d'exploitation";"true";"";"";"";"";"true";"false";"PRODUITS"
+"FNST";"Montant net Chiffre d'affaires";"true";"";"";"";"";"false";"true";"Produits d'exploitation"
+"FNST";"Production vendue (B&S)";"false";"70 -707 -708-7097";"";"";"";"false";"false";"Montant net Chiffre d'affaires"
+"FNST";"Ventes de marchandises";"false";"707, 708 -7097";"";"";"";"false";"false";"Montant net Chiffre d'affaires"
+"FNST";"Autres produits d'exploitation";"true";"";"";"";"";"false";"true";"Produits d'exploitation"
+"FNST";"Production stockée";"false";"713";"";"";"";"false";"false";"Autres produits d'exploitation"
+"FNST";"Production immobilisée";"false";"72, 73";"";"";"";"false";"false";"Autres produits d'exploitation"
+"FNST";"Subventions d'exploitation";"false";"74";"";"";"";"false";"false";"Autres produits d'exploitation"
+"FNST";"Reprises sur provisions (et amortissements), transferts de charges";"false";"781, 791";"";"";"";"false";"false";"Autres produits d'exploitation"
+"FNST";"Autres produits";"false";"75 -755";"";"";"";"false";"false";"Autres produits d'exploitation"
+"FNST";"Quote-parts de résultat sur opérations faites en commun";"false";"755";"";"";"";"false";"false";"PRODUITS"
+"FNST";"Produits financiers";"true";"";"";"";"";"false";"true";"PRODUITS"
+"FNST";"De participations";"false";"761";"";"";"";"false";"false";"Produits financiers"
+"FNST";"D'autres valeurs mobilières et créances de l'actif immobilisé";"false";"762";"";"";"";"false";"false";"Produits financiers"
+"FNST";"Autres intérêts et produits assimilés";"false";"763, 764, 765, 768";"";"";"";"false";"false";"Produits financiers"
+"FNST";"Reprises sur provisions et transfers de charges";"false";"786, 796";"";"";"";"false";"false";"Produits financiers"
+"FNST";"Différences positives de change";"false";"766";"";"";"";"false";"false";"Produits financiers"
+"FNST";"Produits nets sur cessions de valeurs mobilières de placement";"false";"767";"";"";"";"false";"false";"Produits financiers"
+"FNST";"Produits exceptionnels";"true";"";"";"";"";"false";"true";"PRODUITS"
+"FNST";"Reprises sur provisions et transferts de charges";"false";"787, 797";"";"";"";"false";"false";"Produits exceptionnels"
+"FNST";"Sur immobilisations : dotations aux amortissements";"false";"6811, 6812";"";"";"";"false";"false";"Dotations aux amortis. & provisions"
+"FNST";"Sur immobilisations : dotations aux provisions";"false";"6816";"";"";"";"false";"false";"Dotations aux amortis. & provisions"
+"FNST";"Sur actif circulant : dotations aux provisions";"false";"6817";"";"";"";"false";"false";"Dotations aux amortis. & provisions"
+"FNST";"Pour risques et charges : dotations aux provisions";"false";"6815";"";"";"";"false";"false";"Dotations aux amortis. & provisions"
+"FNST";"Créances Clients et Comptes rattachés";"false";"411, 413, 416, 418";;;"491";"false";"false";"Créances"
+"FNST";"Autres";"false";"4096, 4097, 4098, 425, 4287, 4387, 441, 4452, 4456, 44581, 44582, 44583, 44586, 4487, 462, 465, 467, 4687";"443, 444, 451, 455, 456, 458 -4562";"";"";"false";"false";"Créances"
+"FNST";"Capital souscrit et appelé, non versé";"false";"4562";"";"";"";"false";"false";"Créances"
+"FNST";"Autres";"false";"275, 2761, 27685, 27688";"";"";"2975, 2976";"false";"false";"Immobilisations financières"
+"FNST";"Autres";"false";"218";"";"";"2818";"false";"false";"Immobilisations corporelles"
+"FNST";"Autres";"false";"1068";"";"";"";"false";"false";"Réserves"
+"FNST";"Autres";"false";"";"";"";"";"false";"false";"AUTRES FONDS PROPRES"
+"FNST";"Avances et acomptes";"false";"238";"";"";"";"false";"false";"Immobilisations corporelles"
+"FNST";"Sur opérations de gestion";"false";"771";"";"";"";"false";"false";"Produits exceptionnels"
+"FNST";"Sur opérations en capital";"false";"775, 777, 778";"";"";"";"false";"false";"Produits exceptionnels"
+"FNST";"Dettes Fournisseurs et Comptes rattachés";"false";"401, 403, 4081, 4088";;;;"false";"false";"DETTES"
+"FNST";"Dettes fiscales et sociales";"false";"421, 422, 424, 427, 4282, 4286, 43, 442, 4455, 4457, 44584, 44587, 446, 447, 4482, 4486, 457 -4387";"";"443, 444";;"false";"false";"DETTES"
+"FNST";"Dettes sur immobilisations et Comptes rattachés";"false";"269, 279, 404, 405, 4084, 4088";;;;"false";"false";"DETTES"
+"FNST";"Autres dettes";"false";"4196, 4197, 4198, 464, 4686, 509";"";"467, 478";;"false";"false";"DETTES"
+"FNST";"Instruments de trésorerie";"false";;"";"52";;"false";"false";"DETTES"
+"FNST";"Produits constatés d'avance";"false";"487";;;;"false";"false";"DETTES"
Added: trunk/lima-swing/src/main/resources/import/bcr_developed.csv
===================================================================
--- trunk/lima-swing/src/main/resources/import/bcr_developed.csv (rev 0)
+++ trunk/lima-swing/src/main/resources/import/bcr_developed.csv 2010-08-02 08:19:54 UTC (rev 2990)
@@ -0,0 +1,138 @@
+"FNST";"BILAN ACTIF";"true";"";"";"";"";"true";"false";""
+"FNST";"Capital Souscrit non appelé";"false";"109";" ";" ";" ";"false";"false";"BILAN ACTIF"
+"FNST";"BILAN PASSIF";"true";"";"";"";"";"true";"false";""
+"FNST";"CAPITAUX PROPRES";"true";"";"";"";"";"true";"false";"BILAN PASSIF"
+"FNST";"COMPTE DE RESULTAT";"true";"";"";"";"";"false";"false";""
+"FNST";"Capital (dont versé?)";"false";"101";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"CHARGES";"true";" ";" ";" ";" ";"true";"false";"COMPTE DE RESULTAT"
+"FNST";"PRODUITS";"true";"";"";"";"";"true";"false";"COMPTE DE RESULTAT"
+"FNST";"ACTIF IMMOBILISÉ";"true";" ";" ";" ";" ";"true";"false";"BILAN ACTIF"
+"FNST";"ACTIF CIRCULANT";"true";"";"";"";"";"true";"false";"BILAN ACTIF"
+"FNST";"CHARGES D'EXPLOITATION";"true";"";"";"";"";"true";"false";"CHARGES"
+"FNST";"Coût d'achat des marchandises";"true";"";"";"";"";"false";"true";"CHARGES D'EXPLOITATION"
+"FNST";"Stocks et en-cours";"true";"";"";"";"";"false";"true";"ACTIF CIRCULANT"
+"FNST";"Marchandises";"false";"37";"";"";"397";"false";"false";"Stocks et en-cours"
+"FNST";"Variations de stocks de march.";"false";"603";"";"";"";"false";"false";"Coût d'achat des marchandises"
+"FNST";"Achat de marchandises";"false";"607";"";"";"";"false";"false";"Coût d'achat des marchandises"
+"FNST";"Immobilisations incorporelles";"true";"";"";"";"";"false";"false";"ACTIF IMMOBILISÉ"
+"FNST";"Frais d'établissement";"false";"201";"";"";"2801";"false";"false";"Immobilisations incorporelles"
+"FNST";"Frais de recherche et développement";"false";"203";"";"";"2803";"false";"false";"Immobilisations incorporelles"
+"FNST";"Concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires";"false";"205";"";"";"2805, 2905";"false";"false";"Immobilisations incorporelles"
+"FNST";"Fonds commercial";"false";"206, 207";"";"";"2807, 2906, 2907";"false";"false";"Immobilisations incorporelles"
+"FNST";"Autres";"false";"208";"";"";"2808, 2908";"false";"false";"Immobilisations incorporelles"
+"FNST";"Immobilisations incorporelles en cours";"false";"232";"";"";"2932";"false";"false";"Immobilisations incorporelles"
+"FNST";"Avances et acomptes";"false";"237";"";"";"";"false";"false";"Immobilisations incorporelles"
+"FNST";"Immobilisations corporelles";"true";"";"";"";"";"false";"false";"ACTIF IMMOBILISÉ"
+"FNST";"Terrains";"false";"211, 212";"";"";"2811, 2812, 2911";"false";"false";"Immobilisations corporelles"
+"FNST";"Constructions";"false";"213, 214";"";"";"2813, 2814";"false";"false";"Immobilisations corporelles"
+"FNST";"Installations techniques, matériels, et outillage industriels";"false";"215";"";"";"2815";"false";"false";"Immobilisations corporelles"
+"FNST";"Immobilisations corporelles en cours";"false";"231";"";"";"2931";"false";"false";"Immobilisations corporelles"
+"FNST";"Immobilisations financières";"true";"";"";"";"";"false";"false";"ACTIF IMMOBILISÉ"
+"FNST";"Participations";"false";"261, 266";"";"";"2961, 2966";"false";"false";"Immobilisations financières"
+"FNST";"Créances rattachées à des participations";"false";"267, 268";"";"";"2967, 2968";"false";"false";"Immobilisations financières"
+"FNST";"Titres immobilisés de l'activité de portefeuille";"false";"273";"";"";"2973";"false";"false";"Immobilisations financières"
+"FNST";"Autres titres immobilisés";"false";"271, 272, 27682";"";"";"2971, 2972";"false";"false";"Immobilisations financières"
+"FNST";"Prêts";"false";"274, 27684";"";"";"2974";"false";"false";"Immobilisations financières"
+"FNST";"Matières premières et autres approvisionnements";"false";"31, 32";"";"";"391, 392";"false";"false";"Stocks et en-cours"
+"FNST";"En cours de production (biens et services)";"false";"33, 34";"";"";"393, 394";"false";"false";"Stocks et en-cours"
+"FNST";"Produits intermédiaires et finis";"false";"35";"";"";"395";"false";"false";"Stocks et en-cours"
+"FNST";"Avances et acomptes versés sur commandes";"false";"4091";"";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Créances";"true";"";"";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Valeurs mobilières de placement";"true";"";"";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Actions propres";"false";"502";"";"";"59";"false";"false";"Valeurs mobilières de placement"
+"FNST";"Autres titres";"false";"50 -502 -509";"";"";"59";"false";"false";"Valeurs mobilières de placement"
+"FNST";"Disponibilités";"false";"53, 54 -5181 -519";"51";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Charges constatées d'avance";"false";"486";"";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Instrument de trésorerie";"false";"";"52";"";"";"false";"false";"Valeurs mobilières de placement"
+"FNST";"Charges à répartir sur plusieurs exercices";"false";"481";"";"";"";"false";"false";"BILAN ACTIF"
+"FNST";"Primes de remboursement des emprunts";"false";"169";"";"";"";"false";"false";"BILAN ACTIF"
+"FNST";"Ecarts de conversion Actif";"false";"476";"";"";"";"false";"false";"BILAN ACTIF"
+"FNST";"Primes d'émission, de fusion, d'apport";"false";"104";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Ecart de réévaluation";"false";"105";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Ecart d'équivalence";"false";"107";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Réserves";"true";"";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Réserve légale";"false";"1061";"";"";"";"false";"false";"Réserves"
+"FNST";"Réserves statutaires ou contractuelles";"false";"1063";"";"";"";"false";"false";"Réserves"
+"FNST";"Réserves réglementées";"false";"1062, 1064";"";"";"";"false";"false";"Réserves"
+"FNST";"Report à nouveau";"false";"11";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"RÉSULTAT DE L'EXERCICE (BÉNÉFICE OU PERTE)";"false";"12";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Subventions d'investissement";"false";"13";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Provisions réglementées";"false";"14";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"AUTRES FONDS PROPRES";"true";"";"";"";"";"true";"false";"BILAN PASSIF"
+"FNST";"Produits des émissions de titres participatifs";"false";"1671";"";"";"";"false";"false";"AUTRES FONDS PROPRES"
+"FNST";"Avances conditionnées";"false";"1674";"";"";"";"false";"false";"AUTRES FONDS PROPRES"
+"FNST";"PROVISIONS POUR RISQUES ET CHARGES";"true";"";"";"";"";"true";"false";"BILAN PASSIF"
+"FNST";"Provisions pour risques";"false";"151";"";"";"";"false";"false";"PROVISIONS POUR RISQUES ET CHARGES"
+"FNST";"Provisions pour charges";"false";"15 -151";"";"";"";"false";"false";"PROVISIONS POUR RISQUES ET CHARGES"
+"FNST";"DETTES";"true";"";"";"";"";"true";"false";"BILAN PASSIF"
+"FNST";"Emprunts obligataires convertibles";"false";"161, 16881";"";"";"";"false";"false";"DETTES"
+"FNST";"Autres emprunts obligataires";"false";"163, 16683";"";"";"";"false";"false";"DETTES"
+"FNST";"Emprunts et dettes auprès établissements de crédits";"false";"164, 16684, 5181, 519";"";"512, 514, 517";"";"false";"false";"DETTES"
+"FNST";"Emprunts et dettes financières diverses";"false";"165, 166, 1675, 168, 16883, 17, 426 -16881 -457";"";"45";"";"false";"false";"DETTES"
+"FNST";"Avances et acomptes reçues sur commandes en cours";"false";"4191";"";"";"";"false";"false";"DETTES"
+"FNST";"Ecarts de conversion passif";"false";"477";"";"";"";"false";"false";"BILAN PASSIF"
+"FNST";"Coût d'achats de matières premières et autres approvisionnements";"true";"";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Achats de matières premières et autres approvisionnements";"false";"601, 602, 6081, 6082, 6091, 6092";"";"";"";"false";"false";"Coût d'achats de matières premières et autres approvisionnements"
+"FNST";"Variation des stock";"false";"6037";"";"";"";"false";"false";"Coût d'achats de matières premières et autres approvisionnements"
+"FNST";"Autres achats et charges externes";"false";"604, 605, 606, 6084, 6085, 6086, 6094, 6095, 6096, 61, 62";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Impôts, taxes et versements assimilés";"false";"63";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Salaires et traitements";"false";"641, 644, 648";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Charges sociales";"false";"645, 646, 647, 648";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Dotations aux amortis. & provisions";"true";" ";" ";" ";" ";"false";"true";"CHARGES D'EXPLOITATION"
+"FNST";"Autres charges";"false";"65 -655";"";"";"";"false";"false";"CHARGES D'EXPLOITATION"
+"FNST";"Quotes-parts de résultat sur opérations faites en commun";"false";"655";"";"";"";"false";"false";"CHARGES"
+"FNST";"Charges financières";"true";"";"";"";"";"false";"true";"CHARGES"
+"FNST";"Dotations aux amortissements et provisions";"false";"686";"";"";"";"false";"false";"Charges financières"
+"FNST";"Intérêts et charges assimilées";"false";"661, 664, 665, 668";"";"";"";"false";"false";"Charges financières"
+"FNST";"Différences négatives de change";"false";"666";"";"";"";"false";"false";"Charges financières"
+"FNST";"Charges nettes sur cessions de valeurs mobilières de placement";"false";"667";"";"";"";"false";"false";"Charges financières"
+"FNST";"Charges exceptionnelles";"true";"";"";"";"";"false";"true";"CHARGES"
+"FNST";"Sur opérations de gestion";"false";"671";"";"";"";"false";"false";"Charges exceptionnelles"
+"FNST";"Sur opérations en capital";"false";"675, 678";"";"";"";"false";"false";"Charges exceptionnelles"
+"FNST";"Dotations aux amortissements et aux provisions";"false";"687";"";"";"";"false";"false";"Charges exceptionnelles"
+"FNST";"Participation des salariés aux résultats";"false";"691";"";"";"";"false";"false";"CHARGES"
+"FNST";"Impôts sur les bénéfices";"false";"695, 697, 689, 698, 699, 789";"";"";"";"false";"false";"CHARGES"
+"FNST";"Produits d'exploitation";"true";"";"";"";"";"true";"false";"PRODUITS"
+"FNST";"Montant net Chiffre d'affaires";"true";"";"";"";"";"false";"true";"Produits d'exploitation"
+"FNST";"Production vendue (B&S)";"false";"70 -707 -708-7097";"";"";"";"false";"false";"Montant net Chiffre d'affaires"
+"FNST";"Ventes de marchandises";"false";"707, 708 -7097";"";"";"";"false";"false";"Montant net Chiffre d'affaires"
+"FNST";"Autres produits d'exploitation";"true";"";"";"";"";"false";"true";"Produits d'exploitation"
+"FNST";"Production stockée";"false";"713";"";"";"";"false";"false";"Autres produits d'exploitation"
+"FNST";"Production immobilisée";"false";"72, 73";"";"";"";"false";"false";"Autres produits d'exploitation"
+"FNST";"Subventions d'exploitation";"false";"74";"";"";"";"false";"false";"Autres produits d'exploitation"
+"FNST";"Reprises sur provisions (et amortissements), transferts de charges";"false";"781, 791";"";"";"";"false";"false";"Autres produits d'exploitation"
+"FNST";"Autres produits";"false";"75 -755";"";"";"";"false";"false";"Autres produits d'exploitation"
+"FNST";"Quote-parts de résultat sur opérations faites en commun";"false";"755";"";"";"";"false";"false";"PRODUITS"
+"FNST";"Produits financiers";"true";"";"";"";"";"false";"true";"PRODUITS"
+"FNST";"De participations";"false";"761";"";"";"";"false";"false";"Produits financiers"
+"FNST";"D'autres valeurs mobilières et créances de l'actif immobilisé";"false";"762";"";"";"";"false";"false";"Produits financiers"
+"FNST";"Autres intérêts et produits assimilés";"false";"763, 764, 765, 768";"";"";"";"false";"false";"Produits financiers"
+"FNST";"Reprises sur provisions et transfers de charges";"false";"786, 796";"";"";"";"false";"false";"Produits financiers"
+"FNST";"Différences positives de change";"false";"766";"";"";"";"false";"false";"Produits financiers"
+"FNST";"Produits nets sur cessions de valeurs mobilières de placement";"false";"767";"";"";"";"false";"false";"Produits financiers"
+"FNST";"Produits exceptionnels";"true";"";"";"";"";"false";"true";"PRODUITS"
+"FNST";"Reprises sur provisions et transferts de charges";"false";"787, 797";"";"";"";"false";"false";"Produits exceptionnels"
+"FNST";"Sur immobilisations : dotations aux amortissements";"false";"6811, 6812";"";"";"";"false";"false";"Dotations aux amortis. & provisions"
+"FNST";"Sur immobilisations : dotations aux provisions";"false";"6816";"";"";"";"false";"false";"Dotations aux amortis. & provisions"
+"FNST";"Sur actif circulant : dotations aux provisions";"false";"6817";"";"";"";"false";"false";"Dotations aux amortis. & provisions"
+"FNST";"Pour risques et charges : dotations aux provisions";"false";"6815";"";"";"";"false";"false";"Dotations aux amortis. & provisions"
+"FNST";"Créance d'exploitation";"true";"";"";"";"";"false";"false";"Créances"
+"FNST";"Créances clients et Comptes rattachés";"false";"411, 413, 416, 418";"";"";"491";"false";"false";"Créance d'exploitation"
+"FNST";"Créances diverses";"false";"4411, 4418, 4487, 4456, 462, 465, 4687";"443, 444, 451, 456, 458, 467 -4562";"";"";"false";"false";"Créances"
+"FNST";"Capital souscrit et appelé, non versé";"false";"4562";"";"";"";"false";"false";"Créances"
+"FNST";"Dettes d'exploitation";"true";"";"";"";"";"false";"false";"DETTES"
+"FNST";"Dettes fournisseurs et comptes rattachés";"false";"401, 403, 4081";"";"";"";"false";"false";"Dettes d'exploitation"
+"FNST";"Dettes fiscales et sociales";"false";"421, 422, 424, 427, 4282, 4286, 431, 437, 4386, 4455, 446, 447, 4486";"";"4458";"";"false";"false";"Dettes d'exploitation"
+"FNST";"Dettes diverses";"true";"";"";"";"";"false";"false";"DETTES"
+"FNST";"Dettes sur immobilisations et Comptes rattachés";"false";"269, 279, 404, 405, 4084";"";"";"";"false";"false";"Dettes diverses"
+"FNST";"Dettes fiscales (impôts sur les bénéfices)";"false";"";"";"444";"";"false";"false";"Dettes diverses"
+"FNST";"Autres";"false";"275, 2761, 27685, 27688";"";"";"2975, 2976";"false";"false";"Immobilisations financières"
+"FNST";"Autres";"false";"218";"";"";"2818";"false";"false";"Immobilisations corporelles"
+"FNST";"Autres";"false";"1068";"";"";"";"false";"false";"Réserves"
+"FNST";"Autres";"false";"";"";"";"";"false";"false";"AUTRES FONDS PROPRES"
+"FNST";"Autres";"false";"4096, 4097, 4098, 425, 4287, 4387, 4417, 4456, 4487";"4458";"";"495, 496";"false";"false";"Créance d'exploitation"
+"FNST";"Autres";"false";"4196, 4197, 4198, 4419";"";"";"";"false";"false";"Dettes d'exploitation"
+"FNST";"Autres";"false";"424, 426, 4284, 4419, 442, 4486, 457, 464, 467, 4686, 509";"";"443, 451, 455, 456, 458";"";"false";"false";"Dettes diverses"
+"FNST";"Avances et acomptes";"false";"238";"";"";"";"false";"false";"Immobilisations corporelles"
+"FNST";"Sur opérations de gestion";"false";"771";"";"";"";"false";"false";"Produits exceptionnels"
+"FNST";"Sur opérations en capital";"false";"775, 777, 778";"";"";"";"false";"false";"Produits exceptionnels"
Added: trunk/lima-swing/src/main/resources/import/bcr_shortened.csv
===================================================================
--- trunk/lima-swing/src/main/resources/import/bcr_shortened.csv (rev 0)
+++ trunk/lima-swing/src/main/resources/import/bcr_shortened.csv 2010-08-02 08:19:54 UTC (rev 2990)
@@ -0,0 +1,68 @@
+"FNST";"BILAN ACTIF";"true";"";"";"";"";"true";"false";""
+"FNST";"BILAN PASSIF";"true";"";"";"";"";"true";"false";""
+"FNST";"CAPITAUX PROPRES";"true";"";"";"";"";"true";"false";"BILAN PASSIF"
+"FNST";"COMPTE DE RESULTAT";"true";"";"";"";"";"false";"false";""
+"FNST";"Capital";"false";"101, 108";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"CHARGES";"true";" ";" ";" ";" ";"true";"false";"COMPTE DE RESULTAT"
+"FNST";"CHARGES D'EXPLOITATION ET FINANCIERES";"true";"";"";"";"";"true";"false";"CHARGES"
+"FNST";"PRODUITS";"true";"";"";"";"";"true";"false";"COMPTE DE RESULTAT"
+"FNST";"ACTIF IMMOBILISÉ";"true";" ";" ";" ";" ";"true";"false";"BILAN ACTIF"
+"FNST";"ACTIF CIRCULANT";"true";"";"";"";"";"true";"false";"BILAN ACTIF"
+"FNST";"Stocks et en-cours";"true";"";"";"";"";"false";"true";"ACTIF CIRCULANT"
+"FNST";"Marchandises";"false";"37";"";"";"397";"false";"false";"Stocks et en-cours"
+"FNST";"Immobilisations incorporelles";"true";"";"";"";"";"false";"false";"ACTIF IMMOBILISÉ"
+"FNST";"Fonds commercial";"false";"206, 207";"";"";"";"false";"false";"Immobilisations incorporelles"
+"FNST";"Autres";"false";"201, 208";"";"";"280, 290";"false";"false";"Immobilisations incorporelles"
+"FNST";"Autres";"false";"31, 32, 33, 34, 35";"";"";"391, 393, 394, 395";"false";"false";"Stocks et en-cours"
+"FNST";"Avances et acomptes versés sur commandes";"false";"409";"";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Créances";"true";"";"";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Charges constatées d'avance";"false";"486";"";"";"";"false";"false";"BILAN ACTIF"
+"FNST";"Ecart de réévaluation";"false";"105";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Réserves";"true";"";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Réserve légale";"false";"1061";"";"";"";"false";"false";"Réserves"
+"FNST";"Réserves réglementées";"false";"1064";"";"";"";"false";"false";"Réserves"
+"FNST";"Report à nouveau";"false";"110";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"RÉSULTAT DE L'EXERCICE (BÉNÉFICE OU PERTE)";"false";"7-6";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Provisions réglementées";"false";"145, 146, 147, 148";"";"";"";"false";"false";"CAPITAUX PROPRES"
+"FNST";"Provisions pour risques et charges";"false";"15";"";"";"";"false";"false";"BILAN PASSIF"
+"FNST";"DETTES";"true";"";"";"";"";"true";"false";"BILAN PASSIF"
+"FNST";"Emprunts et dettes assimilées";"false";"16";"";"";"";"false";"false";"DETTES"
+"FNST";"Avances et acomptes reçues sur commandes en cours";"false";"419";"";"";"";"false";"false";"DETTES"
+"FNST";"Immobilisations corporelles";"false";"21, 23";"";"";"281, 291";"false";"false";"ACTIF IMMOBILISÉ"
+"FNST";"Immobilisations financières";"false";"27";"";"";"297";"false";"false";"ACTIF IMMOBILISÉ"
+"FNST";"Clients et comptes rattachés";"false";"410";"";"";"491";"false";"false";"Créances"
+"FNST";"Valeurs mobilières de placement";"false";"50";"";"";"590";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Disponibilités (autres que caisse)";"false";"54, 58";"51";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Caisse";"false";"53";"";"";"";"false";"false";"ACTIF CIRCULANT"
+"FNST";"Fournisseurs et comptes rattachés";"false";"400";"";"";"";"false";"false";"DETTES"
+"FNST";"Produits constatés d'avance";"false";"487";"";"";"";"false";"false";"BILAN PASSIF"
+"FNST";"Charges exceptionnelles";"false";"67, 687, 691";"";"";"";"false";"false";"CHARGES"
+"FNST";"Impôts sur les bénéfices";"false";"695, 697";"";"";"";"false";"false";"CHARGES"
+"FNST";"PRODUITS D'EXPLOITATION ET FINANCIERS";"true";"";"";"";"";"true";"false";"PRODUITS"
+"FNST";"Produits d'exploitation";"true";"";"";"";"";"false";"false";"PRODUITS D'EXPLOITATION ET FINANCIERS"
+"FNST";"Produits financiers";"false";"76, 786, 79";"";"";"";"false";"false";"PRODUITS D'EXPLOITATION ET FINANCIERS"
+"FNST";"Ventes de marchandises";"false";"707, 709";"";"";"";"false";"false";"Produits d'exploitation"
+"FNST";"Production vendue (bien et services)";"false";"701, 706, 708, 709";"";"";"";"false";"false";"Produits d'exploitation"
+"FNST";"Production stockée";"false";"713";"";"";"";"false";"false";"Produits d'exploitation"
+"FNST";"Production immobilisée";"false";"72";"";"";"";"false";"false";"Produits d'exploitation"
+"FNST";"Subventions d'exploitation";"false";"74";"";"";"";"false";"false";"Produits d'exploitation"
+"FNST";"Autres produits";"false";"75, 781, 79";"";"";"";"false";"false";"Produits d'exploitation"
+"FNST";"Produits exceptionnels";"false";"77, 787, 79";"";"";"";"false";"false";"PRODUITS"
+"FNST";"Charges d'exploitation";"true";"";"";"";"";"true";"false";"CHARGES D'EXPLOITATION ET FINANCIERES"
+"FNST";"Coût d'achat des marchandises";"true";"";"";"";"";"false";"true";"Charges d'exploitation"
+"FNST";"Variations de stocks de march.";"false";"6037";"";"";"";"false";"false";"Coût d'achat des marchandises"
+"FNST";"Achat de marchandises";"false";"607";"";"";"";"false";"false";"Coût d'achat des marchandises"
+"FNST";"Coût d'achats des approvisionnements";"true";"";"";"";"";"false";"false";"Charges d'exploitation"
+"FNST";"Achats d'approvisionnements";"false";"60 -607";"";"";"";"false";"false";"Coût d'achats des approvisionnements"
+"FNST";"Variation des stock (approvisionnements)";"false";"6031, 6032";"";"";"";"false";"false";"Coût d'achats des approvisionnements"
+"FNST";"Autres charges externes";"false";"61, 62";"";"";"";"false";"false";"Charges d'exploitation"
+"FNST";"Impôts, taxes et versements assimilés";"false";"63";"";"";"";"false";"false";"Charges d'exploitation"
+"FNST";"Rémunération du personnel";"false";"641, 644";"";"";"";"false";"false";"Charges d'exploitation"
+"FNST";"Charges sociales";"false";"645, 646";"";"";"";"false";"false";"Charges d'exploitation"
+"FNST";"Dotations aux amortissements";"false";"6811";"";"";"";"false";"false";"Charges d'exploitation"
+"FNST";"Dotations aux provisions";"false";"6815, 6816, 6817";"";"";"";"false";"false";"Charges d'exploitation"
+"FNST";"Autres charges";"false";"65";"";"";"";"false";"false";"Charges d'exploitation"
+"FNST";"Charges financières";"false";"66, 686";"";"";"";"false";"false";"CHARGES D'EXPLOITATION ET FINANCIERES"
+"FNST";"Autres";"false";"1063, 1068";"";"";"";"false";"false";"Réserves"
+"FNST";"Autres";"false";"409, 428, 46";"43, 444, 445, 455";"";"496";"false";"false";"Créances"
+"FNST";"Autres";"false";"419, 421, 428, 447, 46";"";"43, 444, 445, 455";"";"false";"false";"DETTES"
Modified: trunk/lima-swing/src/main/resources/import/pcg_shortened.csv
===================================================================
--- trunk/lima-swing/src/main/resources/import/pcg_shortened.csv 2010-07-29 12:51:43 UTC (rev 2989)
+++ trunk/lima-swing/src/main/resources/import/pcg_shortened.csv 2010-08-02 08:19:54 UTC (rev 2990)
@@ -1,266 +1,250 @@
-"ACCN";"1";"COMPTES DE CAPITAUX";;"";""
-"ACCN";"10";"CAPITAL ET RESERVE";;"1";""
-"ACCN";"101";"Capital";;"10";""
-"ACCN";"105";"Ecarts de réévaluation";;"10";""
-"ACCN";"106";"Réserves";;"10";""
-"ACCN";"1061";"Réserve légale";;"106";""
-"ACCN";"1063";"Réserves statutaires ou contractuelles";;"106";""
-"ACCN";"1064";"Réserves réglementées";;"106";""
-"ACCN";"1068";"Autres réserves";;"106";""
-"ACCN";"108";"Compte de l'exploitant";;"10";""
-"ACCN";"11";"REPORT A NOUVEAU (solde créditeur ou débiteur)";;"1";""
-"ACCN";"110";"Report à nouveau (solde créditeur)";;"11";""
-"ACCN";"119";"Report à nouveau (solde débiteur)";;"11";""
-"ACCN";"12";"RESULTAT DE L'EXERCICE (bénéfice ou perte)";;"1";""
-"ACCN";"120";"Résultat de l'exercice (bénéfice)";;"12";""
-"ACCN";"129";"Résultat de l'exercice (perte)";;"12";""
-"ACCN";"14";"PROVISIONS REGLEMENTEES";;"1";""
-"ACCN";"145";"Amortissements dérogatoires";;"14";""
-"ACCN";"146";"Provision spéciale de réévaluation";;"14";""
-"ACCN";"147";"Plus-values réinvesties";;"14";""
-"ACCN";"148";"Autres provisions réglementées";;"14";""
-"ACCN";"15";"PROVlSlONS POUR RISQUES ET CHARGES";;"1";""
-"ACCN";"151";"Provisions pour risques";;"15";""
-"ACCN";"155";"Provisions pour impôts";;"15";""
-"ACCN";"158";"Autres provisions pour charges";;"15";""
-"ACCN";"16";"EMPRUNTS ET DETTES ASSIMILEES";;"1";""
-"ACCN";"163";"Autres emprunts obligataires";;"16";""
-"ACCN";"164";"Emprunts auprès des établissements de crédit";;"16";""
-"ACCN";"168";"Autres emprunts et dettes assimilées";;"16";""
-"ACCN";"2";"COMPTES D'IMMOBILISATIONS";;"";""
-"ACCN";"20";"IMMOBILISATIONS INCORPORELLES";;"2";""
-"ACCN";"201";"Frais détablissement";;"20";""
-"ACCN";"206";"Droit au bail";;"20";""
-"ACCN";"207";"Fonds commercial";;"20";""
-"ACCN";"208";"Autres immobilisations incorporelles";;"20";""
-"ACCN";"21";"IMMOBlLlSATIONS CORPORELLES";;"2";""
-"ACCN";"211";"Terrains";;"21";""
-"ACCN";"213";"Constructions";;"21";""
-"ACCN";"215";"Installations techniques; matériel et outillage industriels";;"21";""
-"ACCN";"218";"Autres immobilisations corporelles";;"21";""
-"ACCN";"23";"IMMOBILlSATlONS EN COURS";;"2";""
-"ACCN";"231";"Immobilisations corporelles en cours";;"23";""
-"ACCN";"232";"Immobilisations incorporelles en cours";;"23";""
-"ACCN";"27";"AUTRES IMMOBILISATIONS FINANCIERES";;"2";""
-"ACCN";"274";"Prêts";;"27";""
-"ACCN";"275";"Dépôts et cautionnements versés";;"27";""
-"ACCN";"28";"AMORTISSEMENTS DES IMMOBILISATIONS";;"2";""
-"ACCN";"280";"Amortissements des immobilisations incorporelles";;"28";""
-"ACCN";"281";"Amortissements des immobilisations corporelles";;"28";""
-"ACCN";"290";"Provisions pour dépréciation immobilisations incorporelles";;"29";""
-"ACCN";"291";"Provisions pour dépréciation immobilisations corporelles";;"29";""
-"ACCN";"29";"PROVISIONS POUR DEPRECIATION DES IMMOBILISATIONS";;"2";""
-"ACCN";"297";"Provisions pour dépréciation des immobilisations financières";;"29";""
-"ACCN";"3";"COMPTES DE STOCKS ET D'EN-COURS";;"";""
-"ACCN";"31";"MATIERES PREMIERES (et fournitures)";;"3";""
-"ACCN";"310";"Stocks dapprovisionnement";;"31";""
-"ACCN";"32";"AUTRES APPROVISIONNEMENTS";;"3";""
-"ACCN";"321";"Matières consommables";;"32";""
-"ACCN";"322";"Fournitures consommables";;"32";""
-"ACCN";"326";"Emballages";;"32";""
-"ACCN";"35";"STOCKS DE PRODUITS";;"3";""
-"ACCN";"351";"Produits intermédiaires";;"35";""
-"ACCN";"355";"Produits finis";;"35";""
-"ACCN";"358";"Produits résiduels (ou matières de récupérations)";;"35";""
-"ACCN";"37";"STOCKS DE MARCHANDISES";;"3";""
-"ACCN";"370";"Stocks de marchandises";;"37";""
-"ACCN";"39";"PROVISIONS POUR DEPRECIATION DES STOCKS ET EN-COURS";;"3";""
-"ACCN";"391";"Provisions pour dépréciation des stocks dapprovisionnement";;"39";""
-"ACCN";"395";"Provisions pour dépréciation des stocks de produits";;"39";""
-"ACCN";"397";"Provisions pour dépréciation des stocks de marchandises";;"39";""
-"ACCN";"4";"COMPTES DE TIERS";;"";""
-"ACCN";"40";"FOURNISSEURS ET COMPTES RATTACHES";;"4";""
-"ACCN";"400";"Fournisseurs et comptes rattachés";;"40";""
-"ACCN";"401";"Fournisseurs";;"40";""
-"ACCN";"403";"Fournisseurs - Effets à payer";;"40";""
-"ACCN";"404";"Fournisseurs d'immobilisations";;"40";""
-"ACCN";"408";"Fournisseurs - Factures non parvenues";;"40";""
-"ACCN";"409";"Fournisseurs débiteurs";;"40";""
-"ACCN";"41";"CLIENTS ET COMPTES RATTACHES";;"4";""
-"ACCN";"410";"Clients et comptes rattachés";;"41";""
-"ACCN";"411";"Clients";;"41";""
-"ACCN";"413";"Clients - Effets a recevoir";;"41";""
-"ACCN";"416";"Clients douteux ou litigieux";;"41";""
-"ACCN";"418";"Clients - Produits non encore facturés";;"41";""
-"ACCN";"419";"Clients créditeurs";;"41";""
-"ACCN";"42";"PERSONNEL ET COMPTES RATTACHES";;"4";""
-"ACCN";"421";"Personnel - Rémunérations dues";;"42";""
-"ACCN";"428";"Personnel - Charges à payer et produits à recevoir";;"42";""
-"ACCN";"43";"SECURITE SOCIALE - AUTRES ORGANISMES SOCIAUX";;"4";""
-"ACCN";"431";"Sécurité sociale";;"43";""
-"ACCN";"437";"Autres organismes sociaux";;"43";""
-"ACCN";"438";"Organismes sociaux - Charges à payer et produits à recevoir";;"43";""
-"ACCN";"44";"ETAT ET AUTRES COLLECTIVITES PUBLIQUES";;"4";""
-"ACCN";"444";"Etat - Impôts sur les bénéfices";;"44";""
-"ACCN";"445";"Etat - Taxes sur le chiffre d'affaires";;"44";""
-"ACCN";"4452";"TVA due intracommunautaire";;"445";""
-"ACCN";"4455";"Taxes sur le chiffre d'affaires à décaisser";;"445";""
-"ACCN";"44551";"TVA à décaisser";;"4455";""
-"ACCN";"4456";"Taxes sur le chiffre d'affaires déductible";;"445";""
-"ACCN";"44562";"TVA sur immobilisations";;"4456";""
-"ACCN";"44566";"TVA sur autres biens et services";;"4456";""
-"ACCN";"44567";"Crédit de TVA à reporter";;"4456";""
-"ACCN";"445661";"TVA sur autres biens et services 19;6% débits";;"44566";""
-"ACCN";"445662";"TVA sur autres biens et services 5;5% débits";;"44566";""
-"ACCN";"445664";"TVA sur autres biens et services 19;6% encaissements";;"44566";""
-"ACCN";"445665";"TVA sur autres biens et services 5;5% encaissements";;"44566";""
-"ACCN";"4457";"Taxes sur le chiffre d'affaires collectées par l'entreprise";;"445";""
-"ACCN";"44571";"TVA collectée";;"4457";""
-"ACCN";"445711";"TVA collectée 19;6 % débits";;"44571";""
-"ACCN";"445712";"TVA collectée 5;5 % débits";;"44571";""
-"ACCN";"445714";"TVA collectée 19;6 % encaissements";;"44571";""
-"ACCN";"445715";"TVA collectée 5;5 % encaissements";;"44571";""
-"ACCN";"4458";"Taxes sur le chiffre d'affaires à régulariser ou en attente";;"445";""
-"ACCN";"44583";"Remboursement de taxes sur le chiffre d'affaires demandé";;"4458";""
-"ACCN";"44584";"TVA récupérée d'avance";;"4458";""
-"ACCN";"44586";"Taxes sur le chiffre d'affaires sur factures non parvenues";;"4458";""
-"ACCN";"44587";"Taxes sur le chiffre d'affaires sur factures à établir";;"4458";""
-"ACCN";"446";"Obligations cautionnées";;"44";""
-"ACCN";"447";"Autres impôts; taxes et versements assimilés";;"44";""
-"ACCN";"45";"GROUPES ET ASSOCIES";;"4";""
-"ACCN";"455";"Associés - Comptes courants";;"45";""
-"ACCN";"46";"DEBITEURS ET CREDITEURS DIVERS";;"4";""
-"ACCN";"462";"Créances sur cessions d'immobilisations";;"46";""
-"ACCN";"468";"Divers - Charges à payer et Produits à recevoir";;"46";""
-"ACCN";"4686";"Charges à payer";;"468";""
-"ACCN";"4687";"Produits à recevoir";;"468";""
-"ACCN";"47";"COMPTES TRANSITOIRES OU D'ATTENTE";;"4";""
-"ACCN";"470";"Compte d'attente";;"47";""
-"ACCN";"48";"COMPTE DE REGULARISATION";;"4";""
-"ACCN";"481";"Charges à repartir sur plusieurs exercices";;"48";""
-"ACCN";"486";"Charges constatées d'avance";;"48";""
-"ACCN";"487";"Produits constatés d'avance";;"48";""
-"ACCN";"49";"PROVISIONS POUR DEPRECIATION DES COMPTES DE TIERS";;"4";""
-"ACCN";"491";"Provisions pour dépréciation des comptes de clients";;"49";""
-"ACCN";"496";"Provisions pour dépréciation des comptes de débiteurs divers";;"49";""
-"ACCN";"5";"COMPTES FINANCIERS";;"";""
-"ACCN";"50";"VALEURS MOBILIERES DE PLACEMENT";;"5";""
-"ACCN";"503";"Actions";;"50";""
-"ACCN";"506";"Obligations";;"50";""
-"ACCN";"51";"BANQUES; ETABLISSEMENTS FINANCIERS ET ASSIMILES";;"5";""
-"ACCN";"511";"Valeurs à l'encaissement";;"51";""
-"ACCN";"5111";"Espèces";;"511";""
-"ACCN";"5112";"Chèques";;"511";""
-"ACCN";"5113";"Cartes bancaires";;"511";""
-"ACCN";"5114";"Autres paiements";;"511";""
-"ACCN";"512";"Banques";;"51";""
-"ACCN";"5121";"Banque principale";;"512";""
-"ACCN";"5122";"Banque secondaire";;"512";""
-"ACCN";"514";"Chèques postaux";;"51";""
-"ACCN";"517";"Autres organismes financiers";;"51";""
-"ACCN";"518";"Intérêts courus";;"51";""
-"ACCN";"53";"CAISSE";;"5";""
-"ACCN";"530";"Caisse";;"53";""
-"ACCN";"54";"REGIES D'AVANCES ET ACCREDITIFS";;"5";""
-"ACCN";"540";"Régies davances et accréditifs";;"54";""
-"ACCN";"58";"VIREMENTS INTERNES";;"5";""
-"ACCN";"580";"Virements internes";;"58";""
-"ACCN";"59";"PROVISIONS POUR DEPRECIATION DES COMPTES FINANCIERS";;"5";""
-"ACCN";"590";"Provisions pour dépréciation des valeurs mobilières de placement";;"59";""
-"ACCN";"6";"COMPTES DE CHARGES";;"";""
-"ACCN";"60";"ACHATS (sauf 603)";;"6";""
-"ACCN";"601";"Achats stockés - Matières premières (et fournitures)";;"60";""
-"ACCN";"6022";"Fournitures consommables";;"60";""
-"ACCN";"6026";"Emballages";;"60";""
-"ACCN";"603";"Variation des stocks (approvisionnements et marchandises)";;"60";""
-"ACCN";"606";"Achats non stockés de matières et fournitures";;"60";""
-"ACCN";"607";"Achats de marchandises";;"60";""
-"ACCN";"608";"Frais accessoires d'achat";;"60";""
-"ACCN";"609";"Rabais; remises et ristournes obtenus sur achats";;"60";""
-"ACCN";"61";"SERVICES EXTERIEURS";;"6";""
-"ACCN";"611";"Sous-traitance générale";;"61";""
-"ACCN";"612";"Redevances de crédit-bail";;"61";""
-"ACCN";"613";"Locations";;"61";""
-"ACCN";"614";"Charges locatives et de copropriété";;"61";""
-"ACCN";"615";"Entretien et réparations";;"61";""
-"ACCN";"616";"Primes d'assurance";;"61";""
-"ACCN";"62";"AUTRES SERVICES EXTERIEURS";;"6";""
-"ACCN";"621";"Personnel extérieur à l'entreprise";;"62";""
-"ACCN";"622";"Rémunérations dintermédiaires et honoraires";;"62";""
-"ACCN";"623";"Publicité; publications; relations publiques";;"62";""
-"ACCN";"624";"Transports de biens et transports collectifs du personnel";;"62";""
-"ACCN";"625";"Déplacements; missions et réceptions";;"62";""
-"ACCN";"626";"Frais postaux et frais de télécommunications";;"62";""
-"ACCN";"627";"Services bancaires et assimiles";;"62";""
-"ACCN";"63";"IMPOTS; TAXES ET VERSEMENTS";;"6";""
-"ACCN";"633";"Impôts; taxes et versements sur rémunérations (autres org.)";;"63";""
-"ACCN";"635";"Autres impôts; taxes et versements (administration)";;"63";""
-"ACCN";"6371";"Contribution sociale de solidarité à la charge des sociétés";;"63";""
-"ACCN";"64";"CHARGES DE PERSONNEL";;"6";""
-"ACCN";"641";"Rémunérations du personnel";;"64";""
-"ACCN";"6411";"Salaires";;"641";""
-"ACCN";"6412";"Congés payes";;"641";""
-"ACCN";"6413";"Primes et gratifications";;"641";""
-"ACCN";"6414";"Indemnités et avantages divers";;"641";""
-"ACCN";"644";"Rémunération du travail de l'exploitant";;"64";""
-"ACCN";"645";"Charges de sécurité sociale et de prévoyance";;"64";""
-"ACCN";"6451";"Cotisations à l'URSSAF";;"645";""
-"ACCN";"6452";"Cotisations aux mutuelles";;"645";""
-"ACCN";"6453";"Cotisations aux caisses de retraites";;"645";""
-"ACCN";"6454";"Cotisations aux ASSEDIC";;"645";""
-"ACCN";"646";"Cotisations sociales personnelles de l'exploitant";;"64";""
-"ACCN";"65";"AUTRES CHARGES DE GESTION COURANTE";;"6";""
-"ACCN";"651";"Redevances pour concessions; brevets; licences; etc.";;"65";""
-"ACCN";"654";"Pertes sur créances irrécouvrables";;"65";""
-"ACCN";"655";"Quote-part de résultat sur opérations faites en commun";;"65";""
-"ACCN";"658";"Autres charges de gestion courante";;"65";""
-"ACCN";"66";"CHARGES FINANCIERES";;"6";""
-"ACCN";"661";"Charges dintérêt";;"66";""
-"ACCN";"665";"Escomptes accordés";;"66";""
-"ACCN";"6688";"Pertes de change ou de conversion";;"66";""
-"ACCN";"67";"CHARGES EXCEPTIONNELLES";;"6";""
-"ACCN";"670";"Charges exceptionnelles";;"67";""
-"ACCN";"675";"Valeurs comptables des éléments d'actif cédés";;"67";""
-"ACCN";"68";"DOTATIONS AUX AMORTISSEMENTS ET AUX PROVISIONS";;"6";""
-"ACCN";"681";"Dotations aux amortissements - Charges d'exploitation";;"68";""
-"ACCN";"68111";"Dotations aux amort. immobilisations incorporelles";;"681";""
-"ACCN";"68112";"Dotations aux amort. immobilisations corporelles";;"681";""
-"ACCN";"68161";"Dotations provisions dépréc. immos incorporelles";;"681";""
-"ACCN";"68162";"Dotations provisions dépréc. immos corporelles";;"681";""
-"ACCN";"686";"Dotations aux amort. et provisions - Charges financières";;"68";""
-"ACCN";"687";"Dotations aux amort. et provisions - Charges exceptionnelles";;"68";""
-"ACCN";"68725";"Dotations provisions réglementées - Amort. dérogatoires";;"687";""
-"ACCN";"69";"PARTICIPATION DES SALARIES - IMPOTS SUR LES BENEFICES";;"6";""
-"ACCN";"691";"Participation des salaries aux résultats de lentreprise";;"69";""
-"ACCN";"695";"Impôts sur les bénéfices";;"69";""
-"ACCN";"697";"Imposition forfaitaire annuelle des sociétés";;"69";""
-"ACCN";"698";"Contribution additionnelle";;"69";""
-"ACCN";"699";"Produits - Reports en arrière des déficits";;"69";""
-"ACCN";"7";"COMPTES DE PRODUITS";;"";""
-"ACCN";"70";"VENTES DE PRODUITS; PRESTATIONS DE SERVICES; MARCHANDISES";;"7";""
-"ACCN";"701";"Ventes de produits finis";;"70";""
-"ACCN";"706";"Travaux et prestations de services";;"70";""
-"ACCN";"707";"Ventes de marchandises";;"70";""
-"ACCN";"708";"Produits des activités annexes";;"70";""
-"ACCN";"709";"Rabais; remises et ristournes accordées par l'entreprise";;"70";""
-"ACCN";"71";"PRODUCTION STOCKEE (ou déstockage)";;"7";""
-"ACCN";"713";"VARIATION DES STOCKS (en-cours de production; produits)";;"71";""
-"ACCN";"7133";"Variation des en-cours de production de biens";;"713";""
-"ACCN";"7134";"Variation des en-cours de production de services";;"713";""
-"ACCN";"7135";"Variation des stocks de produits";;"713";""
-"ACCN";"72";"PRODUCTION IMMOBILISEE";;"7";""
-"ACCN";"721";"Immobilisations incorporelles";;"72";""
-"ACCN";"722";"Immobilisations corporelles";;"72";""
-"ACCN";"74";"SUBVENTlONS D'EXPLOITATION";;"7";""
-"ACCN";"740";"Subventions dexploitation";;"74";""
-"ACCN";"75";"AUTRES PRODUITS DE GESTION COURANTE";;"7";""
-"ACCN";"758";"Produits divers de gestion courante";;"75";""
-"ACCN";"76";"PRODUITS FINANCIERS";;"7";""
-"ACCN";"765";"Escomptes obtenus";;"76";""
-"ACCN";"77";"PRODUITS EXCEPTIONNELS";;"7";""
-"ACCN";"770";"Produits exceptionnels";;"77";""
-"ACCN";"775";"Produits des cessions d'éléments d'actif";;"77";""
-"ACCN";"78161";"Reprises prov. dépréc. immos incorporelles";;"781";""
-"ACCN";"78";"REPRISES SUR AMORTISSEMENTS ET PROVISIONS";;"7";""
-"ACCN";"781";"Reprises sur amortissements et provisions";;"78";""
-"ACCN";"78162";"Reprises prov. dépréc. immos corporelles";;"781";""
-"ACCN";"786";"Reprises sur provisions pour risques";;"78";""
-"ACCN";"787";"Reprises sur provisions";;"78";""
-"ACCN";"78725";"Reprises sur provisions - Amort. dérogatoires";;"787";""
-"ACCN";"791";"Transfert de charges d'exploitation";;"79";""
-"ACCN";"79";"TRANSFERTS DE CHARGES";;"7";""
-"ACCN";"796";"Transfert de charges financières";;"79";""
-"ACCN";"8";"COMPTES SPECIAUX";;"";""
-"ACCN";"80";"ENGAGEMENTS";;"8";""
-"ACCN";"88";"RESULTAT EN INSTANCE DAFFECTATION";;"8";""
-"ACCN";"89";"BILAN";;"8";""
\ No newline at end of file
+"ACCN";"101";"Capital";"";"10";""
+"ACCN";"105";"Ecarts de réévaluation";"";"10";""
+"ACCN";"1061";"Réserve légale";"";"106";""
+"ACCN";"1063";"Réserves statutaires ou contractuelles";"";"106";""
+"ACCN";"1064";"Réserves réglementées";"";"106";""
+"ACCN";"106";"Réserves";"";"10";""
+"ACCN";"1068";"Autres réserves";"";"106";""
+"ACCN";"10";"CAPITAL ET RESERVE";"";"1";""
+"ACCN";"108";"Compte de l'exploitant";"";"10";""
+"ACCN";"110";"Report à nouveau (solde créditeur)";"";"11";""
+"ACCN";"11";"REPORT A NOUVEAU (solde créditeur ou débiteur)";"";"1";""
+"ACCN";"119";"Report à nouveau (solde débiteur)";"";"11";""
+"ACCN";"120";"Résultat de l'exercice (bénéfice)";"";"12";""
+"ACCN";"12";"RESULTAT DE L'EXERCICE (bénéfice ou perte)";"";"1";""
+"ACCN";"129";"Résultat de l'exercice (perte)";"";"12";""
+"ACCN";"145";"Amortissements dérogatoires";"";"14";""
+"ACCN";"146";"Provision spéciale de réévaluation";"";"14";""
+"ACCN";"147";"Plus-values réinvesties";"";"14";""
+"ACCN";"14";"PROVISIONS REGLEMENTEES";"";"1";""
+"ACCN";"148";"Autres provisions réglementées";"";"14";""
+"ACCN";"151";"Provisions pour risques";"";"15";""
+"ACCN";"155";"Provisions pour impôts";"";"15";""
+"ACCN";"15";"PROVlSlONS POUR RISQUES ET CHARGES";"";"1";""
+"ACCN";"158";"Autres provisions pour charges";"";"15";""
+"ACCN";"1";"COMPTES DE CAPITAUX";"";"";""
+"ACCN";"163";"Autres emprunts obligataires";"";"16";""
+"ACCN";"164";"Emprunts auprès des établissements de crédit";"";"16";""
+"ACCN";"16";"EMPRUNTS ET DETTES ASSIMILEES";"";"1";""
+"ACCN";"168";"Autres emprunts et dettes assimilées";"";"16";""
+"ACCN";"201";"Frais détablissement";"";"20";""
+"ACCN";"206";"Droit au bail";"";"20";""
+"ACCN";"207";"Fonds commercial";"";"20";""
+"ACCN";"20";"IMMOBILISATIONS INCORPORELLES";"";"2";""
+"ACCN";"208";"Autres immobilisations incorporelles";"";"20";""
+"ACCN";"211";"Terrains";"";"21";""
+"ACCN";"213";"Constructions";"";"21";""
+"ACCN";"215";"Installations techniques; matériel et outillage industriels";"";"21";""
+"ACCN";"21";"IMMOBlLlSATIONS CORPORELLES";"";"2";""
+"ACCN";"218";"Autres immobilisations corporelles";"";"21";""
+"ACCN";"231";"Immobilisations corporelles en cours";"";"23";""
+"ACCN";"23";"IMMOBILlSATlONS EN COURS";"";"2";""
+"ACCN";"232";"Immobilisations incorporelles en cours";"";"23";""
+"ACCN";"274";"Prêts";"";"27";""
+"ACCN";"27";"AUTRES IMMOBILISATIONS FINANCIERES";"";"2";""
+"ACCN";"275";"Dépôts et cautionnements versés";"";"27";""
+"ACCN";"280";"Amortissements des immobilisations incorporelles";"";"28";""
+"ACCN";"28";"AMORTISSEMENTS DES IMMOBILISATIONS";"";"2";""
+"ACCN";"281";"Amortissements des immobilisations corporelles";"";"28";""
+"ACCN";"2";"COMPTES D'IMMOBILISATIONS";"";"";""
+"ACCN";"290";"Provisions pour dépréciation immobilisations incorporelles";"";"29";""
+"ACCN";"291";"Provisions pour dépréciation immobilisations corporelles";"";"29";""
+"ACCN";"29";"PROVISIONS POUR DEPRECIATION DES IMMOBILISATIONS";"";"2";""
+"ACCN";"297";"Provisions pour dépréciation des immobilisations financières";"";"29";""
+"ACCN";"31";"MATIERES PREMIERES (et fournitures)";"";"3";""
+"ACCN";"310";"Stocks dapprovisionnement";"";"31";""
+"ACCN";"321";"Matières consommables";"";"32";""
+"ACCN";"322";"Fournitures consommables";"";"32";""
+"ACCN";"32";"AUTRES APPROVISIONNEMENTS";"";"3";""
+"ACCN";"326";"Emballages";"";"32";""
+"ACCN";"351";"Produits intermédiaires";"";"35";""
+"ACCN";"355";"Produits finis";"";"35";""
+"ACCN";"35";"STOCKS DE PRODUITS";"";"3";""
+"ACCN";"358";"Produits résiduels (ou matières de récupérations)";"";"35";""
+"ACCN";"37";"STOCKS DE MARCHANDISES";"";"3";""
+"ACCN";"370";"Stocks de marchandises";"";"37";""
+"ACCN";"3";"COMPTES DE STOCKS ET D'EN-COURS";"";"";""
+"ACCN";"391";"Provisions pour dépréciation des stocks dapprovisionnement";"";"39";""
+"ACCN";"395";"Provisions pour dépréciation des stocks de produits";"";"39";""
+"ACCN";"39";"PROVISIONS POUR DEPRECIATION DES STOCKS ET EN-COURS";"";"3";""
+"ACCN";"397";"Provisions pour dépréciation des stocks de marchandises";"";"39";""
+"ACCN";"400";"Fournisseurs et comptes rattachés";"";"40";""
+"ACCN";"40";"FOURNISSEURS ET COMPTES RATTACHES";"";"4";""
+"ACCN";"409";"Fournisseurs débiteurs";"";"40";""
+"ACCN";"410";"Clients et comptes rattachés";"";"41";""
+"ACCN";"418";"Clients - Produits non encore facturés";"";"41";""
+"ACCN";"41";"CLIENTS ET COMPTES RATTACHES";"";"4";""
+"ACCN";"421";"Personnel - Rémunérations dues";"";"42";""
+"ACCN";"42";"PERSONNEL ET COMPTES RATTACHES";"";"4";""
+"ACCN";"428";"Personnel - Charges à payer et produits à recevoir";"";"42";""
+"ACCN";"43";"SECURITE SOCIALE - AUTRES ORGANISMES SOCIAUX";"";"4";""
+"ACCN";"444";"Etat - Impôts sur les bénéfices";"";"44";""
+"ACCN";"44";"ETAT ET AUTRES COLLECTIVITES PUBLIQUES";"";"4";""
+"ACCN";"447";"Autres impôts; taxes et versements assimilés";"";"44";""
+"ACCN";"45";"GROUPES ET ASSOCIES";"";"4";""
+"ACCN";"455";"Associés - Comptes courants";"";"45";""
+"ACCN";"46";"DEBITEURS ET CREDITEURS DIVERS";"";"4";""
+"ACCN";"47";"COMPTES TRANSITOIRES OU D'ATTENTE";"";"4";""
+"ACCN";"470";"Compte d'attente";"";"47";""
+"ACCN";"481";"Charges à repartir sur plusieurs exercices";"";"48";""
+"ACCN";"486";"Charges constatées d'avance";"";"48";""
+"ACCN";"48";"COMPTE DE REGULARISATION";"";"4";""
+"ACCN";"487";"Produits constatés d'avance";"";"48";""
+"ACCN";"4";"COMPTES DE TIERS";"";"";""
+"ACCN";"491";"Provisions pour dépréciation des comptes de clients";"";"49";""
+"ACCN";"49";"PROVISIONS POUR DEPRECIATION DES COMPTES DE TIERS";"";"4";""
+"ACCN";"496";"Provisions pour dépréciation des comptes de débiteurs divers";"";"49";""
+"ACCN";"503";"Actions";"";"50";""
+"ACCN";"50";"VALEURS MOBILIERES DE PLACEMENT";"";"5";""
+"ACCN";"506";"Obligations";"";"50";""
+"ACCN";"5111";"Espèces";"";"511";""
+"ACCN";"5112";"Chèques";"";"511";""
+"ACCN";"5113";"Cartes bancaires";"";"511";""
+"ACCN";"511";"Valeurs à l'encaissement";"";"51";""
+"ACCN";"5114";"Autres paiements";"";"511";""
+"ACCN";"5121";"Banque principale";"";"512";""
+"ACCN";"512";"Banques";"";"51";""
+"ACCN";"5122";"Banque secondaire";"";"512";""
+"ACCN";"514";"Chèques postaux";"";"51";""
+"ACCN";"517";"Autres organismes financiers";"";"51";""
+"ACCN";"51";"BANQUES; ETABLISSEMENTS FINANCIERS ET ASSIMILES";"";"5";""
+"ACCN";"518";"Intérêts courus";"";"51";""
+"ACCN";"53";"CAISSE";"";"5";""
+"ACCN";"530";"Caisse";"";"53";""
+"ACCN";"54";"REGIES D'AVANCES ET ACCREDITIFS";"";"5";""
+"ACCN";"540";"Régies davances et accréditifs";"";"54";""
+"ACCN";"58";"VIREMENTS INTERNES";"";"5";""
+"ACCN";"580";"Virements internes";"";"58";""
+"ACCN";"5";"COMPTES FINANCIERS";"";"";""
+"ACCN";"59";"PROVISIONS POUR DEPRECIATION DES COMPTES FINANCIERS";"";"5";""
+"ACCN";"590";"Provisions pour dépréciation des valeurs mobilières de placement";"";"59";""
+"ACCN";"601";"Achats stockés - Matières premières (et fournitures)";"";"60";""
+"ACCN";"6022";"Fournitures consommables";"";"60";""
+"ACCN";"6026";"Emballages";"";"60";""
+"ACCN";"606";"Achats non stockés de matières et fournitures";"";"60";""
+"ACCN";"607";"Achats de marchandises";"";"60";""
+"ACCN";"608";"Frais accessoires d'achat";"";"60";""
+"ACCN";"60";"ACHATS (sauf 603)";"";"6";""
+"ACCN";"609";"Rabais; remises et ristournes obtenus sur achats";"";"60";""
+"ACCN";"611";"Sous-traitance générale";"";"61";""
+"ACCN";"612";"Redevances de crédit-bail";"";"61";""
+"ACCN";"613";"Locations";"";"61";""
+"ACCN";"614";"Charges locatives et de copropriété";"";"61";""
+"ACCN";"615";"Entretien et réparations";"";"61";""
+"ACCN";"61";"SERVICES EXTERIEURS";"";"6";""
+"ACCN";"616";"Primes d'assurance";"";"61";""
+"ACCN";"621";"Personnel extérieur à l'entreprise";"";"62";""
+"ACCN";"622";"Rémunérations dintermédiaires et honoraires";"";"62";""
+"ACCN";"623";"Publicité; publications; relations publiques";"";"62";""
+"ACCN";"624";"Transports de biens et transports collectifs du personnel";"";"62";""
+"ACCN";"625";"Déplacements; missions et réceptions";"";"62";""
+"ACCN";"626";"Frais postaux et frais de télécommunications";"";"62";""
+"ACCN";"62";"AUTRES SERVICES EXTERIEURS";"";"6";""
+"ACCN";"627";"Services bancaires et assimiles";"";"62";""
+"ACCN";"633";"Impôts; taxes et versements sur rémunérations (autres org.)";"";"63";""
+"ACCN";"635";"Autres impôts; taxes et versements (administration)";"";"63";""
+"ACCN";"63";"IMPOTS; TAXES ET VERSEMENTS";"";"6";""
+"ACCN";"6371";"Contribution sociale de solidarité à la charge des sociétés";"";"63";""
+"ACCN";"6411";"Salaires";"";"641";""
+"ACCN";"6412";"Congés payes";"";"641";""
+"ACCN";"6413";"Primes et gratifications";"";"641";""
+"ACCN";"641";"Rémunérations du personnel";"";"64";""
+"ACCN";"6414";"Indemnités et avantages divers";"";"641";""
+"ACCN";"644";"Rémunération du travail de l'exploitant";"";"64";""
+"ACCN";"6451";"Cotisations à l'URSSAF";"";"645";""
+"ACCN";"6452";"Cotisations aux mutuelles";"";"645";""
+"ACCN";"6453";"Cotisations aux caisses de retraites";"";"645";""
+"ACCN";"645";"Charges de sécurité sociale et de prévoyance";"";"64";""
+"ACCN";"6454";"Cotisations aux ASSEDIC";"";"645";""
+"ACCN";"64";"CHARGES DE PERSONNEL";"";"6";""
+"ACCN";"646";"Cotisations sociales personnelles de l'exploitant";"";"64";""
+"ACCN";"651";"Redevances pour concessions; brevets; licences; etc.";"";"65";""
+"ACCN";"654";"Pertes sur créances irrécouvrables";"";"65";""
+"ACCN";"655";"Quote-part de résultat sur opérations faites en commun";"";"65";""
+"ACCN";"65";"AUTRES CHARGES DE GESTION COURANTE";"";"6";""
+"ACCN";"658";"Autres charges de gestion courante";"";"65";""
+"ACCN";"661";"Charges dintérêt";"";"66";""
+"ACCN";"665";"Escomptes accordés";"";"66";""
+"ACCN";"66";"CHARGES FINANCIERES";"";"6";""
+"ACCN";"6688";"Pertes de change ou de conversion";"";"66";""
+"ACCN";"670";"Charges exceptionnelles";"";"67";""
+"ACCN";"67";"CHARGES EXCEPTIONNELLES";"";"6";""
+"ACCN";"675";"Valeurs comptables des éléments d'actif cédés";"";"67";""
+"ACCN";"68111";"Dotations aux amort. immobilisations incorporelles";"";"681";""
+"ACCN";"68112";"Dotations aux amort. immobilisations corporelles";"";"681";""
+"ACCN";"68161";"Dotations provisions dépréc. immos incorporelles";"";"681";""
+"ACCN";"681";"Dotations aux amortissements - Charges d'exploitation";"";"68";""
+"ACCN";"68162";"Dotations provisions dépréc. immos corporelles";"";"681";""
+"ACCN";"686";"Dotations aux amort. et provisions - Charges financières";"";"68";""
+"ACCN";"68";"DOTATIONS AUX AMORTISSEMENTS ET AUX PROVISIONS";"";"6";""
+"ACCN";"687";"Dotations aux amort. et provisions - Charges exceptionnelles";"";"68";""
+"ACCN";"68725";"Dotations provisions réglementées - Amort. dérogatoires";"";"687";""
+"ACCN";"6";"COMPTES DE CHARGES";"";"";""
+"ACCN";"691";"Participation des salaries aux résultats de lentreprise";"";"69";""
+"ACCN";"695";"Impôts sur les bénéfices";"";"69";""
+"ACCN";"697";"Imposition forfaitaire annuelle des sociétés";"";"69";""
+"ACCN";"69";"PARTICIPATION DES SALARIES - IMPOTS SUR LES BENEFICES";"";"6";""
+"ACCN";"701";"Ventes de produits finis";"";"70";""
+"ACCN";"706";"Travaux et prestations de services";"";"70";""
+"ACCN";"707";"Ventes de marchandises";"";"70";""
+"ACCN";"708";"Produits des activités annexes";"";"70";""
+"ACCN";"70";"VENTES DE PRODUITS; PRESTATIONS DE SERVICES; MARCHANDISES";"";"7";""
+"ACCN";"709";"Rabais; remises et ristournes accordées par l'entreprise";"";"70";""
+"ACCN";"71";"PRODUCTION STOCKEE (ou déstockage)";"";"7";""
+"ACCN";"7133";"Variation des en-cours de production de biens";"";"713";""
+"ACCN";"7134";"Variation des en-cours de production de services";"";"713";""
+"ACCN";"713";"VARIATION DES STOCKS (en-cours de production; produits)";"";"71";""
+"ACCN";"7135";"Variation des stocks de produits";"";"713";""
+"ACCN";"721";"Immobilisations incorporelles";"";"72";""
+"ACCN";"72";"PRODUCTION IMMOBILISEE";"";"7";""
+"ACCN";"722";"Immobilisations corporelles";"";"72";""
+"ACCN";"74";"SUBVENTlONS D'EXPLOITATION";"";"7";""
+"ACCN";"740";"Subventions dexploitation";"";"74";""
+"ACCN";"75";"AUTRES PRODUITS DE GESTION COURANTE";"";"7";""
+"ACCN";"758";"Produits divers de gestion courante";"";"75";""
+"ACCN";"76";"PRODUITS FINANCIERS";"";"7";""
+"ACCN";"765";"Escomptes obtenus";"";"76";""
+"ACCN";"770";"Produits exceptionnels";"";"77";""
+"ACCN";"77";"PRODUITS EXCEPTIONNELS";"";"7";""
+"ACCN";"775";"Produits des cessions d'éléments d'actif";"";"77";""
+"ACCN";"78161";"Reprises prov. dépréc. immos incorporelles";"";"781";""
+"ACCN";"781";"Reprises sur amortissements et provisions";"";"78";""
+"ACCN";"78162";"Reprises prov. dépréc. immos corporelles";"";"781";""
+"ACCN";"786";"Reprises sur provisions pour risques";"";"78";""
+"ACCN";"78";"REPRISES SUR AMORTISSEMENTS ET PROVISIONS";"";"7";""
+"ACCN";"787";"Reprises sur provisions";"";"78";""
+"ACCN";"78725";"Reprises sur provisions - Amort. dérogatoires";"";"787";""
+"ACCN";"7";"COMPTES DE PRODUITS";"";"";""
+"ACCN";"791";"Transfert de charges d'exploitation";"";"79";""
+"ACCN";"79";"TRANSFERTS DE CHARGES";"";"7";""
+"ACCN";"796";"Transfert de charges financières";"";"79";""
+"ACCN";"80";"ENGAGEMENTS";"";"8";""
+"ACCN";"88";"RESULTAT EN INSTANCE DAFFECTATION";"";"8";""
+"ACCN";"8";"COMPTES SPECIAUX";"";"";""
+"ACCN";"89";"BILAN";"";"8";""
+"ACCN";"6031";"Variation des stocks de matières premères (et fournitures)";;"603";""
+"ACCN";"6032";"Variation des stocks des autres approvisionnements";;"603";""
+"ACCN";"603";"Variation des stocks (approvisionnements et marchandises)";"";"60";""
+"ACCN";"4452";"TVA due intracommunautaire";"";"445";""
+"ACCN";"4455";"Taxes sur le chiffre d'affaires à décaisser";"";"445";""
+"ACCN";"44551";"TVA à décaisser";"";"4455";""
+"ACCN";"44562";"TVA sur immobilisations";"";"4456";""
+"ACCN";"445661";"TVA sur autres biens et services 19;6% débits";"";"44566";""
+"ACCN";"445662";"TVA sur autres biens et services 5;5% débits";"";"44566";""
+"ACCN";"445664";"TVA sur autres biens et services 19;6% encaissements";"";"44566";""
+"ACCN";"44566";"TVA sur autres biens et services";"";"4456";""
+"ACCN";"445665";"TVA sur autres biens et services 5;5% encaissements";"";"44566";""
+"ACCN";"4456";"Taxes sur le chiffre d'affaires déductible";"";"445";""
+"ACCN";"44567";"Crédit de TVA à reporter";"";"4456";""
+"ACCN";"4457";"Taxes sur le chiffre d'affaires collectées par l'entreprise";"";"445";""
+"ACCN";"445711";"TVA collectée 19;6 % débits";"";"44571";""
+"ACCN";"445712";"TVA collectée 5;5 % débits";"";"44571";""
+"ACCN";"445714";"TVA collectée 19;6 % encaissements";"";"44571";""
+"ACCN";"44571";"TVA collectée";"";"4457";""
+"ACCN";"445715";"TVA collectée 5;5 % encaissements";"";"44571";""
+"ACCN";"445";"Etat - Taxes sur le chiffre d'affaires";"";"44";""
+"ACCN";"44583";"Remboursement de taxes sur le chiffre d'affaires demandé";"";"4458";""
+"ACCN";"44584";"TVA récupérée d'avance";"";"4458";""
+"ACCN";"44586";"Taxes sur le chiffre d'affaires sur factures non parvenues";"";"4458";""
+"ACCN";"4458";"Taxes sur le chiffre d'affaires à régulariser ou en attente";"";"445";""
+"ACCN";"44587";"Taxes sur le chiffre d'affaires sur factures à établir";"";"4458";""
1
0