diff --git a/.DS_Store b/.DS_Store index 57cf1939..1140e6e4 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/car_inventory/__pycache__/settings.cpython-311.pyc b/car_inventory/__pycache__/settings.cpython-311.pyc index 23ed627a..90633643 100644 Binary files a/car_inventory/__pycache__/settings.cpython-311.pyc and b/car_inventory/__pycache__/settings.cpython-311.pyc differ diff --git a/static/.DS_Store b/static/.DS_Store index e2af9117..e60fe087 100644 Binary files a/static/.DS_Store and b/static/.DS_Store differ diff --git a/static/images/logos/users/Logo-all.png b/static/images/logos/users/Logo-all.png new file mode 100644 index 00000000..ecfd638b Binary files /dev/null and b/static/images/logos/users/Logo-all.png differ diff --git a/templates/dashboards/manager.html b/templates/dashboards/manager.html index c0982251..9f20bc6a 100644 --- a/templates/dashboards/manager.html +++ b/templates/dashboards/manager.html @@ -13,7 +13,7 @@
-

{{ staff }}

+

{{ staff }}

{{ _("Staff")}}

@@ -23,22 +23,22 @@
-

{{ customers }}

+

{{ customers }}

{{ _("Customers")}}

-

{{ invoices }}

+

{{ invoices }}

{{ _("Invoices")}}

-

{{ estimates }}

+

{{ estimates }}

{{ _("Quotations")}}

-

{{ purchase_orders }}

+

{{ purchase_orders }}

{{ _("Purchase Orders")}}

diff --git a/templates/sales/invoices/invoice_preview.html b/templates/sales/invoices/invoice_preview.html index b3b1a55f..2ff17de8 100644 --- a/templates/sales/invoices/invoice_preview.html +++ b/templates/sales/invoices/invoice_preview.html @@ -44,6 +44,11 @@ height: 3cm; border-radius: 0.3333333333rem; } + .dealer-logo img { + width: 3cm; + height: 1cm; + position: relative; + } .invoice-details, .invoice-table { font-size: 12px; } @@ -94,17 +99,21 @@
-
+
+
QR Code +
-
+
+ +