Add the due date
authorSteve Sutton <ssutton@gmail.com>
Sat, 10 Mar 2018 14:17:40 +0000 (09:17 -0500)
committerSteve Sutton <ssutton@gmail.com>
Sat, 10 Mar 2018 14:17:40 +0000 (09:17 -0500)
Adding Due Date to the printable invoice.

views/admin/billing/invoiceStore.html

index 82081fc..ad7b402 100644 (file)
         {if $settings.company_phone}{$settings.company_phone}<br>{/if}
         {if $settings.company_email}{$settings.company_email}<br>{/if}
         </td>
-        <td width="150" valign="top">
+        <td width="220" valign="top">
             <table width="100%">
                 <tr>
-                    <th align="right"> Date: </th>
+                    <th align="right"> Invoice Date: </th>
                     <td align="right"> {$invoice.transaction_time|date_format:"%D"} </td>
                 </tr>
+                <tr>
+                    <th align="right"> Due Date: </th>
+                    <td align="right"> {$invoice.due_date|date_format:"%D"} </td>
+                </tr>
                 <tr>
                     <th align="right"> Account #: </th>
                     <td align="right"> {$account.id} </td>