André Fincato
2018-08-15 22:20:42 UTC
hi all!
i’m trying to figure how to automate a daily tracking task in hledger: tracking my daily bike commute, in km.
this is my first sketch so far:
```
~ every day from 2018/01/01 Daily commute
Expenses:Business:Transports -8,0 km
Assets:Business:Receivable:Transports 8,0 km
```
`hledger balance -f transport.journal --forecast` does the following:
```
1440,0 km Assets:Business:Receivable:Transports
-1440,0 km Expenses:Business:Transports
```
great!
a few questions:
- how can i set the periodic transactions to not be every day, but from monday to, say, saturday?
- is there a way to output a report of all the periodic transactions including the date? (like it were an actual full entry in the journal, and then it got exported as csv to be shared with the accountant)
all in all, do you track this kind of stuff, and if yes, how?
thanks!
af
i’m trying to figure how to automate a daily tracking task in hledger: tracking my daily bike commute, in km.
this is my first sketch so far:
```
~ every day from 2018/01/01 Daily commute
Expenses:Business:Transports -8,0 km
Assets:Business:Receivable:Transports 8,0 km
```
`hledger balance -f transport.journal --forecast` does the following:
```
1440,0 km Assets:Business:Receivable:Transports
-1440,0 km Expenses:Business:Transports
```
great!
a few questions:
- how can i set the periodic transactions to not be every day, but from monday to, say, saturday?
- is there a way to output a report of all the periodic transactions including the date? (like it were an actual full entry in the journal, and then it got exported as csv to be shared with the accountant)
all in all, do you track this kind of stuff, and if yes, how?
thanks!
af
--
You received this message because you are subscribed to the Google Groups "hledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hledger+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "hledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hledger+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.