| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | | |
report data in the text properties.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
to isolate features and make them more generic for reuse by other Ledger users.
|
| | | | |
| | | | |
| | | | |
| | | | | |
and made generic to enable code reuse.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fixed the new ledger mod so that loading leg-new.el is sufficient
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fixes the set-year and set-month functions
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
Fixes regression error introduced by tags command patch
|
| | | | | |\ \
| | | |_|_|/ /
| | |/| | | | |
|
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
Also adds current year and month to the entry prompt.
|
| | | | |\ \
| | | |_|/ /
| | |/| | | |
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | | |
The reconcile package and the xact package didn't provide themselves, and the leg-new
module didn't load up everything it needed.
|
| | | |\ \
| | |_|/ /
| |/| | | |
|
|/ / / /
| | | |
| | | |
| | | | |
Not sure how the changes to the options got into the repot.cc file, but this takes the changes out.
|
| | |\ \
| |_|/ /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fixes bug 514. accounts and commodities output now sorts
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Addes tags command and --values option
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Contrib: Non profit reports: generate only CSV files, better sorting, more flexible hyperlinks & pagebreaks
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The previous version was somewhat confusing anyway. Now it builds a
relatively clear spreadsheet of all categories. It also now outputs CSV.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
MANIFEST.
Previous version of csv2ods.py simply assumed that fields beyond five
would have links to files. This obviously lacked flexibility and was a
silly hard-code. Now, those CSV fields that have link:SOMETHING will
cause a hyperlink to be created to SOMETHING.
Meanwhile, the pagebreak support was similarly hard-coded. Now, any CSV
field that has the word "pagebreak" in it will generate a pagebreak.
The general ledger and cash receipts/disbursement journals have been
modified to make use of these new features in csv2ods.py.
Finally, the --skip-page-break option is now moot in csv2ods.py, so that
is herein removed.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Based on a request from our accountants, I've changed the RUNNING TOTAL
field (which is generally useless to accountants anyway) to be a BALANCE
amount for starting and ending accounts.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We should give the sample MANIFEST for users that want to make sure they
got the script working properly, and to show the sample output.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
I believe this trial balance report will look "more natural" to
accountants.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This fix now has the sort working correctly.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Also, ignore Ledger's Equity: accounts properly.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This includes adding a formatted start date string too.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Our auditing accounts tell us they want accounts sorted by:
Assets
Liabilities
Net Assets
Income
Expenses
in a general ledger report. Generally, I think we should just apply the
same sorting.
Since Ledger doesn't use account codes by default, this is my hack to
solve this problem for now. Maybe there should be an account code tag for
sorting purposes at least?
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add --time-colon option
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The --time-colon option will display the value for a seconds
based commodity as real hours and minutes.
For example 8100 seconds by default will be displayed as 2.25
whereas with the --time-colon option they will be displayed
as 2:15.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fixes bugs 705 and 862.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
fixes the reconcile mode, adds menus for all modes
|
| | | | | | | | |\ \
| | | | | | | |_|/ /
| | | | | | |/| | | |
|
| |_|_|_|_|/ / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
updated tests included.
|
| | | | | | | |\ \
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
specified on the command line but not found.
|
| | |_|_|_|/| |
| |/| | | |/ /
| | | | |/| | |
|
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | | |
Tags command reports all metadat tags in use. With the
values option it reports tags and their values.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
thanks to dk for the is-std defun.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Example was inadvertantly removed
while writing the Automated Transaction section.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Use 'ninja doc' or 'make doc' instead.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Doxygen will only be called when the 'doc' target is built
and one of its input files has changed.
|