/invoice

Primary LanguageCSS

Invoice template

Requirements

  • npm
  • a browser :D

Installation

After cloning the repo, cd into the root dir and run:

npm install && gulp

This will install the dependencies and build the invoice css distribution

Usage

  • Open up index.html in your favorite editor, and edit the necessary fields
  • Open index.html in your browser
  • Use the browsers print function to save the content to a PDF file

Template page size is set for the A4 paper printing size.

Checkout the default example

That's all folks.