diff --git a/api/__pycache__/serializers.cpython-311.pyc b/api/__pycache__/serializers.cpython-311.pyc index d662ba35..b4949161 100644 Binary files a/api/__pycache__/serializers.cpython-311.pyc and b/api/__pycache__/serializers.cpython-311.pyc differ diff --git a/api/__pycache__/urls.cpython-311.pyc b/api/__pycache__/urls.cpython-311.pyc index d965902f..2e159340 100644 Binary files a/api/__pycache__/urls.cpython-311.pyc and b/api/__pycache__/urls.cpython-311.pyc differ diff --git a/api/__pycache__/views.cpython-311.pyc b/api/__pycache__/views.cpython-311.pyc index 38bd7efa..670f4d26 100644 Binary files a/api/__pycache__/views.cpython-311.pyc and b/api/__pycache__/views.cpython-311.pyc differ diff --git a/inventory/__pycache__/forms.cpython-311.pyc b/inventory/__pycache__/forms.cpython-311.pyc index bf9df5b5..ec71d055 100644 Binary files a/inventory/__pycache__/forms.cpython-311.pyc and b/inventory/__pycache__/forms.cpython-311.pyc differ diff --git a/inventory/__pycache__/models.cpython-311.pyc b/inventory/__pycache__/models.cpython-311.pyc index ea4656a4..40997027 100644 Binary files a/inventory/__pycache__/models.cpython-311.pyc and b/inventory/__pycache__/models.cpython-311.pyc differ diff --git a/inventory/__pycache__/urls.cpython-311.pyc b/inventory/__pycache__/urls.cpython-311.pyc index e5a202ad..64723f40 100644 Binary files a/inventory/__pycache__/urls.cpython-311.pyc and b/inventory/__pycache__/urls.cpython-311.pyc differ diff --git a/inventory/__pycache__/views.cpython-311.pyc b/inventory/__pycache__/views.cpython-311.pyc index e56b73c4..6defc2db 100644 Binary files a/inventory/__pycache__/views.cpython-311.pyc and b/inventory/__pycache__/views.cpython-311.pyc differ diff --git a/templates/crm/opportunities/opportunity_detail.html b/templates/crm/opportunities/opportunity_detail.html index e7dd3f31..c22a7795 100644 --- a/templates/crm/opportunities/opportunity_detail.html +++ b/templates/crm/opportunities/opportunity_detail.html @@ -7,16 +7,16 @@

{{ _("Opportunity details")}}

- - + +
-

Others Information

+

{{ _("Other Information")}}

-
Status
Update Status +
{{ _("Status") }}
+ {{ _("Update Status")}}
{{status_form.status}}
-
Stage
Update Stage +
{{ _("Stage") }}
+ {{ _("Update Stage")}}
{{status_form.stage}}
@@ -111,10 +113,10 @@
-

{{ _("Estimated Amount") }}

+

{{ _("Quotation Amount") }}

{% if opportunity.estimate %} - {{ opportunity.estimate.get_cost_estimate }} + {{ opportunity.estimate.get_invoiced_amount.invoice_amount_paid__sum }} {% endif %}

@@ -494,18 +496,7 @@
-
- -
-
- - -
-
- - -
+1
@@ -530,18 +521,6 @@
R
-
- - -
-
- - -
-
- - -
+2
@@ -564,23 +543,7 @@
- - -
-
- - -
-
- - -
-
- - -
-
-
+4
+
@@ -830,7 +793,7 @@
-
+
Ansolo Lazinatov
@@ -849,136 +812,7 @@
- - -
- -
- - -
-
-
Jackson Pollock
-
- Based on emails sent rate, the top 10 users - Mar 27, 2021 - Jackson Pollock - -
6 hours ago
- - -
- - -
- - - - -
- -
- - -
-
-
Ansolo Lazinatov
-
- Based on the percentage of recipients - Jun 24, 2021 - Ansolo Lazinarov - -
Active
- - -
- - -
- - - - -
- -
- - -
-
-
Jackson Pollock
-
- Obtaining leads today - May 19, 2024 - Jackson Pollock - -
6 hours ago
- - -
- - -
- - - - -
- -
- - -
-
-
Ansolo Lazinatov
-
- Sums up the many phases of new and existing businesses. - Aug 19, 2024 - Ansolo Lazinarov - -
Active
- - -
- - -
- - - - -
- -
- - -
-
-
Ansolo Lazinatov
-
- Purchasing-Related Vendors - Aug 19, 2024 - Ansolo Lazinarov - -
Active
- - -
- - -
- - +
@@ -1353,7 +1187,7 @@
-

768kB| Shantinan Mekalan | 21st Dec, 12:56 PM

+

768kB| Shantinan Mekalan | 21st Dec, 12:56 PM

diff --git a/templates/sales/estimates/estimate_detail.html b/templates/sales/estimates/estimate_detail.html index b5a9a3e4..125b9a13 100644 --- a/templates/sales/estimates/estimate_detail.html +++ b/templates/sales/estimates/estimate_detail.html @@ -6,23 +6,25 @@ {% block content %}