I recently raised a bug report #7739 which was reported solved in #7744
thru #7746.
I searched thru the commits and found changes in the
*master/templates/lib* link
as dynatable.html and dynatable.tex,
I downloaded these files and diff'd them against the originals in my
*/opt/ledgersmb/templates/lib/
*structure.
The diff's looked sensible so I overwrote the earlier files and tested for
the problem.
No joy :( The original problem remains.
I AM NOT FAMILIAR WITH GITHUB, so am I doing it correctly, or what is the
correct procedure?
TIA,
--
Howard.
--
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
---------- Forwarded message ---------
From: Howard Lowndes <howard.lowndes(a)gmail.com>
Date: Wed, 29 Nov 2023 at 16:06
Subject: Dropping unwanted databases
To: <users(a)ledgersmb.org>
In the process of setting up LedgerSMB and training users to the system I
have created some, now, unwanted databases.
Is there a way to drop these waifs with lamb_dbadmin or do I have to resort
to postgres?
--
Howard.
--
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
--
Howard.
--
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
I believe I may have discovered a logic bomb between the AR Sales Invoice
and the Credit Invoice, which may also apply to the AP Vendor Invoice and
Debit Invoice though I have not tested the latter.
My understanding is that, because invoice cancellation is not permitted,
the Credit Invoice is intended as a full reversal of a Sales Invoice in all
respects. To my logic this implies that all values entered in the original
Sales Invoice should be faithfully replicated in any matching Credit
Invoice.
In the upper portion of the Sales Invoice this may be the case (it is
untested), but in the lower "Payment" portion of the Credit Invoice it
appears that the monetary value original entered as a positive value in the
Sales Invoice now has to be entered as a negative value in the Credit
Invoice in order to be correctly applied in the accounts.
I have not checked to see if the quantity field for a tracked inventory
item has to be similarly reversed.
All of these comments may also apply to the AP documents Vendor Invoice and
Debit Invoice.
If in fact the practice of the numeric reversal by the operator is intended
to be the practice then I see it as illogical hence my describing it as
"logic bomb" and the correct use of the reversal invoices needs to be
clearly highlighted in documentation.
LedgerSMB version 1.10.25
Calling *General Ledger->Chart of Accounts* in PDF format fails to render
the Credits and Debits. Calling for CSV format presents the values as
shown on the relevant screen.
Regards,
--
Howard.
--
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
---------- Forwarded message ---------
From: Howard Lowndes <howard.lowndes(a)gmail.com>
Date: Thu, 30 Nov 2023 at 10:25
Subject: Default setting not locking in
To: LedgerSMB <users(a)ledgersmb.org>
In *System->Defaults* there is the ability to adjust the paper size
between US Letter and A4.
Although the setting remain adjusted during a current login, it does not
persist a logout but reverts to the default US letter on logging in again.
Minor, but annoying...
Regards,
--
Howard.
--
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
--
Howard.
--
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
---------- Forwarded message ---------
From: Howard Lowndes <howard.lowndes(a)gmail.com>
Date: Thu, 30 Nov 2023 at 07:29
Subject: Enhancement Request
To: <users(a)ledgersmb.org>
In *General Ledger->Chart of Accounts* display would it be possible to add
columns for:
Account type
Contra
Recon
Tax
Summary Account.
This would ensure that all relevant fields are available in the display and
the anticipated column widths would not be excessive. Some displays could
be achieved by imaginative use of font colour (red for Contra??, underscore
for Tax??) in the same way that bold font is used to highlight Headings.
Regards,
--
Howard.
--
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
--
Howard.
--
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
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.4
* Show database and user name in setup.pl consistency result screen (#7714)
* Fix AR/AP transaction Reverse button (#7719, #7717)
* Fix invoices created from API to be in SAVED state (#7733)
* Fix 'New Window' menu item throwing an error (#7735)
* Fix Parts > Group > Add throwing 'Group missing!' (#7737)
Additionally, the Docker images have been fixed with respect to
e-mail configuration, which was broken in case some optional
variables were *not* specified.
For installation instructions and system requirements, see
https://github.com/ledgersmb/LedgerSMB/blob/1.11.4/README.md
The release can be downloaded from our download site at
https://download.ledgersmb.org/f/Releases/1.11.4
The release can be downloaded from GitHub at
https://github.com/ledgersmb/LedgerSMB/releases/tag/1.11.4
Or pulled from the GitHub Container Registry
$ docker pull ghcr.io/ledgersmb/ledgersmb:1.11.4
Or pulled from Docker Hub using the command
$ docker pull ledgersmb/ledgersmb:1.11.4
These are the sha256 checksums of the uploaded files:
892c80635270284307ecb56631889d69e1932336cfbc630778e1190c823a018d ledgersmb-1.11.4.tar.gz
1692e5c0085fd4151a5045dfc2f8e1bd86c4033162fb5ac6ef810c538ee7726d ledgersmb-1.11.4.tar.gz.asc
I'm not looking for anything too elaborate. AR, AP, Income, Expenses,
Inventory, Equity would be fine if there are any samples available for
import.
TIA,
*Spreadsheet::WriteExcel*
*XML::Twig installing this asks questions about installing submodules*
*OpenOffice::OODoc the also asks a question about preferred file format*
*At the point I now have a page to create an account*
--
Howard.
--
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.
At last I have got starman to remain stable and allow a login screen.
I can get the setup.pl screen and I have created a database (manual page 44)
At the stage I'm not getting the screen Fg 5.2. I am getting a screen to
allow me to setup users and I have setup a few users with different
accounting capabilities. I can also manipulate these users to change their
capabilities.
What I am also not getting is the ability to setup a chart of accounts.
If I login as a normal user, not as the dbadmn, I get the greeting page and
the menu lst of my abilities. I tried Genera; Ledger->Chart of Accounts to
see what happened, knowing that I had no CoA, and I got a system error to
the effect that Perl module *Excel::Writer::XLSX probably wasn't installed.
Full error follows:*
*Template error: undef error - Can't locate Excel/Writer/XLSX.pm in @INC
(you may need to install the Excel::Writer::XLSX module) (@INC contains:
/opt/ledgersmb/bin/.. lib old/lib /etc/perl
/usr/local/lib/arm-linux-gnueabihf/perl/5.32.1 /usr/local/share/perl/5.32.1
/usr/lib/arm-linux-gnueabihf/perl5/5.32 /usr/share/perl5
/usr/lib/arm-linux-gnueabihf/perl-base
/usr/lib/arm-linux-gnueabihf/perl/5.32 /usr/share/perl/5.32
/usr/local/lib/site_perl) at lib/LedgerSMB/Template/Plugin/XLSX.pm line 18.*
*BEGIN failed--compilation aborted at lib/LedgerSMB/Template/Plugin/XLSX.pm
line 18.Compilation failed in require at /usr/share/perl5/Module/Runtime.pm
line 314.at lib/LedgerSMB.pm line 667.*
I'll continue when cpan has finished doing t's thing loading the
missing module.
--
Howard.
--
When you want a computer system that works, just choose Linux;
When you want a computer system that works, just, choose Microsoft.