コード例 #1
0
ファイル: task_list.php プロジェクト: bklein01/Project-Pier
function task_list_due_date()
{
    global $the_task_list;
    if (!is_null($the_task_list->getDueDate())) {
        formatted_date('dueDate', $the_task_list->getDueDate(), 'due date');
    }
}
コード例 #2
0
ファイル: list_all_mrr.php プロジェクト: rajibahmed/IIMS
        echo $mrr["cd_id"];
        ?>
">

			<p style="width:200px"><?php 
        echo $mrr["stock_item_name"];
        ?>
</p>
			
			<p style="width:90px"><?php 
        echo $mrr["mrr_number"];
        ?>
</p>
			
			<p style="width:130px"><?php 
        echo formatted_date($mrr["mrr_create_date"]);
        ?>
</p>
			
				
			
			<p style="width:100px"><?php 
        //echo $mrr[amount];
        ?>
</p>
			
            <p style="width:30px;">
			<a href="includes/contents/view/mrr_view.php?height=400&width=760&id=<?php 
        echo $mrr['mrr_m_id'];
        ?>
" title='MRR View' class='thickbox button'>View</a>			
コード例 #3
0
ファイル: create_indent.php プロジェクト: rajibahmed/IIMS
				  
				
				  
				<input type="text" name="indent_item_qty[]" class="indent_qty" style="width:70px" 
					value="<?php 
        echo $data[total];
        ?>
" 
					id="requsition_details_<?php 
        echo $data[rd_id];
        ?>
" />
				  
				
				 	<input type="text"  style="width:100px"  value="<?php 
        echo formatted_date($data["created_at"]);
        ?>
" disabled="disabled" />
				
				 <input type="text"  style="width:110px"  value="<?php 
        echo $data["stock_item_desc"];
        ?>
" disabled="disabled" />
				
				<input type="hidden" name="stock_item_id[]" 
				value="<?php 
        echo $data[stock_item_id];
        ?>
 " id="stock_item_id" />	
				<input type="hidden" name="requisition_id[]" 
				value="<?php 
コード例 #4
0
ファイル: print_indent.php プロジェクト: rajibahmed/IIMS
    ?>
</td>
        <td valign="top" class="table6" align="right"><?php 
    echo $Indent[$j]["stock_item_cl_balance"];
    ?>
</td>
        <td valign="top" class="table6" align="right"><?php 
    echo $Indent[$j]["stock_reorder_qty"];
    ?>
</td> 	
        <td valign="top" class="table6" align="right"><?php 
    echo $Indent[$j]["indent_qty"];
    ?>
</td>
        <td valign="top" class="table6" align="right"><?php 
    echo formatted_date($Indent[$j]["required_within"]);
    ?>
</td>
      </tr>
      <?php 
}
?>
      
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left" style="padding-top:8px; padding-bottom:20px;">
  <tr>
    <td align="left">&nbsp;</td>
    <td align="center">&nbsp;</td>
    <td align="right">&nbsp;</td>
  </tr>
コード例 #5
0
          <td height="26" align="center" valign="top"><h1>Square Textiles Ltd.</h1>
          <p class="style1">Saradaganj, Kashimpur, Gazipur </p></td>
        </tr>
        <tr>
        <td height="26" align="center" valign="top"><p><b>Delivery Challan</b></p></td>
    </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="33%" colspan="2">Challan No. &nbsp;<?php 
echo $delivery_details[0]["delivery_challan_no"];
?>
</td>
    <td colspan="2" align="right">Date:<?php 
echo formatted_date($delivery_details[0]["create_date"]);
?>
</td>
  </tr>
  <tr>
    <td colspan="4">To Mr./Ms : &nbsp;<?php 
