Easy to theme tool for generating client invoices. Uses AngularJS and Twitter Bootstrap. Backend TBD
http://www.randysofia.com/invoice/client/src/template.html
- Open client/src/template.html in a browser.
- Click items to edit in place, mouse over the very bottom of the page to reveal the task adder or view the generated JSON.
- To save editable invoices without a backend load generated JSON into client/src/js/invoicer.js. This will become cleaner in time.
The future of this app should include a tool for building, saving and possibly even sending invoices to clients via short URL. The app should:
- Be backend optional.
- Theme as a straight forward HTML document.
- This is unlike other editable invoice apps where items are secretly input tags that require jumping through hoops to style.
- Editor and Viewer should share the same template, but the viewer should show no hint that there is an editor involved when sent to a client or printed.