Initial Commit
authorKilian Saffran <ksaffran@dks.lu>
Mon, 18 Feb 2019 11:11:15 +0000 (12:11 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Mon, 18 Feb 2019 11:11:15 +0000 (12:11 +0100)
commit9c5d3762f5ba6c905c1571e7dca859c949b33f54
treebfd4194dc2b286a4416d3be29711f10a9da10ecc
Initial Commit
49 files changed:
.gitignore [new file with mode: 0644]
css/app.css [new file with mode: 0644]
css/invoicejournal.epic.css [new file with mode: 0644]
i18n/dt_de.json [new file with mode: 0644]
img/dks_1000.png [new file with mode: 0644]
img/invoicejournal.png [new file with mode: 0644]
index.html [new file with mode: 0644]
js/app.js [new file with mode: 0644]
js/database.js [new file with mode: 0644]
js/moduleglobal.js [new file with mode: 0644]
js/preferences.js [new file with mode: 0644]
js/webdatabase.js [new file with mode: 0644]
main.1.js [new file with mode: 0644]
main.js [new file with mode: 0644]
main.old.js [new file with mode: 0644]
modules/accounts/index.html [new file with mode: 0644]
modules/accounts/index.js [new file with mode: 0644]
modules/addresses/index.html [new file with mode: 0644]
modules/addresses/module.js [new file with mode: 0644]
modules/bankaccount/index.html [new file with mode: 0644]
modules/bankaccount/index.js [new file with mode: 0644]
modules/bankaccount/module.js [new file with mode: 0644]
modules/expenses/index.html [new file with mode: 0644]
modules/expenses/module.js [new file with mode: 0644]
modules/invoicejournal/index.html [new file with mode: 0644]
modules/invoicejournal/module.js [new file with mode: 0644]
modules/invoices/index.html [new file with mode: 0644]
modules/invoices/index.js [new file with mode: 0644]
modules/invoices/invoice.html [new file with mode: 0644]
modules/invoices/invoice.js [new file with mode: 0644]
modules/invoices/lib/invoice.js [new file with mode: 0644]
modules/invoices/module.js [new file with mode: 0644]
modules/mailtemplates/index.html [new file with mode: 0644]
modules/mailtemplates/module.js [new file with mode: 0644]
modules/offers/index.html [new file with mode: 0644]
modules/offers/index.js [new file with mode: 0644]
modules/offers/module.js [new file with mode: 0644]
modules/overview/index.html [new file with mode: 0644]
modules/overview/index.js [new file with mode: 0644]
modules/overview/module.js [new file with mode: 0644]
modules/printtemplates/index.html [new file with mode: 0644]
modules/printtemplates/module.js [new file with mode: 0644]
modules/products/index.html [new file with mode: 0644]
modules/products/index.js [new file with mode: 0644]
modules/products/module.js [new file with mode: 0644]
modules/settings/index.html [new file with mode: 0644]
modules/settings/index.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]