8d70db6127
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.
23 lines
885 B
Text
23 lines
885 B
Text
; -*- ledger -*-
|
|
; -*- coding: utf-8 -*-
|
|
;
|
|
; config-commodities.ledger: The Ledger CLI commodities declarations for NPO use-case.
|
|
;
|
|
; Copyright © 2013, Bradley M. Kuhn.
|
|
;
|
|
; The copyright holders wish that this document could be placed into the
|
|
; public domain. However, should such a public domain dedication not be
|
|
; possible, the copyright holders grant a waiver and/or license under the
|
|
; 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
|
|
; 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
|
|
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
|
|
|
|
; ############################## COMMODITIES #############################
|
|
|
|
commodity $
|
|
note USD
|
|
format $1,000.00
|
|
nomarket
|
|
|