| 36407 |
amit |
1 |
<html>
|
|
|
2 |
<body style="font-family: Arial, sans-serif; color: #333; font-size: 13px; line-height: 18px;">
|
|
|
3 |
<div style="max-width: 640px; margin: 0 auto; padding: 20px;">
|
|
|
4 |
<h2 style="margin: 0 0 12px 0; font-size: 18px; color: #cc6600;">Finance approval needed</h2>
|
|
|
5 |
<p style="margin: 0 0 16px 0;">
|
|
|
6 |
A sale-return receipt is pending finance approval. No warehouse scans, inventory updates, or
|
|
|
7 |
wallet refund have been applied — these will run on approval.
|
|
|
8 |
</p>
|
|
|
9 |
<table style="width: 100%; border-collapse: collapse; margin: 0 0 16px 0;">
|
|
|
10 |
<tbody>
|
|
|
11 |
<tr>
|
|
|
12 |
<td style="padding: 6px 10px; width: 40%; background: #f5f5f5;"><strong>Document</strong></td>
|
|
|
13 |
<td style="padding: 6px 10px;">$documentReference</td>
|
|
|
14 |
</tr>
|
|
|
15 |
<tr>
|
|
|
16 |
<td style="padding: 6px 10px; background: #f5f5f5;"><strong>Partner</strong></td>
|
|
|
17 |
<td style="padding: 6px 10px;">$partnerName</td>
|
|
|
18 |
</tr>
|
|
|
19 |
<tr>
|
|
|
20 |
<td style="padding: 6px 10px; background: #f5f5f5;"><strong>Warehouse</strong></td>
|
|
|
21 |
<td style="padding: 6px 10px;">$warehouseName</td>
|
|
|
22 |
</tr>
|
|
|
23 |
<tr>
|
|
|
24 |
<td style="padding: 6px 10px; background: #f5f5f5;"><strong>Submitted by</strong></td>
|
|
|
25 |
<td style="padding: 6px 10px;">$submittedBy</td>
|
|
|
26 |
</tr>
|
|
|
27 |
<tr>
|
|
|
28 |
<td style="padding: 6px 10px; background: #f5f5f5;"><strong>Submitted at</strong></td>
|
|
|
29 |
<td style="padding: 6px 10px;">$submittedAt</td>
|
|
|
30 |
</tr>
|
|
|
31 |
#if($remark && $remark != "")
|
|
|
32 |
<tr>
|
|
|
33 |
<td style="padding: 6px 10px; background: #f5f5f5;"><strong>Warehouse remark</strong></td>
|
|
|
34 |
<td style="padding: 6px 10px;">$remark</td>
|
|
|
35 |
</tr>
|
|
|
36 |
#end
|
|
|
37 |
#if($reviewLink && $reviewLink != "")
|
|
|
38 |
<tr>
|
|
|
39 |
<td style="padding: 6px 10px; background: #f5f5f5;"><strong>Review</strong></td>
|
|
|
40 |
<td style="padding: 6px 10px;"><a href="$reviewLink" style="color: #006699;">Open in dashboard</a></td>
|
|
|
41 |
</tr>
|
|
|
42 |
#end
|
|
|
43 |
</tbody>
|
|
|
44 |
</table>
|
|
|
45 |
<p style="margin: 0; color: #666; font-size: 11px;">Automated notification. Do not reply.</p>
|
|
|
46 |
</div>
|
|
|
47 |
</body>
|
|
|
48 |
</html>
|