Update org CRM file templates
This commit is contained in:
parent
820e7419ad
commit
f02b0a0284
4 changed files with 37 additions and 37 deletions
|
@ -1,14 +1,18 @@
|
|||
#+TITLE:${1:Firstname Lastname}
|
||||
Created `(format-time-string "<%Y-%m-%d>")`
|
||||
#+TITLE:${1:Contact Name}${2: 🏢}
|
||||
#+begin_src yaml
|
||||
created: `(format-time-string "%Y-%m-%d")`
|
||||
|
||||
| Contact | ${2:Firstname Lastname} |
|
||||
| Email | ${3:email@address.com} ([[mailto:$2][email]]) |
|
||||
| Address | ${4:PO Box 5, 2920} |
|
||||
| City | ${5:Charlottenlund} |
|
||||
| Country | ${6:Denmark} |
|
||||
email: ${3:email@address.com}
|
||||
address: $4
|
||||
city: $5
|
||||
country: $6
|
||||
#+end_src
|
||||
|
||||
* Associates
|
||||
+ Associate's name :: associates@email.com
|
||||
* Projects [/]
|
||||
** $7 [/]
|
||||
** ACTIVE ... [/]
|
||||
* Invoices [/]
|
||||
** TODO ${0:YYMM-0000 1,000 USD}
|
||||
** PENDING YYMM-0000 *1,000 USD*
|
||||
* Notes
|
||||
* Correspondence
|
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]
|
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
id: ${1:1234-5678}
|
||||
currency: ${2:CAD}
|
||||
date:
|
||||
created: `(format-time-string "%Y-%m-%d")`
|
||||
sent: `(format-time-string "%Y-%m-%d")`
|
||||
|
||||
contact:
|
||||
name: $3
|
||||
email: $4
|
||||
phone: $5
|
||||
address: >-
|
||||
$6
|
||||
|
||||
items:
|
||||
- name: $0
|
||||
rate: 10.00
|
||||
qty: 1
|
||||
description: >-
|
||||
?
|
||||
|
||||
notes: >-
|
||||
?
|
|
@ -1,9 +1,10 @@
|
|||
#+TITLE:${1:Project Name}
|
||||
Created `(format-time-string "<%Y-%m-%d>")`
|
||||
#+begin_src yaml
|
||||
created: `(format-time-string "%Y-%m-%d")`
|
||||
contact: ${2:Contact id}
|
||||
#+end_src
|
||||
|
||||
| Contact | [[contact:$2][${2:Contact Name}]] |
|
||||
|
||||
${3:...}
|
||||
${3:Summary of project.}
|
||||
|
||||
* Tasks [/]
|
||||
* Timeframe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue