Document text changes per Cons emails
This commit is contained in:
parent
351402e030
commit
39a85b98a0
|
|
@ -6,10 +6,10 @@ $col3width = '30%';
|
|||
?>
|
||||
<table cellpadding="2" cellspacing="0" >
|
||||
<tr>
|
||||
<td style="width: <?=$col1width?>; border-top: 1px solid black; border-left: 1px solid black; border-bottom: 1px solid black; background-color: #f2f2f2">BILL TO:</td>
|
||||
<td style="width: <?=$col1width?>; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; background-color: #f2f2f2">SHIP TO:</td>
|
||||
<td style="width: <?=$col1width?>; border-top: 1px solid black; border-left: 1px solid black; border-bottom: 1px solid black; background-color: #f2f2f2">Billing Details:</td>
|
||||
<td style="width: <?=$col1width?>; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; background-color: #f2f2f2">Delivery Details</td>
|
||||
<td style="width: 3%;"></td>
|
||||
<td style="font-size: 9pt; width: 37%;" colspan="4" rowspan="2">
|
||||
<td style="font-size: 9pt; width: 37%;" colspan="4" rowspan="2" align="left">
|
||||
<span style="text-decoration: underline; font-size: 11pt">CMC <?=$docTypeFullName?>#:</span> <span style="font-size: 11pt"><?=$docTitle?></span><br>
|
||||
<span style="text-decoration: none;">Date: <?=$issue_date_string?></span><br>
|
||||
<? if($docType == 'orderAck'): ?>
|
||||
|
|
@ -53,4 +53,4 @@ $col3width = '30%';
|
|||
<td style="font-size: <?=$moreDetailsFont?>"><?=$this->element('abn', array('abn'=>$job['Customer']['abn']));?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@ $col3width = '30%';
|
|||
<td style="width: <?=$col1width?>; border-top: 1px solid black; border-left: 1px solid black; border-bottom: 1px solid black; background-color: #f2f2f2">BILL TO:</td>
|
||||
<td style="width: <?=$col1width?>; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; background-color: #f2f2f2">SHIP TO:</td>
|
||||
<td style="width: 3%;"></td>
|
||||
<td style="font-size: 9pt; width: 37%;" colspan="4" rowspan="2">
|
||||
<td style="font-size: 9pt; width: 37%;" colspan="4" rowspan="2" align="left">
|
||||
<span style="text-decoration: underline; font-size: 11pt">CMC <?=$docTypeFullName?>#:</span> <span style="font-size: 11pt"><?=$docTitle?></span><br>
|
||||
<span style="text-decoration: none;">Date: <?=$issue_date_string?></span><br>
|
||||
<? if($docType == 'orderAck'): ?>
|
||||
<span style="text-decoration: none;">Estimated Delivery:</span> <span style="text-align: right;"><?=$estimated_delivery?></span><br>
|
||||
<span style="text-decoration: none;">Estimated Delivery:</span> <span><?=$estimated_delivery?></span><br>
|
||||
<? endif; ?>
|
||||
<span style="text-decoration: none;">Page: <?=$pageNo?> of <?=$totalCount?></span><br><br>
|
||||
<span style="text-decoration: underline;">MAKE PAYMENT TO:</span><br>
|
||||
|
|
@ -38,11 +38,11 @@ $col3width = '30%';
|
|||
<tr bgcolor="#f2f2f2" align="center">
|
||||
<? $moreDetailsFont = '9pt'; ?>
|
||||
<td style="font-size: <?=$moreDetailsFont?>;">CUSTOMER ORDER NO</td>
|
||||
<td style="font-size: <?=$moreDetailsFont?>">CMC ENQUIRY #</td>
|
||||
<td style="font-size: <?=$moreDetailsFont?>">FOB</td>
|
||||
<td style="font-size: <?=$moreDetailsFont?>">CMC REF #</td>
|
||||
<td style="font-size: <?=$moreDetailsFont?>">EX WORKS</td>
|
||||
<td style="font-size: <?=$moreDetailsFont?>">SHIP VIA</td>
|
||||
<td style="font-size: <?=$moreDetailsFont?>">TERMS</td>
|
||||
<td style="font-size: <?=$moreDetailsFont?>">CUSTOMER ABN</td>
|
||||
<td style="font-size: <?=$moreDetailsFont?>">PAYMENT TERMS</td>
|
||||
<td style="font-size: <?=$moreDetailsFont?>">CUST. ABN</td>
|
||||
</tr>
|
||||
<tr align="center">
|
||||
<td style="font-size: <?=$moreDetailsFont?>"><?=$job['Job']['customer_order_number'];?></td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue