From 039e092ceeb0155c3415d436c6429fe07b95f891 Mon Sep 17 00:00:00 2001 From: emile Date: Sun, 12 May 2024 16:41:59 +0300 Subject: [PATCH] new --- .../__pycache__/urls.cpython-310.pyc | Bin 1804 -> 1813 bytes .../__pycache__/views.cpython-310.pyc | Bin 8201 -> 8291 bytes .../inner-customer-project.html | 28 +++++----- .../listing_pages/customer-invoices.html | 2 +- .../listing_pages/customer-orders.html | 2 +- .../listing_pages/customer-projects.html | 23 ++++---- osinaweb/customercore/urls.py | 4 +- osinaweb/customercore/views.py | 49 ++++++++++-------- osinaweb/db.sqlite3 | Bin 1245184 -> 1245184 bytes .../edit_templates/edit-project.html | 2 +- 10 files changed, 61 insertions(+), 49 deletions(-) diff --git a/osinaweb/customercore/__pycache__/urls.cpython-310.pyc b/osinaweb/customercore/__pycache__/urls.cpython-310.pyc index 71f075c1c68d2659012ece1740984bb02ed7019f..f2ddcdf37072c85257ad5daed0d067512f2c37d1 100644 GIT binary patch delta 65 zcmeC-o65(V&&$ij00g;59nvH=^0qNE7nc-Gp2n;sE1O%XTTqmrm6}{qtZxGpwSw~E NGgIs~pJ8@j1^{0{6q*14 delta 56 zcmbQr*Tct~&&$ij00c~@?bG--^0qNEXXcemp2n;sB9dFFTTqmrm6}{qtecWrl9-uO Ky!k4#12X`fa}dY? diff --git a/osinaweb/customercore/__pycache__/views.cpython-310.pyc b/osinaweb/customercore/__pycache__/views.cpython-310.pyc index 7f324cffce26f4d680379ce26bb6085b85547b0a..6d2d5fcefef262d75fe4eb5238f6a72360503dde 100644 GIT binary patch delta 689 zcmX|OlCECFx5=~V;|LQaArf=ADyGmCa%9^QFp=G$4mZREb@w35%~blN5@E~OuwUp?L+WOQw`{NO2RCP$te@}`>%q)+x|DI zn4zPDVBEr7Anczb+3}P`$($`%6)}(3V^ORI&f~?td8knq!7qJX(GS#C@eqQNTXz3Z zyTmXh1qo+-p;M>1*iW!r7F5B6WyzLIsVYr@En8C6Wy)2#E|0nl_XzFfrMKNI7A)FK zq-km{i`#k%PbSo)Aq$xtkzq&#!!3fW7Z_=0xniOx)S=W_NBzG}z5O;|15|J*v<)_X z57iDfc;-Ii2xEoNQKs`1YjU=1=B=W5!1hC22_J?ZxD!4L&9>Zqln)u!heG$LYDi*~ zn>50hSj3wCPO;foVl3mO$T{sX$18;MT_U!kZonv7M(8e^TY!PsPM a;oW5ZfZ_$oN0Ft-P$VgI3ikGLXz&+Q7^xrt delta 642 zcmaFt(CNUJ&&$ij00c4n9MaC4P2~G4FVMo!%ort<%9|pWA`fOu0@(^FieR?XW-Z3g ze5^(4Ks}Q+1!5QrC$|Y~Fulc*UzCzs6rY(=R0xzQssIvEd{D8H)LfuMaZx2u@D@iw zQGQBka!GMf)nt8MiOF?>UYm1-a~TC=4P-_;h%f{Z-5`zJIf=z3 z@udYRi6yB;Js{y;5D^SAMMxmIw74Wc7wCeL%;fCUlHzldlf_&a`!}x?GXoj@K-@&Q z8K_*7sVEqviw{VI6tzrNmpH;*0}|*25nYqNNx1V(1Tt^2K`ojDc4V@o1k)de$+ePp zj58eFY1QCls#A2{EIT=1i=gGPj3VQb$sc7@7#D(d>B;hmMlmul6oVp0h*^x0g_-3)4@=Rq z$$_%v+!;Wbq8yOUzfyBSvj%@>y_vI6RE z16jZUvVaL}JZq5^SlekKy~)euq$V2(OL9+wYhOM2vD{_Nevqv*K?KM
-
+
- +
-

Winabig

-

P20302

+

{{project.name}}

+

{{project.project_id}}

- +
-
-
- +
+
-

20-2-2023

-

20-2-2024

+

{{project.start_date}}

+

{{project.end_date}}

@@ -59,10 +58,15 @@
+ {% if not project.manager.image %} + {% else %} + + {% endif %}
-

Emile Elliye

+

{{project.manager.user.first_name}} {{project.manager.user.last_name}}

@@ -270,5 +274,5 @@
- + {% endblock content %} \ No newline at end of file diff --git a/osinaweb/customercore/templates/listing_pages/customer-invoices.html b/osinaweb/customercore/templates/listing_pages/customer-invoices.html index 0bf4d3c1..b7702622 100644 --- a/osinaweb/customercore/templates/listing_pages/customer-invoices.html +++ b/osinaweb/customercore/templates/listing_pages/customer-invoices.html @@ -87,7 +87,7 @@ {% if invoice.status == 'Not Completed' %} - +