Commit graph

10 commits

Author SHA1 Message Date
Martin Michlmayr
747772d7f1
Fix reference to ledger issue 2019-03-28 21:18:17 +07:00
Bradley M. Kuhn
438e068892 Standardize on 'Expenses" in account names
We've concluded that the top-of-hierarchy account name for Expenses
should be Expenses, not Expense.  This change normalizes the tutorial
text and examples to Expenses.
2016-02-13 10:57:40 -08:00
Martin Michlmayr
620278d220 Cosmetic fixes 2014-04-18 22:32:53 -04:00
Bradley M. Kuhn
18a4125ff7 Initial documentation for Income accounts, including tagging requirements.
Implemented in the config-accounts.ledger is an incomeChecker() function that
matches the documentation requirements.
2013-05-10 17:04:15 -04:00
Bradley M. Kuhn
4a1ce514a5 Add example into the main-org.ledger where the TaxImplication and Entity are required. 2013-05-10 16:56:28 -04:00
Bradley M. Kuhn
3569620d0f Require and Entity and TaxImplication tag for outgoing payments over $10.
This now enforces what was said in the documentation in the previous commit:

   The `TaxImplication:` tag is used for all `Asset:` accounts when the
   transaction includes a payment of $10.00 or more leaving the
   account. .... An [`Entity:` tag](entity-tag) should always go along with a
   TaxImplication tag.
2013-05-10 16:54:44 -04:00
Bradley M. Kuhn
a4a10fc7b0 Initial documentation of the Program: tag.
Includes introduction of the section about making use of these tags.
2013-04-29 19:55:07 -04:00
Bradley M. Kuhn
204faae77f Added Accrued:Accounts Receivable:Main Org and some other trivial changes. 2013-04-29 17:55:14 -04:00
Bradley M. Kuhn
621bc34ecb Add Income:Main Org:Donations account. 2013-04-29 17:54:43 -04:00
Bradley M. Kuhn
8d70db6127 Split out config-npo.ledger into four different files.
I realized that it makes more sense, even if it does create extra files, for
the accounts, commodities and tags declarations of the project to be
carefully split into different files.  It's definitely more didactic to have
separate files for these declarations, to note that they are, in fact,
separable.

More to that point, users who cut-and-paste from this project into their own
setup will likely be least interested in the chart of accounts, which is
likely to be the longest file by far.  The tags will probably be the most
interesting, so it's important they are in a stand-alone file that can be
easily found.
2013-04-29 16:20:05 -04:00