diff --git a/templates/account/signup-wizard.html b/templates/account/signup-wizard.html index 206bc605..1ca17e0e 100644 --- a/templates/account/signup-wizard.html +++ b/templates/account/signup-wizard.html @@ -41,7 +41,7 @@
No authentication audit events found.
- {% endif %} - - - -No authentication audit events found.
+ {% endif %} + + + +{% trans "No model change audit events found." %}
-{% endif %} - - -{% trans "No model change audit events found." %}
+ {% endif %} + + +No request audit events found.
- {% endif %} - -No request audit events found.
+ {% endif %} + +| {% trans 'Item' %} | +{% trans 'Entity Unit' %} | +{% trans 'Unit Cost' %} | +{% trans 'Quantity' %} | +{% trans 'Total' %} | +{% trans 'PO' %} | +
|---|---|---|---|---|---|
|
+
+
+
+
+ {{ bill_item.item_model }}+ |
+ + + {% if bill_item.entity_unit %} + {{ bill_item.entity_unit }} + {% endif %} + + | ++ + {% currency_symbol %}{{ bill_item.unit_cost | currency_format }} + + | ++ {{ bill_item.quantity }} + | ++ + {% currency_symbol %}{{ bill_item.total_amount | currency_format }} + + | ++ {% if bill_item.po_model_id %} + + {% trans 'View PO' %} + + {% endif %} + | +
| + | {% trans 'Total' %} | ++ + {% currency_symbol %}{{ total_amount__sum | currency_format }} + + | ++ | ||
| {% trans 'Item' %} | -{% trans 'Entity Unit' %} | -{% trans 'Unit Cost' %} | -{% trans 'Quantity' %} | -{% trans 'Total' %} | -{% trans 'PO' %} | -
|---|---|---|---|---|---|
|
-
-
-
-
- {{ bill_item.item_model }}- |
- - - {% if bill_item.entity_unit %} - {{ bill_item.entity_unit }} - {% endif %} - - | -- - {% currency_symbol %}{{ bill_item.unit_cost | currency_format }} - - | -- {{ bill_item.quantity }} - | -- - {% currency_symbol %}{{ bill_item.total_amount | currency_format }} - - | -- {% if bill_item.po_model_id %} - - {% trans 'View PO' %} - - {% endif %} - | -
| - | {% trans 'Total' %} | -- - {% currency_symbol %}{{ total_amount__sum | currency_format }} - - | -- | ||
{{ opportunity.get_status_display }}
-{{ opportunity.get_status_display }}
+{{ _("No Estimate") }}
+ {% endif %} +{{ _("No Invoice") }}
+ {% endif %}{{ _("Quotation Amount") }}
+{{ _("No Estimate") }}
+ {{ opportunity.estimate.get_invoiced_amount.invoice_amount_paid__sum }} {% endif %} -{{ _("No Invoice") }}
- {% endif %} -{{ _("Amount") }}
+{{ _("Expected Revenue") }}
+{{ _("Quotation Amount") }}
-| + | + | + |
|---|---|---|
|
+
+
-
-
-
+ Probability (%)
-
-
-
- {{ _("Amount") }} -{{opportunity.amount}}+ |
+ : | +
+ {{ opportunity.probability }} (%) + |
+
|
+
+
-
-
-
+ {{ _("Estimated Revenue") }}
-
-
-
- {{ _("Expected Revenue") }} -{{opportunity.expected_revenue}}+ |
+ : | +
+ {{ opportunity.expected_revenue }} + |
+
| + | + | + |
|---|---|---|
|
+
+
-
-
-
+
+ {{ _("Phone Number") }} |
+ : | +{{ opportunity.customer.phone_number }} | +
|
+
+
+
+ {{ _("Email") }} + |
+ : | +{{ opportunity.customer.email}} | +
| + | + | + |
|---|---|---|
|
+
+
+
+ {{ _("Contact Name")}} + |
+ : | +
+ {% if opportunity.customer %}
+ {{ opportunity.customer.full_name}}
+ {% else %}
+ {{ opportunity.organization}}
+ {% endif %}
+ |
+
|
+
+
+
+ {{ _("Assigned To") }} + |
+ : | +
+ {% if request.user.email == opportunity.staff.email %}
+ You
+ {% else %}
+ {{ opportunity.staff.get_local_name}}
+ {% endif %}
+ |
+
| + | + | + |
|---|---|---|
|
+
+
+
+ {{ _("Create Date")}} + |
+ : | +
+ {{ opportunity.created|naturaltime|capfirst}}
+ |
+
|
+
+
+
+ {{ _("Expected Closing Date")}} + |
+ : | +
+ {{ opportunity.expected_close_date|date}}
+ |
+
| - | - | - |
|---|---|---|
|
-
-
-
- Probability (%) - |
- : | -
- {{ opportunity.probability }} (%) - |
-
|
-
-
-
- {{ _("Estimated Revenue") }} - |
- : | -
- {{ opportunity.expected_revenue }} - |
-
| - | - | - |
|---|---|---|
|
-
-
-
- {{ _("Phone Number") }} - |
- : | -{{ opportunity.customer.phone_number }} | -
|
-
-
-
- {{ _("Email") }} - |
- : | -{{ opportunity.customer.email}} | -
| - | - | - |
|---|---|---|
|
-
-
-
- {{ _("Contact Name")}} - |
- : | -
- {% if opportunity.customer %}
- {{ opportunity.customer.full_name}}
- {% else %}
- {{ opportunity.organization}}
- {% endif %}
- |
-
|
-
-
-
- {{ _("Assigned To") }} - |
- : | -
- {% if request.user.email == opportunity.staff.email %}
- You
- {% else %}
- {{ opportunity.staff.get_local_name}}
- {% endif %}
- |
-
| - | - | - |
|---|---|---|
|
-
-
-
- {{ _("Create Date")}} - |
- : | -
- {{ opportunity.created|naturaltime|capfirst}}
- |
-
|
-
-
-
- {{ _("Expected Closing Date")}} - |
- : | -
- {{ opportunity.expected_close_date|date}}
- |
-
{{activity.notes}}
-by You
- {% else %} - - {% endif %} -{{ note.note }}
-{{activity.notes}}
+by You
+ {% else %} + + {% endif %} +23 tasks
-{{ note.note }}
+{{opportunity.get_all_notes}}
-
+ Silly_sight_1.png
+All_images.zip
12.8 mB|Yves Tanguy | 19th Dec, 08:56 PM
+Project.txt
123 kB| Shantinan Mekalan | 12th Dec, 12:56 PM
All_images.zip
-12.8 mB|Yves Tanguy | 19th Dec, 08:56 PM
-{{ opportunity.created|naturalday|capfirst }}
-{{ opportunity.created|naturalday|capfirst }}
+- {{ _("Assigned To") }}{% if request.user.email == opportunity.staff.email %} - {{ _("You") }} - {% else %} - {{ opportunity.staff.name }}
- {% endif %} ++ {{ _("Assigned To") }}{% if request.user.email == opportunity.staff.email %} + {{ _("You") }} + {% else %} + {{ opportunity.staff.name }}
+ {% endif %}- {{ _("This car information is not complete , please add colors and finances both before making it ready for sale .") }} -
- {% elif car.finances and not car.colors %} -- {{ _("This car information is not complete , please add colors before making it ready for sale .") }} -
++ {{ _("This car information is not complete , please add colors and finances both before making it ready for sale .") }} +
+ {% elif car.finances and not car.colors %} ++ {{ _("This car information is not complete , please add colors before making it ready for sale .") }} +
{%else%} -- {{ _("This car information is not complete , please add finances before making it ready for sale .") }} -
++ {{ _("This car information is not complete , please add finances before making it ready for sale .") }} +
{%endif%}{% trans "No finance details available." %}
- {% if perms.inventory.add_carfinance %} - {% trans "Add" %} - {% endif %} - + {% else %} +{% trans "No finance details available." %}
+ {% if perms.inventory.add_carfinance %} + {% trans "Add" %} + {% endif %} + {% endif %} @@ -318,7 +318,7 @@ style="background-color: rgb({{ car.colors.interior.rgb }})">{% trans "No color details available." %}
{% if perms.inventory.add_carcolors %} - {{ _("Add Color") }} + {{ _("Add Color") }} {% endif %}