hledger/hledger-lib/Hledger
Mykola Orliuk 015b764d00 Preserve implicit amounts and prices the way user wrote them in output of print command (#471)
* Remember original postings during infer and pivot

This includes such functions like:
- inferFromAssignment
- inferBalancingAmount
- inferBalancingPrices
- pivotPosting

* Use original postings for hledger print

- Introduce "--explicit" option for "print" command which brings back
  old behavior when every inferred number being printed.
- Make "print" by default print original postings without inferred
  amounts. But use effective account name to have effect from aliases.
- Instruct shell tests with an new expected output or to use
  --explicit option when inferred amounts are checked.

Resolves simonmichael/hledger#442
2017-01-13 07:25:44 -08:00
..
Data Preserve implicit amounts and prices the way user wrote them in output of print command (#471) 2017-01-13 07:25:44 -08:00
Read Balance Assignments and accounts resetting (#438) 2016-12-10 07:04:48 -08:00
Reports Revert "Adding "--value"/"-V" option for balancesheet/incomestatement/cashflow and register (#361)" 2016-12-31 07:54:47 -08:00
Utils use isSpace in lstrip (#441) 2016-12-20 09:29:12 -08:00
Data.hs lib: Period, a richer period type 2016-07-29 10:27:30 -07:00
Query.hs lib: more history awareness for account transactions report #392 2016-08-08 17:25:42 -07:00
Read.hs Changed behavior of readJournalFiles to be identical to readJournalFile for singleton lists (#437) 2016-12-07 07:59:24 -08:00
Reports.hs BalanceHistoryReport is not used 2016-08-08 07:11:16 -07:00
Utils.hs Fix a few spaceleaks (#413) 2017-01-12 16:24:53 -08:00