Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							ba59fed6b2 
							
						 
					 
					
						
						
							
							lib: Replace more instances of fromIntegral with safer versions.  
						
						
						
					 
					
						2020-08-30 22:20:58 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							ca2e55c954 
							
						 
					 
					
						
						
							
							lib: Replace some fromIntegral with toInteger.  
						
						
						
					 
					
						2020-08-30 22:20:58 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							b5ed2067d9 
							
						 
					 
					
						
						
							
							lib: Make aprecision and DigitGroupStyle use Word8 instead of Int. exponentp now parses an Integer rather than an Int.  
						
						
						
					 
					
						2020-08-30 22:20:53 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							371b349b2e 
							
						 
					 
					
						
						
							
							lib,cli: Replace parsedate and mkdatespan with direct applications of fromGregorian, transaction now takes Day instead of a date string.  
						
						
						
					 
					
						2020-08-29 15:08:28 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							2fd678e415 
							
						 
					 
					
						
						
							
							lib,cli,ui: Remove old CPP directives made redundant by version bounds.  
						
						
						
					 
					
						2020-08-29 15:08:28 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c3d8857ae5 
							
						 
					 
					
						
						
							
							;doc: clarify csv file extensions and separator inferring  
						
						
						
					 
					
						2020-08-21 09:01:23 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a3c749f9e7 
							
						 
					 
					
						
						
							
							csv: fix inferring separator from .ssv/.tsv file extensions  
						
						... 
						
						
						
						This was documented but untested and may have never worked. 
						
					 
					
						2020-08-21 08:59:55 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							32e184f9a8 
							
						 
					 
					
						
						
							
							lib: Elide boring parents in tree mode even when using --empty.  
						
						
						
					 
					
						2020-08-11 17:24:50 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							542052478d 
							
						 
					 
					
						
						
							
							;lib: Types pragmas  
						
						
						
					 
					
						2020-08-10 06:22:40 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							87e570290b 
							
						 
					 
					
						
						
							
							;doc: note mislabelled change  
						
						
						
					 
					
						2020-08-08 12:07:26 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b76caae338 
							
						 
					 
					
						
						
							
							fix doctest breakage ( #1312 )  
						
						
						
					 
					
						2020-08-08 08:53:55 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							f2dcbd2fee 
							
						 
					 
					
						
						
							
							lib: Make ill-formed SmartDates unrepresentable.  
						
						
						
					 
					
						2020-08-07 14:20:08 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							27d6b21dff 
							
						 
					 
					
						
						
							
							lib: Hledger.Query: add total variants of matches* functions ( #1312 )  
						
						... 
						
						
						
						matchesAccount_
matchesAmount_
matchesCommodity_
matchesPosting_
matchesPriceDirective_
matchesTags_
matchesTransaction_
These don't yet have tests of their own, but were converted
mechanically from the originals which should help. 
						
					 
					
						2020-08-07 07:53:00 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							108c548240 
							
						 
					 
					
						
						
							
							journal: when an account alias contains a bad regexp, show details  
						
						... 
						
						
						
						lib: accountNameApplyAliases, accountNameApplyAliasesMemo are now
total 
						
					 
					
						2020-08-06 15:27:40 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3822c27bfe 
							
						 
					 
					
						
						
							
							;lib: regex: rename & export RegexError, export toRegex_, docs ( #1312 )  
						
						
						
					 
					
						2020-08-06 15:25:58 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4957008890 
							
						 
					 
					
						
						
							
							;lib: regex utilities: cleanup ( #1312 )  
						
						
						
					 
					
						2020-08-06 11:35:04 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a112085092 
							
						 
					 
					
						
						
							
							lib: add alternate regex utilities that don't call error ( #1312 )  
						
						
						
					 
					
						2020-08-06 11:18:08 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ede4bfd5b4 
							
						 
					 
					
						
						
							
							;mark more partial functions ( #1312 )  
						
						
						
					 
					
						2020-08-05 17:29:43 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3f55c23603 
							
						 
					 
					
						
						
							
							;review, tag all error calls with an easier to find PARTIAL: comment ( #1312 )  
						
						
						
					 
					
						2020-08-05 16:08:33 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							242c05fc9a 
							
						 
					 
					
						
						
							
							lib, journal: parseQuery, modifyTransactions are now total ( #1312 )  
						
						... 
						
						
						
						modifyTransactions now also requires a reference date, for parsing queries.
Relative dates are now permitted in auto posting rules. 
						
					 
					
						2020-08-05 13:44:04 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7751d6947c 
							
						 
					 
					
						
						
							
							lib: parseAmountQueryTerm: allow whitespace around arg parts ( #1312 )  
						
						... 
						
						
						
						Whitespace around the operator, sign, or number is now tolerated. 
						
					 
					
						2020-08-05 13:44:04 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							38a4704641 
							
						 
					 
					
						
						
							
							lib: make parseAmountQueryTerm total, improve docs/tests ( #1312 )  
						
						
						
					 
					
						2020-08-05 13:44:04 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							08ad220448 
							
						 
					 
					
						
						
							
							lib: In quarterdatespanp, use yearp and allow uppercase Q.  
						
						
						
					 
					
						2020-08-04 09:10:53 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5d40b54043 
							
						 
					 
					
						
						
							
							;doc: regen manuals  
						
						
						
					 
					
						2020-08-01 12:41:54 -07:00 
						 
				 
			
				
					
						
							
							
								Henning Thielemann 
							
						 
					 
					
						
						
						
						
							
						
						
							9c9701fe7d 
							
						 
					 
					
						
						
							
							lib: quarterdatespanp ( fixes   #1247 )  
						
						
						
					 
					
						2020-07-31 17:37:41 -07:00 
						 
				 
			
				
					
						
							
							
								Henning Thielemann 
							
						 
					 
					
						
						
						
						
							
						
						
							ccac09fb1b 
							
						 
					 
					
						
						
							
							lib: doubledatespanp: fix and re-enable doctest  
						
						
						
					 
					
						2020-07-31 17:37:41 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							dc41cee2b0 
							
						 
					 
					
						
						
							
							lib: datep now requires years to be at least four digits.  
						
						
						
					 
					
						2020-07-31 17:22:27 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							ffb5cf0773 
							
						 
					 
					
						
						
							
							lib: Ensure parsed years have at least 4 digits.  
						
						
						
					 
					
						2020-07-31 17:22:27 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							7b9f9ae49c 
							
						 
					 
					
						
						
							
							lib: Refactor reportingintervalp to be more compact and do less backtracking.  
						
						
						
					 
					
						2020-07-31 17:22:27 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							696d9c73b0 
							
						 
					 
					
						
						
							
							lib: Remove unnecessary try in parsers, replace unnecessary string' with string, rewrite some parsers in applicative style.  
						
						
						
					 
					
						2020-07-31 17:22:27 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							a82c383370 
							
						 
					 
					
						
						
							
							lib: disallow tabs in simplecommoditysymbolp ( fixes   #1301 )  
						
						
						
					 
					
						2020-07-28 15:33:47 -07:00 
						 
				 
			
				
					
						
							
							
								Martin Michlmayr 
							
						 
					 
					
						
						
						
						
							
						
						
							76b04ceb4f 
							
						 
					 
					
						
						
							
							doc: fix regex in example for regex aliases  
						
						
						
					 
					
						2020-07-27 17:20:40 -07:00 
						 
				 
			
				
					
						
							
							
								Martin Michlmayr 
							
						 
					 
					
						
						
						
						
							
						
						
							76cb45def6 
							
						 
					 
					
						
						
							
							doc: clarify virtual prices  
						
						
						
					 
					
						2020-07-25 06:32:31 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							081ee390ab 
							
						 
					 
					
						
						
							
							lib: Change skipMany spacenonewline to takeWhileP Nothing isNonNewlineSpace.  
						
						
						
					 
					
						2020-07-22 14:58:53 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d738ca8c60 
							
						 
					 
					
						
						
							
							;lib: cleanups  
						
						
						
					 
					
						2020-07-19 06:13:38 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							21b91f17cb 
							
						 
					 
					
						
						
							
							;regen manuals  
						
						
						
					 
					
						2020-07-18 12:37:06 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e057857c04 
							
						 
					 
					
						
						
							
							;lib: CBCSubreportSpec note  
						
						
						
					 
					
						2020-07-17 10:02:14 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e4f8b80d3b 
							
						 
					 
					
						
						
							
							;journal: account types: fix detection of Cash as an Asset, add tests  
						
						
						
					 
					
						2020-07-17 10:02:14 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6a772fb94e 
							
						 
					 
					
						
						
							
							;journal: account types: doc fix  
						
						
						
					 
					
						2020-07-17 08:22:01 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fd9171df07 
							
						 
					 
					
						
						
							
							journal: account types: add Cash, tweak fallback regexp, rewrite docs  
						
						
						
					 
					
						2020-07-17 08:02:12 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							30f02b0882 
							
						 
					 
					
						
						
							
							lib: account name clipping takes Maybe Int as depth.  
						
						
						
					 
					
						2020-07-17 07:41:27 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							51ea6d9f25 
							
						 
					 
					
						
						
							
							lib: Make queryDepth return Maybe Int.  
						
						
						
					 
					
						2020-07-16 10:05:53 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							dc076b0d5b 
							
						 
					 
					
						
						
							
							lib: Use text library functions for stripping.  
						
						
						
					 
					
						2020-07-16 10:03:25 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							ed99aea7d5 
							
						 
					 
					
						
						
							
							lib: Introduce takeEnd to get rid of some reverse . take n . reverse.  
						
						
						
					 
					
						2020-07-16 10:03:25 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							403cb457b7 
							
						 
					 
					
						
						
							
							;cabal files  
						
						
						
					 
					
						2020-07-14 12:09:45 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3452270241 
							
						 
					 
					
						
						
							
							cli: --color/--colour option; smart emacs, windows autodetection ( #1296 )  
						
						
						
					 
					
						2020-07-14 12:08:36 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4f7bee7abf 
							
						 
					 
					
						
						
							
							;regen help, manuals  
						
						
						
					 
					
						2020-07-14 10:25:04 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9198449ee3 
							
						 
					 
					
						
						
							
							areg: an account transaction register like the ones in ui/web ( #1294 )  
						
						... 
						
						
						
						;areg: debug output
;areg: show a title indicating which account was picked
This might be a bit of a pain for scripting, but otherwise it can be
quite confusing if your argument matches an account you didn't expect.
;areg: improve CSV headings
;areg: show at most two commodities per amount 
						
					 
					
						2020-07-14 10:24:57 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3f86bd545f 
							
						 
					 
					
						
						
							
							lib, ui, web: stricter accountTransactionsReport filtering  
						
						... 
						
						
						
						accountTransactionsReport now filters transactions more thoroughly, so
eg transactions dated outside the report period will not be shown.
Previously the transaction would be shown if it had any posting dated
inside the report period. Possibly some other filter criteria now get
applied that didn't before. I think on balance this will give slightly
preferable results. 
						
					 
					
						2020-07-14 10:22:14 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							bf2fe3d88e 
							
						 
					 
					
						
						
							
							;lib: valuation debug output note  
						
						
						
					 
					
						2020-07-14 10:21:45 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							febd8bb457 
							
						 
					 
					
						
						
							
							lib: postingsReport: follow debug levels policy  
						
						
						
					 
					
						2020-07-13 11:53:05 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0489622a3f 
							
						 
					 
					
						
						
							
							;csv: doc: subheadings  
						
						
						
					 
					
						2020-07-10 16:36:15 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							fd729beabf 
							
						 
					 
					
						
						
							
							lib: Work around hiding deprecation warnings, don't traverse zeros twice in normaliseHelper.  
						
						
						
					 
					
						2020-07-10 12:18:51 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							ee3ed6acdf 
							
						 
					 
					
						
						
							
							lib: Simplify and speed up amountLooksZero.  
						
						
						
					 
					
						2020-07-10 12:18:51 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							99b74dc389 
							
						 
					 
					
						
						
							
							lib: Refactor sortAccountTreeByAmount  
						
						
						
					 
					
						2020-07-10 09:08:03 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							463eee7bf4 
							
						 
					 
					
						
						
							
							lib: Replace {pr,prr}Negate with fmap negate.  
						
						
						
					 
					
						2020-07-10 09:08:03 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f518da747c 
							
						 
					 
					
						
						
							
							balcmds: avoid short month names in multi-year monthly reports  
						
						
						
					 
					
						2020-07-09 12:56:46 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f4991d05b4 
							
						 
					 
					
						
						
							
							lib: list exports of Hledger.Reports.BudgetReport  
						
						
						
					 
					
						2020-07-09 12:55:04 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							23bef9a01b 
							
						 
					 
					
						
						
							
							;refactor: extracted reportPeriodName for making report headings  
						
						
						
					 
					
						2020-07-09 12:54:20 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4b9a76068f 
							
						 
					 
					
						
						
							
							lib: spanStartYear, spanEndYear, spanYears DateSpan helpers  
						
						
						
					 
					
						2020-07-09 12:52:40 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a89a4e1b42 
							
						 
					 
					
						
						
							
							bal --budget: show end-date column headings when appropriate  
						
						... 
						
						
						
						bal --budget was always showing the period as column heading,
as if for a change report. With --cumulative or --historical
it should show the end date, like other balance reports. Cf
https://hledger.org/hledger.html#multicolumn-balance-report . 
						
					 
					
						2020-07-09 11:49:19 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							f5e1fb2625 
							
						 
					 
					
						
						
							
							lib: Refactor BudgetReport to re-use MultiBalanceReport code.  
						
						
						
					 
					
						2020-07-07 18:46:34 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							bfda10ff20 
							
						 
					 
					
						
						
							
							lib: Refactor MultiBalanceReport row sorting, make sure totals are calculated after pruning.  
						
						
						
					 
					
						2020-07-07 18:46:34 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							bde4d7e2e4 
							
						 
					 
					
						
						
							
							lib: Use last column of historical balance as total. Use totals for balanceReport.  
						
						
						
					 
					
						2020-07-07 17:56:38 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							1425301a8c 
							
						 
					 
					
						
						
							
							lib, cli: Use --flat as the default mode for all reports.  
						
						
						
					 
					
						2020-07-07 15:49:08 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							df84a417d7 
							
						 
					 
					
						
						
							
							doc: Remove references to old limitations of boring parent ellision.  
						
						
						
					 
					
						2020-07-07 15:49:08 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ae4fce8077 
							
						 
					 
					
						
						
							
							;regen manuals  
						
						
						
					 
					
						2020-07-07 13:42:11 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Sanders 
							
						 
					 
					
						
						
						
						
							
						
						
							278032bc8d 
							
						 
					 
					
						
						
							
							;doc: Revise doc for & operator  
						
						
						
					 
					
						2020-07-07 12:51:01 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Sanders 
							
						 
					 
					
						
						
						
						
							
						
						
							868c6fdbac 
							
						 
					 
					
						
						
							
							csv: Add docs and integration test for & operator  
						
						
						
					 
					
						2020-07-07 12:51:01 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Sanders 
							
						 
					 
					
						
						
						
						
							
						
						
							5ec0a518da 
							
						 
					 
					
						
						
							
							csv: Add support for & operators in conditional blocks  
						
						
						
					 
					
						2020-07-07 12:51:01 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							95ee601548 
							
						 
					 
					
						
						
							
							;regen manuals  
						
						
						
					 
					
						2020-07-07 10:19:56 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							81d3ac7d66 
							
						 
					 
					
						
						
							
							;csv: doc: fix some if-related links  
						
						
						
					 
					
						2020-07-06 15:03:06 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0bbd88fe7f 
							
						 
					 
					
						
						
							
							;doc: changelogs  
						
						
						
					 
					
						2020-07-05 09:24:16 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							25c15d4bab 
							
						 
					 
					
						
						
							
							bal --budget: elide multicommodity amounts  
						
						
						
					 
					
						2020-07-05 06:59:16 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							44c3eb1904 
							
						 
					 
					
						
						
							
							add a color argument to most amount show helpers, drop cshow variants  
						
						... 
						
						
						
						This is an API change, but it seems better than having additional
colour-supporting variants and trying to avoid duplicated code.
I stopped short of changing showAmount, so cshowAmount still exists. 
						
					 
					
						2020-07-05 06:59:16 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2739a70a38 
							
						 
					 
					
						
						
							
							balcmds: elide amounts with 3 or more commodities, unless --no-elide  
						
						... 
						
						
						
						Multicolumn balance reports showing many commodities tend to become
unreadably wide, especially in tree mode. Now by default we show at
most two commodities, and a count of the rest if there are more than
two. This should help keep reports somewhat readable by default. 
						
					 
					
						2020-07-05 06:59:16 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3d57d4793d 
							
						 
					 
					
						
						
							
							;doc: regen manuals  
						
						
						
					 
					
						2020-07-04 16:17:13 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							c811ea4c7b 
							
						 
					 
					
						
						
							
							lib, cli, ui, web: intopt and friends now make sure their arguments fit  
						
						... 
						
						
						
						inside bounds. 
						
					 
					
						2020-07-03 12:35:51 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							c96947284e 
							
						 
					 
					
						
						
							
							lib: Minor refactor.  
						
						
						
					 
					
						2020-07-03 12:35:51 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							765fb732c9 
							
						 
					 
					
						
						
							
							debug: move command parsing debug output down to level 8  
						
						
						
					 
					
						2020-07-03 11:37:01 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6cc896a8fe 
							
						 
					 
					
						
						
							
							debug: show aliasing and auto postings with other reading (level 7)  
						
						
						
					 
					
						2020-07-03 11:30:52 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							4fc72328d2 
							
						 
					 
					
						
						
							
							lib, cli: Introduce convienience function compoundBalanceReport.  
						
						
						
					 
					
						2020-06-28 07:29:49 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							604868cea5 
							
						 
					 
					
						
						
							
							lib, cli: Move CompoundBalanceReport into ReportTypes, compoundReportWith into MultiBalanceReport, share postings amongst subreports.  
						
						
						
					 
					
						2020-06-28 07:29:49 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							d09a90b38b 
							
						 
					 
					
						
						
							
							lib: Refactor multiBalanceReportWith into getPostingsbyColumn and generateMultiBalanceReport.  
						
						
						
					 
					
						2020-06-28 07:29:49 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							e089358758 
							
						 
					 
					
						
						
							
							lib: Using --drop in tree mode with boring parent ellision no longer considers all parents boring. Add tests to check this fact.  
						
						
						
					 
					
						2020-06-25 18:05:50 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							015492553e 
							
						 
					 
					
						
						
							
							lib: Move unifyMixedAmount to Hledger.Data.Amount, make it return Maybe Amount, export it.  
						
						
						
					 
					
						2020-06-24 10:24:11 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e090e0f949 
							
						 
					 
					
						
						
							
							add lower bound needed for aeson, to help cabal ( #1268 )  
						
						
						
					 
					
						2020-06-23 14:55:42 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							b3cd865786 
							
						 
					 
					
						
						
							
							lib: Add fortnightly as a synonym for biweekly.  
						
						
						
					 
					
						2020-06-23 06:48:20 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0fab4f882 
							
						 
					 
					
						
						
							
							Merge pull request  #1256  from Xitian9/balanceReport  
						
						... 
						
						
						
						SMorgan: 
This PR aims to accomplish two major goals:
-    Get boring parent ellision working for multiBalanceReport
-    Remove the special BalanceReport code, and just use multiBalanceReport
I believe it does both, with the following additional benefits:
    A refactor of multiBalanceReportWith, to make the structure easier to follow, and with a clearer division of responsibilities
    All decisions for how an account name is to be displayed are now made in multiBalanceReport, rather than scattered around the code base
    Some miscellaneous improvements in account name rendering, including --drop now working with MultiBalanceReports, and addressing some of #373 
Algorithmic changes:
-    Using HashMap AccountName (Map DateSpan Account) instead of [[MixedAmount]] is new. I admit I didn't profile this change (though given the nubs and lookups, I thought it was appropriate), so I'm glad it produces a speedup.
-    Producing the starting balances no longer calls the whole balanceReport, just the first few functions to get what it needs.
-    displayedAccounts is completely rewritten. Perhaps one subtle thing to note is that in tree mode it no longer excludes nodes with zero inclusive balance unless they also have zero exclusive balance.
SMichael: 
I'll mark the passing of the old multiBalanceReport, into which I poured many an hour :). It is in a way the heart (brain ?) of hledger - the key feature of ledgerlikes (balance report) and a key improvement introduced by hledger (tabular multiperiod balance reports). You have split that 300-line though well documented function into modular parts, which could be a little harder to understand in detail but are easier to understand in the large and more amenable to further refactoring. Then you fixed some old limitations (boring parent eliding in multi period balance reports, --drop with tree mode reports), allowing us to drop the old balanceReport and focus on just the new multiBalanceReport. And for representing the tabular data you replaced the semantically correct but inefficient list of lists with a map of maps, speeding up many-columned balance reports significantly (~40%). Last and not least you made it really easy to review. Thanks @Xitian9, great work. 
						
					 
					
						2020-06-23 06:42:22 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							ded4f42218 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Accounts with no subaccounts are never interesting parents, even if no_elide_ is set.  
						
						
						
					 
					
						2020-06-23 13:19:52 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							7a74fc4f21 
							
						 
					 
					
						
						
							
							lib: Elide account if more components are dropped than exist.  
						
						
						
					 
					
						2020-06-22 13:41:22 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							176011905e 
							
						 
					 
					
						
						
							
							;changelogs  
						
						
						
					 
					
						2020-06-22 12:24:01 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							368297102d 
							
						 
					 
					
						
						
							
							;regen manuals  
						
						
						
					 
					
						2020-06-22 12:20:14 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							21349c161e 
							
						 
					 
					
						
						
							
							lib: only memoize in csv reader when there are more than 15 cond. blocks  
						
						
						
					 
					
						2020-06-22 12:10:47 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							8844ef1b5f 
							
						 
					 
					
						
						
							
							lib: put conditionalblockp pasrser first as it is a more common case  
						
						
						
					 
					
						2020-06-22 12:10:47 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							ed01e57b23 
							
						 
					 
					
						
						
							
							lib: tabular rules separator cannot be space  
						
						
						
					 
					
						2020-06-22 12:10:47 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							c397b90b5b 
							
						 
					 
					
						
						
							
							lib: memoize "if blocks that assign filed f" for 50% CSV reader speedup  
						
						
						
					 
					
						2020-06-22 12:10:47 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Astapov 
							
						 
					 
					
						
						
						
						
							
						
						
							834e9ec104 
							
						 
					 
					
						
						
							
							lib: condition tables in csv rules + tests  
						
						
						
					 
					
						2020-06-22 12:10:47 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							826faa18c2 
							
						 
					 
					
						
						
							
							lib: Tweaks to work with stack-8.2.  
						
						
						
					 
					
						2020-06-22 23:08:22 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							5168d136ed 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Enable --drop for tree mode.  
						
						
						
					 
					
						2020-06-22 22:28:08 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							fcaec1540a 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Remove unnecessary addition of parent accounts.  
						
						
						
					 
					
						2020-06-22 22:27:11 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							e079c8b808 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Remove old balanceReport code, update some tests.  
						
						
						
					 
					
						2020-06-22 22:27:09 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							edb28d51c5 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Get boring parent ellision working for multiBalanceReport.  
						
						
						
					 
					
						2020-06-22 22:25:23 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							cd41404fd4 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Get --drop working with multiBalanceReports.  
						
						
						
					 
					
						2020-06-22 22:21:31 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							6467c252c7 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Move responsibility for display name into displayedAccounts  
						
						
						
					 
					
						2020-06-22 22:21:30 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							5f0918217a 
							
						 
					 
					
						
						
							
							multibalanceReport: Move responsibility for determining displayed name in multiBalanceReportWith, not at point of consumption.  
						
						
						
					 
					
						2020-06-22 22:20:09 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							0dedcfbe15 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Miscellaneous simplifications.  
						
						
						
					 
					
						2020-06-22 22:11:54 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							1e7e80504f 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Keep Account around longer so we can use both aibalance and aebalance.  
						
						
						
					 
					
						2020-06-22 22:10:24 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							0e89a389d6 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Split displayedAccounts, calculateReportQuery into separate functions.  
						
						
						
					 
					
						2020-06-22 22:07:55 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							b106850391 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Split postprocessReport and calculateTotalsRow into separate functions.  
						
						
						
					 
					
						2020-06-22 21:59:15 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							baa5844d4e 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Change indentation.  
						
						
						
					 
					
						2020-06-22 21:54:38 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							0b30b2f9fb 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Split sortRows into a separate function.  
						
						
						
					 
					
						2020-06-22 21:51:38 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							7a9bf998e5 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Split buildReportRows into a separate function, remove unnecessary query and valuation.  
						
						
						
					 
					
						2020-06-22 21:50:27 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							a81c6d0397 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Split accumValueAmounts into a separate function.  
						
						
						
					 
					
						2020-06-22 21:48:20 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							b2bed03b4c 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Don't import BalanceReport in MultiBalanceReport.  
						
						
						
					 
					
						2020-06-22 21:45:42 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							0dcfddd201 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Break calculateAccountChanges and acctChangesFromPostings separate functions.  
						
						
						
					 
					
						2020-06-22 21:43:30 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							a72c4f285b 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Break calculateColumns into a separate function.  
						
						
						
					 
					
						2020-06-22 21:39:41 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							fc6a30b234 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Break calculateColSpans into a separate function.  
						
						
						
					 
					
						2020-06-22 21:38:16 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							44dcd613e8 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Break getPostings and makeReportQuery into separate functions.  
						
						
						
					 
					
						2020-06-22 21:36:30 +10:00 
						 
				 
			
				
					
						
							
							
								Stephen Morgan 
							
						 
					 
					
						
						
						
						
							
						
						
							f21bf53610 
							
						 
					 
					
						
						
							
							lib: multiBalanceReport: Break startingBalances into separate function.  
						
						
						
					 
					
						2020-06-22 21:33:16 +10:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ce4de7aeb9 
							
						 
					 
					
						
						
							
							;doc: regen manuals  
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2020-06-21 10:36:21 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							24996caaeb 
							
						 
					 
					
						
						
							
							bump to dev version  
						
						
						
					 
					
						2020-06-21 10:35:52 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6216258b41 
							
						 
					 
					
						
						
							
							;doc: finalise 1.18.1 changelogs  
						
						
						
					 
					
						2020-06-21 10:22:53 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							128836f6f8 
							
						 
					 
					
						
						
							
							;changelogs  
						
						
						
					 
					
						2020-06-20 18:24:15 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6bfbecf662 
							
						 
					 
					
						
						
							
							journal: doc: document recursive wildcards  
						
						
						
					 
					
						2020-06-20 17:12:30 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e3cae4aadc 
							
						 
					 
					
						
						
							
							valuation: implement new --infer-value flag & semantics ( #1239 ,  #1253 )  
						
						
						
					 
					
						2020-06-19 14:40:20 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							467210c796 
							
						 
					 
					
						
						
							
							;valuation: refactor, update, clean up  
						
						
						
					 
					
						2020-06-19 14:40:20 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							122309ced7 
							
						 
					 
					
						
						
							
							;lib: Debug comment  
						
						
						
					 
					
						2020-06-19 14:39:32 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							06d5014f5f 
							
						 
					 
					
						
						
							
							;lib: multibalancereport: apply debug output policy  
						
						
						
					 
					
						2020-06-16 21:00:08 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							873bd57bcf 
							
						 
					 
					
						
						
							
							;regen manuals  
						
						
						
					 
					
						2020-06-16 19:34:27 -07:00 
						 
				 
			
				
					
						
							
							
								Martin Michlmayr 
							
						 
					 
					
						
						
						
						
							
						
						
							7310951178 
							
						 
					 
					
						
						
							
							doc: fix typos  
						
						
						
					 
					
						2020-06-16 19:13:18 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							562480efea 
							
						 
					 
					
						
						
							
							;lib: debug doc  
						
						
						
					 
					
						2020-06-14 17:27:15 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							684cb45e1a 
							
						 
					 
					
						
						
							
							tweak debug levels, document some guidelines  
						
						... 
						
						
						
						Beginnings of a project-wide policy for what output to show at
each debug level, for now. Later we'll want more flexibility,
eg filtering by topic. 
						
					 
					
						2020-06-14 17:17:09 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6e36ede9aa 
							
						 
					 
					
						
						
							
							;valuation: refactor  
						
						
						
					 
					
						2020-06-14 15:48:16 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c8773854f0 
							
						 
					 
					
						
						
							
							;doc: valuation: more cleanup  
						
						
						
					 
					
						2020-06-13 12:41:02 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6211a59144 
							
						 
					 
					
						
						
							
							;journal: doc: fix market prices link  
						
						
						
					 
					
						2020-06-13 11:40:01 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4bf4c62181 
							
						 
					 
					
						
						
							
							journal: default valuation commodity from P only, take 2 ( #1239 ,  #1253 )  
						
						
						
					 
					
						2020-06-13 09:50:36 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							03b4b2dedc 
							
						 
					 
					
						
						
							
							journal: default valuation commodity comes from P directives only ( #1239 ,  #1253 )  
						
						
						
					 
					
						2020-06-12 21:25:38 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							729e87066f 
							
						 
					 
					
						
						
							
							;cabal files  
						
						
						
					 
					
						2020-06-07 13:00:40 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							aee6b49d36 
							
						 
					 
					
						
						
							
							;bump date in changelogs, installer  
						
						
						
					 
					
						2020-06-07 12:45:55 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b389ee98dd 
							
						 
					 
					
						
						
							
							;update tested-with  
						
						
						
					 
					
						2020-06-07 11:59:36 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e8e27821d9 
							
						 
					 
					
						
						
							
							;finalise changelogs  
						
						
						
					 
					
						2020-06-07 11:51:40 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							09b6d44562 
							
						 
					 
					
						
						
							
							;manuals  
						
						
						
					 
					
						2020-06-06 17:21:18 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a54376e204 
							
						 
					 
					
						
						
							
							;regen cabal files  
						
						
						
					 
					
						2020-06-06 17:20:13 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							19020939c9 
							
						 
					 
					
						
						
							
							;bump versions to 1.18  
						
						
						
					 
					
						2020-06-06 17:18:15 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fa077415d4 
							
						 
					 
					
						
						
							
							;edit changelogs  
						
						
						
					 
					
						2020-06-06 16:53:41 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c59565ca5b 
							
						 
					 
					
						
						
							
							;fix Json.hs with old GHCs  
						
						
						
					 
					
						2020-06-06 15:33:04 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b50c3a694c 
							
						 
					 
					
						
						
							
							;lib: note issue with Journal's JSON  
						
						
						
					 
					
						2020-06-06 12:54:58 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b86ced5ee9 
							
						 
					 
					
						
						
							
							lib: replace jsonPrettyText with toJsonText in Hledger.Data.Json  
						
						
						
					 
					
						2020-06-06 12:54:58 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d68650b2c1 
							
						 
					 
					
						
						
							
							;csv: doc: link to balance-type  
						
						
						
					 
					
						2020-06-05 18:02:06 -07:00