From 4e5535e53a971ca206d80b783443681b02fe9581 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 7 Mar 2018 09:40:00 -0500 Subject: [PATCH] Update list pages. Update invoices create page. Invoice creation. Changing the select for members or accounts into autocomplete. If they put something in that is not in the source for the autocomplete it will empty the input field. Add link to the account list that goes to the members billing dashboard. Set width on the list pages for the ID field. --- views/admin/billing/accounts.html | 4 +- views/admin/billing/editInvoice.html | 77 +++++++++++++++++++++------- views/admin/billing/index.html | 4 +- views/admin/billing/invoices.html | 2 +- views/admin/billing/payments.html | 2 +- 5 files changed, 64 insertions(+), 25 deletions(-) diff --git a/views/admin/billing/accounts.html b/views/admin/billing/accounts.html index a39dc8a..64167b7 100644 --- a/views/admin/billing/accounts.html +++ b/views/admin/billing/accounts.html @@ -40,7 +40,7 @@ - + @@ -57,7 +57,7 @@ {/if} - + diff --git a/views/admin/billing/editInvoice.html b/views/admin/billing/editInvoice.html index 940b475..ef8c37e 100644 --- a/views/admin/billing/editInvoice.html +++ b/views/admin/billing/editInvoice.html @@ -23,15 +23,8 @@ Billing Account
- - + + New Account
@@ -177,6 +170,7 @@
IDID Member Name Billing Email Anniversary Date
{$t.id} {$t.ref_name} {$t.ref_name} {$t.email} {$t.anniversary_date.date} {$t.renewal_date.date}