-
In version 1.2.7, there is a bug in the system of processing a sales invoice with an assembly. Only the first part item in each assembly is recorded in the invoice table and hence the COGS for the whole assembly is taken as the cost of just that one part. The corresponding inventory account is similarly incorrect.
The bug is in IS.pm on line 1526 where the statement handle over which we are...
2007-08-06 17:03:30 UTC in LedgerSMB
-
In version 1.1.7, using the -d option fails when the
target day has a single digit. The code runs, but does
not match any log entries. This is due to fwreport
padding the day with a leading zero while (in my setups
at least) the system log pads the day with a leading space.
This issue is resolved by changing the date format
specifier on line 154 to '%e'.
2004-02-05 09:44:35 UTC in FWReport: Firewall Reporter for IPTables
-
When trying to run a report for the last day of the
month, we get an "Invalid date error." and the script
terminates.
The bug is in validate_date() where the inequality
should be <= rather than just <. The (trivial) patch is
attached.
Pete.
2003-07-02 08:58:16 UTC in FWReport: Firewall Reporter for IPTables