summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Receipt/Invoice are additional information thus better if they're final columns.Bradley M. Kuhn2012-09-082-3/+4
* First pass technical study of creating ODS from ledgerTom Marble2012-09-086-3/+2256
* Updated copyright notice to reflect reality.Bradley M. Kuhn2012-09-071-1/+2
* Added additional transaction to test data, this one has both Receipt and Invo...Bradley M. Kuhn2012-09-073-0/+111
* Fixed 2010/01/01 test data and added an invoice for it.Bradley M. Kuhn2012-09-072-3/+2
* Merge branch 'contrib-non-profit-annual-audit-reports' of gitorious.org:ledge...Bradley M. Kuhn2012-09-076-2/+25
|\
| * Changed general-ledger-report.plx to use tags for Receipt and Invoice (was %N)Tom Marble2012-09-076-2/+25
* | Don't use all caps for tags in test data.Bradley M. Kuhn2012-09-071-3/+3
|/
* Make test data slightly more realistic.Bradley M. Kuhn2012-09-071-1/+1
* There needs to be at least 3 args here, clearly.Bradley M. Kuhn2012-09-071-1/+1
* A few fixes to make this work with Ledger 3.x instead of 2.6.2Bradley M. Kuhn2012-09-071-5/+5
* Switch ledger binary to /usr/local/bin/ledger.Bradley M. Kuhn2012-09-071-1/+1
* General ledger reporting script, used for preparing a report for non-profit a...Bradley M. Kuhn2012-09-071-0/+128
* Initial test data for the non-profit-audit-reports contrib application.Bradley M. Kuhn2012-09-063-0/+26
* contrib/non-profit-audit-reports/ directory will be a small GPLv3'd application.Bradley M. Kuhn2012-09-062-0/+688
* vim. small fixes for syntax highlightingJohann Klähn2012-04-221-4/+5
* vim. add indent fileJohann Klähn2012-04-221-0/+46
* vim. update syntax fileJohann Klähn2012-04-221-9/+22
* vim. set commentstringJohann Klähn2012-04-221-1/+2
* vim. fix handling of automated/recurring xactsJohann Klähn2011-07-311-7/+12
* vim. improve completion and cache invalidationJohann Klähn2011-07-311-10/+41
* vim. allow cleared state for single postingsJohann Klähn2011-07-311-5/+10
* vim. add completion cache and payee completionJohann Klähn2011-05-091-32/+82
* vim. update documentation somewhatJohann Klähn2011-05-093-43/+20
* vim. correctly parse first lines of transactionsJohann Klähn2011-05-091-4/+14
* vim. fix highlighting of accountsVladimir Parfinenko2011-02-271-1/+1
* vim. fix unset completion typeJohann Klähn2011-01-041-0/+1
|\
| * vim. add syntax highlighting for tag/popJohann Klähn2010-06-111-2/+12
* | vim. highlight typed tagsJohann Klähn2010-10-071-2/+4
* | vim. parse comments at eol in parse_body()Johann Klähn2010-09-151-13/+18
* | vim. highlight metadata on same line as postingJohann Klähn2010-09-151-1/+1
* | vim. fix off-by-one bug in ToggleTransactionStateJohann Klähn2010-09-151-1/+1
* | vim. fix issue with description in from_lnum()Johann Klähn2010-09-151-3/+4
* | vim. fix highlighting of comments at end of lineJohann Klähn2010-09-131-1/+2
* | vim. change syntax file to allow comments at eolJohann Klähn2010-09-131-31/+24
* | vim. remove tag completion for nowJohann Klähn2010-09-121-64/+5
* | vim. avoid misinterpretion of 1 char wordsJohann Klähn2010-09-121-1/+1
* | vim. check for most common case first (parse_body)Johann Klähn2010-09-081-7/+7
* | vim. add LedgerToggleTransactionState()Johann Klähn2010-09-081-6/+31
* | vim. make sure cursor/line is on a transactionJohann Klähn2010-09-081-0/+5
* | vim. update s:get_columns()Johann Klähn2010-09-081-8/+16
* | vim. get transactions in a range of linesJohann Klähn2010-09-081-0/+35
* | vim. fix return type of s:transaction.from_lnum()Johann Klähn2010-09-081-2/+2
* | vim. add function to parse postingsJohann Klähn2010-09-081-0/+75
* | vim. add case of automatic transactionsJohann Klähn2010-09-081-2/+17
* | vim. reimplement function to change stateJohann Klähn2010-09-081-1/+14
* | vim. allow use of 0 as timestampJohann Klähn2010-09-081-1/+1
* | vim. add function to modify actual/effective dateJohann Klähn2010-09-081-0/+35
* | vim. introduce basic transaction 'class'/conceptJohann Klähn2010-09-081-27/+54
* | vim. add function to change item state ~ reconcileJohann Klähn2010-09-071-0/+35