Accounting
The SYSCOHADA revised 2019 standard (Plan Comptable OHADA — OHADA Chart of Accounts) is the unified accounting framework for all 17 OHADA member countries (CEMAC, UEMOA, Comoros, Guinea, DRC). It organises accounting into 9 account classes, from balance sheet accounts (classes 1 to 5) to income statement accounts (classes 6 and 7). In SynkriaOps, the accounting voucher (pièce comptable) is the atomic unit of every entry: it groups debit and credit lines that must always balance (ΣDebit = ΣCredit).
The core workflow follows this sequence: choose a journal (Sales, Purchases, Bank, Miscellaneous operations, Opening balances), create an accounting voucher in draft with debit/credit lines, then post it. Once posted, the voucher feeds the general ledger (grand livre) of every affected account and the trial balance (balance générale) in real time. The SYSCOHADA financial statements (balance sheet, income statement, TAFIRE cash flow) are generated from this data.
A posted entry is immutable: SynkriaOps protects the integrity of your accounting data with a chained SHA-256 hash on every posted voucher, backed by a PostgreSQL trigger that blocks any amount modification. Any correction must go through a reversal (écriture de contrepassation — a mirror entry that cancels the original) or a counter journal entry (OD inverse). This mechanism ensures compliance with audit requirements and SYSCOHADA standards.
Before you begin
Section titled “Before you begin”To enter your first accounting voucher, two conditions must be met:
- An open fiscal year must exist covering the voucher date. SynkriaOps automatically creates a fiscal year for the current calendar year when you create your company file.
- If you are taking over existing bookkeeping, read Import historical accounting data first to import your opening balances before any current-period entries.
If you need to create an additional fiscal year or enter entries for another period, see Opening a fiscal year.
Available guides
Section titled “Available guides”Common transaction examples in XAF
Section titled “Common transaction examples in XAF”| Transaction | Debit | Credit | Typical amount |
|---|---|---|---|
| Goods purchase (cash) | 601 Purchases | 521 Bank | 450,000 XAF |
| Customer receipt | 521 Bank | 411 Customers | 1,200,000 XAF |
| Supplier payment | 401 Suppliers | 521 Bank | 750,000 XAF |
| Rent expense journal entry | 622 Rent | 401 Suppliers | 300,000 XAF |
Where to start?
Section titled “Where to start?”If you are new to SynkriaOps, start with Create an accounting voucher — it is the most frequent daily action. In 10 minutes you will have entered your first purchase or receipt and will understand the full debit/credit flow in the interface.