We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb366b0 commit e25d56fCopy full SHA for e25d56f
Changes
@@ -1,6 +1,6 @@
1
Revision history for SQL-Ledger, starting with version 3.0.0
2
3
-Not Released
+3.2.12.53 2025-01-25
4
- new option in transaction reports to display the notes for customers or vendors
5
- warning if payment date is not a working day
6
- new filter for transaction date in all payment reports
SL/Form.pm
@@ -127,7 +127,7 @@ sub new {
127
128
$self->{version} = "3.2.12";
129
$self->{dbversion} = "3.2.4";
130
- $self->{version2} = "tekki 3.2.12.52";
+ $self->{version2} = "tekki 3.2.12.53";
131
$self->{dbversion2} = 49;
132
$self->{cssversion} = 53;
133
0 commit comments