From 9e5420739527a3495abe99d7c4ae4cdd47c302ee Mon Sep 17 00:00:00 2001 From: Marwan Alwali Date: Wed, 26 Feb 2025 15:23:38 +0300 Subject: [PATCH] update --- .DS_Store | Bin 18436 -> 18436 bytes .idea/car_inventory.iml | 1 + .idea/jsLibraryMappings.xml | 2 +- inventory/__pycache__/urls.cpython-311.pyc | Bin 30009 -> 30186 bytes inventory/__pycache__/views.cpython-311.pyc | Bin 218856 -> 221944 bytes inventory/urls.py | 1 + inventory/views.py | 60 +- static/.DS_Store | Bin 18436 -> 18436 bytes static/assets/.DS_Store | Bin 0 -> 6148 bytes static/assets/fonts/.DS_Store | Bin 0 -> 6148 bytes static/css/line.css | 321 + static/fonts/.DS_Store | Bin 0 -> 6148 bytes static/fonts/line/unicons-14.ttf | Bin 0 -> 23124 bytes static/fonts/line/unicons-14.woff | Bin 0 -> 11252 bytes static/fonts/line/unicons-14.woff2 | Bin 0 -> 9248 bytes static/js/jquery.min.js | 2 + static/vendors/.DS_Store | Bin 0 -> 10244 bytes static/vendors/dhtmlx-gantt/dhtmlxgantt.css | 2 +- static/vendors/dhtmlx-gantt/dhtmlxgantt.js | 74 +- static/vendors/echarts/echarts.min.js | 45514 +--------------- static/vendors/feather-icons/feather.min.js | 1752 +- static/vendors/htmx.min.js | 1 + static/vendors/turf.min.js | 88 + templates/base.html | 15 +- templates/dashboards/manager.html | 2 +- templates/dashboards/sales.html | 406 + templates/header.html | 2 +- .../organizations/organization_detail.html | 12 +- 28 files changed, 963 insertions(+), 47292 deletions(-) create mode 100644 static/assets/.DS_Store create mode 100644 static/assets/fonts/.DS_Store create mode 100644 static/css/line.css create mode 100644 static/fonts/.DS_Store create mode 100644 static/fonts/line/unicons-14.ttf create mode 100644 static/fonts/line/unicons-14.woff create mode 100644 static/fonts/line/unicons-14.woff2 create mode 100644 static/js/jquery.min.js create mode 100644 static/vendors/.DS_Store create mode 100644 static/vendors/htmx.min.js create mode 100644 static/vendors/turf.min.js create mode 100644 templates/dashboards/sales.html diff --git a/.DS_Store b/.DS_Store index 6b0c816a38bd3da72427fc24104fab93005f6165..03cd13614f24b65824759db7738ad68e98284b00 100644 GIT binary patch delta 71 zcmZpfz}PZ@af7AtTYZeV82*<5CB U#=H|6J3e|=N7REXX76xXuwVWKH%KFwp q@!2`KdHLOw?Udyidp3VEZf4$GW^Tr|d9~>&#?58+P}bx!^*#UtV;%1R diff --git a/.idea/car_inventory.iml b/.idea/car_inventory.iml index b436f668..3f77e4e5 100644 --- a/.idea/car_inventory.iml +++ b/.idea/car_inventory.iml @@ -34,6 +34,7 @@ +