Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add two more terms | Charles Merriam | 2014-04-06 | 1 | -0/+13 |
| | | | | Added Effective Date and Transaction Code | ||||
* | More terms and orientation | Charles Merriam | 2014-04-04 | 1 | -3/+28 |
| | | | | Added Cheetah, sha1, utfcpp and finished the orientation section. | ||||
* | Started an Orientation section | Charles Merriam | 2014-04-04 | 1 | -0/+20 |
| | | | | Every project lays out directories in a unique manner. | ||||
* | Add CTestTestfile.cmake | Charles Merriam | 2014-04-03 | 1 | -0/+1 |
| | | | | Ignore file generated by ./acprep. | ||||
* | More developer terms | Charles Merriam | 2014-04-02 | 1 | -9/+29 |
| | | | | | Mention a few more tools used. Also word-wrap, which touched most lines. | ||||
* | Started DEVELOP.md with a glossary | Charles Merriam | 2014-04-01 | 1 | -0/+16 |
| | | | | Started a development doc with a few glossary terms. | ||||
* | Two more terms. | Charles Merriam | 2014-04-01 | 1 | -0/+13 |
| | | | | Added posting and virtual posting. | ||||
* | Two more Ledger terms | Charles Merriam | 2014-03-31 | 1 | -0/+16 |
| | | | | | Added automated transaction and periodic transaction, two items that horribly misnamed. | ||||
* | Word wrap; alphabetical order. | Charles Merriam | 2014-03-30 | 1 | -11/+94 |
| | | | | trivial changes. | ||||
* | More Glossary Terms | Charles Merriam | 2014-03-30 | 1 | -0/+1 |
| | | | | | Added Command Directive and Journal File. Word wrap touched a couple of entries. | ||||
* | Add more terms to glossary | Charles Merriam | 2014-03-29 | 1 | -1/+15 |
| | | | | Cleared up meaning of ‘posting’. Added a few Ledger specific items. | ||||
* | Added Glossary | Charles Merriam | 2014-03-28 | 1 | -0/+14 |
| | | | | | Wrote a first pass at a glossary, adding only accounting terms to start. | ||||
* | Small typos.. | Charles Merriam | 2014-03-27 | 1 | -5/+6 |
| | |||||
* | Remove doc/README | Charles Merriam | 2014-03-27 | 1 | -72/+0 |
| | | | | | Remove obsolete and incorrect README file. Correct information in README.md, one directory up. | ||||
* | Update README.md; more introduction and documentation link | Charles Merriam | 2014-03-27 | 1 | -0/+9 |
| | | | Updated the introduction with the little information that was unique to doc/README. Also added a link to the documentation page. | ||||
* | Update README.md; add google group link. | Charles Merriam | 2014-03-26 | 1 | -1/+2 |
| | | | Mention that ./acprep is a Python script for installing dependencies. | ||||
* | Update README to reference README.md | Charles Merriam | 2014-03-26 | 1 | -10/+18 |
| | | | This older doc/README file is pure text and provides incomplete information compared to the root's README.md markdown file. I copied over some introductory verbiage and added cross references to that file. | ||||
* | Merge pull request #200 from errge/master | Craig Earls | 2013-07-15 | 1 | -5/+6 |
|\ | | | | | Change ledger-next-amount to be case-sensitive | ||||
| * | Change ledger-next-amount to be case-sensitive | Gergely Risko | 2013-07-12 | 1 | -5/+6 |
| | | | | | | | | | | | | | | Otherwise if there is an account that's name only has one part, the regex can match it as a currency and as the beginning of an amount. E.g. if we have the line "Expenses 45 USD", then the old ledger-next-amount will jump to Expenses instead of to 45. | ||||
* | | Merge pull request #202 from bkuhn/contrib-non-profit-audit-fraud-and-totals | John Wiegley | 2013-07-14 | 1 | -7/+7 |
|\ \ | | | | | | | Create Fraud Receivable and accept rounding of totals to two cents. | ||||
| * | | Some of the totals rounded via -V cause rounding more than one penny. | Bradley M. Kuhn | 2013-07-14 | 1 | -4/+4 |
| | | | | | | | | | | | | Use two cents as to test if the amounts are close enough. | ||||
| * | | Add Fraud Receivable to Accrued accounts. | Bradley M. Kuhn | 2013-07-14 | 1 | -3/+3 |
|/ / | | | | | | | | | | | Funds lots and expected recoverable from Fraud are in an account called "Accrued:Fraud Receivable". In this report, show this along with the total of Loan Receivables. | ||||
* | | Merge pull request #201 from bkuhn/contrib-non-profit-audit-use-accounts | John Wiegley | 2013-07-12 | 2 | -4/+2 |
|\ \ | |/ |/| | Use "ledger accounts" command rather than the '-F "%150A\n" reg' report solution | ||||
| * | Use "ledger accounts" command rather than the '-F "%150A\n" reg' report ↵ | Bradley M. Kuhn | 2013-07-12 | 2 | -4/+2 |
|/ | | | | | | | | | | | | | | | solution. Ledger has had (probably for some time) an "accounts" command that will list all the accounts from all transactions meeting the other criteria set on the command line. That's really what we're looking for here when we build this chart of accounts, and thus that should be used. Note that this corrects a subtle bug that wasn't apparent with the old solution. With the '-F "%150A\n" reg' solution, accounts that balanced out to zero for period (e.g., accrual accounts that were emptied during in the month) did not show up on the reports. This bug that I didn't know I had here is thus now fixed by switching to the "accounts" report. | ||||
* | Merge pull request #199 from bkuhn/begin-date-wrong-general-ledger-report | Craig Earls | 2013-07-10 | 1 | -1/+1 |
|\ | | | | | The $formattedBeginDate should derive from $beginDate, not $endDate (duh... | ||||
| * | The $formattedBeginDate should derive from $beginDate, not $endDate (duh!) | Bradley M. Kuhn | 2013-07-10 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #198 from errge/master | Craig Earls | 2013-07-09 | 1 | -1/+1 |
|\ | | | | | I understand now. I like that idea. Thanks for the help! | ||||
| * | Fix comment string | Gergely Risko | 2013-07-09 | 1 | -1/+1 |
|/ | |||||
* | Add ledger-mode-should-check-version to disable startup checks. | Craig Earls | 2013-07-03 | 1 | -3/+10 |
| | | | | This is for users who are not using the official Ledger, say maybe hedger… | ||||
* | Finished changing name to ledger-* | Craig Earls | 2013-07-02 | 18 | -152/+152 |
| | | | | All files and references changed ldg-* to ledger-* | ||||
* | Remove leg-new and made leg-mode the entry point. | Craig Earls | 2013-07-02 | 2 | -91/+52 |
| | |||||
* | Adjust subtraction to scale operands up, thereby avoiding the silly long results | Craig Earls | 2013-07-02 | 1 | -2/+8 |
| | |||||
* | Ensure target balance is actually parseable as a number | Craig Earls | 2013-07-01 | 1 | -16/+17 |
| | |||||
* | Added buffer cleanup and tweaked the reconcile quit routines. | Craig Earls | 2013-06-27 | 2 | -6/+4 |
| | |||||
* | Merge pull request #197 from vanicat/t/small-info-correction | Craig Earls | 2013-06-26 | 1 | -1/+1 |
|\ | | | | | @itemx shoud be after an @item | ||||
| * | @itemx shoud be after an @item | Rémi Vanicat | 2013-06-26 | 1 | -1/+1 |
|/ | |||||
* | Disable three tests preventing Jenkins from succeeding | John Wiegley | 2013-06-19 | 3 | -0/+0 |
| | | | | | | 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). | ||||
* | Merge pull request #195 from code-affinity/msvc-11.0 | John Wiegley | 2013-06-17 | 9 | -14/+215 |
|\ | | | | | Minor source code changes required to compile with Microsoft Visual C++ 11 (2012) | ||||
| * | Additional changes required for MSVC to compile ledger. | Tim Crews | 2013-06-16 | 3 | -9/+9 |
| | | | | | | | | These changes only matter if ledger is compiled with USE_PYTHON. | ||||
| * | Corrected filename for strptime.cc | Tim Crews | 2013-06-15 | 1 | -0/+0 |
| | | |||||
| * | Source changes needed for Microsoft Visual C++ compatibility. | Tim Crews | 2013-06-14 | 6 | -5/+206 |
|/ | | | | Includes an implementation of strptime, compiled only for Win32 platform. | ||||
* | Revert "Fix tests when running under Jenkins" | John Wiegley | 2013-06-08 | 1 | -1/+1 |
| | | | | This reverts commit 7183dabc84362a745bf0381cd1cceb303338565f. | ||||
* | Fix tests when running under Jenkins | John Wiegley | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | Add buffer cleanup function. | Craig Earls | 2013-06-06 | 1 | -0/+15 |
| | |||||
* | Dramatic improvements to account completion speeds. | Craig Earls | 2013-06-05 | 4 | -248/+236 |
| | |||||
* | Implemented different sorting function on the reconcile buffer. | Craig Earls | 2013-06-03 | 1 | -5/+27 |
| | | | | | | C-c C-a for amount C-c C-p for payee C-c C-d for date | ||||
* | Fix Bug 966 Auto Indent conflicts with undo. Removed the auto-indent ↵ | Craig Earls | 2013-06-03 | 2 | -16/+7 |
| | | | | function and added an indent xact function | ||||
* | Fix bug 967, Windows rearranging after reconcile save. | Craig Earls | 2013-06-03 | 1 | -2/+5 |
| | |||||
* | Merge pull request #194 from thdox/documentation_removed_from_ledger3 | Craig Earls | 2013-06-03 | 1 | -34/+50 |
|\ | | | | | Copy information from doc/NEWS to doc/ledger3.texi. | ||||
| * | Copy information from doc/NEWS to doc/ledger3.texi. | thdox | 2013-06-03 | 1 | -34/+50 |
|/ | | | | Correct the documentation about '-s' that has no effect on bal command. |