From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../static/src/xml/ChromeWidgets/CashierName.xml | 12 +++ .../src/xml/ChromeWidgets/ClientScreenButton.xml | 19 +++++ .../static/src/xml/ChromeWidgets/DebugWidget.xml | 93 ++++++++++++++++++++++ .../static/src/xml/ChromeWidgets/HeaderButton.xml | 11 +++ .../xml/ChromeWidgets/OrderManagementButton.xml | 12 +++ .../static/src/xml/ChromeWidgets/ProxyStatus.xml | 28 +++++++ .../src/xml/ChromeWidgets/SaleDetailsButton.xml | 13 +++ .../src/xml/ChromeWidgets/SyncNotification.xml | 29 +++++++ .../static/src/xml/ChromeWidgets/TicketButton.xml | 13 +++ 9 files changed, 230 insertions(+) create mode 100644 addons/point_of_sale/static/src/xml/ChromeWidgets/CashierName.xml create mode 100644 addons/point_of_sale/static/src/xml/ChromeWidgets/ClientScreenButton.xml create mode 100644 addons/point_of_sale/static/src/xml/ChromeWidgets/DebugWidget.xml create mode 100644 addons/point_of_sale/static/src/xml/ChromeWidgets/HeaderButton.xml create mode 100644 addons/point_of_sale/static/src/xml/ChromeWidgets/OrderManagementButton.xml create mode 100644 addons/point_of_sale/static/src/xml/ChromeWidgets/ProxyStatus.xml create mode 100644 addons/point_of_sale/static/src/xml/ChromeWidgets/SaleDetailsButton.xml create mode 100644 addons/point_of_sale/static/src/xml/ChromeWidgets/SyncNotification.xml create mode 100644 addons/point_of_sale/static/src/xml/ChromeWidgets/TicketButton.xml (limited to 'addons/point_of_sale/static/src/xml/ChromeWidgets') diff --git a/addons/point_of_sale/static/src/xml/ChromeWidgets/CashierName.xml b/addons/point_of_sale/static/src/xml/ChromeWidgets/CashierName.xml new file mode 100644 index 00000000..41b7ee69 --- /dev/null +++ b/addons/point_of_sale/static/src/xml/ChromeWidgets/CashierName.xml @@ -0,0 +1,12 @@ + + + + +
+ + + +
+
+ +
diff --git a/addons/point_of_sale/static/src/xml/ChromeWidgets/ClientScreenButton.xml b/addons/point_of_sale/static/src/xml/ChromeWidgets/ClientScreenButton.xml new file mode 100644 index 00000000..bbcb1167 --- /dev/null +++ b/addons/point_of_sale/static/src/xml/ChromeWidgets/ClientScreenButton.xml @@ -0,0 +1,19 @@ + + + + +
+ +
+ +
+
+ +
+
+ +
+
+
+ +
diff --git a/addons/point_of_sale/static/src/xml/ChromeWidgets/DebugWidget.xml b/addons/point_of_sale/static/src/xml/ChromeWidgets/DebugWidget.xml new file mode 100644 index 00000000..6e67512e --- /dev/null +++ b/addons/point_of_sale/static/src/xml/ChromeWidgets/DebugWidget.xml @@ -0,0 +1,93 @@ + + + + + +
+
+

Debug Window

+
+ +
+

Electronic Scale

+
    +
  • + +
  • +
  • Set Weight
  • +
  • Reset
  • +
+ +

Barcode Scanner

+
    +
  • + +
  • +
  • Scan
  • +
  • Scan EAN-13
  • +
+ +

Orders

+ + + +

Hardware Status

+
    +
  • Weighing
  • +
  • + Refresh Display +
  • +
+

Hardware Events

+
    +
  • Open Cashbox
  • +
  • Print Receipt
  • +
  • Read Weighing Scale
  • +
+

Others

+
    +
  • + Buffer: + +
  • +
+
+
+
+
+ +
diff --git a/addons/point_of_sale/static/src/xml/ChromeWidgets/HeaderButton.xml b/addons/point_of_sale/static/src/xml/ChromeWidgets/HeaderButton.xml new file mode 100644 index 00000000..19d9c7c8 --- /dev/null +++ b/addons/point_of_sale/static/src/xml/ChromeWidgets/HeaderButton.xml @@ -0,0 +1,11 @@ + + + + +
+ +
+
+ +
diff --git a/addons/point_of_sale/static/src/xml/ChromeWidgets/OrderManagementButton.xml b/addons/point_of_sale/static/src/xml/ChromeWidgets/OrderManagementButton.xml new file mode 100644 index 00000000..062e11c3 --- /dev/null +++ b/addons/point_of_sale/static/src/xml/ChromeWidgets/OrderManagementButton.xml @@ -0,0 +1,12 @@ + + + + +
+
+ +
+
+
+ +
diff --git a/addons/point_of_sale/static/src/xml/ChromeWidgets/ProxyStatus.xml b/addons/point_of_sale/static/src/xml/ChromeWidgets/ProxyStatus.xml new file mode 100644 index 00000000..3bcbef6d --- /dev/null +++ b/addons/point_of_sale/static/src/xml/ChromeWidgets/ProxyStatus.xml @@ -0,0 +1,28 @@ + + + + +
+ + + + + + + + + + + + + + + +
+
+ +
diff --git a/addons/point_of_sale/static/src/xml/ChromeWidgets/SaleDetailsButton.xml b/addons/point_of_sale/static/src/xml/ChromeWidgets/SaleDetailsButton.xml new file mode 100644 index 00000000..dc5ecc04 --- /dev/null +++ b/addons/point_of_sale/static/src/xml/ChromeWidgets/SaleDetailsButton.xml @@ -0,0 +1,13 @@ + + + + +
+
+ +
+
+
+ +
diff --git a/addons/point_of_sale/static/src/xml/ChromeWidgets/SyncNotification.xml b/addons/point_of_sale/static/src/xml/ChromeWidgets/SyncNotification.xml new file mode 100644 index 00000000..4a08c7ac --- /dev/null +++ b/addons/point_of_sale/static/src/xml/ChromeWidgets/SyncNotification.xml @@ -0,0 +1,29 @@ + + + + +
+ + + + +
+ +
+
+ +
+
+ +
+
+ +
+
+
+ +
diff --git a/addons/point_of_sale/static/src/xml/ChromeWidgets/TicketButton.xml b/addons/point_of_sale/static/src/xml/ChromeWidgets/TicketButton.xml new file mode 100644 index 00000000..8a1a3a32 --- /dev/null +++ b/addons/point_of_sale/static/src/xml/ChromeWidgets/TicketButton.xml @@ -0,0 +1,13 @@ + + + + +
+
+ +
+
Orders
+
+
+ +
-- cgit v1.2.3