Skip to content

Cifras Backend Documentation

Welcome. This site is the engineering reference for the Cifras Strawberry backend.

Two major areas are documented today:

  • Accounting Features — period close, bank reconciliation, fixed assets, budgets, tax filings, payroll, recurring journals, and the ledger audit trail. Each page is a frontend handoff with GraphQL surface, setup prerequisites, UX flow, and known follow-ups.
  • PAC (Proveedor Autorizado de Certificación) integration — the flow that turns an internal invoice into a legally-valid Panamanian electronic invoice authorized by the DGI.

Where to start

Running these docs locally

uv sync --group dev
uv run mkdocs serve

Then open http://127.0.0.1:8000.

To build a static site:

uv run mkdocs build

The output lives in site/.