Skip to content

Releases: ai-coding-lab-au/open-accounting

v0.1.1 - Chinese text on PDFs + bilingual receipt labels

Choose a tag to compare

@ai-coding-lab-au ai-coding-lab-au released this 07 Jul 09:53

What's new

  • Chinese text renders correctly on all PDFs. Client names, line descriptions, notes and company details in Chinese used to come out as placeholder boxes in the portable build; a CJK font (Noto Sans SC, OFL-1.1) is now bundled and used automatically for text that needs it. English documents are unchanged.
  • Bilingual receipt labels (optional). A new Settings toggle renders the fixed labels on receipt PDFs as English + Chinese ("RECEIPT 收据", "TOTAL 总计", ...) so Chinese-reading customers can read the whole document. Off by default; your own text is never translated.
  • The in-zip README now includes backup and restore instructions (see also the user guide).

Windows portable build

Download OpenAccounting-portable-v0.1.1-windows-x64.zip, extract it, and run OpenAccounting\OpenAccounting.exe. Keep the whole folder together (_internal must stay next to the exe). Your data lives in %LOCALAPPDATA%\OpenAccounting\data and is untouched by upgrades - but back it up first anyway.

  • Windows SmartScreen may warn because this build is not code-signed yet - click More info -> Run anyway, or run from source instead.
  • See README_FIRST.txt, LICENSE.txt, and THIRD-PARTY-NOTICES.txt inside the zip.

SHA-256: 16a37e6faff71edb9c374fd10ac4ed7a07f402d8808d50cbe2393557b89a118a

Run from source

See the README. License: AGPL-3.0-or-later.

v0.1.0 - first public release

Choose a tag to compare

@ai-coding-lab-au ai-coding-lab-au released this 07 Jul 09:09

First public release of Open Accounting: local-first accounting for small Australian service firms (AUD/GST). FastAPI + SQLite backend, React frontend, no cloud, no telemetry.

Windows portable build

Download OpenAccounting-portable-v0.1.0-windows-x64.zip, extract it, and run OpenAccounting\OpenAccounting.exe. Keep the whole folder together (_internal must stay next to the exe). Your data lives in %LOCALAPPDATA%\OpenAccounting\data.

  • Windows SmartScreen may warn because this build is not code-signed yet - click More info -> Run anyway, or run from source instead.
  • PDFs are generated with the built-in ReportLab renderer.
  • See README_FIRST.txt, LICENSE.txt, and THIRD-PARTY-NOTICES.txt inside the zip.

SHA-256: 556f5a461b4ee376a090c3bedfe583634228d3799f026c3a8c451dc6ce096d10

Run from source

See the README. License: AGPL-3.0-or-later.