diff --git a/assets/pasted-20260206-044350-8c65cfaa.png b/assets/pasted-20260206-044350-8c65cfaa.png new file mode 100644 index 0000000..ed98968 Binary files /dev/null and b/assets/pasted-20260206-044350-8c65cfaa.png differ diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index 512e269..14d9844 100644 Binary files a/core/__pycache__/urls.cpython-311.pyc and b/core/__pycache__/urls.cpython-311.pyc differ diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index b1fa1f8..f56ddce 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/core/customer_display.html b/core/templates/core/customer_display.html index 09bcef1..80076c5 100644 --- a/core/templates/core/customer_display.html +++ b/core/templates/core/customer_display.html @@ -1,277 +1,320 @@ -{% load static i18n l10n %} - +{% load static i18n %}{% get_current_language as LANGUAGE_CODE %} - {% trans "Customer Display" %} | {{ settings.business_name }} - - - + {% trans "Customer Display" %} + + + + + {% if LANGUAGE_CODE == 'ar' %} + + {% else %} + + {% endif %} + + + + - -
-
+ +
+
{% if settings.logo %} - Logo + Logo {% else %} - + {% endif %} -

{{ settings.business_name }}

-

{% trans "Welcome! We are ready to serve you." %}

+

{{ settings.business_name }}

+

{% trans "Welcome! Please wait while we prepare your order." %}

+
+ + +
+
Waiting for POS...
- -
- -
-

{% trans "Your Order" %}

-
- -
-
- - -
-
- {% if settings.logo %} - Logo - {% endif %} -
{{ settings.business_name }}
-
- - -
-
- {% trans "Total" %} + +
+
+ +
+
{% trans "Your Order" %}
+
+
-
{{ settings.currency_symbol }} 0.000
- -
- {% trans "Items" %}: 0 - {% trans "Tax" %}: 0.000 +
+ + +
+
+
+ {% trans "Subtotal" %} + 0.00 +
+
+ {% trans "VAT" %} + 0.00 +
+
+ {% trans "Discount" %} + -0.00 +
+
+
+
{% trans "Total to Pay" %}
+
0.00
+
- - -
Init (v3)...
+ +
+ Init (v10.1 - Standalone/Compact)... + + +
+
+ + \ No newline at end of file diff --git a/core/templates/core/pos.html b/core/templates/core/pos.html index dcd3346..9d89260 100644 --- a/core/templates/core/pos.html +++ b/core/templates/core/pos.html @@ -5,65 +5,276 @@ {% block head %}