mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;doc:examples:invoicing:pandoc-make-invoice: don't write to $LEDGER_FILE
This commit is contained in:
parent
0a759d3269
commit
625261baac
@ -21,7 +21,7 @@ invoice:
|
||||
@make $(NEW)
|
||||
@git add $(NEW).{md,html,pdf}
|
||||
@git commit -m "invoice $(NEW)" -- $(NEW).{md,html,pdf}
|
||||
@printf "`date +%Y-%m-%d` * (`date +%Y%m`ab) AB Inc. | invoice\n (assets:receivable:ab) \$$1000 ; TODO:adjust\n\n" >>$$LEDGER_FILE
|
||||
@printf "`date +%Y-%m-%d` * (`date +%Y%m`ab) AB Inc. | invoice\n (assets:receivable:ab) \$$1000 ; TODO:adjust\n\n"
|
||||
|
||||
%ab:
|
||||
@make $@.pdf $@.html
|
||||
|
Loading…
Reference in New Issue
Block a user