https://github.com/sambaldwin/freeagent-invoice
Minimal invoice template for FreeAgent
https://github.com/sambaldwin/freeagent-invoice
Last synced: about 2 months ago
JSON representation
Minimal invoice template for FreeAgent
- Host: GitHub
- URL: https://github.com/sambaldwin/freeagent-invoice
- Owner: sambaldwin
- Created: 2016-06-01T07:14:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T20:51:02.000Z (about 4 years ago)
- Last Synced: 2025-01-27T22:17:17.228Z (4 months ago)
- Language: SCSS
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeAgent invoice template
Minimal invoice template for [FreeAgent](https://freeagent.com), as used by [SB-PH](https://sb-ph.com). Typeset in Courier: one weight, one size.
## Getting started
Make sure [Sass](http://sass-lang.com) is installed on your system, then:
```
sass --watch --sourcemap=none custom.scss:custom.css
```
Then, copy the output into FreeAgent’s custom invoice theme CSS area.## Notes
- `::first-letter` selector not supported by FreeAgent’s PDF generator
- General sibling selectors (`~`) not supported by FreeAgent’s PDF generator
- FreeAgent won't render a PDF with `font-size: 0;`
- Use selector `#invoice[data-url*="estimates"]` to target estimates specifically. `#invoice[data-url*="invoices"]` for invoices, etc.