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
Hi Tim,
Sorry for the late reply. I figured out what the problem is:
On Wed, Aug 12, 2020 at 2:46 AM Tim Conlan <tim(a)number26.org> wrote:
> Gday,
>
> this is the link to the instructions used:
> https://ledgersmb.org/index.php/content/installing-ledgersmb-17
>
> system is Ubuntu 20.04.1 LTS, fresh install on a virtual machine
>
> everything seems to be working thus far, but I've still got a bit of
> setting up to go.
>
We don't list any modules from Perl Core (those that come with Perl by
default on all platforms because they ship with Perl) in our dependency
listing. However, Perl 5.30 - the one in Ubuntu 20.04 - removed
Locale::Codes, which includes Locale::Country.
Meaning that you need to run the correction you did: sudo cpanm
Locale::Country
I'll make sure the Locale::Country dependency is included for perls 5.30
and later!
Thanks for reporting.
Regards,
Erik.
>
> On 12/8/20 9:14 am, Erik Huelsmann wrote:
>
> Hi Tim,
>
> Which installation instructions did you use? Obviously they ended you with
> a broken installion. I'd like to correct them. To help that: which version
> of LedgerSMB are you installing and which OS are you using?
>
> Regards,
>
> Erik
>
> On Tue, Aug 11, 2020, 02:57 Tim Conlan <tim(a)number26.org> wrote:
>
>> after a fresh coffee & a reboot, i tried again, this time got an extra
>> message in syslog:
>>
>> Aug 11 00:51:57 accounts starman[633]: Can't locate Locale/Country.pm in
>> @INC (you may need to install the Locale::Country module) (@INC
>> contains: /usr/local/ledgersmb/bin/.. lib old/lib /etc/perl
>> /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0
>> /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5
>> /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30
>> /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at
>> lib/LedgerSMB/Scripts/setup.pm line 33.
>> Aug 11 00:51:57 accounts starman[633]: BEGIN failed--compilation aborted
>> at lib/LedgerSMB/Scripts/setup.pm line 33.
>> Aug 11 00:51:57 accounts starman[633]: Compilation failed in require at
>> /usr/share/perl5/Module/Runtime.pm line 314.
>>
>> there it is, a missing dependency (Locale::Country)
>>
>>
>> sudo cpanm Locale::Country
>>
>> now it gives me a setup screen. let's hope that's the only (minor)
>> problem.
>>
>> On 10/8/20 5:00 pm, Tim Conlan wrote:
>> > ok, so in syslog I get the following error:
>> >
>> > Aug 10 06:57:27 accounts starman[41720]: Attempt to reload
>> > LedgerSMB/Scripts/setup.pm aborted.
>> > Aug 10 06:57:27 accounts starman[41720]: Compilation failed in require
>> > at /usr/share/perl5/Module/Runtime.pm line 314.
>> >
>> > googling this doesn't reveal much, but I'm thinking a missng dependency.
>> >
>> > any ideas?
>> >
>> > thanks,
>> >
>> > tim.
>> >
>> >
>> >
>> > On 10/8/20 1:28 pm, Tim Conlan wrote:
>> >> Gday folks,
>> >>
>> >>
>> >> currently trying to install version 1.7.18 & have got to the point of
>> >> pointing my browser at <ip-address>/setup.pl, but am getting
>> >> "internal server error"
>> >>
>> >> i'm setting it up on a virtual machine (ubuntu 20.04) & have run
>> >> through the setup procedure - postgres is running & configurable,
>> >> reverse proxy nginx running (can hit it ok from a browser), starman
>> >> appears to be running ok, but no dice on the setup.pl
>> >>
>> >>
>> >> <ip-addy>/login.pl gives me a login screen, but at the moment I've
>> >> got nothing to log in to..
>> >>
>> >>
>> >> is there anywhere I should be looking for logs
>> >> (/var/log/nginx/access/error aren't that enlightening - just error 500)
>> >>
>> >>
>> >> thanks in advance,
>> >>
>> >>
>> >> tim.
>> >> _______________________________________________
>> >> users mailing list -- users(a)lists.ledgersmb.org
>> >> To unsubscribe send an email to users-leave(a)lists.ledgersmb.org
>> >
>> > _______________________________________________
>> > users mailing list -- users(a)lists.ledgersmb.org
>> > To unsubscribe send an email to users-leave(a)lists.ledgersmb.org
>>
>> _______________________________________________
>> users mailing list -- users(a)lists.ledgersmb.org
>> To unsubscribe send an email to users-leave(a)lists.ledgersmb.org
>>
>
> _______________________________________________
> users mailing list -- users(a)lists.ledgersmb.org
> To unsubscribe send an email to users-leave(a)lists.ledgersmb.org
>
>
>
--
Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.