server documents booking and drop bs-tbl
authorKilian Saffran <ksaffran@dks.lu>
Tue, 16 Apr 2019 17:55:03 +0000 (19:55 +0200)
committerKilian Saffran <ksaffran@dks.lu>
Tue, 16 Apr 2019 17:55:03 +0000 (19:55 +0200)
commit716b335cabe84a8f9b9b0cfaed946ad0b1263001
tree7f10bb8489bfa8c14dd7afe8a88ed0c317fbc8bf
parent27034a46955996a69fd3890734a9fb351852f8e5
server documents booking and drop bs-tbl
34 files changed:
css/app.css
db.invoicejournal.json [new file with mode: 0644]
index.html
main.js
modules/accounts/form_account.html [new file with mode: 0644]
modules/accounts/form_account.js [new file with mode: 0644]
modules/accounts/index.html
modules/accounts/index.js
modules/bookings/form_booking.html [new file with mode: 0644]
modules/bookings/form_booking.js [new file with mode: 0644]
modules/bookings/index.html [new file with mode: 0644]
modules/bookings/index.js [new file with mode: 0644]
modules/bookings/lib/booking.js [new file with mode: 0644]
modules/documents/index.html [new file with mode: 0644]
modules/documents/index.js [new file with mode: 0644]
package-lock.json
package.json
renderer.js
server/Module/FileSystem.pm [new file with mode: 0644]
server/Module/OpenVPN.pm [new file with mode: 0644]
server/Module/PDFExtract.pm [new file with mode: 0644]
server/Module/PDFExtract_checkservice.pm [new file with mode: 0644]
server/Module/SQLite.pm [new file with mode: 0644]
server/Module/Service.pm [new file with mode: 0644]
server/Module/Test.pm [new file with mode: 0644]
server/Module/VPNServer.pm [new file with mode: 0644]
server/createpdfA4invoice.pl [new file with mode: 0644]
server/fmtosqlite.pl [new file with mode: 0644]
server/invoicejournalserver.pl [new file with mode: 0644]
server/pdfextract.pl [new file with mode: 0644]
server/pdftextblock.pl [new file with mode: 0644]
server/pdftotext.exe [new file with mode: 0644]
server/sqlitedumpdata.pl [new file with mode: 0644]
server/syncfolder.pl [new file with mode: 0644]