Simon Michael
4e4a283a84
tools: don't define commithook target in makefile, that's repo-specific
2013-03-11 18:39:36 +00:00
Simon Michael
bbfd91e7ea
directory 1.2 can be installed with older GHC, so we'd better pin it in the cabal file
...
hledger now requires directory >= 1.2. This might make installation
more complex on old GHC versions; if it turns out to be needed,
perhaps it can be conditionalised again, more accurately, in the cabal file.
2013-03-11 15:56:56 +00:00
Simon Michael
ae8d4882b4
site: update to hakyll 4
2013-03-09 21:13:21 +00:00
Simon Michael
cbce921d63
site: rounded nav buttons that depress when clicked, and different colour for the external links
2013-03-09 21:12:47 +00:00
Simon Michael
d40ca43f39
site: force scrollbar on home page to keep position consistent
2013-03-09 21:12:02 +00:00
Simon Michael
47a4c52904
add: tweak output
2013-03-05 20:18:10 +00:00
Simon Michael
edcfd2abb1
add: handle partial dates on the command line, instead of failing after all data entry
2013-03-05 02:08:53 +00:00
Simon Michael
5785eae38e
add: show the transaction and confirm before adding it, or allow restart
2013-02-25 20:52:43 +00:00
Simon Michael
95e6dae18a
tools: better auto build rule, "make auto-CMD" runs CMD on each rebuild
2013-02-25 20:40:03 +00:00
Simon Michael
34390f9af6
tools: include profiling info in the "auto" dev builds, why not
2013-02-25 20:38:20 +00:00
Simon Michael
a33b42bbd9
update tested-with in cabal files
2013-02-25 19:50:49 +00:00
Simon Michael
314da705f8
add: fix compilation with GHC 7.4 and perhaps older
2013-02-25 19:49:03 +00:00
Simon Michael
9ffb0b2d1f
export journal file code parser, part 2 - missed a bit >:|
2013-02-25 19:35:51 +00:00
Simon Michael
2eba34514f
add: mention code/comment entry in help
2013-02-24 21:30:56 +00:00
Simon Michael
10d83a9252
add: allow transaction code and transaction/posting comments/tags to be entered ( #45 )
...
- A transaction code may be entered following the date in parentheses, eg: DATE (CODE)
- A transaction comment (possibly containing tags) may be entered following the description, eg: DESC ; COMMENT
- A posting comment may be entered following the amount, eg: AMOUNT ; COMMENT
2013-02-24 21:16:03 +00:00
Simon Michael
69f2491224
export journal file code parser
2013-02-24 21:07:54 +00:00
Simon Michael
7025c6f66a
add: more code cleanup
2013-02-24 20:05:31 +00:00
Simon Michael
33153851e9
words' on an empty string should return empty list
2013-02-24 20:04:28 +00:00
Simon Michael
8aba692926
add: cleanups
2013-02-24 18:35:42 +00:00
Simon Michael
4f1ce14033
add: use command line arguments as defaults for first txn (part 2)
...
It seems I missed some.
2013-02-24 18:09:04 +00:00
Simon Michael
bf91efda7c
add: use command line arguments as defaults for first txn
...
With one or more command line arguments, they will used as defaults
for the first transaction, and history will be ignored. Subsequent
transactions will use history for defaults (and now only the best match
from history is shown).
2013-02-24 02:07:58 +00:00
Simon Michael
c8e2751aa5
add: < at any prompt restarts the current transaction ( #47 )
2013-02-23 01:44:45 +00:00
Simon Michael
7fcd45614b
add: ui cleanups
...
- tidier output
- show more help
- suggest . only for recording, not for quitting (though it still works)
- show each transaction after adding it (#52 )
- don't parse . as a zero amount
- don't show [] when there's no default
2013-02-23 00:57:16 +00:00
Simon Michael
2a6a028222
register: date display refinements
...
- when showing multiple postings from a transaction, show their individual dates accurately
- with --date2, use that date for sorting
2013-02-14 21:12:35 +00:00
Simon Michael
345bc18182
web: 98: add missing template files to cabal file, again fixing cabal-dev & hackage builds (Eric Hetzner)
2013-01-24 17:07:21 +00:00
Simon Michael
2b64023b33
docs: tighten up NEWS.md a little
2013-01-22 07:55:07 +00:00
Simon Michael
caa0b27cb0
web: 97: add missing static files to cabal file fixing cabal-dev and hackage builds
2013-01-11 14:49:28 +00:00
Simon Michael
67d1f91909
web: fix compilation; also fixes some hardcoded static urls (Xinruo Sun)
2013-01-11 13:54:49 +00:00
Simon Michael
ab53dd0813
tools: test hackage upload
2013-01-11 13:32:42 +00:00
Simon Michael
7f1f392166
tools: run built-in tests with a pattern
2013-01-11 13:32:27 +00:00
Simon Michael
db8cb417fe
tools: link hledger-web dirs to top level for bin/hledger-webdev also
2013-01-11 13:30:15 +00:00
Simon Michael
023fe4f142
docs: note hledger's include does not support glob patterns
2013-01-04 21:31:36 +00:00
Simon Michael
0fac098c97
docs: note GNU Make requirement
2012-12-28 17:43:24 +00:00
Simon Michael
98358acd5e
docs: warn about space in --width option
2012-12-28 17:21:48 +00:00
Simon Michael
1e41ba619a
tools: exclude hledger-web from make install by default, as it's harder
2012-12-28 17:15:23 +00:00
Simon Michael
68acc9eb6c
docs: fix dev build instructions, mention dev suffix
2012-12-28 17:05:21 +00:00
Simon Michael
7175c57992
reg: --related/-r flag to show other postings in the transaction
2012-12-22 00:24:38 +00:00
Simon Michael
552a15a1ba
reg: --width/-w option to adjust register overall output width
2012-12-21 21:56:11 +00:00
Simon Michael
58edc161c9
docs: draft v2 conversion rules
2012-12-15 21:11:33 +00:00
Simon Michael
e7de67ec68
docs: rewrite commodity/amount styles and dates a bit
2012-12-10 11:55:46 +00:00
Simon Michael
28e06a2776
site: use friendly wepay url
2012-12-10 11:54:50 +00:00
Simon Michael
f0c97937b0
docs: actual/effective -> primary/secondary
2012-12-06 04:44:31 +00:00
Simon Michael
621a91807e
rename actual/effective dates to primary/secondary
...
The command-line flag is now --date2. Alternate spellings --effective and --aux-date
are accepted for compatibility.
2012-12-06 04:43:41 +00:00
Simon Michael
7d1fce42fe
refactor: dead code
2012-12-06 03:56:12 +00:00
Simon Michael
757c877ffa
docs: update tags docs
2012-12-06 03:50:55 +00:00
Simon Michael
869ff2528a
accept normal simple date syntax in posting dates, give an error on bad date syntax here
2012-12-06 03:23:56 +00:00
Simon Michael
20e68f23a8
support effective dates on postings as well
...
We now preserve all dates while reporting, instead of overwriting one with the other.
2012-12-06 02:41:37 +00:00
Simon Michael
ccbc071289
more cleanup, fix duplicate tag display
2012-12-06 02:09:53 +00:00
Simon Michael
27621515ea
bal, reg: use posting date if specified, clarify posting effective date not yet supported
2012-12-06 01:10:15 +00:00
Simon Michael
dfeafa6064
export accountBalanceHistory
2012-12-06 01:09:12 +00:00