コード例 #1
0
ファイル: detail.php プロジェクト: hardikpanseriya/testing
	<table width="100%" align="center" style="margin: 5px 0px 5px 0px; font-size: 22px; color: #8e5fa2;">
		<tr>
			<td align="center">
				<b><?= $payment_info->method ?> Receipt</b>
			</td>
		</tr>
	</table>

	<table width="100%" style="margin: 15px 0px 5px 0px;">

		<tr>
			<td align="left" width="50%">
				<b><?= $payment_info->method ?> Receipt #: <?= $payment_info->receipt_no; ?></b>
			</td>
			<td align="right" width="50%">
				<b>Date: <?= gridDisplayDate($payment_info->confirm_date); ?></b>
			</td>
		</tr>
	</table>

	<table width="100%" style="margin: 15px 0px 5px 0px; font-size: 18px;">
		<tr>
			<td>
				<?= $payment_info->method ?> Received From <span style="text-decoration: underline; display:inline-block;"> <?= $user_info->full_name ?> </span> of Rs. <?= $payment_info->amount; ?>
			</td>
		</tr>
	</table>

	<table width="100%" style="margin: 15px 0px 5px 0px; font-size: 18px;">
		<tr>
			<td align="right">
コード例 #2
0
ファイル: header.php プロジェクト: hardikpanseriya/testing
	
		<table width="100%">
			<tr>
				<td width="50%" style="color:#0000BB;">
					<span style="font-weight: bold; font-size: 14pt;">WALART PHARMACEUTICAL CO.</span><br />
					SF - 63, 3RD FLOOR<br />
					SHRIMAD BHAVAN<br />
					RAJKOT - 360001<br />
					<span style="font-size: 15pt;">&#9742;</span> 97241 54433
				</td>
				<td width="50%" style="text-align: right;">
					<table align="right" style="font-weight: bold;">
		                <tr>
		                    <td align="right">Receipt No.</td>
		                    <td>&nbsp;:&nbsp;</td>
		                    <td><?= $payment_info->receipt_no; ?></td>
		                </tr>
		                <tr>
		                    <td align="right">Date</td>
		                    <td>&nbsp;:&nbsp;</td>
		                    <td><?= gridDisplayDate($payment_info->confirm_date); ?></td>
		                </tr>
		            </table>
				</td>
			</tr>
		</table>
	
	
コード例 #3
0
ファイル: header.php プロジェクト: hardikpanseriya/testing
			<tr>
				<td width="50%" style="color:#0000BB;">
					<span style="font-weight: bold; font-size: 14pt;">WALART PHARMACEUTICAL CO.</span><br />
					SF - 63, 3RD FLOOR<br />
					SHRIMAD BHAVAN<br />
					RAJKOT - 360001<br />
					<span style="font-size: 15pt;">&#9742;</span> 97241 54433
				</td>
				<td width="50%" style="text-align: right;">
					<table align="right" style="font-weight: bold;">
		                <tr>
		                    <td align="right">Invoice No.</td>
		                    <td>&nbsp;:&nbsp;</td>
		                    <td><?= $invoice_info->invoice_no; ?></td>
		                </tr>
		                <tr>
		                    <td align="right">Order No.</td>
		                    <td>&nbsp;:&nbsp;</td>
		                    <td><?= $invoice_info->depot_order_id; ?></td>
		                </tr>
		                <tr>
		                    <td align="right">Date</td>
		                    <td>&nbsp;:&nbsp;</td>
		                    <td><?= gridDisplayDate($invoice_info->date_created); ?></td>
		                </tr>
		            </table>
				</td>
			</tr>
		</table>