From 9a05743cb3034519c4df49e7f84ce76b393aee09 Mon Sep 17 00:00:00 2001 From: Spacelord Date: Mon, 15 May 2023 15:34:28 +0200 Subject: [PATCH] Renamed pages --- src/frontend/manage/categoryManager.eta.html | 2 +- .../manage/imports/csvImport.eta.html | 46 +++++++++---------- 2 files changed, 22 insertions(+), 26 deletions(-) diff --git a/src/frontend/manage/categoryManager.eta.html b/src/frontend/manage/categoryManager.eta.html index a8cf0c3..0629273 100644 --- a/src/frontend/manage/categoryManager.eta.html +++ b/src/frontend/manage/categoryManager.eta.html @@ -1,6 +1,6 @@ <%~ E.includeFile("../partials/head.eta.html", {"title": "Settings - Category"}) %> <%~ E.includeFile("../partials/controls.eta.html", {"active": "SETT_CAT"}) %> -

All categories

+

Categories

diff --git a/src/frontend/manage/imports/csvImport.eta.html b/src/frontend/manage/imports/csvImport.eta.html index 6cb710b..746e605 100644 --- a/src/frontend/manage/imports/csvImport.eta.html +++ b/src/frontend/manage/imports/csvImport.eta.html @@ -1,28 +1,24 @@ -<%~ E.includeFile("../../partials/head.eta.html", {"title": "Importer - CSV" }) %> - <%~ E.includeFile("../../partials/controls.eta.html", {"active": "SETT_IMPORT_CSV" }) %> +<%~ E.includeFile("../../partials/head.eta.html", {"title": "Importer - CSV" }) %> <%~ E.includeFile("../../partials/controls.eta.html", {"active": "SETT_IMPORT_CSV" }) %> -

Import A CSV File

- Upload a CSV file to import into the database. The CSV file must have the following columns: -
    -
  • Name
  • -
  • Amount
  • -
  • Manufacturer
  • -
  • Category
  • -
- The following columns are optional: -
    -
  • SKU
  • -
  • Comment
  • -
  • StorageLocation (import currently not supported)
  • -
-
- -
+

CSV Import

+Upload a CSV file to import into the database. The CSV file must have the following columns: +
    +
  • Name
  • +
  • Amount
  • +
  • Manufacturer
  • +
  • Category
  • +
+The following columns are optional: +
    +
  • SKU
  • +
  • Comment
  • +
  • StorageLocation (import currently not supported)
  • +
+ + +
- + +
- - - - <%~ E.includeFile("../../partials/controlsFoot.eta.html") %> - <%~ E.includeFile("../../partials/foot.eta.html") %> \ No newline at end of file +<%~ E.includeFile("../../partials/controlsFoot.eta.html") %> <%~ E.includeFile("../../partials/foot.eta.html") %>