git ssb

0+

cel / freecheck



Tree: ff3eb6182008ac4289c03fd10df56dc7118f7fea

Files: ff3eb6182008ac4289c03fd10df56dc7118f7fea / ChangeLog

1967 bytesRaw
1+ added
2- removed
3* bug fix
4% change
5
6Version 0.3, October 15, 2002
7 + Support for multiple check layouts.
8 + Quicken/QuickBooks compatible check layouts.
9 + EPS logo support
10 + New check blank definitions, MVD3003 and MVP3001.
11 + PostScript string substitution proc
12 % modified FixMICR to use new string substitution proc
13 * fixed bug where defaults would override the command line
14 * fixed bug where ShowAndCR would leave arguments on the stack
15 * modified some loops to use repeat since they where not
16 using the index number that was being pushed on the stack by
17 'for' and were not popping it off either.
18
19
20Version 0.21, August 12, 2000
21 % Changed the way the MICR line is generated & entered
22 (See the freecheck.cfg file for details - it's changed)
23 Previous algorithm was not flexible enough to generate
24 many MICR lines out there. Should now handle all cases.
25 + Added MICR line error checking - routing number checksum, etc.
26 (Disabled with --test option)
27
28Version 0.2, July 22, 2000
29 + Added error checking for nonexistant acct/style/blank
30 + Added options to show available accts/styles/blanks
31 + Added centimeter ("cm") def - dims can now be in cm
32 % Changed style section definition a bit (no "CheckHeight mul")
33 + Added --cgi option to pass config from another script (cgi)
34 + Added simple cgi script to accomplish above interface...
35 + cgi script uses cookies to save parameters
36 * Strip whitespace from end of lines in config file
37 + Replace dash ("-") in account number with dash symbol, if entered
38 + Made number of digits in check number configurable (leading 0's)
39 Cleaned up PostScript a bit:
40 % Prints acct number left of routing number for large checks
41 (and changed logic around check number string a bit)
42 - Removed commented-out sections
43 * Only prints stub when check body is printed
44 * Only prints check border lines if --test requested
45
46Version 0.1, July 16, 2000
47 First semi-distributed version
48
49
50
51
52

Built with git-ssb-web