mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add a new Liberty(tm) check format (GtkPrint only)
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17073 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9982dc104a
commit
f034c41dfb
@ -4,6 +4,7 @@ checksdir = ${GNC_CHECKS_DIR}
|
||||
if HAVE_GTK_2_10
|
||||
checks_DATA = \
|
||||
deluxe.chk \
|
||||
liberty.chk \
|
||||
quicken.chk \
|
||||
quicken_wallet.chk
|
||||
else
|
||||
@ -15,6 +16,7 @@ endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
deluxe.chk \
|
||||
liberty.chk \
|
||||
quicken.chk \
|
||||
quicken_wallet.chk \
|
||||
gnomeprint/deluxe.chk \
|
||||
|
23
checks/liberty.chk
Normal file
23
checks/liberty.chk
Normal file
@ -0,0 +1,23 @@
|
||||
[Top]
|
||||
Guid = 378e5740-a2d3-4678-be20-37d14d97b458
|
||||
Title = Liberty(tm) Personal Checks US-Letter
|
||||
Rotation = -90.0
|
||||
Translation = 4;492
|
||||
Show_Grid = false
|
||||
Show_Boxes = false
|
||||
|
||||
[Check Items]
|
||||
Type_1 = PAYEE
|
||||
Coords_1 = 118.0;74.0
|
||||
|
||||
Type_2 = AMOUNT_WORDS
|
||||
Coords_2 = 90.0;96.0
|
||||
|
||||
Type_3 = AMOUNT_NUMBER
|
||||
Coords_3 = 415.0;74.0
|
||||
|
||||
Type_4 = DATE
|
||||
Coords_4 = 323.0;43.0
|
||||
|
||||
Type_5 = NOTES
|
||||
Coords_5 = 90.0;155.0
|
Loading…
Reference in New Issue
Block a user