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.6.25
* Fix AR/AP account on transactions retained on 'Update' (Erik H, #4927)
* Fix AR/AP search not limited by Employee selection (Erik H, #4604)
* Fix Departments dropdown not populated on Receipts/Payments (Erik H, #4636)
* Fix showing sales employees on existing AR/AP transactions (Erik H, #1015)
* Fix populating values in Asset screen dropdowns (Erik H, #5018)
* Fix conflict between HTML5 and 'date' INPUT widgets (Erik H, #5018)
* Fix asset class report to include classes missing accounts (Erik H, #5022)
Erik H is Erik Huelsmann
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.6.25/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.6.25
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.6.25
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.6.25
These are the sha256 checksums of the uploaded files:
a6ace87ff36470954c71bb33f2c3a21c4c65722da3999c5ac062289f3e9a9906 ledgersmb-1.6.25.tar.gz
4d11f7e503b53ba3ecda6b9a1b13a75eccfb310add0bcb5d0f88d5c111e1975b ledgersmb-1.6.25.tar.gz.asc
The LedgerSMB development team is happy to announce yet another new
version of its open source ERP and accounting application.
This release corrects a rounding bug in the payments code which
causes differences between the payment amount entered by the user and
the amount recorded in the ledger (although the actual amount recorded
is later correctly presented). Due to the high level of inconvenience
of this bug, this release follows quickly on the release of 1.8.0.
Due to a high level of development activity on the master branch and
related backports, a number of additional fixes are also included.
This release contains the following fixes and improvements:
Changelog for 1.8.1
* Fix incorrect rounding on payments leading to under/overpayment (#4986)
* Fix AR/AP dropdown on transactions not retained after 'Update' (#4927)
* Fix sales order generation from timecards (#4984)
* Better defaults for 'HR > Add Employee' screen (#1672)
* Fix timecard Save feedback screen showing zero quantities (#4982)
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.8.1/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.8.1
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.8.1
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.8.1
These are the sha256 checksums of the uploaded files:
fe48040bb4fe957b60f10070bb818005ba71a70e9f6fc3ec1da3333c975afa77 ledgersmb-1.8.1.tar.gz
db76ab59b686316c729ee6faf07d8c9cdb906443e927ab0205772e32879f6875 ledgersmb-1.8.1.tar.gz.asc
The LedgerSMB development team is happy to announce the first
release of a new release branch: 1.8.0. This series features
a wide variety of new features, improvements, bug fixes and
cleanup. To name a few:
* Support for in-database logos and images for inclusion in printed
documents; this improves support for customized document templates
inside docker containers
* Authentication now uses encrypted cookies instead of HTTP Basic
authentication which improves support for logging out and improves
security
* Support for OFX bank statement imports for reconciliation
* Faster loading of the menu and GL account drop-downs
* Fixed LedgerSMB 1.2 and 1.3 migrations as well as SQL Ledger 2.8 & 3.0
* Fixed incorrect discount calculations for transaction dates <> 'today'
* Fixed single-entry timecard support (which was broken since 1.4)
For the full changelog see https://github.com/ledgersmb/LedgerSMB/blob/1.8/Changelog
For a more in-depth coverage of notable changes in this release, please consult the
release notes at https://ledgersmb.org/content/18-release-notes
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.8.0/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.8.0
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.8.0
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.8.0
These are the sha256 checksums of the uploaded files:
dfa57209df83bd3d63d4e8ed7cba2b6a87ecf42d29568071cfc85ed00c5c64db ledgersmb-1.8.0.tar.gz
05616215e87de640d86457e2538a09d5d7abd7043b07c02a3266c66bd12ae29c ledgersmb-1.8.0.tar.gz.asc
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.7.20
* Fix Arabic being default language on Account creation (#4439)
* Add Locale::Codes as explicit dependencies after removal from CORE
* Fix invoices opened from payments screen missing CSS (#4890)
* Add date-filter to Draft search filter screen
* Fix amounts filter in Draft search not working (#4929)
* Fix missing accounts in AR/AP transactions using 'Min Empty Lines (#4930)
* Add 'select all' column toggle button to Draft search
* Fix sequences returning 'invnumber' instead of sequence number (#4949)
* Make AR/AP transaction sequence drop-down follow application style
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.7.20/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.7.20
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.7.20
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.7.20
These are the sha256 checksums of the uploaded files:
7df8195c6f2e2906bb2a8d3fb81e520c874054b4c9b3e130381d6773e69dcc52 ledgersmb-1.7.20.tar.gz
e673cd555e81d9208aecde38676f9c4b76e9768d144281dd5dd75381fce97833 ledgersmb-1.7.20.tar.gz.asc
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.6.24
* Fix Arabic as standard language selection on Account creation (Erik H, #4439)
* Add Locale::Codes explicit dependencies, due to removal from CORE (Erik H)
* Fix invoice opened from payment screen missing CSS (Erik H, #4890)
* Fix amount filters on Draft search not working (Erik H, #4929)
* Fix sequences returning 'invnumber' instead of sequence number (Erik H, #4949)
* Make AR/AP transaction sequence drop-down follow application style (Erik H)
Erik H is Erik Huelsmann
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.6.24/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.6.24
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.6.24
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.6.24
These are the sha256 checksums of the uploaded files:
ecf860bcfc551ab190f0f83d7559fb9981f1b2a1d48c9027af63153b49d364a3 ledgersmb-1.6.24.tar.gz
b7560670988df2bb80fd6689937595bbae8e9a967307288e3305afc126c9ba4c ledgersmb-1.6.24.tar.gz.asc