From c74a4e1b2251cac6adbb812d0f3a98cca89dfcc8 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 25 Oct 2017 15:39:56 -0400 Subject: Further adjustments to the invoice format. Allow default bill to to be set for superusers --- app/dispatch/templates/dispatch/drivers/detail.html | 5 ++++- app/dispatch/templates/dispatch/invoice/detail-table.html | 11 +---------- app/dispatch/templates/dispatch/nav.html | 2 +- 3 files changed, 6 insertions(+), 12 deletions(-) (limited to 'app/dispatch/templates') diff --git a/app/dispatch/templates/dispatch/drivers/detail.html b/app/dispatch/templates/dispatch/drivers/detail.html index 8ce409d..9e4e7f3 100644 --- a/app/dispatch/templates/dispatch/drivers/detail.html +++ b/app/dispatch/templates/dispatch/drivers/detail.html @@ -46,7 +46,10 @@
diff --git a/app/dispatch/templates/dispatch/invoice/detail-table.html b/app/dispatch/templates/dispatch/invoice/detail-table.html index acb6e01..37fa2a5 100644 --- a/app/dispatch/templates/dispatch/invoice/detail-table.html +++ b/app/dispatch/templates/dispatch/invoice/detail-table.html @@ -56,7 +56,7 @@ {{item.total}} {% endfor %} - + @@ -77,13 +77,4 @@
diff --git a/app/dispatch/templates/dispatch/nav.html b/app/dispatch/templates/dispatch/nav.html index a4fc8cb..a5f09e5 100644 --- a/app/dispatch/templates/dispatch/nav.html +++ b/app/dispatch/templates/dispatch/nav.html @@ -1,9 +1,9 @@ {% if request.user.is_authenticated %}
  • Loads
  • +
  • Invoices
  • {% if request.user.is_superuser %}
  • Drivers
  • Customers
  • -
  • Invoices
  • {% else %}
  • Summary
  • My Account
  • -- cgit v1.2.3