Discussion:
[Ledger-smb-users] LedgerSMB 1.5.2 released
Erik Huelsmann
2017-01-22 11:04:56 UTC
Permalink
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:

* Redirect '/' to '/login.pl' in Starman (Erik H, #2520)
* Description field too big on GL and invoice screens (Erik H, #2264)
* Remove spurious space in Apache2 example config (Erik H, #2534)
* Credit invoice edit screen looks exactly like regular screen (Erik H, #2550)
* setup.pl admin can't reset user password [regresses 1.5.1] (Erik H, #2555)
* Fix misnamed function in call (Chris T)
* Suppress NOTICEs while creating/upgrading databases (Erik H, #2560)
* Invoice template: 'Paid' row shows even without payments (Erik H, #2569)
* Invoice template: 'Payments' section always printed (Erik H, #2568)


Chris T is Chris Travers
Erik H is Erik Huelsmann


The release can be downloaded from sourceforge at
https://sourceforge.net/projects/ledger-smb/files/Releases/1.5.2/

These are the sha256 checksums of the uploaded files:
6495f29710ea98d26fe49842e193f81af006c56bcb2fcc070a1567f95dc20d77 ledgersmb-1.5.2.tar.gz
86c0e6852bb38168742a428f94127bb6fed647d978a6ef72f973e5e92ba740b0 ledgersmb-1.5.2.tar.gz.asc
Pongrácz István
2017-01-25 13:09:50 UTC
Permalink
Hi,

It is great news, lsmb 1.5.2 is available :)

I just installed it into a minimal debian 8, following the README.
I selected starman to run lsmb.

Postgresql 9.4 up and running, starman listens on *:5762

Using my browser on the local network I can get the login.pl and setup.pl forms.

And here I have an issue with setup.pl:
I can see the two users (postgres and lsmb_dbadmin) but stuck on this screen, as after filling the fields (user/pwd/db name) I can click on the create or login, nothing happens, except I got the same page, not the second step as expected.

Did I miss something?

Thank you!
Best regards,
István
Pongracz Istvan
2017-01-25 14:26:30 UTC
Permalink
Hi,

Here is the debug info about the setup.pl action, where I selected the
lsmb_dbadmin and entered the password and new DB and hit create.


Jan 25 15:07:52 lsmb15 starman[17280]: 2017/01/25 15:07:52 - DEBUG -
LedgerSMB::PSGI::app_initialize bin/lsmb-request.pl (47) -- Begin
Jan 25 15:07:52 lsmb15 starman[17280]: 2017/01/25 15:07:52 - DEBUG -
LedgerSMB::PSGI::request_instantiate bin/lsmb-request.pl (53) -- getting
new LedgerSMB
Jan 25 15:07:52 lsmb15 starman[17280]: 2017/01/25 15:07:52 - DEBUG -
LedgerSMB::new /opt/ledgersmb/tools/../lib/LedgerSMB.pm (187) -- Begin
called from $filename=bin/lsmb-request.pl $line=55 $type=LedgerSMB $argstr=
ref argstr=
Jan 25 15:07:52 lsmb15 starman[17280]: 2017/01/25 15:07:52 - DEBUG -
LedgerSMB::merge /opt/ledgersmb/tools/../lib/LedgerSMB.pm (620) -- begin
caller $filename=/opt/ledgersmb/tools/../lib/LedgerSMB.pm $line=396
Jan 25 15:07:52 lsmb15 starman[17280]: 2017/01/25 15:07:52 - DEBUG -
LedgerSMB::merge /opt/ledgersmb/tools/../lib/LedgerSMB.pm (661) -- end
caller $filename=/opt/ledgersmb/tools/../lib/LedgerSMB.pm $line=396
Jan 25 15:07:52 lsmb15 starman[17280]: 2017/01/25 15:07:52 - DEBUG -
LedgerSMB::_set_script_name /opt/ledgersmb/tools/../lib/LedgerSMB.pm (352)
-- $self->{script} = setup.pl $self->{action} =
Jan 25 15:07:52 lsmb15 starman[17280]: 2017/01/25 15:07:52 - DEBUG -
LedgerSMB::new /opt/ledgersmb/tools/../lib/LedgerSMB.pm (220) -- End
Jan 25 15:07:52 lsmb15 starman[17280]: 2017/01/25 15:07:52 - DEBUG -
LedgerSMB::PSGI::request_instantiate bin/lsmb-request.pl (57) -- Got
$request=LedgerSMB=HASH(0x45c3310)
Jan 25 15:07:52 lsmb15 starman[17280]: 2017/01/25 15:07:52 - DEBUG -
LedgerSMB::PSGI::get_script bin/lsmb-request.pl (6) -- $ENV{SCRIPT_NAME}=/
setup.pl $request->{action}=__default $script=setup.pl
Jan 25 15:07:52 lsmb15 starman[17280]: 2017/01/25 15:07:52 - DEBUG -
LedgerSMB::PSGI::try {...} bin/lsmb-request.pl (136) -- calling setup.pl
Jan 25 15:07:54 lsmb15 starman[17280]: 2017/01/25 15:07:54 - DEBUG -
LedgerSMB::Template::render
/opt/ledgersmb/tools/../lib/LedgerSMB/Template.pm (359) -- before self
output
Jan 25 15:07:54 lsmb15 starman[17280]: 2017/01/25 15:07:54 - DEBUG -
LedgerSMB::Template::render
/opt/ledgersmb/tools/../lib/LedgerSMB/Template.pm (361) -- after self output
Jan 25 15:07:54 lsmb15 starman[17280]: 2017/01/25 15:07:54 - DEBUG -
LedgerSMB::PSGI::try {...} bin/lsmb-request.pl (139) -- after calling
script=setup.pl action=__default $request->{dbh}=
Jan 25 15:07:54 lsmb15 starman[17280]: 2017/01/25 15:07:54 - DEBUG -
LedgerSMB::PSGI::request_cleanup bin/lsmb-request.pl (124) -- End
Post by Pongrácz István
Hi,
I can see the two users (postgres and lsmb_dbadmin) but stuck on this
screen, as after filling the fields (user/pwd/db name) I can click on the
create or login, nothing happens, except I got the same page, not the
second step as expected.
Loading...