Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jumplink/invoice
https://github.com/jumplink/invoice
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumplink/invoice
- Owner: JumpLink
- License: mit
- Created: 2014-08-08T21:09:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T14:10:01.000Z (over 10 years ago)
- Last Synced: 2024-10-19T15:00:48.492Z (3 months ago)
- Language: JavaScript
- Size: 32.9 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
invoice
=======## Try it out
```
git clone https://github.com/JumpLink/invoice.git
cd invoice/src
npm install
bower install
node app
```
and visit http://localhost:1337/## Custom user fields
```
invoice.approver.name rechnung.genehmiger.name / firmenname
invoice.approver.address1 rechnung.genehmiger.addresse1
invoice.approver.place rechnung.genehmiger.ort
invoice.approver.email E-Mail
invoice.approver.web Web / Homepage
invoice.approver.phone Telefon
invoice.approver.fax Fax
invoice.approver.ustid UstIDinvoice.approver.bank.owner Kntoinhaber
invoice.approver.bank.name Bankname
invoice.approver.bank.iban IBAN
invoice.approver.bank.bic BICinvoice.recipient.name rechnung.empfänger.name / firmenname
invoice.recipient.address1 rechnung.empfänger.addresse1
invoice.recipient.place rechnung.empfänger.ortinvoice.currency Währung
invoice.date Datum
invoice.deadline Fristdatum
invoice.number Rechnungsnummerinvoice.tax Steuer
invoice.taxrate Steuersatz
invoice.amount Summe (Netto)
invoice.totalamount Gesamtsumme (Brutto)invoice.task.number Nummber
invoice.task.title Titel / Name
invoice.task.description Beschreibung
invoice.task.cost Preistransformed to
invoice.task.1.number
invoice.task.1.title
invoice.task.1.description
invoice.task.1.costinvoice.task.2.number
and so on..invoice.translate.invoice Rechnung
invoice.translate.amount Summe
invoice.translate.totalamount Gesamtsumme
invoice.translate.tax Umsatzsteuer
invoice.translate.phone Telefon
invoice.translate.fax Fax
```