All Projects → mkropat → Dapper Invoice

mkropat / Dapper Invoice

Licence: mit
A billable-time invoice featuring style over substance

Projects that are alternatives of or similar to Dapper Invoice

Zigzagview
a zigzag view for using for ticket or invoice
Stars: ✭ 121 (-10.37%)
Mutual labels:  invoice
Remark Math
remark and rehype plugins to support math
Stars: ✭ 129 (-4.44%)
Mutual labels:  latex
Bithesis
📖 Unofficial LaTeX templates for your bachelor graduation thesis (and more) here at BIT.
Stars: ✭ 132 (-2.22%)
Mutual labels:  latex
Latexdoc
LaTeX document written by LaTeX, used for quick learning and inspecting
Stars: ✭ 122 (-9.63%)
Mutual labels:  latex
Srs Tex
A Latex template for a Software Requirements Specification that respects the IEEE standards.
Stars: ✭ 126 (-6.67%)
Mutual labels:  latex
Cquthesis
📝 重庆大学毕业论文LaTeX模板---LaTeX Thesis Template for Chongqing University
Stars: ✭ 127 (-5.93%)
Mutual labels:  latex
Jlatexmath Andriod
JLaTexMath for Android 完美支持、数学、物理、化学公式、汉字解析、图文混排、Mathml、LaTex
Stars: ✭ 118 (-12.59%)
Mutual labels:  latex
Trabalhando Remoto
Informações para quem trabalha ou quer trabalhar remoto
Stars: ✭ 2,072 (+1434.81%)
Mutual labels:  invoice
Pdfpc Latex Notes
Latex Package that allows creating a pdfpc compatible notes file directly from your latex presentation \notes.
Stars: ✭ 128 (-5.19%)
Mutual labels:  latex
Pandoc Action Example
using the pandoc document converter on GitHub Actions
Stars: ✭ 131 (-2.96%)
Mutual labels:  latex
Latex.guide
Quickly look up LaTeX symbols! https://latex.guide
Stars: ✭ 122 (-9.63%)
Mutual labels:  latex
Quiver
A modern commutative diagram editor for the web.
Stars: ✭ 1,799 (+1232.59%)
Mutual labels:  latex
Hagenbergthesis
Hagenberg LaTeX Thesis Template
Stars: ✭ 130 (-3.7%)
Mutual labels:  latex
Awesome Beamers
beamer template collection
Stars: ✭ 121 (-10.37%)
Mutual labels:  latex
Hedgehog Lab
Run, compile and execute JavaScript for Scientific Computing and Data Visualization TOTALLY TOTALLY TOTALLY in your BROWSER! An open source scientific computing environment for JavaScript TOTALLY in your browser, matrix operations with GPU acceleration, TeX support, data visualization and symbolic computation.
Stars: ✭ 1,797 (+1231.11%)
Mutual labels:  latex
Scihub2pdf
Downloads pdfs via a DOI number, article title or a bibtex file, using the database of libgen(sci-hub) , arxiv
Stars: ✭ 120 (-11.11%)
Mutual labels:  latex
Latex Template For Npu Thesis
LaTeX Template For NPU Thesis
Stars: ✭ 127 (-5.93%)
Mutual labels:  latex
Pandoc Markdown Template
Markdown templates for Pandoc
Stars: ✭ 135 (+0%)
Mutual labels:  latex
Dvisvgm
A fast DVI, EPS, and PDF to SVG converter
Stars: ✭ 134 (-0.74%)
Mutual labels:  latex
Mathocr
A scientific document recognition system
Stars: ✭ 130 (-3.7%)
Mutual labels:  latex

dapper-invoice

A billable-time invoice featuring style over substance.

Example Screenshot

Pre-Requisites

— or —

Generating an Invoice

Using TeX Live Locally

cp example.tex your-invoice-101.tex
# make some changes to your-invoice-101.tex
make your-invoice-101.pdf

Your invoice will be created as your-invoice-101.pdf

Using Vagrant

cp example.tex your-invoice-101.tex
vagrant up  # this may take a while the first time
vagrant ssh -c 'cd /vagrant; make REPORT=your-invoice-101 watch'

Now whenever you make changes to your-invoice-101.tex on your host machine, the watcher inside the VM will automatically build your-invoice-101.pdf, which will be saved back to the host machine.

When finished editing, input Control-C to stop the watcher, then run:

vagrant halt

Documentation

See example.tex and dapper-invoice.cls for details.

Inspiration

I am not a designer. Inspiration for the design comes from stea^H^H^H^Hborrowing design ideas from good looking invoices people have published on the net. The resulting design is not even in the same league, but I think it gets the job done.

I am also not a LaTeX author. The code borrows heavily from the moderncv package (which I can't recommend enough), as well as numerous other packages.

Licensing

The code I have written I release under the MIT license.

Two different font packages are included in the repo for convenience:

  • OpenSans (Apache License v2.00)
  • Font Awesome (SIL OFL 1.1)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].