Nirgalz / easy-billing

Easy billing software for freelancers made using electron and neDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimalistic billing desktop app for freelancers.

Simply keep track of your bills and clients, print them in pdf.

You can change the layout, it's simple html and css (result.html and print.css situated in files/bills/).

To add or remove fields, you just do it in files/bills/newbill.html form and files/bills/result.html layout, the scripts will do the rest.

May not be relevant for all countries, made for a french designer.

Libraries used :

Features :

  • editable personal data
  • editable client's list
  • bills' data is stored and can be edited
  • print to pdf

Requires :

  • node.js

Installation and usage :

npm install                 # installs dependencies
npm start                   # launches the program

todo :

  • list of bills by client ?

About

Easy billing software for freelancers made using electron and neDB

License:MIT License


Languages

Language:HTML 80.4%Language:CSS 9.9%Language:JavaScript 9.7%