@@ -40,7 +39,7 @@
{% include 'django_ledger/vendor/includes/card_vendor.html' with vendor=bill.vendor %}
@@ -177,7 +176,7 @@
{% if bill_item.po_model_id %}
-
{% trans 'View PO' %}
@@ -209,15 +208,15 @@
@@ -227,15 +226,15 @@
diff --git a/templates/bill/bill_update.html b/templates/bill/bill_update.html
index b82dbe55..6ec96e58 100644
--- a/templates/bill/bill_update.html
+++ b/templates/bill/bill_update.html
@@ -26,17 +26,17 @@
{{ form|crispy }}
-
+
{% trans 'Save Bill' %}
+ class="btn btn-phoenix-secondary w-100 mb-2">
{% trans 'Back to Bill Detail' %}
+ class="btn btn-phoenix-info w-100 mb-2">
{% trans 'Bill List' %}
diff --git a/templates/bill/includes/card_bill.html b/templates/bill/includes/card_bill.html
index 2ae2c3ce..dcc5b67b 100644
--- a/templates/bill/includes/card_bill.html
+++ b/templates/bill/includes/card_bill.html
@@ -60,23 +60,23 @@
+ class="btn btn-sm btn-phoenix-primary me-md-2">
{% trans 'View' %}
+ class="btn btn-sm btn-phoenix-warning me-md-2">
{% trans 'Update' %}
{% if bill.can_pay %}
+ class="btn btn-sm btn-phoenix-info">
{% trans 'Mark as Paid' %}
{% endif %}
{% if bill.can_cancel %}
+ class="btn btn-sm btn-phoenix-danger">
{% trans 'Cancel' %}
{% endif %}
@@ -207,42 +207,42 @@
{% if bill.can_draft %}
-
{% trans 'Mark as Draft' %}
{% endif %}
{% if bill.can_review %}
-
{% trans 'Mark as Review' %}
{% endif %}
{% if bill.can_approve %}
-
{% trans 'Mark as Approved' %}
{% endif %}
{% if bill.can_pay %}
-
{% trans 'Mark as Paid' %}
{% endif %}
{% if bill.can_void %}
-
{% trans 'Mark as Void' %}
{% endif %}
{% if bill.can_cancel %}
-
{% trans 'Mark as Canceled' %}
@@ -292,10 +292,10 @@ document.addEventListener('DOMContentLoaded', function() {
document.getElementById('POModalBody').innerHTML = `
-
+
${buttonText}
-
+
Cancel
diff --git a/templates/bill/includes/card_vendor.html b/templates/bill/includes/card_vendor.html
index 9a1d2fc9..32d2315b 100644
--- a/templates/bill/includes/card_vendor.html
+++ b/templates/bill/includes/card_vendor.html
@@ -1,7 +1,7 @@
{% load i18n %}
{% load django_ledger %}
-
diff --git a/templates/crm/leads/lead_detail.html b/templates/crm/leads/lead_detail.html
index 324b275d..3e6e0616 100644
--- a/templates/crm/leads/lead_detail.html
+++ b/templates/crm/leads/lead_detail.html
@@ -173,8 +173,8 @@
{{ _("Emails") }}
{{ _("Tasks") }}
- Reassign Lead
-
+ Reassign Lead
+
{% trans "Update Actions" %}
@@ -191,8 +191,8 @@
{{transfer_form|crispy}}
@@ -538,7 +538,7 @@
@@ -558,7 +558,7 @@
diff --git a/templates/crm/leads/lead_form.html b/templates/crm/leads/lead_form.html
index 26e8e432..91b2ac8a 100644
--- a/templates/crm/leads/lead_form.html
+++ b/templates/crm/leads/lead_form.html
@@ -33,11 +33,11 @@
{% csrf_token %}
{{ form|crispy }}
diff --git a/templates/crm/leads/lead_list.html b/templates/crm/leads/lead_list.html
index 15157090..65d2009e 100644
--- a/templates/crm/leads/lead_list.html
+++ b/templates/crm/leads/lead_list.html
@@ -93,7 +93,7 @@
{% trans "Are you sure you want to delete this lead?" %}
diff --git a/templates/crm/leads/lead_send.html b/templates/crm/leads/lead_send.html
index 0b41104f..e17cddf5 100644
--- a/templates/crm/leads/lead_send.html
+++ b/templates/crm/leads/lead_send.html
@@ -27,8 +27,8 @@
diff --git a/templates/crm/leads/lead_view.html b/templates/crm/leads/lead_view.html
index b32c028c..5bd5f7ed 100644
--- a/templates/crm/leads/lead_view.html
+++ b/templates/crm/leads/lead_view.html
@@ -28,7 +28,7 @@
مرحبًا ismail mosa
- الصفحة الرئيسية لـ ismail mosa
+ الصفحة الرئيسية لـ ismail mosa
diff --git a/templates/crm/leads/partials/update_action.html b/templates/crm/leads/partials/update_action.html
index ef825ad6..2d70ce9f 100644
--- a/templates/crm/leads/partials/update_action.html
+++ b/templates/crm/leads/partials/update_action.html
@@ -44,8 +44,8 @@
diff --git a/templates/crm/note_form.html b/templates/crm/note_form.html
index 89283ed7..767e42c0 100644
--- a/templates/crm/note_form.html
+++ b/templates/crm/note_form.html
@@ -10,8 +10,8 @@
{{ form|crispy }}
{% if form.instance.pk %}
- {{ _("Update") }}
+ {{ _("Update") }}
{% else %}
- {{ _("Add") }}
+ {{ _("Add") }}
{% endif %}
diff --git a/templates/crm/opportunities/opportunity_detail.html b/templates/crm/opportunities/opportunity_detail.html
index 7eb7ee29..b08acf33 100644
--- a/templates/crm/opportunities/opportunity_detail.html
+++ b/templates/crm/opportunities/opportunity_detail.html
@@ -395,7 +395,7 @@
@@ -428,7 +428,7 @@
Sorting
@@ -456,7 +456,7 @@
{{opportunity.get_all_notes}}
diff --git a/templates/crm/opportunities/opportunity_list copy.html b/templates/crm/opportunities/opportunity_list copy.html
index 3af5d926..d5c96dbe 100644
--- a/templates/crm/opportunities/opportunity_list copy.html
+++ b/templates/crm/opportunities/opportunity_list copy.html
@@ -8,7 +8,7 @@
{{ _("Opportunities") }}
@@ -151,10 +151,10 @@
{% trans "Are you sure you want to delete this opportunity?" %}
-
+
{% trans "No" %}
-
+
{% trans "Yes" %}
@@ -489,7 +489,7 @@
diff --git a/templates/customers/customer_form.html b/templates/customers/customer_form.html
index b4560dc2..a2199733 100644
--- a/templates/customers/customer_form.html
+++ b/templates/customers/customer_form.html
@@ -32,11 +32,11 @@
{% csrf_token %}
{{ form|crispy }}
diff --git a/templates/customers/note_form.html b/templates/customers/note_form.html
index 633389ca..130d6c02 100644
--- a/templates/customers/note_form.html
+++ b/templates/customers/note_form.html
@@ -3,5 +3,5 @@
{% csrf_token %}
{{ form|crispy }}
- {{ _("Add") }}
+ {{ _("Add") }}
\ No newline at end of file
diff --git a/templates/dealers/assign_car_makes.html b/templates/dealers/assign_car_makes.html
index ad4a521f..0cef6b58 100644
--- a/templates/dealers/assign_car_makes.html
+++ b/templates/dealers/assign_car_makes.html
@@ -85,7 +85,7 @@
{% endfor %}
- {{ _("Save") }}
+ {{ _("Save") }}
{% endblock %}
\ No newline at end of file
diff --git a/templates/dealers/dealer_form.html b/templates/dealers/dealer_form.html
index e282ef27..0a7d18df 100644
--- a/templates/dealers/dealer_form.html
+++ b/templates/dealers/dealer_form.html
@@ -15,10 +15,10 @@
{% csrf_token %}
{{ form|crispy }}
diff --git a/templates/errors/403.html b/templates/errors/403.html
index bffc7d91..bee0847c 100644
--- a/templates/errors/403.html
+++ b/templates/errors/403.html
@@ -3,6 +3,6 @@
Access Forbidden!
-
Halt! Thou art endeavouring to trespass upon a realm not granted unto thee. granted unto thee.
Go Home
+
Halt! Thou art endeavouring to trespass upon a realm not granted unto thee. granted unto thee.
Go Home
\ No newline at end of file
diff --git a/templates/errors/404.html b/templates/errors/404.html
index a295663b..dab67131 100644
--- a/templates/errors/404.html
+++ b/templates/errors/404.html
@@ -70,7 +70,7 @@
Page Missing!
-
But no worries! Our ostrich is looking everywhere while you wait safely.
Go Home
+
But no worries! Our ostrich is looking everywhere while you wait safely.
Go Home
@@ -137,6 +137,7 @@
+
diff --git a/templates/errors/500.html b/templates/errors/500.html
index 8652ba28..653e9821 100644
--- a/templates/errors/500.html
+++ b/templates/errors/500.html
@@ -70,7 +70,7 @@
Unknow error!
-
But relax! Our cat is here to play you some music.
Go Home
+
But relax! Our cat is here to play you some music.
Go Home
diff --git a/templates/groups/group_detail.html b/templates/groups/group_detail.html
index 7553b96e..841c9714 100644
--- a/templates/groups/group_detail.html
+++ b/templates/groups/group_detail.html
@@ -22,12 +22,12 @@
diff --git a/templates/inventory/car_form_qabl alfalsafa.html b/templates/inventory/car_form_qabl alfalsafa.html
index 13e269eb..c223dfb8 100644
--- a/templates/inventory/car_form_qabl alfalsafa.html
+++ b/templates/inventory/car_form_qabl alfalsafa.html
@@ -189,13 +189,13 @@
{% trans 'specifications'|capfirst %}
{% trans "Save and Add Another" %}
+ class="btn btn-sm btn-phoenix-success me-1">{% trans "Save and Add Another" %}
{% trans "Save and Go to Inventory" %}
+ class="btn btn-sm btn-phoenix-primary">{% trans "Save and Go to Inventory" %}
@@ -267,7 +267,7 @@
@@ -290,7 +290,7 @@
{{ _("VIN will appear here.") }}
- {{ _("Use OCR Fallback") }}
+ {{ _("Use OCR Fallback") }}
diff --git a/templates/inventory/car_inventory.html b/templates/inventory/car_inventory.html
index d750fac7..8334bc53 100644
--- a/templates/inventory/car_inventory.html
+++ b/templates/inventory/car_inventory.html
@@ -154,7 +154,7 @@
{% trans "No cars available." %}
- {% trans "Add a Car" %}
+ {% trans "Add a Car" %}
{% endfor %}
diff --git a/templates/inventory/car_list.html b/templates/inventory/car_list.html
index 32858e3e..4fa5743e 100644
--- a/templates/inventory/car_list.html
+++ b/templates/inventory/car_list.html
@@ -77,7 +77,7 @@
class="form-control form-control-sm"
placeholder="{% trans 'VIN'|capfirst %}"
maxlength="17">
- {% trans 'search'|capfirst %}
+ {% trans 'search'|capfirst %}
@@ -222,18 +222,18 @@
{% trans 'options'|capfirst %}
{% trans 'specifications'|capfirst %}
- {% trans 'save'|capfirst %}
+ {% trans 'save'|capfirst %}
@@ -302,12 +302,12 @@
equipmentBg.classList.add('bg-danger-subtle');
showOptionsButton.disabled = true;
- showOptionsButton.classList.add('btn-danger');
- showOptionsButton.classList.remove('btn-success');
+ showOptionsButton.classList.add('btn-phoenix-danger');
+ showOptionsButton.classList.remove('btn-phoenix-success');
showSpecificationButton.disabled = true;
- showSpecificationButton.classList.add('btn-danger');
- showSpecificationButton.classList.remove('btn-success');
+ showSpecificationButton.classList.add('btn-phoenix-danger');
+ showSpecificationButton.classList.remove('btn-phoenix-success');
}
function checkFormCompletion() {
@@ -497,11 +497,11 @@ checkFormCompletion();
showSpecificationButton.disabled = !this.value;
if (this.value) {
- showSpecificationButton.classList.remove('btn-danger');
- showSpecificationButton.classList.add('btn-success');
+ showSpecificationButton.classList.remove('btn-phoenix-danger');
+ showSpecificationButton.classList.add('btn-phoenix-success');
} else {
- showSpecificationButton.classList.add('btn-danger');
- showSpecificationButton.classList.remove('btn-success');
+ showSpecificationButton.classList.add('btn-phoenix-danger');
+ showSpecificationButton.classList.remove('btn-phoenix-success');
}
checkFormCompletion();
@@ -559,11 +559,11 @@ checkFormCompletion();
equipmentSelect.addEventListener('change', function() {
showOptionsButton.disabled = !this.value;
if (this.value) {
- showOptionsButton.classList.remove('btn-danger');
- showOptionsButton.classList.add('btn-success');
+ showOptionsButton.classList.remove('btn-phoenix-danger');
+ showOptionsButton.classList.add('btn-phoenix-success');
} else {
- showOptionsButton.classList.add('btn-danger');
- showOptionsButton.classList.remove('btn-success');
+ showOptionsButton.classList.add('btn-phoenix-danger');
+ showOptionsButton.classList.remove('btn-phoenix-success');
}
});
diff --git a/templates/inventory/car_list_view.html b/templates/inventory/car_list_view.html
index e639f829..0a71c589 100644
--- a/templates/inventory/car_list_view.html
+++ b/templates/inventory/car_list_view.html
@@ -58,7 +58,7 @@
+ class="btn btn-sm btn-phoenix-primary px-2 py-1">
{{ _("Filter") }}
diff --git a/templates/inventory/car_registration_form.html b/templates/inventory/car_registration_form.html
index 2119b4f6..944d47cf 100644
--- a/templates/inventory/car_registration_form.html
+++ b/templates/inventory/car_registration_form.html
@@ -8,13 +8,13 @@
{{ form|crispy }}
{% trans 'Cancel' %}
{% trans 'Save' %}
diff --git a/templates/inventory/color_palette.html b/templates/inventory/color_palette.html
index 2b51ffcd..c5cd9d16 100644
--- a/templates/inventory/color_palette.html
+++ b/templates/inventory/color_palette.html
@@ -103,9 +103,9 @@
-
{% trans "Save" %}
+
{% trans "Save" %}
{% trans "Cancel" %}
+ class="btn btn-sm btn-phoenix-danger me-1">{% trans "Cancel" %}
diff --git a/templates/inventory/reserve_car.html b/templates/inventory/reserve_car.html
index e5c5266e..2f8efd76 100644
--- a/templates/inventory/reserve_car.html
+++ b/templates/inventory/reserve_car.html
@@ -19,7 +19,7 @@
{{ form.reservation_end }}
{% for error in form.reservation_end.errors %}{{ error }}
{% endfor %}
- {% trans "Reserve" %}
- {% trans "Cancel" %}
+ {% trans "Reserve" %}
+ {% trans "Cancel" %}
{% endblock %}
diff --git a/templates/inventory/scan_vin.html b/templates/inventory/scan_vin.html
index 99e38a9a..f611a341 100644
--- a/templates/inventory/scan_vin.html
+++ b/templates/inventory/scan_vin.html
@@ -9,16 +9,16 @@
- {{ _("Start Scanning") }}
- {{ _("Search") }}
+ {{ _("Start Scanning") }}
+ {{ _("Search") }}
- {{ _("Switch Camera") }}
- {{ _("Scan") }}
+ {{ _("Switch Camera") }}
+ {{ _("Scan") }}
diff --git a/templates/inventory/transfer_car.html b/templates/inventory/transfer_car.html
index 1d1b0b55..cf1bc792 100644
--- a/templates/inventory/transfer_car.html
+++ b/templates/inventory/transfer_car.html
@@ -15,6 +15,6 @@
{% if field.help_text %}{{ field.help_text|safe }} {% endif %}
{% endfor %}
- {% trans "transfer"|capfirst %}
+ {% trans "transfer"|capfirst %}
{% endblock %}
diff --git a/templates/inventory/transfer_details.html b/templates/inventory/transfer_details.html
index 22251cf8..f1c8d829 100644
--- a/templates/inventory/transfer_details.html
+++ b/templates/inventory/transfer_details.html
@@ -55,11 +55,11 @@
{% trans 'Are you sure' %}?
-
{% trans 'No' %}
+
{% trans 'No' %}
{% trans 'Yes' %}
+ class="btn btn-phoenix-success btn-sm">{% trans 'Yes' %}
@@ -125,12 +125,12 @@
{% if not action == 'cancel' %}
{% trans 'Approve' %}
{% endif %}
{% trans 'Cancel Transfer' %}
diff --git a/templates/inventory/transfer_preview.html b/templates/inventory/transfer_preview.html
index 9d18aa06..7e3fa95a 100644
--- a/templates/inventory/transfer_preview.html
+++ b/templates/inventory/transfer_preview.html
@@ -186,17 +186,17 @@
{% else %}
-
+
{% trans 'Download transfer' %}
{% trans 'Accept transfer' %}
{% trans 'Reject transfer' %}
@@ -219,8 +219,8 @@
{% trans 'Are you sure you want to accept this transfer?' %}
@@ -243,8 +243,8 @@
{% trans 'Are you sure you want to reject this transfer?' %}
diff --git a/templates/items/expenses/expense_create.html b/templates/items/expenses/expense_create.html
index 3f79e271..7fa6bb47 100644
--- a/templates/items/expenses/expense_create.html
+++ b/templates/items/expenses/expense_create.html
@@ -17,8 +17,8 @@
{% comment %} {{ _("Save") }} {% endcomment %}
-
{{ _("Save") }}
-
{% trans "Cancel" %}
+
{{ _("Save") }}
+
{% trans "Cancel" %}
diff --git a/templates/items/expenses/expense_update.html b/templates/items/expenses/expense_update.html
index db7a1343..0789786b 100644
--- a/templates/items/expenses/expense_update.html
+++ b/templates/items/expenses/expense_update.html
@@ -13,7 +13,7 @@
{% csrf_token %}
{{ form|crispy }}
- {% trans 'Save' %}
+ {% trans 'Save' %}
diff --git a/templates/ledger/bank_accounts/bank_account_detail.html b/templates/ledger/bank_accounts/bank_account_detail.html
index 4d21028d..eea3f093 100644
--- a/templates/ledger/bank_accounts/bank_account_detail.html
+++ b/templates/ledger/bank_accounts/bank_account_detail.html
@@ -21,12 +21,12 @@
diff --git a/templates/ledger/bills/bill_detail.html b/templates/ledger/bills/bill_detail.html
index 063aec5d..f556144e 100644
--- a/templates/ledger/bills/bill_detail.html
+++ b/templates/ledger/bills/bill_detail.html
@@ -15,13 +15,13 @@
{% trans 'Are you sure' %}
@@ -34,19 +34,19 @@
- Remove
+ Remove
- Add More
+ Add More
@@ -39,8 +39,8 @@
-
{{ _("Save") }}
-
{% trans "Cancel" %}
+
{{ _("Save") }}
+
{% trans "Cancel" %}
diff --git a/templates/ledger/bills/bill_form.html b/templates/ledger/bills/bill_form.html
index 33068b02..14108d70 100644
--- a/templates/ledger/bills/bill_form.html
+++ b/templates/ledger/bills/bill_form.html
@@ -14,8 +14,8 @@
-
{{ _("Save") }}
-
{% trans "Cancel" %}
+
{{ _("Save") }}
+
{% trans "Cancel" %}
diff --git a/templates/ledger/bills/bill_list.html b/templates/ledger/bills/bill_list.html
index e9aa7bf0..96713a34 100644
--- a/templates/ledger/bills/bill_list.html
+++ b/templates/ledger/bills/bill_list.html
@@ -20,7 +20,7 @@
{% endblock %}
\ No newline at end of file
diff --git a/templates/ledger/coa_accounts/account_detail.html b/templates/ledger/coa_accounts/account_detail.html
index 36f9c5fd..8c5a5f99 100644
--- a/templates/ledger/coa_accounts/account_detail.html
+++ b/templates/ledger/coa_accounts/account_detail.html
@@ -15,11 +15,11 @@
{% trans 'Are you sure you want to delete this account?' %}
-
{% trans 'No' %}
-
+
{% trans 'No' %}
+
{% csrf_token %}
- {% trans 'Yes' %}
+ {% trans 'Yes' %}
diff --git a/templates/ledger/coa_accounts/account_form.html b/templates/ledger/coa_accounts/account_form.html
index 7a6fea3b..3429cebe 100644
--- a/templates/ledger/coa_accounts/account_form.html
+++ b/templates/ledger/coa_accounts/account_form.html
@@ -35,12 +35,12 @@
{% endfor %}
diff --git a/templates/ledger/journal_entry/includes/card_journal_entry.html b/templates/ledger/journal_entry/includes/card_journal_entry.html
index 227d882c..aeaf801f 100644
--- a/templates/ledger/journal_entry/includes/card_journal_entry.html
+++ b/templates/ledger/journal_entry/includes/card_journal_entry.html
@@ -39,19 +39,19 @@
{% if journal_entry.can_lock %}
{% trans 'Lock' %}
+ class="btn btn-phoenix-success font-weight-bold">{% trans 'Lock' %}
{% endif %}
{% if journal_entry.can_unlock %}
{% trans 'UnLock' %}
+ class="btn btn-phoenix-warning font-weight-bold">{% trans 'UnLock' %}
{% endif %}
{% if journal_entry.can_post %}
{% trans 'Post' %}
+ class="btn btn-phoenix-success font-weight-bold">{% trans 'Post' %}
{% endif %}
{% if journal_entry.can_unpost %}
{% trans 'UnPost' %}
+ class="btn btn-phoenix-danger font-weight-bold">{% trans 'UnPost' %}
{% endif %}
diff --git a/templates/ledger/journal_entry/journal_entry_delete.html b/templates/ledger/journal_entry/journal_entry_delete.html
index 3b2e41bd..1af8e724 100644
--- a/templates/ledger/journal_entry/journal_entry_delete.html
+++ b/templates/ledger/journal_entry/journal_entry_delete.html
@@ -15,8 +15,8 @@
{% trans 'Go Back' %}
-
{% trans 'Delete' %}
+ class="btn btn-phoenix-primary me-2">{% trans 'Go Back' %}
+
{% trans 'Delete' %}
diff --git a/templates/ledger/journal_entry/journal_entry_form.html b/templates/ledger/journal_entry/journal_entry_form.html
index cc9eeb62..6f7d3920 100644
--- a/templates/ledger/journal_entry/journal_entry_form.html
+++ b/templates/ledger/journal_entry/journal_entry_form.html
@@ -13,8 +13,8 @@
{{ form|crispy }}
-
{% trans "Save" %}
-
{% trans "Cancel" %}
+
{% trans "Save" %}
+
{% trans "Cancel" %}
diff --git a/templates/ledger/journal_entry/journal_entry_list.html b/templates/ledger/journal_entry/journal_entry_list.html
index 12159875..e1eb51f2 100644
--- a/templates/ledger/journal_entry/journal_entry_list.html
+++ b/templates/ledger/journal_entry/journal_entry_list.html
@@ -21,8 +21,8 @@
{% csrf_token %}
- {% trans 'No' %}
- {% trans "Yes" %}
+ {% trans 'No' %}
+ {% trans "Yes" %}
diff --git a/templates/ledger/journal_entry/journal_entry_txs.html b/templates/ledger/journal_entry/journal_entry_txs.html
index f9cd4ef6..9157cf74 100644
--- a/templates/ledger/journal_entry/journal_entry_txs.html
+++ b/templates/ledger/journal_entry/journal_entry_txs.html
@@ -58,33 +58,33 @@
-
+
{% trans 'Save' %}
-
{% trans 'Done' %}
{% if journal_entry.can_lock %}
-
{% trans 'Lock' %}
{% endif %}
{% if journal_entry.can_unlock %}
-
{% trans 'UnLock' %}
{% endif %}
{% if journal_entry.can_post %}
-
{% trans 'Post' %}
{% endif %}
{% if journal_entry.can_unpost %}
-
{% trans 'UnPost' %}
diff --git a/templates/ledger/ledger/ledger_delete.html b/templates/ledger/ledger/ledger_delete.html
index 02ce2ee3..b0dd7b32 100644
--- a/templates/ledger/ledger/ledger_delete.html
+++ b/templates/ledger/ledger/ledger_delete.html
@@ -15,8 +15,8 @@
{% trans 'Go Back' %}
-
{% trans 'Delete' %}
+ class="btn btn-phoenix-primary me-2">{% trans 'Go Back' %}
+
{% trans 'Delete' %}
diff --git a/templates/ledger/ledger/ledger_detail.html b/templates/ledger/ledger/ledger_detail.html
index 4918517d..269cbacd 100644
--- a/templates/ledger/ledger/ledger_detail.html
+++ b/templates/ledger/ledger/ledger_detail.html
@@ -13,7 +13,7 @@
-
{% trans 'Invoice List' %}
@@ -112,22 +112,22 @@
{% trans 'Balance Sheet' %}
+ class="btn btn-phoenix-info">{% trans 'Balance Sheet' %}
{% trans 'Income Statement' %}
+ class="btn btn-phoenix-info">{% trans 'Income Statement' %}
{% trans 'Cash Flow Statement' %}
+ class="btn btn-phoenix-info">{% trans 'Cash Flow Statement' %}
diff --git a/templates/ledger/ledger/ledger_form.html b/templates/ledger/ledger/ledger_form.html
index 503d624c..f0d758b7 100644
--- a/templates/ledger/ledger/ledger_form.html
+++ b/templates/ledger/ledger/ledger_form.html
@@ -18,8 +18,8 @@
{% endcomment %}
-
{{ _("Save") }}
-
{% trans "Cancel" %}
+
{{ _("Save") }}
+
{% trans "Cancel" %}
diff --git a/templates/ledger/ledger/ledger_list.html b/templates/ledger/ledger/ledger_list.html
index a03ade5b..f1715de2 100644
--- a/templates/ledger/ledger/ledger_list.html
+++ b/templates/ledger/ledger/ledger_list.html
@@ -40,7 +40,7 @@
{% endif %}
-
diff --git a/templates/ledger/reports/cash_flow_statement.html b/templates/ledger/reports/cash_flow_statement.html
index 9ad1f5e8..d01add2b 100644
--- a/templates/ledger/reports/cash_flow_statement.html
+++ b/templates/ledger/reports/cash_flow_statement.html
@@ -45,7 +45,7 @@
{% cash_flow_statement io_model=object %}
- {% trans 'Download PDF' %}
diff --git a/templates/ledger/reports/dashboard.html b/templates/ledger/reports/dashboard.html
index 759e563e..b763ca7e 100644
--- a/templates/ledger/reports/dashboard.html
+++ b/templates/ledger/reports/dashboard.html
@@ -148,7 +148,7 @@
{{ _("End Date")}}
- {{ _("Apply") }}
+ {{ _("Apply") }}
diff --git a/templates/ledger/reports/income_statement.html b/templates/ledger/reports/income_statement.html
index 398befec..130fa19a 100644
--- a/templates/ledger/reports/income_statement.html
+++ b/templates/ledger/reports/income_statement.html
@@ -43,7 +43,7 @@
{% income_statement_table io_model=object %}
- {% trans 'Download PDF' %}
diff --git a/templates/modal/delete_modal.html b/templates/modal/delete_modal.html
index 805d9f6a..4cb68e29 100644
--- a/templates/modal/delete_modal.html
+++ b/templates/modal/delete_modal.html
@@ -22,7 +22,7 @@
diff --git a/templates/modal/event_details_modal.html b/templates/modal/event_details_modal.html
index 3a5eb760..36912460 100644
--- a/templates/modal/event_details_modal.html
+++ b/templates/modal/event_details_modal.html
@@ -25,7 +25,7 @@
{% trans 'Edit' %}
- {% trans 'Submit' %}
{% trans "Address" %}: {{ organization.address }}
diff --git a/templates/organizations/organization_list.html b/templates/organizations/organization_list.html
index 90a747ed..e3a1bb68 100644
--- a/templates/organizations/organization_list.html
+++ b/templates/organizations/organization_list.html
@@ -30,7 +30,7 @@
{% if request.GET.q %}
-
+
{% endif %}
@@ -92,8 +92,8 @@
{% trans 'Are you sure you want to delete this Organization?' %}
- {% trans 'No' %}
- {% trans 'Yes' %}
+ {% trans 'No' %}
+ {% trans 'Yes' %}
diff --git a/templates/otp/verify_otp.html b/templates/otp/verify_otp.html
index 13735026..4dac1200 100644
--- a/templates/otp/verify_otp.html
+++ b/templates/otp/verify_otp.html
@@ -27,7 +27,7 @@
- {{ _("Verify") }}
+ {{ _("Verify") }}
{{ _("Didn’t receive the code")}}?
diff --git a/templates/partials/pagination_audit.html b/templates/partials/pagination_audit.html
index ff544e2f..f8e192bf 100644
--- a/templates/partials/pagination_audit.html
+++ b/templates/partials/pagination_audit.html
@@ -28,5 +28,4 @@
{% endif %}
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/templates/partials/scanner_modal.html b/templates/partials/scanner_modal.html
index 0f99bc21..fcbdf05b 100644
--- a/templates/partials/scanner_modal.html
+++ b/templates/partials/scanner_modal.html
@@ -8,7 +8,7 @@
{{ _("VIN will appear here.") }}
-
{{ _("Use OCR Fallback") }}
+
{{ _("Use OCR Fallback") }}
diff --git a/templates/partials/vehicle_dropdowns.html b/templates/partials/vehicle_dropdowns.html
index e4494c10..2a04063b 100644
--- a/templates/partials/vehicle_dropdowns.html
+++ b/templates/partials/vehicle_dropdowns.html
@@ -46,17 +46,17 @@
{{ form.expected_cost }}
- Remove
+ Remove
{% endfor %}
- + Add Item
+ + Add Item
@@ -127,7 +127,7 @@ document.addEventListener('DOMContentLoaded', function () {
- Remove
+ Remove
diff --git a/templates/plans/billing_info_create_or_update.html b/templates/plans/billing_info_create_or_update.html
index c1aadfa0..ce44209c 100644
--- a/templates/plans/billing_info_create_or_update.html
+++ b/templates/plans/billing_info_create_or_update.html
@@ -11,9 +11,9 @@
{% csrf_token %}
{{ form|crispy }}
{% if object %}
- {{ _("Delete") }}
+ {{ _("Delete") }}
{% endif %}
-
+
{{ _("Save") }}
diff --git a/templates/plans/billing_info_delete.html b/templates/plans/billing_info_delete.html
index 5bdde294..bf26f882 100644
--- a/templates/plans/billing_info_delete.html
+++ b/templates/plans/billing_info_delete.html
@@ -10,7 +10,7 @@
{% csrf_token %}
{% trans "Are you sure to delete billing info?" %}
- {{ _("Confirm")}}
+ {{ _("Confirm")}}
diff --git a/templates/plans/create_order.html b/templates/plans/create_order.html
index ace45179..5313116b 100644
--- a/templates/plans/create_order.html
+++ b/templates/plans/create_order.html
@@ -63,7 +63,7 @@
{% endif %}
{% endwith %}
-
+
{{ form|crispy }}
{% csrf_token %}
diff --git a/templates/plans/current.html b/templates/plans/current.html
index 3d3d9f8e..432fc99d 100644
--- a/templates/plans/current.html
+++ b/templates/plans/current.html
@@ -42,7 +42,7 @@
{% trans "Plan" %}
{{ userplan.plan }}
-
+
{% trans "Upgrade" %}
diff --git a/templates/plans/fake_payments.html b/templates/plans/fake_payments.html
index aa906660..b7f472e2 100644
--- a/templates/plans/fake_payments.html
+++ b/templates/plans/fake_payments.html
@@ -9,7 +9,7 @@
{% csrf_token %}
{{ form.as_p }}
-
+
Pay now
diff --git a/templates/plans/order_detail.html b/templates/plans/order_detail.html
index e0835a75..1f3c9caf 100644
--- a/templates/plans/order_detail.html
+++ b/templates/plans/order_detail.html
@@ -56,7 +56,7 @@
Use a fake payment below to simulate paying for an order:
- Pay using
+ Pay using
FakePayments™ ;)
{# An example code snippet for accepting payments using django-getpaid #}
diff --git a/templates/plans/plan_table.html b/templates/plans/plan_table.html
index 80244e5d..8fcf025c 100644
--- a/templates/plans/plan_table.html
+++ b/templates/plans/plan_table.html
@@ -70,7 +70,7 @@
{% for plan in plan_list %}
{% if plan != userplan.plan and not userplan.is_expired and not userplan.plan.is_free %}
-
+
{% trans "Change" %}
{% endif %}
@@ -98,7 +98,7 @@
{{ plan_pricing.price }}
{% if plan_pricing.plan == userplan.plan or userplan.is_expired or userplan.plan.is_free %}
-
+
{% trans "Buy" %}
{% endif %}
@@ -115,7 +115,7 @@
-
Add New Item To Inventory
+
Add New Item To Inventory
{% endblock content %}
\ No newline at end of file
diff --git a/templates/purchase_orders/includes/card_po.html b/templates/purchase_orders/includes/card_po.html
index 8ccb4492..bd8a64e5 100644
--- a/templates/purchase_orders/includes/card_po.html
+++ b/templates/purchase_orders/includes/card_po.html
@@ -15,10 +15,10 @@ document.addEventListener('DOMContentLoaded', function() {
document.getElementById('POModalBody').innerHTML = `
-
+
${buttonText}
-
+
Cancel
@@ -59,7 +59,7 @@ document.addEventListener('DOMContentLoaded', function() {
{{ po_model.ce_model.estimate_number }}
+ class="btn btn-sm btn-phoenix-info ms-auto">
{% trans 'View Contract' %}
@@ -160,39 +160,39 @@ document.addEventListener('DOMContentLoaded', function() {
- {% trans 'Save' %}
+ {% trans 'Save' %}
\ No newline at end of file
diff --git a/templates/purchase_orders/inventory_item_form.html b/templates/purchase_orders/inventory_item_form.html
index 05e18f09..d40aa26d 100644
--- a/templates/purchase_orders/inventory_item_form.html
+++ b/templates/purchase_orders/inventory_item_form.html
@@ -17,7 +17,7 @@
{% endfor %}
- Add New Item To Inventory
+ Add New Item To Inventory
{% endblock content %}
\ No newline at end of file
diff --git a/templates/purchase_orders/po_confirm_delete.html b/templates/purchase_orders/po_confirm_delete.html
index c27c10c7..bc05aeb2 100644
--- a/templates/purchase_orders/po_confirm_delete.html
+++ b/templates/purchase_orders/po_confirm_delete.html
@@ -12,8 +12,8 @@
{% csrf_token %}
- Yes, Delete
- Cancel
+ Yes, Delete
+ Cancel
{% endblock %}
\ No newline at end of file
diff --git a/templates/purchase_orders/po_delete.html b/templates/purchase_orders/po_delete.html
index c24c7a61..d16ac7f0 100644
--- a/templates/purchase_orders/po_delete.html
+++ b/templates/purchase_orders/po_delete.html
@@ -19,8 +19,8 @@
{% trans 'Go Back' %}
-
{% trans 'Delete' %}
+ class="btn btn-phoenix-primary px-4">{% trans 'Go Back' %}
+
{% trans 'Delete' %}
diff --git a/templates/purchase_orders/po_detail.html b/templates/purchase_orders/po_detail.html
index 7674201c..702f8841 100644
--- a/templates/purchase_orders/po_detail.html
+++ b/templates/purchase_orders/po_detail.html
@@ -18,7 +18,7 @@
-
{% trans 'PO List' %}
@@ -84,10 +84,10 @@ document.addEventListener('DOMContentLoaded', function() {
document.getElementById('POModalBody').innerHTML = `
-
+
${buttonText}
-
+
Cancel
diff --git a/templates/purchase_orders/po_detail_backup.html b/templates/purchase_orders/po_detail_backup.html
index 41e53dfb..c3079a52 100644
--- a/templates/purchase_orders/po_detail_backup.html
+++ b/templates/purchase_orders/po_detail_backup.html
@@ -57,7 +57,7 @@
{% trans 'View Purchase Order' %}
- Back to List
+ Back to List
@@ -87,7 +87,7 @@
Quantity
- Add New Item To Inventory
+ Add New Item To Inventory
diff --git a/templates/purchase_orders/po_form.html b/templates/purchase_orders/po_form.html
index 485f43e4..89bbc8b3 100644
--- a/templates/purchase_orders/po_form.html
+++ b/templates/purchase_orders/po_form.html
@@ -39,11 +39,11 @@
{{ error }}
{% endfor %}
diff --git a/templates/purchase_orders/po_update.html b/templates/purchase_orders/po_update.html
index d5e841fa..89bfd539 100644
--- a/templates/purchase_orders/po_update.html
+++ b/templates/purchase_orders/po_update.html
@@ -24,12 +24,12 @@
{% csrf_token %}
{{ form|crispy }}
{% trans 'Save PO' %}
+ class="btn btn-phoenix-success w-100 my-2">{% trans 'Save PO' %}
{% trans 'Back to PO Detail' %}
+ class="btn btn-phoenix-secondary w-100 my-2">{% trans 'Back to PO Detail' %}
{% trans 'PO List' %}
@@ -100,7 +100,7 @@ function showPOModal(title, actionUrl, buttonText) {
// Set the modal body content
document.getElementById('POModalBody').innerHTML = `
-
+
${buttonText}
`;
diff --git a/templates/representatives/representative_detail.html b/templates/representatives/representative_detail.html
index 0e3f32c4..2cf6b84c 100644
--- a/templates/representatives/representative_detail.html
+++ b/templates/representatives/representative_detail.html
@@ -10,10 +10,10 @@
{% trans "Address" %}: {{ representative.address }}
diff --git a/templates/representatives/representative_form.html b/templates/representatives/representative_form.html
index e19869be..6674d46d 100644
--- a/templates/representatives/representative_form.html
+++ b/templates/representatives/representative_form.html
@@ -8,8 +8,8 @@
{% csrf_token %}
{{ form|crispy }}
- {% trans "Save" %}
- {% trans "Cancel" %}
+ {% trans "Save" %}
+ {% trans "Cancel" %}
{% endblock %}
\ No newline at end of file
diff --git a/templates/representatives/representative_list.html b/templates/representatives/representative_list.html
index 212fa3e1..fd654299 100644
--- a/templates/representatives/representative_list.html
+++ b/templates/representatives/representative_list.html
@@ -7,9 +7,9 @@
@@ -27,7 +27,7 @@
{{ rep.id_number }}
{{ rep.phone_number }}
- {% trans "view" %}
+ {% trans "view" %}
{% empty %}
diff --git a/templates/sales/estimates/estimate_detail.html b/templates/sales/estimates/estimate_detail.html
index 05ebfca5..e669ed7d 100644
--- a/templates/sales/estimates/estimate_detail.html
+++ b/templates/sales/estimates/estimate_detail.html
@@ -33,7 +33,7 @@
{% trans "Are you sure you want to Cancel this Estimate?" %}
@@ -60,8 +60,8 @@
{% csrf_token %}
- {% trans 'No' %}
- {% trans "Yes" %}
+ {% trans 'No' %}
+ {% trans "Yes" %}
@@ -93,7 +93,7 @@
- {{ _("Remove") }}
+ {{ _("Remove") }}
- {{ _("Add More")}}
+ {{ _("Add More")}}
@@ -68,12 +68,12 @@
{% endcomment %}
@@ -113,7 +113,7 @@
- {{ _("Remove") }}
+ {{ _("Remove") }}
`;
formrow.appendChild(newForm);
diff --git a/templates/sales/estimates/estimate_preview.html b/templates/sales/estimates/estimate_preview.html
index 8d79a652..6c2840b6 100644
--- a/templates/sales/estimates/estimate_preview.html
+++ b/templates/sales/estimates/estimate_preview.html
@@ -78,10 +78,10 @@
- الرجوع / Back
+ الرجوع / Back
- تحميل / Download
+ تحميل / Download
diff --git a/templates/sales/estimates/sale_order_form.html b/templates/sales/estimates/sale_order_form.html
index 56debf10..e731056b 100644
--- a/templates/sales/estimates/sale_order_form.html
+++ b/templates/sales/estimates/sale_order_form.html
@@ -190,7 +190,7 @@
- {% trans 'Save' %}
+ {% trans 'Save' %}
diff --git a/templates/sales/estimates/sale_order_form1.html b/templates/sales/estimates/sale_order_form1.html
index 7204ef65..614788e4 100644
--- a/templates/sales/estimates/sale_order_form1.html
+++ b/templates/sales/estimates/sale_order_form1.html
@@ -192,12 +192,12 @@
diff --git a/templates/sales/invoices/draft_invoice_update.html b/templates/sales/invoices/draft_invoice_update.html
index 141311ff..4211b879 100644
--- a/templates/sales/invoices/draft_invoice_update.html
+++ b/templates/sales/invoices/draft_invoice_update.html
@@ -13,7 +13,7 @@
{% csrf_token %}
{{ form|crispy }}
- {% trans 'Save' %}
+ {% trans 'Save' %}
diff --git a/templates/sales/invoices/invoice_create.html b/templates/sales/invoices/invoice_create.html
index eadb97ae..07a59801 100644
--- a/templates/sales/invoices/invoice_create.html
+++ b/templates/sales/invoices/invoice_create.html
@@ -13,7 +13,7 @@
{% csrf_token %}
{{ form|crispy }}
- {% trans 'Save' %}
+ {% trans 'Save' %}
diff --git a/templates/sales/invoices/invoice_detail.html b/templates/sales/invoices/invoice_detail.html
index b24254ed..b20b6d3b 100644
--- a/templates/sales/invoices/invoice_detail.html
+++ b/templates/sales/invoices/invoice_detail.html
@@ -23,12 +23,12 @@
{% trans 'Are you sure ?' %}
@@ -47,13 +47,13 @@
{% trans 'Are you sure ?' %}
diff --git a/templates/sales/invoices/invoice_preview.html b/templates/sales/invoices/invoice_preview.html
index 66cc5193..cdd57f2f 100644
--- a/templates/sales/invoices/invoice_preview.html
+++ b/templates/sales/invoices/invoice_preview.html
@@ -83,10 +83,10 @@
- الرجوع / Back
+ الرجوع / Back
- تحميل / Download
+ تحميل / Download
diff --git a/templates/sales/invoices/paid_invoice_update.html b/templates/sales/invoices/paid_invoice_update.html
index 141311ff..4211b879 100644
--- a/templates/sales/invoices/paid_invoice_update.html
+++ b/templates/sales/invoices/paid_invoice_update.html
@@ -13,7 +13,7 @@
{% csrf_token %}
{{ form|crispy }}
- {% trans 'Save' %}
+ {% trans 'Save' %}
diff --git a/templates/sales/journals/journal_form.html b/templates/sales/journals/journal_form.html
index 265de16a..b0e74a08 100644
--- a/templates/sales/journals/journal_form.html
+++ b/templates/sales/journals/journal_form.html
@@ -15,8 +15,8 @@
-
{% trans "Save" %}
-
{% trans "Cancel" %}
+
{% trans "Save" %}
+
{% trans "Cancel" %}
diff --git a/templates/sales/journals/journal_list.html b/templates/sales/journals/journal_list.html
index 59345109..c5665d23 100644
--- a/templates/sales/journals/journal_list.html
+++ b/templates/sales/journals/journal_list.html
@@ -30,7 +30,7 @@
{{ journal. }}
+ class="btn btn-sm btn-phoenix-success">
{% trans "view" %}