;doc:options:update --value-at support
This commit is contained in:
		
							parent
							
								
									2ba0281335
								
							
						
					
					
						commit
						4c56baf842
					
				@ -600,22 +600,24 @@ $ hledger -f- print --value-at=2000-01-15
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Reports supporting --value-at
 | 
					### Reports supporting --value-at
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Not all combinations of valuation date and hledger report modes are
 | 
					All report/--value-at combinations are expected to do the right
 | 
				
			||||||
supported or well understood at present
 | 
					thing, or at least a reasonable thing. If you find problems, please
 | 
				
			||||||
([#329](https://github.com/simonmichael/hledger/issues/329)).
 | 
					report them (with reproducible examples) eg at
 | 
				
			||||||
Here are the ones currently supported
 | 
					[#329](https://github.com/simonmichael/hledger/issues/329). 
 | 
				
			||||||
("print", "register", and "balance" here mean all commands of that general type):
 | 
					The table below shows the current status as far as we know it.
 | 
				
			||||||
 | 
					(Here "print", "register", "balance" mean all commands of those
 | 
				
			||||||
 | 
					general types, and "-M" means any report interval):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| Report type                                             | `--value-at=` `transaction`  | `--value-at=` `period`  | `--value-at=` `DATE`/`now`  |
 | 
					| Report type                | `--value-at=` `transaction`  | `--value-at=` `period`  | `--value-at=` `DATE`/`now`  |
 | 
				
			||||||
|---------------------------------------------------------|:---------------------------------:|:----------------------------:|:--------------------------------:|
 | 
					|----------------------------|:---------------------------------:|:----------------------------:|:--------------------------------:|
 | 
				
			||||||
| print                                                   | Y                                 | Y                            | Y                                |
 | 
					| print                      | Y                                 | Y                            | Y                                |
 | 
				
			||||||
| register                                                | Y                                 | Y                            | Y                                |
 | 
					| register                   | Y                                 | Y                            | Y                                |
 | 
				
			||||||
| register, multiperiod                              | Y                                 | Y                            | Y                                |
 | 
					| register -M           | Y                                 | Y                            | Y                                |
 | 
				
			||||||
| balance                                                 | Y                                 | Y                            | Y                                |
 | 
					| register -H           | ?                                 | ?                            | ?                                |
 | 
				
			||||||
| balance, multiperiod                               | Y                                 | Y                            | Y                                |
 | 
					| balance                    | Y                                 | Y                            | Y                                |
 | 
				
			||||||
| balance, multiperiod, -T/-A                   | Y                                 | Y                            | Y                                |
 | 
					| balance -M -T/-A | Y                                 | Y                            | Y                                |
 | 
				
			||||||
| register/balance, multiperiod, -T/-A, -H | ?                                 | ?                            | ?                                |
 | 
					| balance -M -H    | -                                 | -                            | -                                |
 | 
				
			||||||
| balance, --budget                                  | ?                                 | ?                            | ?                                |
 | 
					| balance --budget      | ?                                 | ?                            | ?                                |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Combining -B and -V
 | 
					## Combining -B and -V
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user