* 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
		
			
				
	
	
		
			14 lines
		
	
	
		
			143 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			143 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| hledger -f - print
 | |
| <<<
 | |
| 2009-01-01 x
 | |
|   a  2
 | |
|   b (b) b  -1
 | |
|   c
 | |
| >>>
 | |
| 2009/01/01 x
 | |
|     a                   2
 | |
|     b (b) b            -1
 | |
|     c
 | |
| 
 | |
| >>>=0
 |