diff options
author | Bradley M. Kuhn <bkuhn@ebb.org> | 2013-02-20 07:59:11 -0500 |
---|---|---|
committer | Bradley M. Kuhn <bkuhn@ebb.org> | 2013-02-20 07:59:11 -0500 |
commit | a8403eac53c069ec7db434f41df0505543985086 (patch) | |
tree | 7964cb485ba49545bfbeb26485b24ec81ad0a3df /contrib/non-profit-audit-reports | |
parent | e606dfd72f7b19b8733e7dc22cd82d8a36006298 (diff) | |
download | fork-ledger-a8403eac53c069ec7db434f41df0505543985086.tar.gz fork-ledger-a8403eac53c069ec7db434f41df0505543985086.tar.bz2 fork-ledger-a8403eac53c069ec7db434f41df0505543985086.zip |
Include better explanation of what this report is for in the comments.
Diffstat (limited to 'contrib/non-profit-audit-reports')
-rwxr-xr-x | contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx b/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx index 58cc75a9..2ca9e3b8 100755 --- a/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx +++ b/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx @@ -1,9 +1,21 @@ #!/usr/bin/perl # cash-receipts-and-disbursments-journals -*- Perl -*- # -# Script to generate a General Ledger report that accountants like +# Script to generate a cash receipts and disbursement joural reports # using Ledger. # +# Accountants sometimes ask for a report called the "cash receipts and +# disbursements journals". From a programmer's perspective, these are two +# reports that have the following properties: +# +# * Receipts: "a list of all transactions in the period where funds +# enter a cash account (i.e., the amount reconciled +# against the cash account is > 0" +# +# * Disbursements: "a list of all transactions in the period where +# funds leave a cash account (i.e., the amount +# reconciled against the cash account is < 0) +# # Copyright (C) 2011, 2012, 2013 Bradley M. Kuhn # # This program gives you software freedom; you can copy, modify, convey, |