Update billing statements page
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 24 Apr 2019 20:44:21 +0000 (16:44 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 24 Apr 2019 20:44:21 +0000 (16:44 -0400)
Change the ID to invoice #.
Remove payment id

views/admin/billing/statements.html
views/common/billing/paymentForm.html

index f73d491..b9fd3f2 100644 (file)
@@ -93,7 +93,7 @@
     <table class="glm-admin-table wp-list-table striped">
         <thead>
             <tr>
-                <th style="width:50px;">ID</th>
+                <th style="width:50px;">Invoice #</th>
                 <th>Date</th>
                 <th>Due Date</th>
                 <th>Type</th>
                 {* Payments *}
                 {elseif $transaction.type == '20'}
                     <tr{if $alt % 2 == 0} class="alternate"{/if}>
-                        <td class="glm-shrink">{$transaction.transaction_data.id}</td>
+                        <td class="glm-shrink">&nbsp;</td>
                         <td class="glm-shrink">{$transaction.transaction_data.transaction_time|date_format:"%D"}</td>
                         <td class="glm-shrink">&nbsp;</td>
                         <td class="glm-shrink">{$transaction_types[$transaction.type]}</td>
                 {* Adjustment *}
                 {elseif $transaction.type == '30'}
                     <tr{if $alt % 2 == 0} class="alternate"{/if}>
-                        <td class="glm-shrink">{$transaction.transaction_data.id}</td>
+                        <td class="glm-shrink">&nbsp;</td>
                         <td class="glm-shrink">{$transaction.transaction_data.transaction_time|date_format:"%D"}</td>
                         <td class="glm-shrink">&nbsp;</td>
                         <td class="glm-shrink">{$transaction_types[$transaction.type]}</td>
index 1d3a60d..4d193cc 100644 (file)
@@ -85,7 +85,9 @@
         <div class="glm-billing-label">
             Select Payment Option
         </div>
+        {* debug *}
         <div class="glm-billing-input">
+            {* TODO: Check $billing_settings.payment_methods *}
             <label> <input class="payment_option" type="radio" name="payment_option" value="pay_by_credit_card" checked> Pay by Credit Card </label>
             <label> <input class="payment_option" type="radio" name="payment_option" value="pay_by_check"> Pay by Check </label>
             {if !$lockedToMember}