John Wiegley
63712728e1
Properly handle metadata tags on auto-postings
2012-11-12 02:30:04 -06:00
John Wiegley
484e54c2b3
Fixed a regression test
2012-11-12 02:30:04 -06:00
John Wiegley
29359f3a87
Account names in auto-xacts can be format strings
2012-11-12 02:30:04 -06:00
Craig Earls
e77e9d692a
Merge branch 'next' of https://github.com/jwiegley/ledger into next
2012-11-06 14:04:27 -07:00
Craig Earls
dc24ea7217
Fixe } bug
2012-11-06 14:03:49 -07:00
John Wiegley
3a766aa7c5
Merge pull request #104 from csrhodes/next
...
justification
2012-11-06 12:49:09 -08:00
Christophe Rhodes
a6d40ada1f
right-justify amount_expr text in print report where possible
2012-11-06 12:31:01 +00:00
Christophe Rhodes
8214a69e20
fix comment in display_filter_posts::output_rounding(post_t)
...
slightly more detail in the case of zero display_amount and --empty
not specified.
2012-11-06 12:31:01 +00:00
John Wiegley
ab887ad7d7
README-1ST changes
2012-11-02 14:09:30 -05:00
Craig Earls
71ecd4ef79
re-fixed draft and lisp command documentation
2012-11-01 16:03:58 -07:00
John Wiegley
ae5325f0a9
Guard against global_scope being NULL
2012-10-31 14:57:19 -05:00
John Wiegley
4d6564e29d
Merge pull request #101 from OpenTechStrategies/readme-1st-tweaks
...
Give explicit installation command in README-1ST.
2012-10-31 12:55:43 -07:00
Karl Fogel
1ad1f34961
Give explicit installation command in README-1ST.
2012-10-31 15:32:15 -04:00
John Wiegley
30cea9b5d5
Merge pull request #100 from OpenTechStrategies/readme-1st-tweaks
...
Improve wording from commit c5a15a556a .
2012-10-31 12:29:42 -07:00
Karl Fogel
f89c84e200
Fix path to debug build given in README-1ST.
2012-10-31 15:27:26 -04:00
Karl Fogel
4203cf4e91
Improve wording from commit c5a15a556a.
2012-10-31 15:07:59 -04:00
John Wiegley
ab5dd39be4
Merge pull request #97 from enderw88/Bug726-727-draft-and-lisp-command
...
Added "draft" and "lisp" command synonyms
2012-10-31 12:03:22 -07:00
John Wiegley
cb1101a3f6
Merge pull request #99 from OpenTechStrategies/readme-1st-tweaks
...
Add some material to README-1ST, along with a couple of formatting chang...
2012-10-31 12:03:07 -07:00
Karl Fogel
c5a15a556a
Add some material to README-1ST, along with a couple of formatting changes.
...
Give an early pointer to where to look if 'acprep update' fails.
Clarify a few things in the first section.
Give sections clearer headers, so they can be more easily referred to.
Add a FAQ entry about what to do if './acprep update' gives errors.
Update FAQ entry about MPFR library to refer to above new entry.
2012-10-31 14:54:55 -04:00
John Wiegley
3b9b2cf908
Corrected a typo
2012-10-31 00:14:47 -05:00
Craig Earls
0ff33003e8
Minor grammatical fixes
2012-10-26 20:13:20 -07:00
Craig Earls
5c5c6463c7
Added missing break; statement in report.cc
2012-10-26 15:46:10 -07:00
Craig Earls
10180f0fff
Added "draft" and "lisp" command synonyms
2012-10-26 13:33:27 -07:00
Craig Earls
bd3c13e2a2
Documented removal of draft and lisp commands in the 2.6 changes chapter
2012-10-26 10:49:22 -07:00
Craig Earls
e3cd1045d5
Bugs 726 and 727. Remove reference to draft and lisp commands in man page
2012-10-26 09:59:20 -07:00
John Wiegley
7cee6c559b
Merge pull request #96 from enderw88/Bug634-floor-ceil-round
...
Bug 634 and 488, Corrected behavior of floor, and added ceiling
2012-10-26 08:31:57 -07:00
Craig Earls
b044a74bd3
Bug 634 and 488, Corrected behavior of floor, and added ceiling
...
This is only a partial fix for 634, since rounding is not fixed.
2012-10-25 22:28:26 -07:00
John Wiegley
34ca6b3991
Merge pull request #95 from enderw88/Bug695-init-file
...
Bug695 init file
2012-10-25 12:52:03 -07:00
John Wiegley
de729114d1
Merge pull request #92 from kljohann/bugs.bucket
...
fix bucket directive (bug 765)
2012-10-25 12:50:30 -07:00
Craig Earls
4b261f99bc
Fixes Bug 695, ledger ignores --init-file
...
Handle --init-file as a special command option like the debug options.
That wway we can have the argument captured before teh global scope is
created.
2012-10-25 10:39:48 -07:00
Craig Earls
41cc9a7f3c
Added filebase and filepath values
...
'filename' returns the complete path/filename of the file containg the current xact.
This is inconvenient for some displays. filebase returns only the base name. For
completeness added filepath as well.
2012-10-23 14:10:19 -07:00
Craig Earls
14dcb27777
Implemented Bug551 Automatic Transactions are cleared base on parent
2012-10-23 13:07:39 -07:00
Craig Earls
b1661b6c90
Merge branch 'next' of https://github.com/jwiegley/ledger into next
2012-10-23 12:10:14 -07:00
Craig Earls
3dc538189e
Formatting cleanup
2012-10-23 12:04:07 -07:00
Johann Klähn
e824070b4a
fix bucket directive (bug 765)
...
This was caused by both 'A' and 'bucket' using
default_account_directive. This function was still stripping the 'A'
directive, so the first character of the account name used with 'bucket'
was cut off. Maybe the code for the other directives should be changed
accordingly for consistency (put line + 1 in call instead of function).
2012-10-23 12:13:22 +02:00
John Wiegley
cffa343d71
Merge pull request #91 from kljohann/tests.interactive
...
provide immediate feedback in test runner
2012-10-22 11:19:11 -07:00
Johann Klähn
9a2f440496
provide immediate feedback in test runner
2012-10-22 10:11:56 +02:00
Craig Earls
12c7ac7a4b
Added --quiet options to clean up the texi2pdt output
2012-10-19 18:43:03 +02:00
Craig Earls
6b5fb0da73
Reformatted tables and moved date formatting code section
2012-10-19 04:00:13 +02:00
Craig Earls
a110ec0af2
Merge branch 'next' of https://github.com/jwiegley/ledger into next
2012-10-19 02:24:05 +02:00
Johann Klähn
08033e6d50
fix test runner if filename is specified
...
If the command line switch "-f" is used the test runner will
not pass the file name of the test file to ledger.
The line "test -f /dev/null" as used in test/baseline/cmd-convert.test
did not work as intended before this.
Also using "-f - " did not work as "$ledger" was noti
prepended to the command.
2012-10-18 13:45:40 -07:00
Johann Klähn
49b02614a3
fix account mapping in csv conversion
...
By using payees_for_unknown_accounts instead of account_mappings in
csv.cc ledger will have the same behaviour as in `ledger -f - print`
in that it uses payee fields in account directives to rewrite the
account.
2012-10-18 13:45:40 -07:00
Craig Earls
c51ad98a66
Fixe emacs command chapter heading
2012-10-13 08:16:39 -07:00
Craig Earls
0d90de44b6
Added more details to the convert command as provide by Johan Klahn
2012-10-13 07:48:00 -07:00
Craig Earls
f1c459b80c
Fixed several typos and cleaned up formatting
2012-10-12 06:56:21 -07:00
Craig Earls
8c7ac50fd8
formatting and grammar cleanup
2012-10-10 21:21:00 -07:00
Craig Earls
d7a03c4716
Detailed section on the new commodity valuation system.
2012-10-10 09:43:16 -07:00
Craig Earls
25f063ab7c
Fixes bug 801. Replaces "jorunal" with Ledger on line 235 of ledger3.texi
2012-10-10 07:31:17 -07:00
Craig Earls
8bb5bae7a9
Filled in many blank entries
...
Also reformatted the option lists to be more like the GCC manual
2012-10-09 16:09:09 -07:00
Craig Earls
ecc91c6b95
Corrected a few missing @ symbols per Jeroen
2012-10-04 06:25:18 -07:00