##Custom Invoice Templates
Last Updated: 9/14/15
####Goal After following this guide, you should be able to create custom invoice templates by leveraging the custom invoice components and controllers, along with CSS.
####Prerequisites
| [ | |
| "http://localhost:3001/api/summary?token=AgileMD", | |
| "http://localhost:3001/api/employment?token=AgileMD", | |
| "http://localhost:3001/api/education?token=AgileMD", | |
| "http://localhost:3001/api/social?token=AgileMD", | |
| "http://localhost:3001/api/professional?token=AgileMD", | |
| "http://localhost:3001/api/resume?token=AgileMD" | |
| ] |
| { | |
| "summary": { | |
| "profiles": [ | |
| "http://careers.stackoverflow.com/jamesgibson", | |
| "http://www.linkedin.com/pub/james-gibson/16/8bb/5b3" | |
| ] | |
| }, | |
| "social": { | |
| "twitter": "https://twitter.com/brainchildpro" | |
| }, |
| Her: After a rocky start to the day, not bad. Currently pondering the purpose for the existence of flamingos. | |
| Me: Because peacocks don't make great lawn ornaments in Florida. | |
| Her: They would if the people of Florida would just give them a chance! | |
| Me: Equal feathers for all! | |
| Her: You shouldn't make fun of such a serious issue. Equal rights for birds in Florida is an important and vital concern in the current political market |
| trigger SummarizeAccountContacts on Contact (after delete, after insert) { | |
| set<ID> accountIds = new set<ID>(); | |
| set<ID> contactIds = new Set<ID>(); | |
| public void addValidAccountId(Id i) | |
| { | |
| if(i !=null) | |
| accountIds.add(i); | |
| } |
| syntax on | |
| colorscheme distinguished | |
| set smartindent | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set expandtab | |
| set number | |
| autocmd BufNewFile,BufRead *.json set ft=javascript |
Run sudo cp /usr/share/doc/wpasupplicant/examples/wpa-roam.conf /etc/wpa_supplicant/wpa-roam.conf
Edit /etc/wpa_supplicant/wpa-roam.conf and uncomment update_config=1
and add:
network={
ssid="<your ssid here>"
psk="<wireless password here>"
}
I hereby claim:
To claim this, I am signing this object:
| { | |
| "parser": "babel-eslint", | |
| "env": { | |
| "browser": true, | |
| "node": true, | |
| "amd": false, | |
| "mocha": false, | |
| "jasmine": false, | |
| "es6": true | |
| }, |