envois
v0.0.1
Published
The simplest way to build your own JavaScript based invoicing app
Readme
Envois
The simplest way to build your own JavaScript based invoicing app
Description
All functions every invoicing app must have, featuring:
- Tax calculation
- Invoices, products, users and customers CRUD
- A customizable model object
- Parallel invoicing (create a new invoice without save the current one)
- Customizable (With UI Assistant) invoice templates and themes
All of this with 0 dependecies. Obvious you'll need to setup (in automatic mode with the library, o manually) your database options.
TODO List:
- Create the MVP
