| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Remove some obsolete material from the build instructions.
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It no longer works to create the "build" directory and then build
separate optimized and debug versions. As confirmed in IRC with sm
and egh, the former instructions resulted in an error:
$ mkdir build
$ ./acprep opt make
make: *** No targets specified and no makefile found. Stop.
acprep: ERROR: Execution failed: make
$ ./acprep debug make
make: *** No targets specified and no makefile found. Stop.
acprep: ERROR: Execution failed: make
Maybe there's a fix for this, but I don't know what it is, so this
commit just makes the build instructions work for the common case.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
ledger-copy-transaction-at-point: leave point in better place for editing
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Remove reference to depricated ! operator in Chapt 4
|
|/ / / / / / / / |
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
and bucket
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Apply --time-colon option only to time commodities
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
See #989
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
Update CMakeLists.txt
|
|/ / / / / / /
| | | | | | |
| | | | | | | |
renamed files from ldg to ledger. Don't compile ledger-context.el because it has a macro.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
Adding some file to .gitignore
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Change ledger-next-amount to be case-sensitive
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Create Fraud Receivable and accept rounding of totals to two cents.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Use two cents as to test if the amounts are close enough.
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Use "ledger accounts" command rather than the '-F "%150A\n" reg' report solution
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
The $formattedBeginDate should derive from $beginDate, not $endDate (duh...
|
|/ / / / / |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
I understand now. I like that idea. Thanks for the help!
|
|/ / / / |
|
| |_|/
|/| |
| | |
| | | |
This is for users who are not using the official Ledger, say maybe hedger…
|
| |/
|/|
| |
| | |
All files and references changed ldg-* to ledger-*
|
|/ |
|
| |
|
| |
|
| |
|
|\
| |
| | |
@itemx shoud be after an @item
|
|/ |
|
|
|
|
|
|
| |
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).
|
|\
| |
| | |
Minor source code changes required to compile with Microsoft Visual C++ 11 (2012)
|
| |
| |
| |
| | |
These changes only matter if ledger is compiled with USE_PYTHON.
|
| | |
|
|/
|
|
| |
Includes an implementation of strptime, compiled only for Win32 platform.
|
|
|
|
| |
This reverts commit 7183dabc84362a745bf0381cd1cceb303338565f.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
C-c C-a for amount
C-c C-p for payee
C-c C-d for date
|
|
|
|
| |
function and added an indent xact function
|
| |
|
|\
| |
| | |
Copy information from doc/NEWS to doc/ledger3.texi.
|
|/
|
|
| |
Correct the documentation about '-s' that has no effect on bal command.
|
| |
|
| |
|