LedgerLoom vision and roadmap ============================= LedgerLoom is both a small Python library/CLI **and** a textbook-style set of chapters. This page summarizes the roadmap from the Vision Document and links to each chapter page. Chapter roadmap (18 chapters) ------------------------------ .. list-table:: :header-rows: 1 :widths: 8 40 12 * - # - Chapter - Status * - 1 - :doc:`Journal vs Event Log & “Accounting data as code” ` - Implemented * - 2 - :doc:`Debits/Credits as encoding ` - Implemented * - 3 - :doc:`Chart of Accounts as schema ` - Implemented * - 4 - :doc:`General Ledger as a database ` - Implemented * - 5 - :doc:`The accounting equation as invariant ` - Implemented * - 6 - :doc:`Periods, accrual, and timing ` - Implemented * - 7 - :doc:`Adjusting entries as late-arriving data ` - Implemented * - 8 - :doc:`Closing as a controlled transformation ` - Implemented * - 9 - :doc:`Accounts receivable lifecycle ` - Implemented * - 10 - :doc:`Accounts payable lifecycle ` - Planned * - 11 - :doc:`Inventory + COGS ` - Planned * - 12 - :doc:`Fixed assets + depreciation ` - Planned * - 13 - :doc:`Payroll as a multi-line event ` - Planned * - 14 - :doc:`Reconciliations as quality control ` - Planned * - 15 - :doc:`Materiality & inconsequential misstatements ` - Planned * - 16 - :doc:`Audit trail, provenance, explainability ` - Planned * - 17 - :doc:`Statement analysis with summary statistics ` - Planned * - 18 - :doc:`Forecasting + planning basics ` - Planned Implementation cadence ---------------------- Each chapter ships with: - a deterministic runner module under ``ledgerloom.chapters`` - sample input data (small, human-readable) - generated artifacts under ``outputs/ledgerloom/chXX`` - golden-file tests to prevent regressions Appendices ---------- Living reference docs: - :doc:`Glossary ` - :doc:`FAQ ` - :doc:`Implementation notes ` - :doc:`Data model reference ` - :doc:`Cookbook `