Commit graph

5005 commits

Author SHA1 Message Date
Craig Earls
cf2fa5c32b Formatting changes and initial inclusion of ledger-schedule 2013-07-02 13:16:28 -07:00
Craig Earls
a6cb179d8a Adjust subtraction to scale operands up, thereby avoiding the silly long results 2013-07-02 12:05:00 -07:00
Craig Earls
8da79a8967 Ensure target balance is actually parseable as a number 2013-07-01 11:01:47 -07:00
Craig Earls
52dd81ca9e Added buffer cleanup and tweaked the reconcile quit routines. 2013-06-27 21:36:22 -07:00
Craig Earls
26d7197f64 Merge pull request #197 from vanicat/t/small-info-correction
@itemx shoud be after an @item
2013-06-26 07:24:48 -07:00
Rémi Vanicat
affb373c0a @itemx shoud be after an @item 2013-06-26 16:17:54 +02:00
John Wiegley
8d1067c89c Disable three tests preventing Jenkins from succeeding
These aren't actually failures, just issues with the way that Jenkins
works on my system (mainly because ~/.jenkins is a symlink pointing at
another volume).
2013-06-19 13:49:10 -05:00
John Wiegley
90a1e13a3f Merge pull request #195 from code-affinity/msvc-11.0
Minor source code changes required to compile with Microsoft Visual C++ 11 (2012)
2013-06-17 14:03:07 -07:00
Tim Crews
4bcaa45f16 Additional changes required for MSVC to compile ledger.
These changes only matter if ledger is compiled with USE_PYTHON.
2013-06-16 12:39:30 -07:00
Tim Crews
0c071d6e1c Corrected filename for strptime.cc 2013-06-15 16:37:04 -07:00
Tim Crews
0dbb38fe27 Source changes needed for Microsoft Visual C++ compatibility.
Includes an implementation of strptime, compiled only for Win32 platform.
2013-06-14 21:29:47 -07:00
John Wiegley
fe810fa13f Revert "Fix tests when running under Jenkins"
This reverts commit 7183dabc84.
2013-06-08 19:00:04 -05:00
John Wiegley
7183dabc84 Fix tests when running under Jenkins 2013-06-08 18:55:14 -05:00
Craig Earls
9d64d14fd3 Add buffer cleanup function. 2013-06-06 12:53:01 -07:00
Craig Earls
7540647f01 Dramatic improvements to account completion speeds. 2013-06-05 16:41:11 -07:00
Craig Earls
e0b02afd60 Implemented different sorting function on the reconcile buffer.
C-c C-a for amount
C-c C-p for payee
C-c C-d for date
2013-06-03 17:14:19 -07:00
Craig Earls
c23c994b22 Fix Bug 966 Auto Indent conflicts with undo. Removed the auto-indent function and added an indent xact function 2013-06-03 16:39:36 -07:00
Craig Earls
cb6f4b9890 Fix bug 967, Windows rearranging after reconcile save. 2013-06-03 15:31:10 -07:00
Craig Earls
99db205bcd Merge pull request #194 from thdox/documentation_removed_from_ledger3
Copy information from doc/NEWS to doc/ledger3.texi.
2013-06-03 15:17:45 -07:00
thdox
cc3353d5b8 Copy information from doc/NEWS to doc/ledger3.texi.
Correct the documentation about '-s' that has no effect on bal command.
2013-06-03 22:38:07 +02:00
Craig Earls
30fe6afebf Completion improvements 2013-06-03 08:45:27 -07:00
Craig Earls
fda778f2c0 Fix bug 969, payee completing only works with plain alpha chars 2013-06-02 20:46:29 -07:00
John Wiegley
85ba3bd1ca Merge pull request #191 from thdox/doc_diff_from_previous
Improve documentation about differences between ledger 2.6 and ledger 3.0
2013-06-02 19:19:59 -07:00
John Wiegley
a7ee1a0aa4 Merge pull request #192 from thdox/report
Change format to "%Y-%m-%d"
2013-06-02 19:19:48 -07:00
thdox
ff64f97d16 Change format to "%Y-%m-%d", as described in documentation, and as coded
in report.h
2013-06-02 17:34:35 +02:00
thdox
d56f9c4032 Improve documentation about differences between ledger 2.6 and ledger 3.0.
GnuCash support removed, environment variables deprecated.
2013-06-01 18:01:19 +02:00
John Wiegley
0b2065f809 Merge pull request #190 from thdox/bug_855
Fix bug #855
2013-06-01 06:00:22 -07:00
thdox
079ed363dd Fix bug #855 2013-06-01 14:01:06 +02:00
John Wiegley
39841af0ce Bump version number, fix README files 2013-05-29 01:20:31 -05:00
Craig Earls
a2518fa2a1 Merge commit '900af573319c3787854abc5653c8133d37eb013f' 2013-05-23 21:11:59 -07:00
Craig Earls
5c462273d9 Resolve bug 957 update reconcile buffer when saving ledger buffer 2013-05-23 21:05:34 -07:00
John Wiegley
900af57331 Merge pull request #189 from Travis-Snoozy/master
Make acprep use "str.split" not "string.split"
2013-05-23 20:40:49 -07:00
Travis Snoozy
119e337f4b Make acprep use "str.split" not "string.split"
Python is displeased with acprep if a *FLAGS environment variable is
set. This patch converts the problematic "string.split" statement to
instead be "str.split", which appears to fix the problem.
2013-05-23 09:25:10 -06:00
John Wiegley
7108f25590 Bump version date to 20130523. 3.0 Release Candidate 2013-05-23 04:37:41 -05:00
John Wiegley
9f68d1799a Fix test/input/drewr3.dat 2013-05-23 04:02:24 -05:00
John Wiegley
a79cf36c64 Fix #784 2013-05-23 03:23:49 -05:00
John Wiegley
30a7a6800c Merge pull request #188 from tarleb/iso-dates
Add option if dates should be iso-8601 by default
2013-05-22 12:59:41 -07:00
Albert Krewinkel
885bc6580c Add option if dates should be iso-8601 by default
Allow users to choose between the default YYYY/MM/DD format and the
iso-standardized format YYYY-MM-DD.
2013-05-22 21:17:55 +02:00
Craig Earls
d97048cf42 Correction to ldg-context xact regex. 2013-05-21 23:42:19 -07:00
John Wiegley
67ce56e37c Merge pull request #187 from thdox/documentation
Documentation
2013-05-20 14:56:51 -07:00
thdox
9098ae76c9 Add "ledger convert file.csv" and "hledger -f file.csv print".
Add url for "csv2ledger" tools
2013-05-20 23:23:44 +02:00
thdox
8f127291e5 Add documentation for Payee metadata tag 2013-05-20 23:23:44 +02:00
thdox
11befb67aa Mainly moving @code to @samp when relevant (when valued example) 2013-05-20 23:23:44 +02:00
thdox
43fed282a0 The programs (like ledger, gnuplot, report, head, getquote) have been
surrounded by @file{}.
2013-05-20 23:23:44 +02:00
thdox
9c2820214b Rename section "Reporting Commands" to "Basic Reporting Commands" as chapter "Reporting Commands" already exists.
Rename to "Report filtering", "Output customization", "Commodity reporting". Second word is lowercase as exact same subsection exists with uppercase. Not a proper fix, but the quickest I found.

