;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)
|
@make $(NEW)
|
||||||
@git add $(NEW).{md,html,pdf}
|
@git add $(NEW).{md,html,pdf}
|
||||||
@git commit -m "invoice $(NEW)" -- $(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:
|
%ab:
|
||||||
@make $@.pdf $@.html
|
@make $@.pdf $@.html
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user