gnucash master: New business report for printing receipts

Geert Janssens gjanssens at code.gnucash.org
Mon Dec 22 10:00:49 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/0820090e (commit)
	from  https://github.com/Gnucash/gnucash/commit/7d5f0a66 (commit)



commit 0820090e753049120913b95c85dce3276c2eb695
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Dec 22 15:48:27 2014 +0100

    New business report for printing receipts
    
    This report was originally developped by Manfred Usselman
    Some small tweaks were needed to make it work on current master.
    
    It is designed for and tested with a StarMedia TSP100
    receipt printer using a 72mm  wide print roll.
    However using a different css file the same report
    can be adapted to any printer that can be directly
    used via your OS' print system



Summary of changes:
 src/report/business-reports/Makefile.am            |   3 +
 src/report/business-reports/business-reports.scm   |   1 +
 .../{taxinvoice.css => receipt.css}                |  75 +++--
 src/report/business-reports/receipt.eguile.scm     | 315 +++++++++++++++++++++
 src/report/business-reports/receipt.scm            | 282 ++++++++++++++++++
 5 files changed, 660 insertions(+), 16 deletions(-)
 copy src/report/business-reports/{taxinvoice.css => receipt.css} (58%)
 create mode 100644 src/report/business-reports/receipt.eguile.scm
 create mode 100644 src/report/business-reports/receipt.scm



More information about the gnucash-patches mailing list