Rename from "Example Journal File: drewr.dat" to "Example Journal File" as makeinfo does not like ':' in titles.

Fix some old naming of cross references.
2013-05-20 23:23:44 +02:00
thdox
71e98ef622 Texinfo: Update every node with C-c C-u C-e 2013-05-20 23:23:44 +02:00
thdox
26ff6539cf Rename @code{--option} to @option{--option}
Rename @code{-Q} to @option{--download (-Q)}. The reasoning is that the reader of the manual is a newcomer, and as a newcomer --download is more self-explicit compared to a cryptic single letter. But information is kept for advanced user who can still exercise their mastery with cryptic things.

Fix short option -Z (and not -L) for --price-exp

Fix "@section Balance format" (as @option in title is causing issues with makeinfo).

Fix consistency of @option{--option @var{VAR}} by adding systematically @var{VAR}.

Add period at end of sentences.
2013-05-20 23:23:44 +02:00
thdox
52428eedd4 Add some @cindex for commands. Fix @command{transaction} to @command{xact}. 2013-05-20 23:23:44 +02:00
thdox
ff90cb38db Move Ledger CLI command to @command. Also, fix commas in section title (makeinfo does not like that). 2013-05-20 23:23:44 +02:00
thdox
78538acc48 Fix warning from makeinfo compilation. 2013-05-20 23:23:44 +02:00