Exemple #1
0
}, 'editableOptions' => ['header' => 'Update program', 'inputType' => \kartik\editable\Editable::INPUT_TEXTAREA, 'size' => 'sm', 'options' => []], 'headerOptions' => ['style' => ['text-align' => 'center', 'width' => '200px', 'font-family' => 'verdana, arial, sans-serif', 'font-size' => '8pt', 'background-color' => 'rgba(126, 189, 188, 0.3)']], 'contentOptions' => ['style' => ['text-align' => 'left', 'width' => '200px', 'font-family' => 'verdana, arial, sans-serif', 'font-size' => '8pt']]], ['attribute' => 'STATUS', 'label' => 'Status', 'hAlign' => 'center', 'vAlign' => 'middle', 'mergeHeader' => true, 'contentOptions' => ['style' => 'width: 100px'], 'format' => 'html', 'value' => function ($model, $key, $index, $widget) {
    return statusProcessRo($model);
}, 'headerOptions' => ['style' => ['text-align' => 'center', 'width' => '100px', 'font-family' => 'verdana, arial, sans-serif', 'font-size' => '8pt', 'background-color' => 'rgba(126, 189, 188, 0.3)']], 'contentOptions' => ['style' => ['text-align' => 'center', 'width' => '100px', 'font-family' => 'verdana, arial, sans-serif', 'font-size' => '8pt']]]], 'pjax' => true, 'pjaxSettings' => ['options' => ['enablePushState' => false, 'id' => 'rt-process']], 'hover' => true, 'responsive' => true, 'responsiveWrap' => true, 'bordered' => true, 'striped' => '4px', 'autoXlFormat' => true, 'export' => false]);
?>
		</div>
	</div>

	<!-- PO Note !-->
	<div  class="row">
		<div  class="col-md-12" style="font-family: tahoma ;font-size: 9pt;">
			<dt><b>General Notes :</b></dt>
			<hr style="height:1px;margin-top: 1px; margin-bottom: 1px;font-family: tahoma ;font-size:8pt;">
			<div>
				<div style="float:right;text-align:right;">
					 <?php 
echo PoNote($roHeader->KD_RIB);
?>
				</div>
				<div style="margin-left:5px">
					<dd><?php 
echo $roHeader->NOTE;
?>
</dd>
					<dt>Invoice exchange can be performed on Monday through Tuesday time of 09:00AM-16:00PM</dt>
				</div>
			</div>
			<hr style="height:1px;margin-top: 1px;">
		</div>
	</div>

	<!-- PO Note !-->
Exemple #2
0
//  	echo  $dataimage;
?>
		</div>

		</div>
	</div>

	<!-- PO Note !-->
	<div  class="row">
		<div  class="col-md-12" style="font-family: tahoma ;font-size: 9pt;">
			<dt><b>General Notes :</b></dt>
			<hr style="height:1px;margin-top: 1px; margin-bottom: 1px;font-family: tahoma ;font-size:8pt;">
			<div>
				<div style="float:right;text-align:right;">
					 <?php 
echo PoNote($model);
?>
				</div>
				<div style="margin-left:5px">
					<dd> <?php 
echo $model->KETERANGAN;
?>
</dd>
					<dt>Invoice exchange can be performed on Monday through Tuesday time of 09:00AM-16:00PM</dt>
				</div>
			</div>
			<hr style="height:1px;margin-top: 1px;">
		</div>
	</div>

	<!-- PrintPdf !-->
Exemple #3
0
						<br/>
					</div>
				</div>
			</div>
		</div>
		<!-- PO Note !-->

		<div class="row">
			<div  class="col-md-12" style="font-family: tahoma ;font-size: 9pt;">

				<dt><b>General Notes :</b></dt>
				<hr style="height:1px;margin-top: 1px; margin-bottom: 1px;font-family: tahoma ;font-size:8pt;">
				<div>
					<div style="float:right;text-align:right;">
						<?php 
echo PoNote($poHeader);
?>
					</div>
					<div style="margin-left:5px">
						<dd><?php 
echo $poHeader->NOTE;
?>
</dd>
						<dt>Invoice exchange can be performed on Monday through Tuesday time of 09:00AM-16:00PM</dt>
					</div>
				</div>
				<hr style="height:1px;margin-top: 1px;">
			</div>
		</div>

		<!-- Signature !-->
Exemple #4
0
echo $soHeaderData->TOP_DURATION != '' ? $soHeaderData->TOP_TYPE . ' - ' . $soHeaderData->TOP_DURATION : $soHeaderData->TOP_TYPE;
?>
</dd>
				<br/>
			</div>
		</div>
	</div>
	
	<!-- PO Note !-->
	<div  class="col-md-12" style="font-family: tahoma ;font-size: 9pt;">
		<dt><b>General Notes :</b></dt>
		<hr style="height:1px;margin-top: 1px; margin-bottom: 1px;font-family: tahoma ;font-size:8pt;">
		<div>
			<div style="float:right;text-align:right;">
				<?php 
echo PoNote($soHeaderData);
?>
			</div>
			<div style="margin-left:5px">
				<dt style="width:5px; float:left;"><?php 
echo ' # ';
?>
</dt>
				<dd style="padding-left:10px;width:200px;"><?php 
echo $soHeaderData->NOTE;
?>
</dd>
			</div>
		</div>
		<hr style="height:1px;margin-top: 1px;">
	</div>