AUDIT: r21409 - gnucash/branches/2.4/checks - [Bug 644977] Add new Quicken Check 21 format
John Ralls
jralls at code.gnucash.org
Sun Oct 9 17:07:27 EDT 2011
Author: jralls
Date: 2011-10-09 17:07:27 -0400 (Sun, 09 Oct 2011)
New Revision: 21409
Trac: http://svn.gnucash.org/trac/changeset/21409
Added:
gnucash/branches/2.4/checks/quicken_check_21.chk
Modified:
gnucash/branches/2.4/checks/Makefile.am
Log:
[Bug 644977] Add new Quicken Check 21 format
Thanks to Steve Holland <sholland at napervillegi.com>
BP
Modified: gnucash/branches/2.4/checks/Makefile.am
===================================================================
--- gnucash/branches/2.4/checks/Makefile.am 2011-10-09 21:06:40 UTC (rev 21408)
+++ gnucash/branches/2.4/checks/Makefile.am 2011-10-09 21:07:27 UTC (rev 21409)
@@ -6,11 +6,13 @@
liberty.chk \
quicken.chk \
quicken_wallet.chk \
- voucher.chk
+ voucher.chk \
+ quicken_check_21.chk
EXTRA_DIST = \
deluxe.chk \
liberty.chk \
quicken.chk \
quicken_wallet.chk \
- voucher.chk
\ No newline at end of file
+ voucher.chk \
+ quicken_check_21.chk
\ No newline at end of file
Added: gnucash/branches/2.4/checks/quicken_check_21.chk
===================================================================
--- gnucash/branches/2.4/checks/quicken_check_21.chk (rev 0)
+++ gnucash/branches/2.4/checks/quicken_check_21.chk 2011-10-09 21:07:27 UTC (rev 21409)
@@ -0,0 +1,42 @@
+[Top]
+Guid = 2cbc5758-40e6-4813-af5d-c2d592f26f82
+Title = Quicken Check-21
+Rotation = 0.0
+Translation = 0.0;4.0
+Show_Grid = false
+Show_Boxes = false
+
+[Check Positions]
+Height = 204.5
+Names = Top;Middle;Bottom
+
+[Check Items]
+Type_1 = PAYEE
+Coords_1 = 231.0;73.0
+
+Type_2 = AMOUNT_WORDS
+Coords_2 = 200.0;93.0
+
+Type_3 = AMOUNT_NUMBER
+Blocking_Chars_3 = true
+Coords_3 = 518.0;73.0
+
+Type_4 = DATE
+Coords_4 = 530.0;50.0
+
+Type_5 = NOTES
+Coords_5 = 220.0;155.0
+
+# stub
+
+Type_6 = DATE
+Coords_6 = 36.0;53.0
+
+Type_7 = PAYEE
+Coords_7 = 26.0;78.0;150.0;12.0
+
+Type_8 = AMOUNT_NUMBER
+Coords_8 = 50.0;114.0
+
+Type_9 = NOTES
+Coords_9 = 28.0;139.0;150.0;12.0
More information about the gnucash-changes
mailing list