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.25
* Faster GL account tree consistency check
* Maintain consistency between ar/ap/gl and transactions tables on delete
* Fix CSV import of inventory adjustment
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.7.25/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.7.25
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.7.25
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.7.25
These are the sha256 checksums of the uploaded files:
3d457b1f107719baed7210c4ad04140acfb3d16aa5106de2a3862911cc026ecb ledgersmb-1.7.25.tar.gz
4ce17568cd2800ccece2cc7adb0a101c6103a00ffe0c1832784873b382295f42 ledgersmb-1.7.25.tar.gz.asc
Hallo,
I see WebService::HMRC on cpan with a note that it was originally
developed for LedgerSMB, but I can find no reference to it in the list
archives.
Is there an existing implementation of this?
Cheers
Lyn
The LedgerSMB development team is happy to announce the first
release of a new release branch: 1.9.0. This series features
a wide variety of new features, improvements, bug fixes and
cleanup. To name a few:
* Emailed documents are added to the database as attachments
* Orders and invoices show change history
* Command line application for administrative tasks (bin/ledgersmb-admin)
* Faster HTML response generation (optimized HTML preprocessing)
* Report filters and account settings hide GIFI when not configured
* Configuration setting 'Only Timeout Locks' removed
* Clicking 'Update' no longer clobbers saved invoices and transactions
* Fixed mailing of aging reports (regression since 1.3.42)
* Optimize balance sheet report (use balance snapshots from period closing)
* Reformat UI HTML templates & HTML5 upgrade (from 4.01 Transitional)
* Code cleanup reducing the number of warnings in the server logs
* JavaScript now built using WebPack (no longer using Dojo's build only)
* Removal of licence-incompatible code in utils/lib/
* Performance tuning of UI template handling code
For the full changelog see https://github.com/ledgersmb/LedgerSMB/blob/1.9/Changelog
For a more in-depth coverage of notable changes in this release, please consult the
release notes at https://ledgersmb.org/content/19-release-notes
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.9.0/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.9.0
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.9.0
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.9.0
These are the sha256 checksums of the uploaded files:
7892ceab986c80ccaf4d5722096c21bac2ff9cfdfc240e9681326fb033c50b11 ledgersmb-1.9.0.tar.gz
6d9985c146bb992ba97c3b5bb31e37dbc47204d7011f84dc21c81abb9ed98498 ledgersmb-1.9.0.tar.gz.asc
Hi,
As one of the last steps in the release process leading up to the release
of 1.9.0, there's the release of 1.9.0-rc1, release candidate 1. This
release is considered production ready and provided for general testing and
last-minute bug feedback.
The release notes for the 1.9.0 release apply to this release as well and
can be found at https://ledgersmb.org/content/19-release-notes ; please
report any issues with the release notes just as well as with the released
software!
The release is available as a docker image and can be run using the updated
docker compose file at
https://github.com/ledgersmb/ledgersmb-docker/blob/1.9/docker-compose.yml
or with the docker command:
$ docker pull ledgersmb/ledgersmb:1.9
The release tarball can be downloaded from our download site at
https://download.ledgersmb.org/f/Beta Releases/1.9.0-rc1
Please provide your feedback in reply to this e-mail or as issues filed on
the GitHub site at https://github.com/ledgersmb/LedgerSMB
--
Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
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.8.21
* Prevent draft approval by user without permission (#5984)
* Fix UI consistency (missing CSS class) in purchase invoice (#5988)
* Fix performance problem deleting huge draft transactions (#5993)
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.8.21/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.8.21
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.8.21
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.8.21
These are the sha256 checksums of the uploaded files:
d75d9d4dfbc4dadf02f0a25d3c64a22c348802ca3d926a8c550af4d705d90027 ledgersmb-1.8.21.tar.gz
6659d193b4922d6c11b8c09162484e15bd019e502aebc29faf4942809a997679 ledgersmb-1.8.21.tar.gz.asc
Hey all,
I have not been able to move to the 1.8 series from the 1.7 series. I
think I must not have authentication correct and the 1.8 is expecting a
different setup than previous version.
This is a starman installation. I will backup the DB, move the code into
place and run setup.pl. Setup pops open an error reading:
Localhost:5762 says
Access denied (500): bad username/password
I'm using the same credentials as with 1.7.35.
I can roll back and forth easily, but I don't see what the debug path
should be.
Any help would be appreciated.
Louis
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.8.20
* Fix for chart of accounts headings import from CSV (#5987)
* Correctly set the payment account in invoices and transactions (#5801)
* Fix regression in CVE-2021-3693 failing to show errors as popups (#5921)
* Fix regression in CVE-2021-3693 with broken downloads of backups (#5931)
In addition to the above, it should be noted that the Docker images
have been built with a new build procedure which provides better mapping
of Perl dependencies to Debian packages. Due to this change, dependencies
will be updated automatically. Should there be any issues with the images
despite this improvement, please report to the GitHub issue tracker for the
Docker images at: https://github.com/ledgersmb/ledgersmb-docker/issues
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.8.20/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.8.20
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.8.20
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.8.20
These are the sha256 checksums of the uploaded files:
fd9c6dd36e656df592a2a241d1d3c1296e9fc45eb94610beccf5e0eab7db6541 ledgersmb-1.8.20.tar.gz
870128cf20b30f3b17d6d57ccbebd1769190ad72994ad28cd69e869b807d717e ledgersmb-1.8.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.7.35
* Fix for chart of accounts headings import from CSV (#5987)
* Correctly set the payment account in invoices and transactions (#5801)
* Fix regression in CVE-2021-3693 failing to show errors as popups (#5921)
* Fix regression in CVE-2021-3693 with broken downloads of backups (#5931)
In addition to the above, it should be noted that the Docker images
have been built with a new build procedure which provides better mapping
of Perl dependencies to Debian packages. Due to this change, dependencies
will be updated automatically. Should there be any issues with the images
despite this improvement, please report to the GitHub issue tracker for the
Docker images at: https://github.com/ledgersmb/ledgersmb-docker/issues
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.7.35/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.7.35
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.7.35
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.7.35
These are the sha256 checksums of the uploaded files:
ea291741c44c228b8a07e0bd738ada754457af5d9bee861e54057a42a5cd4512 ledgersmb-1.7.35.tar.gz
78e49149a015ac311d75367d88f23083da9648619f976bc17d3acbf165d8e5ce ledgersmb-1.7.35.tar.gz.asc