Commit graph

75 commits

Author SHA1 Message Date
Martin Michlmayr
980980fb39
Fix a typo 2019-03-28 21:29:50 +07:00
Martin Michlmayr
747772d7f1
Fix reference to ledger issue 2019-03-28 21:18:17 +07:00
Georg J.P. Link
776012db62
oxford comma 2019-03-26 10:35:33 -05:00
Georg J.P. Link
d0277344ad
fix grammar 2019-03-23 12:24:41 -05:00
Gregor
d376f17a0e Fix accidental self-reference of TaxImplication. 2017-08-22 21:46:35 +02:00
Gregor
a0c270ffbe Fix typo in tutorial. 2017-08-22 21:45:46 +02:00
Bradley M. Kuhn
41574bb563 TaxImplication: add the Retirement-Pretax value. 2017-08-20 20:13:20 -07:00
Bradley M. Kuhn
642a4ed7b9 TaxImplication: improve wording on what W2 means
W2 really means it's income reportable as USA federal income by an
employee on their W2.
2017-08-20 20:12:13 -07:00
Bradley M. Kuhn
c0d96d20e5 TaxReporting: new documentation tag for tax info.
This new optional documentation tag goes along with TaxImplication tag
to explain how the TaxImplication ended up being true.
2017-07-10 08:35:52 -07:00
Bradley M. Kuhn
228dc22e03 GrantLocation: new tag to help w/ 990 Schedule I&F
This new tag, for use in Expense accounts, will assist in collecting
data for filing Form 990 Schedule I (for USA domestic grants) and
Schedule F (for foreign grants).
2017-07-10 08:29:36 -07:00
Bradley M. Kuhn
8aa83cee1e E.g. of invoice for conference w/ split IncomeType
An example of an invoice for a conference where the income type is split
between RBI and Donations.  Include a ledger reporting example that
shows the total of donations, and explain in the documentation why
that's useful.
2017-02-23 16:19:41 -08:00
Bradley M. Kuhn
46ff687b0e Example of finding out if an invoice is paid. 2017-02-23 14:40:00 -08: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
Dimitri John Ledkov
3cc181b24a
Fix negative bugs
Signed-off-by: Dimitri John Ledkov <xnox@spi-inc.org>
2016-02-13 12:27:50 -05:00
Bradley M. Kuhn
767c83d533 Additional Program tag already in books.ledger 2014-08-04 22:29:26 -04:00
tripun
369a0b9820 current Coverage report 2014-07-14 18:08:18 +05:30
tripun
45b8d981c2 improved patchwork 2014-07-08 21:32:49 +05:30
tripun
c0135638fc reimplemented precision feature 2014-07-03 00:37:06 +05:30
tripun
e419881701 improved basic precision test 2014-07-02 00:47:05 +05:30
tripun
87837d3875 final example from rounding post 2014-07-02 00:31:19 +05:30
tripun
06a74e7a61 added precision directive test 2014-07-02 00:20:51 +05:30
tripun
49ea0a1380 fixed price debug 2014-07-01 20:19:41 +05:30
tripun
680e25846d more updated logs 2014-07-01 18:50:09 +05:30
tripun
f15d9be613 debugging exchange function in pool.cc 2014-07-01 18:00:36 +05:30
tripun
0c97e80295 more debug logs 2014-07-01 14:48:22 +05:30
tripun
f1f611b1ae patch for ledger to add precision feature 2014-06-30 15:55:26 +05:30
tripun
f7453fff54 added a feature in ledger 2014-06-27 17:55:35 +05:30
tripun
5037c02066 ledger bugs related debug reports 2014-06-20 17:24:29 +05:30
tripun
fa0755e4b5 updated solution 2014-06-20 15:06:36 +05:30
tripun
e32a546ab0 added new files 2014-06-20 14:10:46 +05:30
tripun
244315882f updated doc 2014-06-13 06:57:18 +05:30
tripun
7f02b677fd created proposal doc about rounding 2014-06-12 20:33:20 +05:30
Martin Michlmayr
19d32244e3 Add missing reference 2014-05-18 09:16:16 -04:00
Martin Michlmayr
a5f212dc71 Typo fixes 2014-05-18 09:14:58 -04:00
Martin Michlmayr
620278d220 Cosmetic fixes 2014-04-18 22:32:53 -04:00
Bradley M. Kuhn
78e68f0bd9 W2 is also a valid tag value for TaxImplication: tag. 2013-05-10 17:33:23 -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
9f9ba87e52 Initial documentation of the TaxImplication tag.
Includes declaration in the configuration for TaxImplication tag.
2013-05-10 16:53:04 -04:00
Bradley M. Kuhn
081a2d72b8 Updated documentation on Expense: account requirements. 2013-04-30 15:20:59 -04:00
Bradley M. Kuhn
f0ea3f31bf First documentation for the Entity: tag.
Included also is a ledger command to get the list of all tag values.
2013-04-30 14:42:54 -04:00
Bradley M. Kuhn
1e2c39d3cd Fix awkward descriptions: details on the tags were under the account tag requirements.
Thus, I factored the text regarding the linking to documents that was in the
Expense account section into the section on describing the tags themselves,
and then merely linked back to that.
2013-04-30 14:36:23 -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
8edcae92d3 First documentation of the IncomeType tag. 2013-04-29 17:50:07 -04:00
Bradley M. Kuhn
eb1e2f7aa9 Spacing fix. 2013-04-29 17:44:10 -04:00
Bradley M. Kuhn
6b75627d40 Add example that explains very briefly how tagging works in Ledger CLI.
Since this system relies so heavily on tagging, even though we assume the
reader is generally familiar with Ledger CLI, it's worth ensuring they know
the basics of how tagging works.

Also added herein is the example  used in the text over to the Ledger file
itself.
2013-04-29 17:44:04 -04:00
Bradley M. Kuhn
40e3c779a5 Correct linkage. For relative links, at least with pandoc, I need a # here. 2013-04-29 17:11:10 -04:00