Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jumplink/mwp-maps
https://github.com/jumplink/mwp-maps
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumplink/mwp-maps
- Owner: JumpLink
- License: mit
- Created: 2014-10-29T17:44:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T11:45:04.000Z (about 10 years ago)
- Last Synced: 2024-10-19T14:59:54.097Z (3 months ago)
- Language: JavaScript
- Size: 4.51 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- 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
```