Commit graph

6237 commits

Author SHA1 Message Date
Martin Michlmayr
e3fa7e9d89
Fix documentation for apply fixed
The old "fixed" and "endfixed" are no longer used (and afaict don't
work).  You have to use "apply fixed" and "end apply" instead.

Fixes issue #789

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
2018-06-01 17:40:13 +02:00
Martin Michlmayr
882937ece2
Remove references to Bugzilla 2018-06-01 13:27:49 +02:00
John Wiegley
fd486a5975
Merge pull request #561 from vHanda/next
Add documentation on how to sort in reverse order
2018-04-09 10:09:04 -07:00
Vishesh Handa
15f888f830 Add documentation on how to sort in reverse order 2018-04-08 01:45:15 +02:00
John Wiegley
d7bc4bab36
Merge pull request #557 from smr894/fix-missing-trans-in-last-budget-period
budget_posts: Keep pending items until the last day they apply
2018-04-04 23:05:22 -07:00
smr894
48edf1eb5c budget_posts: Keep pending items until the last day they apply 2018-04-04 23:30:38 -04:00
Martin Michlmayr
a9859bc6d1 Update Debian releases in README 2018-03-29 17:33:30 +02:00
Martin Michlmayr
44a885c522 Fix Python example
Thanks to Brian Carlson for pointing this out.

Fixes #547
2018-03-25 10:18:48 +02:00
Martin Michlmayr
8d38190409 Fix documentation about the "end" directive
"tag" is not a block command.  This was probably supposed to be "apply"
which can be used to apply tags to several transactions.
2018-03-25 10:11:56 +02:00
John Wiegley
916641f9a0
Merge pull request #552 from dedmons/fix-balance-assert-with-auto-xact
Fix auto xact posts not getting applied to account total durring journal parse
2018-03-24 15:24:46 -07:00
DJ Edmonson
a534869733 Fix auto xact posts not getting applied to account total durring journal parse 2018-03-23 15:08:40 -07:00
John Wiegley
fbccb7149e Add (currently undocumented) function 'clear_commodity' 2018-02-16 23:03:44 -08:00
John Wiegley
7097e1a1e7 Update documentation 2018-02-16 16:24:13 -08:00
John Wiegley
e12b8d0f41
Merge pull request #527 from camponez/next
Remove unused imports
2018-01-31 16:37:14 -08:00
Eduardo Elias
cd5afb60f7 Remove unused imports 2018-01-31 23:56:21 +00:00
John Wiegley
a769824774 Correct webhook URL 2018-01-30 14:05:36 -08:00
John Wiegley
017ed89fc4 Add Gitter badge to README 2018-01-30 14:03:13 -08:00
John Wiegley
38d7deeac1 Add Gitter integration 2018-01-30 13:53:22 -08:00
John Wiegley
600cf52fec Remove empty .gitmodules file 2018-01-28 11:49:26 -08:00
John Wiegley
b7b0280066
Merge pull request #519 from mbudde/accounts-prepend-format
Add support for --prepend-format in accounts command
2018-01-27 00:42:39 -08:00
Alexis Hildebrandt
1be23f1653
Merge pull request #521 from mbudde/fix-trim
Fix handling of edge cases in trim function
2018-01-27 15:55:08 +08:00
Alexis Hildebrandt
c6c328c011 [misc] Update year in copyright notice to 2017
[ci skip]
2018-01-27 15:30:53 +08:00
Alexis Hildebrandt
6d3833a4d4 [misc] Improve update copyright year script
[ci skip]
2018-01-27 15:30:49 +08:00
Michael Budde
1070c17f8c Fix handling of edge cases in trim function
Fixes #520
2018-01-25 21:14:10 +01:00
Michael Budde
6b998aee10 Add support for --prepend-format in accounts command
Add support for the `--prepend-format` and `--prepend-width` options in
the `accounts` command.
2018-01-25 19:27:24 +01:00
John Wiegley
b3b72cbea2
Merge pull request #511 from kylef/kylef/register_account
Expose journal_t::register_account to Python
2018-01-23 00:36:24 -08:00
Kyle Fuller
0e740b5f42 journal: Expose register_account to Python 2018-01-23 03:58:25 +00:00
John Wiegley
699b2fc32c
Merge pull request #509 from AerialX/patch-1
Transfer null_post flags to generated postings
2018-01-09 18:51:12 -08:00
Aaron Lindsay
debce12a32
Transfer null_post flags to generated postings
Resolve issue where generated balanced postings would become real when the original null post was virtual.
2018-01-09 17:53:29 -05:00
John Wiegley
c2bf7850d1
Merge pull request #508 from mbudde/market-group-by-segfault
Fix segfault when using --market with --group-by
2018-01-04 14:28:16 -08:00
Michael Budde
c0ad7e34fa Fix segfault when using --market with --group-by
`changed_value_posts::create_accounts()` reuses the `<Revalued>` account
from `display_filter`, but when clearing `changed_value_posts`
`create_accounts()` would be called before the account had been
recreated by `display_filter_posts`. This results in a segfault when
using the --group-by option.

