Cosmetic fixes
This commit is contained in:
parent
78e68f0bd9
commit
620278d220
5 changed files with 10 additions and 10 deletions
|
@ -11,7 +11,7 @@
|
||||||
; terms of CC0-1.0, as published by Creative Commons, Inc. A copy of CC0-1.0
|
; terms of CC0-1.0, as published by Creative Commons, Inc. A copy of CC0-1.0
|
||||||
; can be found in the same repository as this README.md file under the
|
; can be found in the same repository as this README.md file under the
|
||||||
; filename CC0-1.0.txt. If this document has been separated from the
|
; filename CC0-1.0.txt. If this document has been separated from the
|
||||||
; repository, a [copy of CC0-1.0 can be found on Creative Commons' website at
|
; repository, a copy of CC0-1.0 can be found on Creative Commons' website at
|
||||||
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
|
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
|
||||||
|
|
||||||
; ############################## GENERAL/SHARED ACCOUNTS #######################
|
; ############################## GENERAL/SHARED ACCOUNTS #######################
|
||||||
|
@ -45,7 +45,7 @@ account Accrued:Accounts Payable:Main Org
|
||||||
; Organizational Expense Accounts
|
; Organizational Expense Accounts
|
||||||
|
|
||||||
; NOTE: the payee =~ test is *not* included herein and must be cut-and-pasted
|
; NOTE: the payee =~ test is *not* included herein and must be cut-and-pasted
|
||||||
; to the assert in ever Expense account because of the following bug:
|
; to the assert in every Expense account because of the following bug:
|
||||||
; http://bugs.ledger-cli.org/show_bug.cgi?id=953
|
; http://bugs.ledger-cli.org/show_bug.cgi?id=953
|
||||||
|
|
||||||
define expenseChecker() = (tag("Receipt") !~ /^\s*$/ or tag("Invoice") !~ /^\s*$/ or tag("Statement") !~ /^\s*$/) and tag("Program") !~ /^\s*$/
|
define expenseChecker() = (tag("Receipt") !~ /^\s*$/ or tag("Invoice") !~ /^\s*$/ or tag("Statement") !~ /^\s*$/) and tag("Program") !~ /^\s*$/
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
; terms of CC0-1.0, as published by Creative Commons, Inc. A copy of CC0-1.0
|
; terms of CC0-1.0, as published by Creative Commons, Inc. A copy of CC0-1.0
|
||||||
; can be found in the same repository as this README.md file under the
|
; can be found in the same repository as this README.md file under the
|
||||||
; filename CC0-1.0.txt. If this document has been separated from the
|
; filename CC0-1.0.txt. If this document has been separated from the
|
||||||
; repository, a [copy of CC0-1.0 can be found on Creative Commons' website at
|
; repository, a copy of CC0-1.0 can be found on Creative Commons' website at
|
||||||
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
|
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
|
||||||
|
|
||||||
; ############################## COMMODITIES #############################
|
; ############################## COMMODITIES #############################
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
; terms of CC0-1.0, as published by Creative Commons, Inc. A copy of CC0-1.0
|
; terms of CC0-1.0, as published by Creative Commons, Inc. A copy of CC0-1.0
|
||||||
; can be found in the same repository as this README.md file under the
|
; can be found in the same repository as this README.md file under the
|
||||||
; filename CC0-1.0.txt. If this document has been separated from the
|
; filename CC0-1.0.txt. If this document has been separated from the
|
||||||
; repository, a [copy of CC0-1.0 can be found on Creative Commons' website at
|
; repository, a copy of CC0-1.0 can be found on Creative Commons' website at
|
||||||
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
|
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
|
||||||
|
|
||||||
!include config-commodities.ledger
|
!include config-commodities.ledger
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
; terms of CC0-1.0, as published by Creative Commons, Inc. A copy of CC0-1.0
|
; terms of CC0-1.0, as published by Creative Commons, Inc. A copy of CC0-1.0
|
||||||
; can be found in the same repository as this README.md file under the
|
; can be found in the same repository as this README.md file under the
|
||||||
; filename CC0-1.0.txt. If this document has been separated from the
|
; filename CC0-1.0.txt. If this document has been separated from the
|
||||||
; repository, a [copy of CC0-1.0 can be found on Creative Commons' website at
|
; repository, a copy of CC0-1.0 can be found on Creative Commons' website at
|
||||||
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
|
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
|
||||||
|
|
||||||
; ################################# TAGS ################################
|
; ################################# TAGS ################################
|
||||||
|
|
|
@ -51,7 +51,7 @@ ensure that only accounts you declared explicitly will used.
|
||||||
Asset accounts represent anything that's owned. Typically, these are
|
Asset accounts represent anything that's owned. Typically, these are
|
||||||
primarily your cash accounts, or anything that's completely liquid.
|
primarily your cash accounts, or anything that's completely liquid.
|
||||||
|
|
||||||
Many accounting tutorial materials will note that Loans, accounts receivable
|
Many accounting tutorial materials will note that loans, accounts receivable
|
||||||
and other receivables are assets as well. Most accountants will
|
and other receivables are assets as well. Most accountants will
|
||||||
say that they are, but with regard to accounts called "Assets", this system
|
say that they are, but with regard to accounts called "Assets", this system
|
||||||
uses the account hierarchy `Assets:` only for tangible, liquid,
|
uses the account hierarchy `Assets:` only for tangible, liquid,
|
||||||
|
@ -338,7 +338,7 @@ The possible values for this field are:
|
||||||
`Entity` is an incorporated entity the USA (i.e., "Inc."), and therefore no
|
`Entity` is an incorporated entity the USA (i.e., "Inc."), and therefore no
|
||||||
1099 is required.
|
1099 is required.
|
||||||
|
|
||||||
* `USA-501c3`, , indicating that the NPO has established that the `Entity`
|
* `USA-501c3`, indicating that the NPO has established that the `Entity`
|
||||||
has federal 501(c)(3) status in the USA, and therefore no 1099 is required.
|
has federal 501(c)(3) status in the USA, and therefore no 1099 is required.
|
||||||
|
|
||||||
* `Refund`, indicating that the amount is a refund owed to the `Entity` from
|
* `Refund`, indicating that the amount is a refund owed to the `Entity` from
|
||||||
|
@ -354,7 +354,7 @@ The possible values for this field are:
|
||||||
* `USA-LLC-No-1099`, indicating that the `Entity` is an LLC, but not the type
|
* `USA-LLC-No-1099`, indicating that the `Entity` is an LLC, but not the type
|
||||||
of LLC for which the USA requires issuing a 1099.
|
of LLC for which the USA requires issuing a 1099.
|
||||||
|
|
||||||
* `Loan`, indicating that the `Entity` is receiving these funds as a Loan
|
* `Loan`, indicating that the `Entity` is receiving these funds as a loan
|
||||||
that is expected to be paid back.
|
that is expected to be paid back.
|
||||||
|
|
||||||
#### Program Tag
|
#### Program Tag
|
||||||
|
@ -367,7 +367,7 @@ some specific conference).
|
||||||
|
|
||||||
The Program tag is always a string with the same format as a Ledger CLI
|
The Program tag is always a string with the same format as a Ledger CLI
|
||||||
account (primarily for use with Ledger CLI's `--pivot` and `--group-by`,
|
account (primarily for use with Ledger CLI's `--pivot` and `--group-by`,
|
||||||
[as described later](#testing-program-success).
|
[as described later](#testing-program-success)).
|
||||||
|
|
||||||
### Account Type Documentation Requirements
|
### Account Type Documentation Requirements
|
||||||
|
|
||||||
|
@ -430,7 +430,7 @@ Each `Income:` account must have the following tags:
|
||||||
* One of: [`Invoice:`](#invoice-tag),
|
* One of: [`Invoice:`](#invoice-tag),
|
||||||
[`PurchaseOrder:`](#purchase-order-tag),
|
[`PurchaseOrder:`](#purchase-order-tag),
|
||||||
[`Statement:`](#statement-tag) or
|
[`Statement:`](#statement-tag) or
|
||||||
[`Contract`](#contract-tag). (Exceptions to this requirement are as follows:
|
[`Contract`](#contract-tag). Exceptions to this requirement are as follows:
|
||||||
+ the income generated from the transaction is less than $800, or
|
+ the income generated from the transaction is less than $800, or
|
||||||
+ the `IncomeType` is `RBI` and the income is for a defined, public
|
+ the `IncomeType` is `RBI` and the income is for a defined, public
|
||||||
program (such as conference registration)
|
program (such as conference registration)
|
||||||
|
|
Loading…
Reference in a new issue