Update org CRM file templates
This commit is contained in:
parent
820e7419ad
commit
f02b0a0284
4 changed files with 37 additions and 37 deletions
18
private/templates/org-mode/__invoice.org
Normal file
18
private/templates/org-mode/__invoice.org
Normal file
|
@ -0,0 +1,18 @@
|
|||
#+TITLE:${1:1234-5678}
|
||||
#+begin_src yaml
|
||||
created: `(format-time-string "%Y-%m-%d")`
|
||||
issued: `(format-time-string "%Y-%m-%d")`
|
||||
currency: ${2:CAD|USD|GBP|DKK}
|
||||
contact: ${3:email address}
|
||||
|
||||
items:
|
||||
- title: "$4"
|
||||
body: "$5"
|
||||
qty: ${6:1}
|
||||
amount: ${7:1200.00}
|
||||
|
||||
comments: "$0"
|
||||
#+end_src
|
||||
|
||||
* Notes
|
||||
* Attachments [0/0]
|
Loading…
Add table
Add a link
Reference in a new issue