echo $delivery_details[0]["contact_name"];
?>
 </td>
  </tr>
  
  
  <tr>
    <td>Consignee`s Ref. No. &nbsp;<?php 
echo $delivery_details[0]["consignee_ref"];
?>
コード例 #6
0
<table width="100%" border="0" cellspacing="0" cellpadding="3" class="table_border">
  <tr>
    <td>
    <!--1st Table Starts-->
    <!--<span class="table_border">-->
    <table width="100%" cellpadding="4" cellspacing="0">
      <tr>
        <td width="21%" align="left" class="table4">PO No:</td>
        <td width="17%" class="table4"><?php 
echo $P_orders[0]["pm_no"];
?>
</td>
        <td width="35%" rowspan="2" class="table4">&nbsp;</td>
        <td width="14%" class="table6" style="border-left:1px solid #CCCCCC;">Date : </td>
        <td width="13%" class="table6"><?php 
echo formatted_date($P_orders[0]["date"]);
?>
</td>
      </tr>
      <tr>
        <td align="left" class="table4_1">Indent/Factory Ref:</td>
        <td class="table4_1"><?php 
echo $P_orders[0]["indent_code"];
?>
 </td>
        <td class="table4_2" style="border-left:1px solid #CCCCCC;">&nbsp;</td>
        <td class="table4_2">&nbsp;</td>
      </tr>
    </table>
    <!--</span>-->
    <!--1st Table Ends-->
コード例 #7
0
ファイル: list_all_indent.php プロジェクト: rajibahmed/IIMS
        echo $Ind["cd_id"];
        ?>
">

			<p style="width:200px"><?php 
        echo $Ind["stock_item_name"];
        ?>
</p>
			
			<p style="width:150px"><?php 
        echo $Ind["indent_code"];
        ?>
</p>
			
			<p style="width:130px"><?php 
        echo formatted_date($Ind["created_at"]);
        ?>
</p>
			
				
			
			
			<a href="includes/contents/view/indent_view.php?height=400&width=760&id=<?php 
        echo $Ind['indent_id'];
        ?>
" title='Indent View' class='thickbox button'>View</a>			
			</p>
	<div class="clear">	</div>			
	</div>
		<div class="clear">	</div>
		<?php 
コード例 #8
0
ファイル: print_gate_pass.php プロジェクト: rajibahmed/IIMS
          <p class="style1">Saradaganj, Kashimpur, Gazipur </p></td>
        </tr>
        <tr>
        <td height="26" align="center" valign="top"><p><b>Gate Pass</b></p></td>
    </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="33%">Gate Pass No. <?php 
echo $getPassDetails[0][gate_pass_no];
?>
</td>
    <td width="48%">&nbsp;</td>
    <td width="19%">Date:<?php 
echo formatted_date($getPassDetails[0][create_date]);
?>
</td>
  </tr>
  <tr>
    <td colspan="3">Permission is hereby given to Mr./Ms :<?php 
echo $getPassDetails[0][contact_name];
?>
 </td>
  </tr>
  <tr>
    <td colspan="3">Address :<?php 
echo $getPassDetails[0][contact_add];
?>
&nbsp;&nbsp;
    to take out the following materials and beconfirmed that the receiving person is responsible for returning of said items within stipulated period</td>
コード例 #9
0
echo $QC[0]["sup_name"];
?>
</td>
  </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:20px; padding-top:5px;">
  <tr>
    <td>To</td>
  </tr>
  <tr>
    <td>The head of the indenting department / section ................................... Please check the quality, size, country of origin, suitability etc. of the following materials recieved in the general store on ......................... against purchase order no. <?php 
echo $QC[0]["pm_no"];
?>
 date <?php 
echo formatted_date($QC[0]["date"]);
?>
  and let me have your comments regarding its/their correctness and acceptability or otherwise, so that we can receive the same formally through a material receiving report.</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td align="right">Store In-charge</td>
  </tr>
</table>


<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left" style="padding-top:8px; padding-bottom:20px;">
<tr Class="report_item_name">
        <td width="6%" align="center" class="table1" style="border-right:2px solid #000000;">Serial #</td>
コード例 #10
0
        <tr>
        <td height="26" align="center" valign="top"><p><b>Stock Return</b></p></td>
    </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
  
  <tr>
    <td colspan="2">Consumption No. &nbsp;<?php 
echo $stock_returns[0]["stock_return_no"];
?>
</td>
    <td width="9%">&nbsp;</td>
    <td width="27%" align="right">Date:<?php 
echo formatted_date($stock_returns[0]["create_date"]);
?>
</td>
  </tr>
  <tr>
    <td colspan="2">&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left" style="padding-top:8px; padding-bottom:20px;">
<tr Class="report_item_name">
        <td width="6%" align="center" class="table1" style="border-right:2px solid #000000;">Serial #</td>
        <td colspan="2" align="center" class="table3">Item Name</td>
        <td width="6%" align="center" class="table3">Unit</td>
コード例 #11
0
ファイル: _requisition_list.php プロジェクト: rajibahmed/IIMS
        } elseif ($req[status] == 2) {
            ?>
			
				<p style="width:70px">Store Incharge</p>
				
			<?php 
        } elseif ($req[status] == 3) {
            ?>
				<p style="width:70px">Procurerment</p>
				
			<?php 
        }
        ?>
			
			<p><?php 
        echo formatted_date($req[required_within]);
        ?>
</p>
			
			<?php 
        /*-------------------------------------------------------
        		|  Check For Users level and the requisitions status  
        		|	to identify that this user can or cant delete this 
        		|	requsition 
        		|--------------------------------------------------------*/
        ?>
			
			<?php 
        if ($user_level == $req[status] && $user_id == $req[user_id]) {
            ?>
				
コード例 #12
0
ファイル: list_all_gatepass.php プロジェクト: rajibahmed/IIMS
        echo $gatepass["cd_id"];
        ?>
">

			<p style="width:200px"><?php 
        echo $gatepass["stock_item_name"];
        ?>
</p>
			
			<p style="width:160px"><?php 
        echo $gatepass["gate_pass_no"];
        ?>
</p>
			
			<p style="width:160px"><?php 
        echo formatted_date($gatepass["create_date"]);
        ?>
</p>
			
		
            <p style="width:30px;">
			<a href="includes/contents/view/gate_pass_view.php?height=400&width=760&id=<?php 
        echo $gatepass['gate_pass_m_id'];
        ?>
" title='View Gate Pass' class='thickbox button'>View</a>			
			</p>
	<div class="clear">	</div>			
	</div>
		<div class="clear">	</div>
		<?php 
    }
コード例 #13
0
.style1 {	font-size: 14px;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr class='report'>
    <td colspan="9" align="center"><table width="50%" height="69" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td align="center" valign="top"><h1>Square Textiles Ltd.</h1>          
          <p class="style1">Saradaganj, Kashimpur, Gazipur </p>
          <h3>DAILY RECEIVED REPORT</h3>          <h4>As on Date : <?php 
echo formatted_date(date("Y-m-d"));
?>
</h4></td>
      </tr>
      <tr>
        <td align="center" valign="top">&nbsp;</td>
      </tr>
      
    </table></td>
  </tr>
  <tr class="report_item_name">
    <td height="35" align="center" valign="middle" class="table1">MRR No.</td>
    <td align="center" valign="middle" class="table2">Purchase No. </td>
    <td align="center" valign="middle" class="table2">Store Code </td>
    <td align="center" valign="middle" class="table2">Item Name</td>
    <td align="center" valign="middle" class="table2">Item Part Number </td>
コード例 #14
0
ファイル: print_consumption.php プロジェクト: rajibahmed/IIMS
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td width="25%" height="94" align="center" valign="top">
    <td width="50%" height="26" align="center" valign="top"><h1>Square Textiles Ltd.</h1>
          <p class="style1">Saradaganj, Kashimpur, Gazipur </p>
          <h3>ISSUE </h3>
    <h4>&nbsp;</h4>		</td>
  <tr>
    <td colspan="2">Consumption No. &nbsp;<?php 
echo $consumption_details[0]["consumption_num"];
?>
</td>
    <td width="9%">&nbsp;</td>
    <td width="27%">Date:<?php 
echo formatted_date($consumption_details[0]["created_at"]);
?>
</td>
  </tr>
  <tr>
    <td colspan="2">&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left" style="padding-top:8px; padding-bottom:20px;">
      <tr Class="report_item_name">
        <td width="6%" align="center" class="table1">Serial #</td>
        <td colspan="2" align="center" class="table2">Item Name</td>
        <td width="6%" align="center" class="table2">Unit</td>
コード例 #15
0
        echo $con[cd_id];
        ?>
">

			<p style="width:180px; float:left"><?php 
        echo $con[stock_item_name];
        ?>
</p>
			
			<p style="width:100px; float:left"><?php 
        echo $con[consumption_num];
        ?>
</p>
			
			<p style="width:120px; float:left"><?php 
        echo formatted_date($con[created_at]);
        ?>
</p>
			
			<p style="width:30px; float:left"><?php 
        echo $con[consumptions_qunatity];
        ?>
</p>	
			
			<p style="width:70px; float:left"><?php 
        echo $con[consumptions_rate];
        ?>
</p>
			
			<p style="width:70px; float:left"><?php 
        echo $con[consumption_value];
コード例 #16
0
ファイル: list_all_delivery.php プロジェクト: rajibahmed/IIMS
        echo $delivery["cd_id"];
        ?>
">

			<p style="width:260px"><?php 
        echo $delivery["stock_item_name"];
        ?>
</p>
			
			<p style="width:150px"><?php 
        echo $delivery["delivery_challan_no"];
        ?>
</p>
			
			<p style="width:180px"><?php 
        echo formatted_date($delivery["create_date"]);
        ?>
</p>
			
            <p style="width:30px;">
			<a href="includes/contents/view/delivery_challan_view.php?height=400&width=760&id=<?php 
        echo $delivery['delivery_challan_m_id'];
        ?>
" title='Delivery Challan View' class='thickbox button'>View</a>			
			</p>
	<div class="clear">	</div>			
	</div>
		<div class="clear">	</div>
		<?php 
    }
    ?>
コード例 #17
0
ファイル: print_mrr.php プロジェクト: rajibahmed/IIMS
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
    <td width="25%" height="94" align="center" valign="top">
        <td width="50%" height="26" align="center" valign="top"><h1>Square Textiles Ltd.</h1>
          <p class="style1">Saradaganj, Kashimpur, Gazipur </p>
          <h3>MRR</h3>
    <h4>&nbsp;</h4>		</td>
  <tr>
    <td colspan="2">Consumption No. &nbsp;<?php 
echo $mrr_details[0]["mrr_number"];
?>
</td>
    <td width="9%">&nbsp;</td>
    <td width="27%" align="right">Date:<?php 
echo formatted_date($mrr_details[0]["mrr_create_date"]);
?>
</td>
  </tr>
  <tr>
    <td colspan="2">&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="left" style="padding-top:8px; padding-bottom:20px;">
      <tr Class="report_item_name">
        <td width="6%" align="center" class="table1" style="border-right:2px solid #000000;">Serial #</td>
        <td colspan="2" align="center" class="table3">Item Name</td>
        <td width="6%" align="center" class="table3">Unit</td>
コード例 #18
0
        <td align="right" valign="middle" class="table2">Unit Price </td>
        <td align="right" valign="middle" class="table3">Total Price </td>
      </tr>
      <?php 
for ($i = 0; $i < count($Data); $i++) {
    ?>
      <tr>
        <td align="center" valign="middle" class="table4">
        	<?php 
    echo $Data[$i]['consumption_num'];
    ?>
    	</td>
    	
        <td align="center" valign="middle" class="table5">
        	<?php 
    echo formatted_date($Data[$i]['created_at']);
    ?>
    	</td>
    	
        <td align="center" valign="middle" class="table5">
        	<?php 
    echo $Data[$i]['stock_item_unit_name'];
    ?>
    	</td>
    	
        <td align="center" valign="middle" class="table5" >
        	<?php 
    echo $Data[$i]['m_name'];
    ?>
    	</td>
    	
コード例 #19
0
ファイル: list_all_qc.php プロジェクト: rajibahmed/IIMS
        echo $qc["qc_id"];
        ?>
">

			<p style="width:260px"><?php 
        echo $qc["stock_item_name"];
        ?>
</p>
			
			<p style="width:150px"><?php 
        echo $qc["qc_number"];
        ?>
</p>
			
			<p style="width:180px"><?php 
        echo formatted_date($qc["qc_create_date"]);
        ?>
</p>
			
            <p style="width:30px;">
			<a href="includes/contents/view/qc_view.php?height=400&width=760&id=<?php 
        echo $qc['qc_id'];
        ?>
" title='QC View' class='thickbox button'>View</a>			
			</p>
	<div class="clear">	</div>			
	</div>
		<div class="clear">	</div>
		<?php 
    }
    ?>