I'm not sure if `display_filter_posts` has the same problem but I
reordered the calls there too for good measure.
2018-01-04 18:29:48 +01:00
John Wiegley
8fe509e9e1
Merge pull request #506 from pfsmorigo/budget_width
Use amount_width variable for budget report
2018-01-03 23:11:54 -08:00
John Wiegley
a140c2d743
Merge pull request #507 from kylef/patch-1
Homebrew installs Python bindings by default
2018-01-03 23:11:11 -08:00
Kyle Fuller
4281df624f
Homebrew installs Python bindings by default
As per 2dfe5715a8/Formula/ledger.rb (L19)
2018-01-03 14:20:53 -08:00
Paulo Flabiano Smorigo
d0e80c02fb Use amount_width variable for budget report
Instead of using a "magic" value (12), use the proper variable to set
the width.
2018-01-03 18:44:43 -02:00
John Wiegley
e3bcb8e87e The "format" directive for commodities now disables "style observation" 2018-01-01 12:48:16 -08:00
John Wiegley
a44947b870
Merge pull request #505 from mbudde/init-field
Initialize field in constructor
2018-01-01 12:03:54 -08:00
Michael Budde
a952e21b9f Initialize field in constructor
Should fix problem with garbage being read from this field causing some
test failures on my machine.
2018-01-01 06:24:42 -06:00
John Wiegley
2767ca07d4 Disable osx+clang build on Travis for now 2017-12-30 12:55:04 -08:00
John Wiegley
7d27992d39 Be a bit more defensive when calculating the budget 2017-12-30 12:52:36 -08:00
John Wiegley
edbde4b214 For now, comment out a documented function whose test is failing
Plus, the test was not testing the documented function!
2017-12-30 12:03:45 -08:00
John Wiegley
dc4cb5e623
Merge pull request #503 from ghost91-/next
Use an std::set instead of an std::list to store the the journal file paths
2017-12-30 11:27:12 -08:00
Johannes Loher
9409f25d0d don't add paths to files, if there is already a path that points to the same file 2017-12-29 16:44:24 +01:00
Johannes Loher
3364850cc7 Use an std::set instead of an std::list to store the the journal file paths 2017-12-29 03:23:10 +01:00
John Wiegley
77ae14230b
Merge pull request #502 from kylef/kylef/py-expand_aliases
Expose journal expand_aliases to Python
2017-12-25 10:49:07 -08:00
Kyle Fuller
a29d378030 Expose journal expand_aliases to Python 2017-12-24 19:06:06 -08:00
John Wiegley
76985dbdd8
Merge pull request #501 from d-e-s-o/fix-typo
ledger3.texi: Fix two more typos
2017-12-20 10:52:07 -08:00
Daniel Mueller
b498a1153e
ledger3.texi: Fix two more typos 2017-12-20 10:24:29 -08:00
John Wiegley
77922e1c84
Merge pull request #500 from d-e-s-o/fix-another-typo
ledger3.texi: Fix typo
2017-12-15 20:55:28 -08:00
Daniel Mueller
4d6f9071e1
ledger3.texi: Fix typo 2017-12-15 17:59:21 -08:00