Skip to content

Exporting the accounting file (FEC)

The FEC (Fichier des Écritures Comptables — Accounting Entries File) is the regulatory electronic export format for your accounting data. It contains all your posted accounting entries in a structured text file (TSV — tab-separated values), readable by any tax audit, statutory audit, or accounting software.

Use caseDetail
Tax authority audit (DGI/ANIF)Tax authorities in OHADA countries may request the FEC during a desk audit or an on-site accounting review
Statutory auditor (CAC) reviewThe auditor imports the FEC into their audit software to perform verification work without direct access to your system
Submission to an external accountantIf you change accounting firms or your accountant needs to review data remotely, the FEC is the universal exchange format
Legal archivingSYSCOHADA regulation article 24 requires accounting records to be retained for 10 years — the FEC is the digital reference medium
Advanced internal analysisImport into Excel or Power BI for accounting data analysis not natively available
#ColumnDescriptionExample
1JournalCodeJournal codeVTE
2JournalLibJournal labelSales journal
3EcritureNumSequential entry number (non-reusable)VTE-2026-000042
4EcritureDateEntry date in YYYYMMDD format20260214
5CompteNumSYSCOHADA account number411001
6CompteLibAccount labelSARL ABC
7PieceRefSource document referenceFAC-2026-0042
8PieceDateDocument date in YYYYMMDD format20260214
9EcritureLibEntry descriptionInvoice office supplies
10DebitDebited amount (0.00 if credit)1180000.00
11CreditCredited amount (0.00 if debit)0.00
12EcritureLetMatching code (blank if unmatched)AA
13DateLetMatching date in YYYYMMDD format20260301
14ValidDateEntry posting date20260215
15MontantdeviseAmount in foreign currency (0 if XAF)0.00
16IdeviseISO currency code (XAF by default)XAF
  1. From the navigation bar: Financial Statements → Exports → FEC. 2. Select the fiscal year to export. 3. Optionally, specify a period (start date / end date) for a partial export. 4. Click Generate FEC. 5. SynkriaOps automatically checks consistency (ΣDebit = ΣCredit) before generating the file. 6. Download the .tsv file (naming convention: FEC_YYYYMMDD_[NIU].tsv).

Before submitting the FEC to a third party, verify:

CheckHow to verify
ΣDebit = ΣCreditSynkriaOps displays this automatically after generation — must show 0.00 XAF difference
All posted documents includedCompare the number of FEC lines with the number of entries in the trial balance
No numbering gapsThe EcritureNum column must be sequential with no breaks per journal
Consistent datesEcritureDate must fall within the fiscal year period — flag any out-of-period dates

The FEC is a text file encoded in UTF-8 with tabs as the separator. To open it correctly in Excel:

  1. Open Excel → Data → From Text/CSV. 2. Select your .tsv file. 3. Choose Tab as the delimiter (not comma, not semicolon). 4. Set the encoding to UTF-8. 5. For the Debit and Credit columns, format them as Number with 2 decimal places. 6. For date columns (EcritureDate, PieceDate, DateLet, ValidDate), they are in YYYYMMDD format — you can reformat them with the formula =DATE(LEFT(A2,4),MID(A2,5,2),RIGHT(A2,2)).
FrequencyUse case
MonthlyRoutine archiving, pre-VAT return verification
QuarterlySubmission to accountant for interim review
AnnualFinal export of the closed fiscal year for 10-year legal retention
On demandResponse to a tax audit or statutory auditor engagement
ErrorLikely causeSolution
Generation blocked “unbalanced trial balance”ΣDebit ≠ ΣCredit in the periodIdentify and correct the discrepancy in the trial balance
Columns shifted when opening in ExcelWrong delimiter selected (comma instead of tab)Re-run the import with Tab as delimiter
Unreadable characters (accents, special chars)Wrong encoding selectedSelect UTF-8 on import
Numbering gaps in EcritureNumDocuments deleted after posting (normally blocked)Contact support — posted documents are immutable
Partial FEC (missing lines)Some documents are still in DRAFTPost all documents for the period