Add a new report: Customer Summary.

This report shows a table of all customers and the sales, profit, and markup
in that table.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19993 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2010-12-29 21:40:21 +00:00
parent 0a156be0ce
commit 6d44330b71
3 changed files with 1044 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report
gncscmmod_DATA = \
aging.scm \
business-reports.scm \
customer-summary.scm \
easy-invoice.scm \
fancy-invoice.scm \
taxinvoice.scm \
@@ -107,6 +107,7 @@
(use-modules (gnucash report job-report))
(use-modules (gnucash report payables))
(use-modules (gnucash report receivables))
(use-modules (gnucash report customer-summary))
(define gnc:invoice-report-create gnc:invoice-report-create-internal)
File diff suppressed because it is too large Load Diff