r22245 - gnucash/trunk/checks - Bug #677572 - 3-part check format

Geert Janssens gjanssens at code.gnucash.org
Wed Jun 27 13:43:26 EDT 2012


Author: gjanssens
Date: 2012-06-27 13:43:26 -0400 (Wed, 27 Jun 2012)
New Revision: 22245
Trac: http://svn.gnucash.org/trac/changeset/22245

Added:
   gnucash/trunk/checks/quicken_3part.chk
Modified:
   gnucash/trunk/checks/Makefile.am
Log:
Bug #677572 - 3-part check format
Created by Andrew Hunt

Modified: gnucash/trunk/checks/Makefile.am
===================================================================
--- gnucash/trunk/checks/Makefile.am	2012-06-27 16:02:44 UTC (rev 22244)
+++ gnucash/trunk/checks/Makefile.am	2012-06-27 17:43:26 UTC (rev 22245)
@@ -7,12 +7,7 @@
 	quicken.chk \
 	quicken_wallet.chk \
 	voucher.chk \
-	quicken_check_21.chk
+	quicken_check_21.chk \
+	quicken_3part.chk
 
-EXTRA_DIST = \
-	deluxe.chk \
-	liberty.chk \
-	quicken.chk \
-	quicken_wallet.chk \
-	voucher.chk \
-	quicken_check_21.chk
\ No newline at end of file
+EXTRA_DIST = ${checks_DATA}

Added: gnucash/trunk/checks/quicken_3part.chk
===================================================================
--- gnucash/trunk/checks/quicken_3part.chk	                        (rev 0)
+++ gnucash/trunk/checks/quicken_3part.chk	2012-06-27 17:43:26 UTC (rev 22245)
@@ -0,0 +1,74 @@
+[Top]
+Guid = 593b2f70-afe8-11e1-afa6-0800200c9a66
+Title = Quicken/QuickBooks (tm) US-Letter 3-part
+Rotation = 0.0
+Translation = 0.0;4.0
+Show_Grid = false
+Show_Boxes = false
+Font = Sans 10
+
+[Check Positions]
+Height = 252.0
+Names = Top;Middle;Bottom
+
+[Check Items]
+Type_1 = PAYEE
+Coords_1 = 90.0;102.0;400.0;20.0
+
+Type_2 = AMOUNT_WORDS
+Coords_2 = 90.0;132.0
+
+Type_3 = AMOUNT_NUMBER
+Blocking_Chars_3 = false
+Coords_3 = 500.0;102.0
+
+Type_4 = DATE
+Coords_4 = 500.0;67.0
+
+Type_5 = NOTES
+Coords_5 = 50.0;212.0
+
+Type_6 = ADDRESS
+Coords_6 = 90.0;192.0
+
+Type_7 = DATE
+Coords_7 = 50.0;273.0
+
+Type_8 = PAYEE
+Coords_8 = 124.0;273.0
+
+Type_9 = SPLITS_ACCOUNT
+Coords_9 = 229.0;427.0;250.0;150.0
+
+Type_10 = SPLITS_AMOUNT
+Coords_10 = 529.0;427.0;60.0;150.0
+Align_10 = right
+
+Type_11 = NOTES
+Coords_11 = 50.0;450.0
+
+Type_12 = AMOUNT_NUMBER
+Blocking_Chars_12 = false
+Coords_12 = 529.0;450.0;60.0;20.0
+Align_12 = right
+
+Type_13 = DATE
+Coords_13 = 50.0;523.0
+
+Type_14 = PAYEE
+Coords_14 = 124.0;523.0
+
+Type_15 = SPLITS_ACCOUNT
+Coords_15 = 229.0;677.0;250.0;150.0
+
+Type_16 = SPLITS_AMOUNT
+Coords_16 = 529.0;677.0;60.0;150.0
+Align_16 = right
+
+Type_17 = NOTES
+Coords_17 = 50.0;700.0
+
+Type_18 = AMOUNT_NUMBER
+Blocking_Chars_18 = false
+Coords_18 = 529.0;700.0;60.0;20.0
+Align_18 = right



More information about the gnucash-changes mailing list