Skip to content

Commit

Permalink
Add a new report: Customer Summary.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cstim committed Dec 29, 2010
1 parent 0a156be commit 6d44330
Show file tree
Hide file tree
Showing 3 changed files with 1,044 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/report/business-reports/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions src/report/business-reports/business-reports.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading

0 comments on commit 6d44330

Please sign in to comment.