https://github.com/jumplink/mwp-maps
https://github.com/jumplink/mwp-maps
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumplink/mwp-maps
- Owner: JumpLink
- License: mit
- Created: 2014-10-29T17:44:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T11:45:04.000Z (over 11 years ago)
- Last Synced: 2025-03-28T17:27:16.345Z (over 1 year ago)
- Language: JavaScript
- Size: 4.51 MB
- Stars: 0
- Watchers: 2
- 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 UstID
invoice.approver.bank.owner Kntoinhaber
invoice.approver.bank.name Bankname
invoice.approver.bank.iban IBAN
invoice.approver.bank.bic BIC
invoice.recipient.name rechnung.empfänger.name / firmenname
invoice.recipient.address1 rechnung.empfänger.addresse1
invoice.recipient.place rechnung.empfänger.ort
invoice.currency Währung
invoice.date Datum
invoice.deadline Fristdatum
invoice.number Rechnungsnummer
invoice.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 Preis
transformed to
invoice.task.1.number
invoice.task.1.title
invoice.task.1.description
invoice.task.1.cost
invoice.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
```