Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woofers/org-invoice-template
📚 A template to create invoices using Org mode clock reports
https://github.com/woofers/org-invoice-template
invoice latex org-mode
Last synced: 25 days ago
JSON representation
📚 A template to create invoices using Org mode clock reports
- Host: GitHub
- URL: https://github.com/woofers/org-invoice-template
- Owner: woofers
- License: gpl-3.0
- Created: 2019-01-13T02:07:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T17:46:52.000Z (over 5 years ago)
- Last Synced: 2024-10-03T12:25:02.847Z (about 1 month ago)
- Topics: invoice, latex, org-mode
- Language: TeX
- Homepage:
- Size: 2.97 MB
- Stars: 43
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.org
- License: License.txt
Awesome Lists containing this project
README
#+TITLE: Org Mode Invoice Template
#+AUTHOR: Jaxson Van Doorn
#+EMAIL: [email protected]
#+OPTIONS: num:nil toc:nilA set of Org and LaTeX files which generate invoices using Org clock reports.
#+NAME: Example Invoice
#+ATTR_HTML: :alt Example Invoice :style margin-left: auto; margin-right: auto;
[[./examples/invoice.png]]This template is heavily based on the template shown on [[http://notes.secretsauce.net/notes/2014/10/01_org-mode-for-invoices.html][Dima Kogan's blog]].
The styling is based on [[https://github.com/treyhunner/invoices][Trey Hunner's invoice template]].
* Usage
Simply start clocking time using Org clocks in ~content/timesheet.org~.
The file should already contain an example timesheet.Then edit ~content/info.org~ to include the correct date, consultant and client info.
Then when it's time to generate the invoice, go into ~content/invoice.org~
and run ~org-invoice-generate~.All of the info from the timesheet will be used to
fill-in the /Services Breakdown/ and /Balance Due/ fields.Finally, export ~content/invoice.org~ as a LaTeX PDF to output the completed invoice.
The process should look something like this:
#+NAME: Invoice Generation
#+ATTR_HTML: :alt Invoice Generation :style margin-left: auto; margin-right: auto;
[[./screenshots/emacs.gif]]