income-gst-statement.scm (gnucash-5.0.tar.bz2) | : | income-gst-statement.scm (gnucash-5.1.tar.bz2) | ||
---|---|---|---|---|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |||
;; Income-GST-Statement.scm : Produce report suitable for | ;; Income-GST-Statement.scm : Produce report suitable for | |||
;; annual income tax returns and periodic VAT/GST reporting. | ;; annual income tax returns and periodic VAT/GST reporting. | |||
;; | ;; | |||
;; Original Income and GST Report designed by Christopher Lam | ;; Original Income and GST Report designed by Christopher Lam | |||
;; Will reuse the Transaction Report with customised options | ;; Will reuse the Transaction Report with customised options | |||
;; and calculated cells. | ;; and calculated cells. | |||
;; | ;; | |||
;; Note: it uses a customised calculated-cells parameter when | ||||
;; calling the trep-engine renderer, with a legacy (vector...) form | ||||
;; instead of the modern association list preferred by trep-engine. | ||||
;; | ||||
;; This program is free software; you can redistribute it and/or | ;; This program is free software; you can redistribute it and/or | |||
;; modify it under the terms of the GNU General Public License as | ;; modify it under the terms of the GNU General Public License as | |||
;; published by the Free Software Foundation; either version 2 of | ;; published by the Free Software Foundation; either version 2 of | |||
;; the License, or (at your option) any later version. | ;; the License, or (at your option) any later version. | |||
;; | ;; | |||
;; This program is distributed in the hope that it will be useful, | ;; This program is distributed in the hope that it will be useful, | |||
;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;; GNU General Public License for more details. | ;; GNU General Public License for more details. | |||
;; | ;; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |