AUDIT: r21403 - gnucash/trunk/checks - [Bug 644977] Add new Quicken Check 21 format

John Ralls jralls at code.gnucash.org
Sun Oct 9 17:05:52 EDT 2011


Author: jralls
Date: 2011-10-09 17:05:52 -0400 (Sun, 09 Oct 2011)
New Revision: 21403
Trac: http://svn.gnucash.org/trac/changeset/21403

Added:
   gnucash/trunk/checks/quicken_check_21.chk
Modified:
   gnucash/trunk/checks/Makefile.am
Log:
[Bug 644977] Add new Quicken Check 21 format

Thanks to Steve Holland <sholland at napervillegi.com>

BP

Modified: gnucash/trunk/checks/Makefile.am
===================================================================
--- gnucash/trunk/checks/Makefile.am	2011-10-09 00:59:53 UTC (rev 21402)
+++ gnucash/trunk/checks/Makefile.am	2011-10-09 21:05:52 UTC (rev 21403)
@@ -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/trunk/checks/quicken_check_21.chk
===================================================================
--- gnucash/trunk/checks/quicken_check_21.chk	                        (rev 0)
+++ gnucash/trunk/checks/quicken_check_21.chk	2011-10-09 21:05:52 UTC (rev 21403)
@@ -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