v20200118 master
authorKilian Saffran <ksaffran@dks.lu>
Tue, 19 Jan 2021 09:30:18 +0000 (10:30 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Tue, 19 Jan 2021 09:30:18 +0000 (10:30 +0100)
commit55ad7717fd61a368ae42b9d4d532443a1caeb9ac
treee39d43e077568742fbdeaa9639f640e090136e22
parent8b3b800d84efd71b8c5a0a933aa033e60a42f464
v20200118
134 files changed:
desktopapp/css/theme.css
desktopapp/dialogs/AddFiles.html
desktopapp/dialogs/Email.html
desktopapp/dialogs/offerdetails.html
desktopapp/index.html
desktopapp/js/lang/de.js
desktopapp/main.js
desktopapp/modules/addresses/addresses.html
desktopapp/modules/invoices/invoice.html
desktopapp/modules/invoices/invoice.js
desktopapp/modules/invoices/invoices.html
desktopapp/modules/offers/offer.html
desktopapp/modules/products/products.html
desktopapp/modules/settings/settings.html
desktopapp/modules/templates/templates.html
desktopapp/modules/templates/templates.js
desktopapp/vendor/jquery/jquery.min.js [deleted file]
desktopapp/vendor/suneditor/css/suneditor.min.css [new file with mode: 0644]
desktopapp/vendor/suneditor/src/assets/css/suneditor-contents.css [new file with mode: 0644]
desktopapp/vendor/suneditor/src/assets/css/suneditor.css [new file with mode: 0644]
desktopapp/vendor/suneditor/src/assets/defaultIcons.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/Lang.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/ckb.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/ckb.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/da.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/da.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/de.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/de.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/en.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/en.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/es.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/es.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/fr.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/fr.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/index.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/index.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/it.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/it.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/ja.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/ja.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/ko.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/ko.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/lv.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/lv.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/pl.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/pl.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/pt_br.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/pt_br.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/ro.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/ro.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/ru.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/ru.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/zh_cn.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lang/zh_cn.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lib/constructor.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lib/context.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lib/context.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lib/core.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lib/core.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lib/history.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lib/history.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lib/util.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/lib/util.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/options.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/CommandPlugin.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/DialogPlugin.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/FileBrowserPlugin.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/Module.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/Plugin.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/SubmenuPlugin.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/command/blockquote.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/command/blockquote.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/audio.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/audio.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/image.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/image.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/link.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/link.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/math.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/math.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/mention.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/mention.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/video.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/dialog/video.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/fileBrowser/imageGallery.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/fileBrowser/imageGallery.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/index.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/index.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/_colorPicker.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/_colorPicker.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/_notice.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/_notice.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/component.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/component.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/dialog.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/dialog.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/fileBrowser.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/fileBrowser.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/fileManager.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/fileManager.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/index.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/index.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/resizing.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/modules/resizing.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/align.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/align.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/font.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/font.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/fontColor.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/fontColor.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/fontSize.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/fontSize.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/formatBlock.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/formatBlock.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/hiliteColor.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/hiliteColor.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/horizontalRule.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/horizontalRule.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/lineHeight.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/lineHeight.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/list.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/list.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/paragraphStyle.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/paragraphStyle.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/table.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/table.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/template.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/template.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/textStyle.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/plugins/submenu/textStyle.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/suneditor.d.ts [new file with mode: 0644]
desktopapp/vendor/suneditor/src/suneditor.js [new file with mode: 0644]
desktopapp/vendor/suneditor/src/suneditor_build.js [new file with mode: 0644]
desktopapp/vendor/suneditor/suneditor.min.js [new file with mode: 0644]