<table id="tbl_products" class="table table-bordered table-hover table-striped">
<thead class="thead-dark">
<th data-checkbox="true"></th>
+ <th data-sortable="true"><i class="fas fa-cash-register"></i></th>
<th data-sortable="true">Produkt</th>
<th data-sortable="true">Gruppe</th>
- <th data-sortable="true">Netto Betrag</th>
+ <th data-sortable="true">Netto</th>
<th data-sortable="true">MwSt.</th>
- <th data-sortable="true">Brutto Betrag</th>
- <th data-sortable="true">Verkäufe</th>
- <th data-sortable="true">Lagerbestand</th>
+ <th data-sortable="true">Brutto</th>
<tfoot></tfoot>
<tbody></tbody>
</table>
<script src="../../node_modules/@fortawesome/fontawesome-free/js/all.min.js"></script>
<script src="../../js/moduleglobal.js"></script>
<script src="../../js/database.js"></script>
+<script src="lib/product.js"></script>
+<script src="lib/group.js"></script>
<script src="index.js"></script>
<script>if (window.module) module = window.module;</script>
</body>
"xtend": "~2.1.1"
}
},
+ "tinymce": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.0.1.tgz",
+ "integrity": "sha512-bAKaEEtRd4BsXu6ySYflhO83Cg844LHrplcaWalbdeZjFXwkodtv3G6H1x2r6ThaOdyE4+otJtxPYlfzwyKDdw==",
+ "dev": true
+ },
+ "tinymce-i18n": {
+ "version": "19.2.11",
+ "resolved": "https://registry.npmjs.org/tinymce-i18n/-/tinymce-i18n-19.2.11.tgz",
+ "integrity": "sha512-mr4MZx8XYMR7Ig/sShKILuhZj8jj89gy2QBMV0eNByOqtKUdkBLoY8SZDOwQmKsbvvFOcdWsUXyuPv6vllHj0g==",
+ "dev": true
+ },
"tough-cookie": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz",
"bootstrap-table": "^1.13.4",
"electron": "^4.0.5",
"jquery": "^3.3.1",
- "popper.js": "^1.14.7"
+ "popper.js": "^1.14.7",
+ "tinymce": "^5.0.1",
+ "tinymce-i18n": "^19.2.11"
}
}