From 692fa3f0ed4b00e06148f82ba7885f39538b811c Mon Sep 17 00:00:00 2001 From: Marwan Alwali Date: Sun, 16 Feb 2025 11:48:12 +0300 Subject: [PATCH] update --- .idea/car_inventory.iml | 1 + .idea/jsLibraryMappings.xml | 2 +- .../__pycache__/settings.cpython-311.pyc | Bin 8687 -> 8830 bytes inventory/__pycache__/admin.cpython-311.pyc | Bin 6755 -> 7337 bytes inventory/__pycache__/urls.cpython-311.pyc | Bin 28292 -> 28292 bytes inventory/__pycache__/utils.cpython-311.pyc | Bin 40168 -> 40224 bytes inventory/__pycache__/views.cpython-311.pyc | Bin 197768 -> 200022 bytes inventory/admin.py | 6 + inventory/utils.py | 5 +- inventory/views.py | 125 ++++++++++++------ ofx_sample.ofx | 89 +++++++++++++ requirements.txt | 2 + static/assets/fonts/DejaVuSans.ttf | Bin 0 -> 757076 bytes static/assets/fonts/MarkaziText%5Bwght%5D.ttf | Bin 0 -> 296896 bytes static/assets/fonts/Roboto%5Bwdth,wght%5D.ttf | Bin 0 -> 469380 bytes .../fonts}/bootstrap-icons.woff2 | Bin static/images/export_pdf/logos/logo-d-pdf.png | Bin 0 -> 12210 bytes .../logos/users/Icon_Black4x_B0iEnf0.png | Bin 0 -> 2251 bytes templates/account/login.html | 3 + templates/customers/customer_list.html | 12 +- templates/index.html | 61 ++++++++- templates/inventory/car_list_view.html | 118 +++++++---------- templates/partials/form_errors.html | 2 +- templates/sales/estimates/estimate_list.html | 8 +- templates/sales/sales_list.html | 4 +- test.json | 39 ++++++ 26 files changed, 349 insertions(+), 128 deletions(-) create mode 100644 ofx_sample.ofx create mode 100644 static/assets/fonts/DejaVuSans.ttf create mode 100644 static/assets/fonts/MarkaziText%5Bwght%5D.ttf create mode 100644 static/assets/fonts/Roboto%5Bwdth,wght%5D.ttf rename static/{font => assets/fonts}/bootstrap-icons.woff2 (100%) create mode 100644 static/images/export_pdf/logos/logo-d-pdf.png create mode 100644 static/images/logos/users/Icon_Black4x_B0iEnf0.png create mode 100644 test.json diff --git a/.idea/car_inventory.iml b/.idea/car_inventory.iml index b4e02268..b436f668 100644 --- a/.idea/car_inventory.iml +++ b/.idea/car_inventory.iml @@ -33,6 +33,7 @@ +