Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Client Id in Invoice Management
#1
in: includes/tpl/invoices/invoice-list-item.tpl

Edit all text for this:
Quote:<div class="subborder">
<div class="sub">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%">
<b>Invoice ID: #%id%</b><br />
<p>Client: %uid%<br />
Amount: %amount%<br />
Status: %paid%<br />
Notes: %notes%<br />
</p>
</td>
<td align="right">%pay%</td>
</tr>
</table>
</div>
</div>

and you can add a link for a cliente, change this line: <p>Client: %uid%<br /> for this: <p>Cliente: <a href="?page=users&sub=search&do=%uid%">%uid%</a><br />

Sorry my english.


Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)