0.0.1 • Published 4 years ago

envois v0.0.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
4 years ago

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