ITADN
ledgersmb/LedgerSMB

版本发布 8

1.12.16
? · 2026-03-01

The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.12.16 * Fix undefined value warning caused by converting dates to strings (#9178) For installation instructions and system requirements, see https://github.com/ledgersmb/LedgerSMB/blob/1.12.16/README.md The release can be downloaded from our download site at https://download.ledgersmb.org/f/Releases/1.12.16 The release can be downloaded from GitHub at https://github.com/ledgersmb/LedgerSMB/releases/tag/1.12.16 Or pulled from the GitHub Container Registry $ docker pull ghcr.io/ledgersmb/ledgersmb:1.12.16 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.12.16 These are the sha256 checksums of the uploaded files: 845bc420d9d48706fa801cd316d7817a382054775749a4e0a2650fd3596a6b79 ledgersmb-1.12.16.tar.gz 3c1283642bbb41daefea8243ac85ceca099170cc56a9ea0ee956576184cb24d9 ledgersmb-1.12.16.tar.gz.asc

1.13.0
? · 2025-10-06

The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Highlights of the changelog for 1.13.0: Added functionalities * Concurrent logins into multiple companies on a single browser (#8496) * Ability to remove unused customers, credit accounts (#8616) * Tracking of user logins and logout for audit purposes (#8784) * Improved on-boarding experience with new installer supporting more platforms to handle dependencies than previous methods; see https://get.ledgersmb.org * GL Report improvements: * Opening and closing balances split by FX in GL report (#9023) * Opening and closing balances in GL report FX Debit/credit columns (#9018) Changed functionalities * Concurrent logins with different users on one browser throw an error (#8496) * Menu changes (renamed and moved items) For installation instructions and system requirements, see https://github.com/ledgersmb/LedgerSMB/blob/1.13.0/README.md The release can be downloaded from our download site at https://download.ledgersmb.org/f/Releases/1.13.0 The release can be downloaded from GitHub at https://github.com/ledgersmb/LedgerSMB/releases/tag/1.13.0 Or pulled from the GitHub Container Registry $ docker pull ghcr.io/ledgersmb/ledgersmb:1.13.0 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.13.0 These are the sha256 checksums of the uploaded files: e08b347e58aa6ae7e5ca6bcca957d9988b174d8d6824520b6ead621a8e58c059 ledgersmb-1.13.0.tar.gz 689a8f41f05f71418236749eedc6ba69a3bef9ca8067be277a87bf10ed363038 ledgersmb-1.13.0.tar.gz.asc

1.12.14
? · 2025-09-29

The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains fixes two regressions since 1.12.13: Changelog for 1.12.14 * Fix WHERE statement in schema upgrade script (#9061) * Fix typo in table name in post-upgrade script (#9060) For installation instructions and system requirements, see https://github.com/ledgersmb/LedgerSMB/blob/1.12.14/README.md The release can be downloaded from our download site at https://download.ledgersmb.org/f/Releases/1.12.14 The release can be downloaded from GitHub at https://github.com/ledgersmb/LedgerSMB/releases/tag/1.12.14 Or pulled from the GitHub Container Registry $ docker pull ghcr.io/ledgersmb/ledgersmb:1.12.14 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.12.14 These are the sha256 checksums of the uploaded files: 02dd5033b84dbb803d4c886145bf2e8c67518da082d7405de4a0448fb85caf64 ledgersmb-1.12.14.tar.gz a1600c6bf2a71ca1d931f9c232229da7396691faa02b5334949612bcacfae690 ledgersmb-1.12.14.tar.gz.asc

1.12.13
? · 2025-09-06

The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.12.13 * Fix reconciliations missing workflow context (#9004) * Fix starting balance in GL report filtered by account (#9020) * Add taxtotal for invoice printing (#9006) For installation instructions and system requirements, see https://github.com/ledgersmb/LedgerSMB/blob/1.12.13/README.md The release can be downloaded from our download site at https://download.ledgersmb.org/f/Releases/1.12.13 The release can be downloaded from GitHub at https://github.com/ledgersmb/LedgerSMB/releases/tag/1.12.13 Or pulled from the GitHub Container Registry $ docker pull ghcr.io/ledgersmb/ledgersmb:1.12.13 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.12.13 These are the sha256 checksums of the uploaded files: 5d634172e55799efcd316e0caa818ef9aa10d8ff4b056a46a4b5df62287c3dc9 ledgersmb-1.12.13.tar.gz fc75a2c34d04231385ee8ac287026e44a86bdf70e3c1beb096aebbea88c48395 ledgersmb-1.12.13.tar.gz.asc

1.11.27
? · 2025-08-10

The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release fixes Cost of Goods Sold being incorrectly calculated for stocked items, including a migration to correct any historically miscalculated numbers. For more information, please see https://ledgersmb.org/content/bug-explained-double-allocation-parts-cogs Changelog for 1.11.27 * [MAJOR] Fix parts incorrectly marked as 'used for Cost Of Goods Sold' (#8952) * [MAJOR] Repair historic incorrect COGS markings and post missing COGS (#8986) See https://ledgersmb.org/content/bug-explained-double-allocation-parts-cogs * Add database triggers to prevent COGS becoming messed up (#8972) * Add consistency check for COGS allocation in setup.pl (#8961) We would like to thank Alt-Tech (https://github.com/tonka128) for their support making this fix possible through their continued GitHub Sponsorship as well as providing staff to help find the problem and test the fixes. For installation instructions and system requirements, see https://github.com/ledgersmb/LedgerSMB/blob/1.11.27/README.md The release can be downloaded from our download site at https://download.ledgersmb.org/f/Releases/1.11.27 The release can be downloaded from GitHub at https://github.com/ledgersmb/LedgerSMB/releases/tag/1.11.27 Or pulled from the GitHub Container Registry $ docker pull ghcr.io/ledgersmb/ledgersmb:1.11.27 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.11.27 These are the sha256 checksums of the uploaded files: 7e35707b17760e270d708287dd6f0364b2772a7b4181b0405af2f96756a667f6 ledgersmb-1.11.27.tar.gz 389be3536333afa007de8f78a47e1b57cd709f3db3da7d77d6281090f11a2a63 ledgersmb-1.11.27.tar.gz.asc

1.12.11
? · 2025-07-12

The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.12.11 * Fix regressions since 1.11 in fixed assets posting (#8919) * Fix ETag values without double-quote quoting in API calls (#8898) For installation instructions and system requirements, see https://github.com/ledgersmb/LedgerSMB/blob/1.12.11/README.md The release can be downloaded from our download site at https://download.ledgersmb.org/f/Releases/1.12.11 The release can be downloaded from GitHub at https://github.com/ledgersmb/LedgerSMB/releases/tag/1.12.11 Or pulled from the GitHub Container Registry $ docker pull ghcr.io/ledgersmb/ledgersmb:1.12.11 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.12.11 These are the sha256 checksums of the uploaded files: 962e02574dc5dd863efc0f38e4e37949a6299c8586d949e6585c62ca60915de7 ledgersmb-1.12.11.tar.gz 9df694fad111c264edf09e91fa10c9c3a771b32533f8e5ea8c3adbd21a3e450f ledgersmb-1.12.11.tar.gz.asc

1.11.26
? · 2025-07-12

The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.11.26 * Fix ETag values without double-quote quoting in API calls (#8898) For installation instructions and system requirements, see https://github.com/ledgersmb/LedgerSMB/blob/1.11.26/README.md The release can be downloaded from our download site at https://download.ledgersmb.org/f/Releases/1.11.26 The release can be downloaded from GitHub at https://github.com/ledgersmb/LedgerSMB/releases/tag/1.11.26 Or pulled from the GitHub Container Registry $ docker pull ghcr.io/ledgersmb/ledgersmb:1.11.26 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.11.26 These are the sha256 checksums of the uploaded files: b983c3ca31fc8beb237f0e683749bfae19b37e0a9a5128219daa41f69c552bc7 ledgersmb-1.11.26.tar.gz ddc0dd0500ed3fdc9ea31c99da16a84fa57710cad0f5fd749f0f9b879f61ed83 ledgersmb-1.11.26.tar.gz.asc

1.11.25
? · 2025-06-09

The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.11.25 * Fix draft transactions appearing in Tax Form Reports (#8770) * Fix inactive 'Login' button on login page (#8814) * Fix typo on AR/AP Import Batch screen (#8843) * Removed English-to-English translations for AR/AP/Customer/Vendor For installation instructions and system requirements, see https://github.com/ledgersmb/LedgerSMB/blob/1.11.25/README.md The release can be downloaded from our download site at https://download.ledgersmb.org/f/Releases/1.11.25 The release can be downloaded from GitHub at https://github.com/ledgersmb/LedgerSMB/releases/tag/1.11.25 Or pulled from the GitHub Container Registry $ docker pull ghcr.io/ledgersmb/ledgersmb:1.11.25 Or pulled from Docker Hub using the command $ docker pull ledgersmb/ledgersmb:1.11.25 These are the sha256 checksums of the uploaded files: 61f3d86a8b83e1877657112a8537da23e36d1e18619e1b65098d9965e492c90b ledgersmb-1.11.25.tar.gz c6f88c27ff482cdc009a7968cf267a243a91401e779b8eeb7aed031f1d5adcd9 ledgersmb-1.11.25.tar.gz.asc