• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PHP nama_bulan函数代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了PHP中nama_bulan函数的典型用法代码示例。如果您正苦于以下问题:PHP nama_bulan函数的具体用法?PHP nama_bulan怎么用?PHP nama_bulan使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。



在下文中一共展示了nama_bulan函数的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的PHP代码示例。

示例1: laporan_neraca

 function laporan_neraca()
 {
     $data['title'] = "LAPORAN NERACA";
     $data['wajib_pajak_data'] = $this->pajak_model->get_data();
     $bulan = $this->uri->segment(3);
     $data['bulan'] = $bulan ? nama_bulan($bulan) : FALSE;
     $data['tahun'] = $this->uri->segment(4);
     $data['neraca_data'] = $this->_get_neraca_data($bulan, $data['tahun']);
     $this->load->view('laporan_keuangan/neraca', $data);
 }
开发者ID:andrinda,项目名称:keuangan-guyub,代码行数:10,代码来源:laporan_keuangan.php


示例2: Header

 function Header()
 {
     $kdunit = $_REQUEST['kdunit'];
     $th = $_REQUEST['th'];
     $font = 'Arial';
     $noborder = 0;
     $border = 1;
     $size = 10;
     $ln = 5;
     $margin = 8;
     $tinggi = 275;
     $w = array(0, 180);
     if (substr(date('m'), 0, 1) == '0') {
         $bulan = substr(date('m'), 1, 1);
     } else {
         $bulan = date('m');
     }
     $this->Ln();
     $this->SetFont($font, 'B', $size + 2);
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln, 'DAFTAR PEMEGANG JABATAN', '', 1, 'C');
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln, trim(strtoupper(nm_unitkerja($kdunit . '00'))), '', 1, 'C');
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln, 'Bulan : ' . nama_bulan($bulan) . ' ' . $th, '', 1, 'C');
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln * 5, '', '', 1, 'C');
     $this->SetY(20);
     $this->SetFont($font, '', $size - 3);
     $this->Cell(0, 10, 'Hal. ' . $this->PageNo(), 0, 1, 'R');
     $w1 = array(10, 50, 55, 10, 60, 12);
     $this->SetFont($font, 'B', $size);
     $this->SetX($margin);
     $this->Cell($w1[0], $ln * 2, 'NO.', $border, 0, 'C');
     $this->SetX($margin + $w1[0]);
     $this->Cell($w1[1], $ln, 'Bidang/Bagian', $noborder, 0, 'C');
     $y = $this->GetY();
     $this->SetXY($margin + $w1[0], $y + 4);
     $this->Cell($w1[1], $ln, 'SubBidang/SubBagian', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0], $y);
     $this->Cell($w1[1], $ln * 2, '', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1]);
     $this->Cell($w1[2], $ln * 2, 'Nama Pegawai', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2]);
     $this->Cell($w1[3], $ln * 2, 'Gol.', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3]);
     $this->Cell($w1[4], $ln * 2, 'Nama Jabatan', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4]);
     $this->Cell($w1[5], $ln * 2, 'Grade', $border, 1, 'C');
 }
开发者ID:abbeet,项目名称:server39,代码行数:50,代码来源:verifikasi_penempatan_prn.php


示例3: Header

 function Header()
 {
     $kdunit = $_REQUEST['kdunit'];
     $kdbulan = $_REQUEST['kdbulan'];
     if (substr($kdbulan, 0, 1) == '0') {
         $kdbl = substr($kdbulan, 1, 1);
     }
     if (substr($kdbulan, 0, 1) != '0') {
         $kdbl = $kdbulan;
     }
     $th = $_REQUEST['th'];
     $font = 'Arial';
     $noborder = 0;
     $border = 1;
     $size = 10;
     $ln = 4;
     $margin = 15;
     $tinggi = 275;
     $w = array(0, 280);
     $this->SetFont($font, 'B', $size + 3);
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln + 1, 'KEMENTERIAN PENDIDIKAN DAN KEBUDAYAAN', '', 1, 'L');
     $this->SetFont($font, 'B', $size + 1);
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln + 1, strtoupper(trim(nm_unitkerja($kdunit))), '', 1, 'L');
     $this->SetFont($font, 'B', $size + 2);
     $this->Ln() + 5;
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln + 1, 'DAFTAR NOMINATIF PEMBAYARAN TUNJANGAN KINERJA PEGAWAI', '', 1, 'C');
     $this->SetX($margin + $w[0]);
     if ($kdbl != 13) {
         $this->Cell($w[1], $ln, 'BULAN : ' . strtoupper(nama_bulan($kdbl)) . ' ' . $th, '', 1, 'C');
     }
     if ($kdbl == 13) {
         $this->Cell($w[1], $ln, 'BULAN : ' . nama_bulan($kdbl) . ' TAHUN ' . $th, '', 1, 'C');
     }
     $this->SetY(28);
     $this->SetFont($font, '', $size - 3);
     $this->Cell(0, 8, 'Hal. ' . $this->PageNo(), 0, 1, 'R');
     $w1 = array(10, 55, 15, 65, 20, 35);
     $this->SetFont($font, 'B', $size);
     $this->SetX($margin);
     $this->Cell($w1[0], $ln * 3, 'NO.', $border, 0, 'C');
     $this->SetX($margin + $w1[0]);
     $y = $this->GetY();
     $this->Cell($w1[1], $ln, 'Nama Pegawai', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0], $y + 4);
     $this->Cell($w1[1], $ln, 'NIP', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0], $y);
     $this->Cell($w1[1], $ln * 3, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1], $y + 2);
     $this->Cell($w1[2], $ln, 'Gol /', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1], $y + 6);
     $this->Cell($w1[2], $ln, 'Status', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1], $y);
     $this->Cell($w1[2], $ln * 3, '', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2]);
     $this->Cell($w1[3], $ln * 3, 'Nama Jabatan / TMT', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3], $y + 2);
     $this->Cell($w1[4], $ln, 'Kelas', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3], $y + 6);
     $this->Cell($w1[4], $ln, 'Jabatan', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3], $y);
     $this->Cell($w1[4], $ln * 3, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4], $y + 2);
     $this->Cell($w1[5], $ln, 'Tunjangan Kinerja', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4], $y + 6);
     $this->Cell($w1[5], $ln, 'Sebelum Pajak', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4], $y);
     $this->Cell($w1[5], $ln * 3, '', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5]);
     $this->Cell($w1[5], $ln * 3, 'Tunjangan Pajak', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2, $y);
     $this->Cell($w1[5], $ln, 'Tunjangan Kinerja', $noborder, 1, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2, $y + 4);
     $this->Cell($w1[5], $ln, 'Setelah Ditambah', $noborder, 1, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2, $y + 8);
     $this->Cell($w1[5], $ln, 'Tunjangan Pajak', $noborder, 1, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2, $y);
     $this->Cell($w1[5], $ln * 3, '', $border, 1, 'C');
     $this->SetFont($font, 'B', $size - 2);
     $this->SetX($margin);
     $this->Cell($w1[0], $ln, '(1)', $border, 0, 'C');
     $this->Cell($w1[1], $ln, '(2)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1]);
     $this->Cell($w1[2], $ln, '(3)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2]);
     $this->Cell($w1[3], $ln, '(4)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3]);
     $this->Cell($w1[4], $ln, '(5)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4]);
     $this->Cell($w1[5], $ln, '(6)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5]);
     $this->Cell($w1[5], $ln, '(7)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2);
     $this->Cell($w1[5], $ln, '(8=6+7)', $border, 1, 'C');
 }
开发者ID:abbeet,项目名称:server39,代码行数:97,代码来源:daftar_nominatif_prn.php


示例4: Header

 function Header()
 {
     $kdunit = $_REQUEST['kdunit'];
     $kdbulan = $_REQUEST['kdbulan'];
     if (substr($kdbulan, 0, 1) == '0') {
         $kdbl = substr($kdbulan, 1, 1);
     }
     if (substr($kdbulan, 0, 1) != '0') {
         $kdbl = $kdbulan;
     }
     $th = $_REQUEST['th'];
     $font = 'Arial';
     $noborder = 0;
     $border = 1;
     $size = 10;
     $ln = 4;
     $margin = 5;
     $tinggi = 275;
     $w = array(0, 280);
     $this->Ln();
     $this->SetFont($font, 'B', $size + 2);
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln, 'REKAPITULASI KEHADIRAN PEGAWAI', '', 1, 'C');
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln, trim(strtoupper(nm_unitkerja($kdunit . '00'))), '', 1, 'C');
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln, 'Bulan : ' . nama_bulan($kdbl) . ' ' . $th, '', 1, 'C');
     //			$this->Ln();
     $this->SetY(17);
     $this->SetFont($font, '', $size - 3);
     $this->Cell(0, 10, 'Hal. ' . $this->PageNo(), 0, 1, 'R');
     //			if ($this->PageNo() != 1) $this->Line($margin, $this->GetY(), $margin+180,$this->GetY());
     //			$this->Ln();
     $w1 = array(10, 45, 40, 0, 0, 0, 15, 15);
     $this->SetFont($font, 'B', $size);
     $this->SetX($margin);
     $this->Cell($w1[0], $ln * 4, 'NO.', $border, 0, 'C');
     $this->SetX($margin + $w1[0]);
     $ya = $this->GetY();
     $y = $this->GetY();
     $this->Cell($w1[1], $ln * 4, 'Unit Kerja', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1]);
     $this->Cell($w1[2], $ln * 4, 'Nama / NIP', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2]);
     $this->Cell($w1[6] * 7, $ln, 'Catatan Kehadiran', $border, 0, 'C');
     $y = $this->GetY();
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2], $y + 4);
     $this->Cell($w1[6], $ln, '', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6], $y + 4);
     $this->Cell($w1[6] * 2, $ln, 'Terlambat', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 3, $y + 4);
     $this->Cell($w1[6] * 2, $ln, 'Keluar Smtara', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 5, $y + 4);
     $this->Cell($w1[6] * 2, $ln, 'Pulang Blm Wkt', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 7, $y + 2);
     $this->Cell($w1[6] * 3, $ln, 'Cuti', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 7, $y);
     $this->Cell($w1[6] * 3, $ln * 2, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 10, $y);
     $this->Cell($w1[6], $ln, 'Tugas', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 10, $y + 4);
     $this->Cell($w1[6], $ln, 'Belajar', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 10, $y);
     $this->Cell($w1[6], $ln * 2, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 11, $y);
     $this->Cell($w1[6], $ln, 'Tidak', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 11, $y + 4);
     $this->Cell($w1[6], $ln, 'Ikut', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2], $y + 6);
     $this->Cell($w1[6], $ln, 'Tanpa', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6], $y + 8);
     $this->Cell($w1[6], $ln, 'TL1', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 2, $y + 8);
     $this->Cell($w1[6], $ln, 'TL2', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 3, $y + 8);
     $this->Cell($w1[6], $ln, 'KS1', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 4, $y + 8);
     $this->Cell($w1[6], $ln, 'KS2', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 5, $y + 8);
     $this->Cell($w1[6], $ln, 'PSW1', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 6, $y + 8);
     $this->Cell($w1[6], $ln, 'PSW2', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 7, $y + 8);
     $this->Cell($w1[6], $ln, 'CT', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 8, $y + 8);
     $this->Cell($w1[6], $ln, 'CSRI', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 9, $y + 8);
     $this->Cell($w1[6], $ln, 'CP', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 10, $y + 8);
     $this->Cell($w1[6], $ln, 'TB<3', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 11, $y + 8);
     $this->Cell($w1[6], $ln, 'Upacara', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2], $y + 10);
     $this->Cell($w1[6], $ln, 'Ket.', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6], $y + 12);
     $this->Cell($w1[6], $ln, 'TL3', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 2, $y + 12);
     $this->Cell($w1[6], $ln, 'TL4', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[6] * 3, $y + 12);
     $this->Cell($w1[6], $ln, 'KS3', $border, 0, 'C');
//.........这里部分代码省略.........
开发者ID:abbeet,项目名称:server39,代码行数:101,代码来源:daftar_potongan_prn.php


示例5: substr

		<td width="488"><input type="text" size="5" readonly="readonly" value="<?php 
echo $value[0];
?>
" /></td>
	</tr>
	<tr>
		<td class="key">Bulan</td>
		<?php 
if (substr($value[2], 0, 1) == '0') {
    $bulan = substr($value[2], 1, 1);
} else {
    $bulan = $value[2];
}
?>
		<td><input type="text" size="30" readonly="readonly" value="<?php 
echo nama_bulan($bulan) . ' ' . $value[1];
?>
" /></td>
	</tr>
	<tr>
		<td class="key">Nama Pegawai </td>
		<td><input type="text" size="70" readonly="readonly" value="<?php 
echo nama_peg($value[3]);
?>
" /></td>
	</tr>
	<tr>
	  <td class="key">Jabatan</td>
	  <td><input type="text" size="70" readonly="readonly" value="<?php 
echo nm_jabatan_ij($value[5], $value[4]);
?>
开发者ID:abbeet,项目名称:server39,代码行数:31,代码来源:daftar_nominatif_TK_del.php


示例6: Header

 function Header()
 {
     $th = $_REQUEST['th'];
     $kdbulan1 = $_REQUEST['kdbulan1'];
     $kdbulan2 = $_REQUEST['kdbulan2'];
     $kdsatker = $_REQUEST['kdsatker'];
     if (substr($kdbulan1, 0, 1) == '0') {
         $kdbl1 = substr($kdbulan1, 1, 1);
     } else {
         $kdbl1 = $kdbulan1;
     }
     if (substr($kdbulan2, 0, 1) == '0') {
         $kdbl2 = substr($kdbulan2, 1, 1);
     } else {
         $kdbl2 = $kdbulan2;
     }
     $th = $_REQUEST['th'];
     $font = 'Arial';
     $noborder = 0;
     $border = 1;
     $size = 10;
     $ln = 4;
     $margin = 5;
     $tinggi = 275;
     $w = array(0, 180);
     $this->SetFont($font, 'B', $size + 3);
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln + 1, 'BADAN TENAGA NUKLIR NASIONAL', '', 1, 'L');
     $this->SetFont($font, 'B', $size + 1);
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln + 1, strtoupper(trim(nm_satker($kdsatker))), '', 1, 'L');
     $this->SetFont($font, 'B', $size);
     $this->Ln() + 5;
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln + 1, 'SLIP PENERIMAAN TUNJANGAN KINERJA PEGAWAI', '', 1, 'C');
     $this->SetX($margin + $w[0]);
     if ($kdbl1 != $kdbl2) {
         $this->Cell($w[1], $ln, 'BULAN : ' . strtoupper(nama_bulan($kdbl1)) . ' S/D ' . strtoupper(nama_bulan($kdbl2)) . ' ' . $th, '', 1, 'C');
     } elseif ($kdbl1 == 13) {
         $this->Cell($w[1], $ln, 'BULAN : ' . strtoupper(nama_bulan($kdbl1)) . ' TAHUN ' . $th, '', 1, 'C');
     } else {
         $this->Cell($w[1], $ln, 'BULAN : ' . strtoupper(nama_bulan($kdbl1)) . ' ' . $th, '', 1, 'C');
     }
     $this->SetY(28);
     $this->SetFont($font, '', $size - 3);
     $this->Cell(0, 8, 'Hal. ' . $this->PageNo(), 0, 1, 'R');
     $w1 = array(10, 27, 50, 15, 18, 18, 18, 18, 28);
     $this->SetFont($font, 'B', $size - 1);
     $this->SetX($margin);
     $this->Cell($w1[0], $ln * 2, 'NO.', $border, 0, 'C');
     $this->SetX($margin + $w1[0]);
     $y = $this->GetY();
     $this->Cell($w1[1], $ln, 'Nama Pegawai', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0], $y + 4);
     $this->Cell($w1[1], $ln, 'NIP', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0], $y);
     $this->Cell($w1[1], $ln * 2, '', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1]);
     $this->Cell($w1[2], $ln * 2, 'Jabatan', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2], $y);
     $this->Cell($w1[3], $ln, 'Kelas', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2], $y + 4);
     $this->Cell($w1[3], $ln, 'Jabatan', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2], $y);
     $this->Cell($w1[3], $ln * 2, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3], $y);
     $this->Cell($w1[4], $ln, 'Pajak', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3], $y + 4);
     $this->Cell($w1[4], $ln, 'Tunkin', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3], $y);
     $this->Cell($w1[4], $ln * 2, '', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4]);
     $this->Cell($w1[5], $ln * 2, 'Tunkin', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5]);
     $this->Cell($w1[6], $ln * 2, 'Potongan', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] + $w1[6]);
     $this->Cell($w1[7], $ln * 2, 'Diterima', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] + $w1[6] + $w1[7]);
     $this->Cell($w1[8], $ln * 2, 'Rekening', $border, 1, 'C');
     $this->SetFont($font, 'B', $size - 2);
     $this->SetX($margin);
     $this->Cell($w1[0], $ln, '(1)', $border, 0, 'C');
     $this->SetX($margin + $w1[0]);
     $this->Cell($w1[1], $ln, '(2)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1]);
     $this->Cell($w1[2], $ln, '(3)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2]);
     $this->Cell($w1[3], $ln, '(4)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3]);
     $this->Cell($w1[4], $ln, '(5)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4]);
     $this->Cell($w1[5], $ln, '(6)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5]);
     $this->Cell($w1[6], $ln, '(7)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] + $w1[6]);
     $this->Cell($w1[7], $ln, '(8=6-7)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] + $w1[6] + $w1[7]);
     $this->Cell($w1[8], $ln, '(9)', $border, 1, 'C');
 }
开发者ID:abbeet,项目名称:server39,代码行数:99,代码来源:slip_penerima_prn.php


示例7: nama_bulan

			<td class="key">Bulan</td>
			<td>
				<select name="m"><?php 
for ($i = 1; $i <= 12; $i++) {
    ?>
		
						<option value="<?php 
    echo $i;
    ?>
" <?php 
    if ($i == date("m")) {
        echo "selected";
    }
    ?>
><?php 
    echo nama_bulan($i);
    ?>
</option><?php 
}
?>
				</select> 
				<select name="y"><?php 
for ($i = date("Y") - 5; $i <= date("Y") + 5; $i++) {
    ?>
					
						<option value="<?php 
    echo $i;
    ?>
" <?php 
    if ($i == date("Y")) {
        echo "selected";
开发者ID:abbeet,项目名称:server39,代码行数:31,代码来源:import_potongan.php


示例8: foreach

	<table cellpadding="0" cellspacing="0" border="0" class="display" id="display_table">
		<thead>
			<tr>
				<th>Bulan</th>
				<th>Tahun</th>
				<th>Cek</th>
			</tr>
		</thead>
		<tbody>
			<?php 
if ($laporan_data) {
    $i = 0;
    foreach ($laporan_data as $row) {
        echo '<tr>';
        echo '<td>' . nama_bulan($row->bulan) . '</td>';
        echo '<td>' . $row->tahun . '</td>';
        echo '<td>' . form_hidden($i, $row->id) . form_radio('selected_data', $i) . '</td>';
        echo '</tr>';
        $i++;
    }
}
?>
		</tbody>
		<tfoot>
			<tr>
				<th>Bulan</th>
				<th>Tahun</th>
				<th>Cek</th>
			</tr>
		</tfoot>
开发者ID:andrinda,项目名称:keuangan-guyub,代码行数:30,代码来源:pph21_display.php


示例9: nama_bulan

        ?>
</option><?php 
    }
}
?>
	
	  </select>
		<input type="submit" value="Tampilkan" name="cari"/>
	</form>
</div><font color="#0066CC" size="2">
<?php 
if (substr($kdbulan, 0, 1) == '0') {
    $nama_bulan = nama_bulan(substr($kdbulan, 1, 1));
}
if (substr($kdbulan, 0, 1) != '0') {
    $nama_bulan = nama_bulan($kdbulan);
}
echo '<strong>' . nm_unitkerja($kdunit) . '</strong><br>';
//echo '<strong>'.'Bulan '.$nama_bulan.' '.$th.'</strong>' ;
?>
<br />
<font color="#FF0000">Jumlah Pegawai : <?php 
echo $jml_pegawai;
?>
</font>
<table width="58%" cellpadding="1" class="adminlist">
	<thead>
		
		<tr>
		  <th width="3%" rowspan="2">No.</th>
		  <th rowspan="2">Nama Pegawai / NIP </th>
开发者ID:abbeet,项目名称:server39,代码行数:31,代码来源:tukin_pegawai.php


示例10: nama_bulan

					<td>
						<select name="m">
							<option></option><?php 
for ($month = 1; $month <= 12; $month++) {
    ?>
							
								<option value="<?php 
    echo $month;
    ?>
" <?php 
    if ($month == $m) {
        echo "selected";
    }
    ?>
><?php 
    echo nama_bulan($month);
    ?>
									
								</option><?php 
}
?>
						
						</select>
						
						<select name="y">
							<option></option><?php 
for ($year = date("Y") - 10; $year <= date("Y") + 10; $year++) {
    ?>
							
								<option value="<?php 
    echo $year;
开发者ID:abbeet,项目名称:server39,代码行数:31,代码来源:presensi.php


示例11: delete

 function delete()
 {
     $id = $this->input->post('id');
     $laporanpph21_data = $this->laporanpph21_model->get_data_by_id($id);
     if ($this->laporanpph21_model->delete_data($id)) {
         $msg = 'S#Laporan PPh 21 untuk bulan ' . nama_bulan($laporanpph21_data['bulan']) . ' tahun ' . $laporanpph21_data['tahun'] . ' telah dihapus.';
     } else {
         $msg .= 'E#Terjadi kesalahan dalam menghapus data Laporan PPh 21 untuk bulan ' . nama_bulan($laporanpph21_data['bulan']) . ' tahun ' . $laporanpph21_data['tahun'] . '. Harap coba lagi.';
     }
     echo $msg;
 }
开发者ID:andrinda,项目名称:keuangan-guyub,代码行数:11,代码来源:laporan_pph21.php


示例12: Header

 function Header()
 {
     $kdunit = $_REQUEST['kdunit'];
     $kdbulan = $_REQUEST['kdbulan'];
     //$kdsatker = $_REQUEST['kdsatker'];
     if (substr($kdbulan, 0, 1) == '0') {
         $kdbl = substr($kdbulan, 1, 1);
     }
     if (substr($kdbulan, 0, 1) != '0') {
         $kdbl = $kdbulan;
     }
     $th = $_REQUEST['th'];
     $font = 'Arial';
     $noborder = 0;
     $border = 1;
     $size = 9;
     $ln = 4;
     $margin = 5;
     $tinggi = 275;
     $w = array(0, 330);
     $this->Ln();
     $this->SetFont($font, 'B', $size + 2);
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln, 'RINCIAN PEMBAYARAN TUNJANGAN KINERJA PEGAWAI', '', 1, 'C');
     $this->SetX($margin + $w[0]);
     if ($kdunit != '') {
         $this->Cell($w[1], $ln, trim(strtoupper(nm_unitkerja($kdunit))), '', 1, 'C');
     }
     //if ( $kdsatker <> '' )  $this->Cell($w[1],$ln,'SATKER : '.trim(strtoupper(nm_satker($kdsatker))),'',1,'C');
     $this->SetX($margin + $w[0]);
     if ($kdbl != 13) {
         $this->Cell($w[1], $ln, 'Bulan : ' . nama_bulan($kdbl) . ' ' . $th, '', 1, 'C');
     } else {
         $this->Cell($w[1], $ln, 'Bulan : ' . nama_bulan($kdbl) . ' Tahun ' . $th, '', 1, 'C');
     }
     //			$this->Ln();
     $this->SetY(20);
     $this->SetFont($font, '', $size - 3);
     $this->Cell(0, 10, 'Hal. ' . $this->PageNo(), 0, 1, 'R');
     //			if ($this->PageNo() != 1) $this->Line($margin, $this->GetY(), $margin+180,$this->GetY());
     //			$this->Ln();
     $w1 = array(11, 45, 15, 50, 15, 25, 20, 12, 33);
     $this->SetFont($font, 'B', $size);
     $this->SetX($margin);
     $this->Cell($w1[0], $ln * 3, 'NO.', $border, 0, 'C');
     $y = $this->GetY();
     $this->SetXY($margin + $w1[0], $y + 2);
     $this->Cell($w1[1], $ln, 'NAMA PEGAWAI', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0], $y + 6);
     $this->Cell($w1[1], $ln, 'NIP', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0], $y);
     $this->Cell($w1[1], $ln * 3, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1], $y + 2);
     $this->Cell($w1[2], $ln, 'GOL', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1], $y + 6);
     $this->Cell($w1[2], $ln, 'STATUS', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1], $y);
     $this->Cell($w1[2], $ln * 3, '', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2]);
     $this->Cell($w1[3], $ln * 3, 'NAMA JABATAN / TMT', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3]);
     $this->Cell($w1[4], $ln * 3, 'GRADE', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4], $y + 2);
     $this->Cell($w1[5], $ln, 'TUNJANGAN', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4], $y + 6);
     $this->Cell($w1[5], $ln, 'KINERJA', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4], $y);
     $this->Cell($w1[5], $ln * 3, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5], $y + 2);
     $this->Cell($w1[5], $ln, 'TUNJANGAN', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5], $y + 6);
     $this->Cell($w1[5], $ln, 'PAJAK', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5], $y);
     $this->Cell($w1[5], $ln * 3, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2, $y + 2);
     $this->Cell($w1[5], $ln, 'JUMLAH', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2, $y + 6);
     $this->Cell($w1[5], $ln, 'BRUTO', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2, $y);
     $this->Cell($w1[5], $ln * 3, '', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 3);
     $this->Cell($w1[6] * 3 + $w1[7], $ln, 'POTONGAN', $border, 1, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 3);
     $this->Cell($w1[6], $ln * 2, 'PAJAK', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 3 + $w1[6]);
     $y2 = $this->GetY();
     $this->Cell($w1[6] + $w1[7], $ln, 'KEHADIRAN', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 3 + $w1[6] * 2 + $w1[7]);
     $this->Cell($w1[6], $ln, 'JUMLAH', $noborder, 1, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 3 + $w1[6]);
     $this->Cell($w1[7], $ln, '(%)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 3 + $w1[6] + $w1[7]);
     $this->Cell($w1[6], $ln, '(RP.)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 3 + $w1[6] * 2 + $w1[7]);
     $this->Cell($w1[6], $ln, 'POTONGAN', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 3 + $w1[6] * 2 + $w1[7], $y2);
     $this->Cell($w1[6], $ln * 2, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 3 + $w1[6] * 3 + $w1[7], $y + 2);
     $this->Cell($w1[5], $ln, 'JUMLAH', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 3 + $w1[6] * 3 + $w1[7], $y + 6);
//.........这里部分代码省略.........
开发者ID:abbeet,项目名称:server39,代码行数:101,代码来源:daftar_penerima_prn.php


示例13: nama_bulan

Unit Kerja<?php 
} else {
    ?>
Jabatan<?php 
}
?>
</th>
			<th width="6%" rowspan="2">Nama Pegawai</th>
			<th width="3%" rowspan="2">
	      Gol</th>
			<th width="4%" rowspan="2">NIP</th>
			<th width="3%" rowspan="2">NIB</th>
		    <th width="3%" rowspan="2">Grade</th>
		    <th colspan="2" rowspan="2">Tanpa<br />Ket.</th>
		    <th colspan="12">Jumlah Cuti bulan <?php 
echo nama_bulan(ubah_databulan($kdbulan)) . ' ' . $th;
?>
</th>
            <th width="7%" rowspan="2">Jumlah<br />
          Potongan<br />(%)</th>
	    </tr>
		<tr>
		  <th colspan="2">CT</th>
	      <th colspan="2">CB</th>
	      <th colspan="2">CSRI</th>
	      <th colspan="2">CSRJ</th>
	      <th colspan="2">CM</th>
	      <th colspan="2">CP</th>
      </tr>
		<tr>
		  <th>1</th>
开发者ID:abbeet,项目名称:server39,代码行数:31,代码来源:daftar_potongan_pdg_xls.php


示例14: nama_bulan

?>
	
	  </select>
		<input type="submit" value="Tampilkan" name="cari"/>
	</form>
<br />
<table width="787" cellpadding="1" class="adminlist">
  <thead>
    <tr>
      <th rowspan="2">Unit Eselon II</th> 
      <th rowspan="2">Kode APBN</th>
      <th rowspan="2"><font color="#006600">Lembaga</font><br />Nama Satuan Kerja / <br>
        <font color="#0000FF">Nama Kegiatan</font> / <br /><font color="#993333">Output</font></th>
      <th colspan="2">Pagu</th>
      <th colspan="4">Realisasi Bulan <?php 
echo nama_bulan($kdbulan) . ' ' . $th;
?>
</th>
      <th width="10%" rowspan="2">Sisa<br />Anggaran</th>
    </tr>
    <tr>
      <th>Pagu</th>
      <th>Rencana s.d<br />Bulan Ini</th>
      <th>Bulan Ini </th>
      <th>s.d Bulan Ini </th>
      <th>% thd Rencana Penarikan </th>
      <th>% thd Pagu </th>
    </tr>
  </thead>
  <tbody>
  <?php 
开发者ID:abbeet,项目名称:server39,代码行数:31,代码来源:laporan_bulanan_total.php


示例15: mysql_query

    $oList_bulan = mysql_query("SELECT bulan,kdgol,kdpeg,kdunitkerja,kdjabatan, tmtjabatan, grade, jml_hari, tunker, pajak_tunker, nil_terima FROM {$table} WHERE tahun = '{$th}' and kdsatker = '{$kdsatker}' and bulan >= '{$kdbulan1}' and bulan <= '{$kdbulan2}' and nib = '{$nib}' ORDER BY bulan, tmtjabatan");
    while ($List_bulan = mysql_fetch_array($oList_bulan)) {
        if (substr($List_bulan['bulan'], 0, 1) == '0') {
            $kdbl = substr($List_bulan['bulan'], 1, 1);
        } else {
            $kdbl = $List_bulan['bulan'];
        }
        ?>
				
					<tr class="<?php 
        echo $class;
        ?>
">
					  <td align="center" valign="top">&nbsp;</td>
					  <td align="right" valign="top"><?php 
        echo strtoupper(nama_bulan($kdbl));
        ?>
</td>
					  <td align="center" valign="top"><?php 
        echo nm_pangkat(substr($List_bulan['kdgol'], 0, 1) . hurufkeangka(substr($List_bulan['kdgol'], 1, 1))) . ' (' . nm_gol(substr($List_bulan['kdgol'], 0, 1) . hurufkeangka(substr($List_bulan['kdgol'], 1, 1))) . ')';
        ?>
<br /><?php 
        echo '(' . status_peg($List_bulan['kdpeg']) . ')';
        ?>
</td>
					  <td align="left" valign="top"><?php 
        echo nm_info_jabatan($List_bulan['kdunitkerja'], $List_bulan['kdjabatan']) . ' (' . reformat_tgl($List_bulan['tmtjabatan']) . ')';
        ?>
<br /><?php 
        echo 'Kelas Jabatan ' . $List_bulan['grade'];
        if ($List_bulan['jml_hari'] != 0) {
开发者ID:abbeet,项目名称:server39,代码行数:31,代码来源:slip_penerima_xls.php


示例16: nama_bulan

        if ($k % 2 == 1) {
            $class = "row0";
        } else {
            $class = "row1";
        }
        ?>
				<tr class="<?php 
        echo $class;
        ?>
">
					<td align="center" valign="top"><?php 
        echo $limit * ($pagess - 1) + ($k + 1);
        ?>
</td>
					<td align="left" valign="top"><?php 
        echo nama_bulan($col[2][$k]) . ' ' . $col[1][$k];
        ?>
</td>
					<td align="center" valign="top"><?php 
        echo $col[3][$k];
        ?>
</td>
		          <td width="5%" align="center" valign="top">
				      <?php 
        if ($xlevel == '1') {
            ?>
					  <a href="<?php 
            echo $ed[$k];
            ?>
&pagess=<?php 
            echo $pagess;
开发者ID:abbeet,项目名称:server39,代码行数:31,代码来源:ref_jmlhari.php


示例17: Header

 function Header()
 {
     $kdunit = $_REQUEST['kdunit'];
     $kdbulan = $_REQUEST['kdbulan'];
     $kdsatker = $_REQUEST['kdsatker'];
     if (substr($kdbulan, 0, 1) == '0') {
         $kdbl = substr($kdbulan, 1, 1);
     }
     if (substr($kdbulan, 0, 1) != '0') {
         $kdbl = $kdbulan;
     }
     $th = $_REQUEST['th'];
     $font = 'Arial';
     $noborder = 0;
     $border = 1;
     $size = 10;
     $ln = 4;
     $margin = 15;
     $tinggi = 275;
     $w = array(0, 280);
     $this->SetFont($font, 'B', $size + 3);
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln + 1, 'BADAN TENAGA NUKLIR NASIONAL', '', 1, 'L');
     $this->SetFont($font, 'B', $size + 1);
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln + 1, strtoupper(trim(nm_satker($kdsatker))), '', 1, 'L');
     $this->SetFont($font, 'B', $size + 2);
     $this->Ln() + 5;
     $this->SetX($margin + $w[0]);
     $this->Cell($w[1], $ln + 1, 'DAFTAR NOMINATIF PEMBAYARAN TUNJANGAN KINERJA PEGAWAI', '', 1, 'C');
     $this->SetX($margin + $w[0]);
     if ($kdbl != 13) {
         $this->Cell($w[1], $ln, 'BULAN : ' . strtoupper(nama_bulan($kdbl)) . ' ' . $th, '', 1, 'C');
     }
     if ($kdbl == 13) {
         $this->Cell($w[1], $ln, 'BULAN : ' . nama_bulan($kdbl) . ' TAHUN ' . $th, '', 1, 'C');
     }
     $this->SetY(28);
     $this->SetFont($font, '', $size - 3);
     $this->Cell(0, 8, 'Hal. ' . $this->PageNo(), 0, 1, 'R');
     $w1 = array(10, 50, 12, 40, 10, 30);
     $this->SetFont($font, 'B', $size);
     $this->SetX($margin);
     $this->Cell($w1[0], $ln * 3, 'NO.', $border, 0, 'C');
     $this->SetX($margin + $w1[0]);
     $y = $this->GetY();
     $this->Cell($w1[1], $ln, 'Nama Pegawai', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0], $y + 4);
     $this->Cell($w1[1], $ln, 'NIP', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0], $y);
     $this->Cell($w1[1], $ln * 3, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1], $y + 2);
     $this->Cell($w1[2], $ln, 'Gol /', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1], $y + 6);
     $this->Cell($w1[2], $ln, 'Status', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1], $y);
     $this->Cell($w1[2], $ln * 3, '', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2]);
     $this->Cell($w1[3], $ln * 3, 'Nama Jabatan / TMT', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3], $y + 2);
     $this->Cell($w1[4], $ln, 'Kls.', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3], $y + 6);
     $this->Cell($w1[4], $ln, 'Jab.', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3], $y);
     $this->Cell($w1[4], $ln * 3, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4], $y + 4);
     $this->Cell($w1[5], $ln, 'Tunj. Kinerja', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4], $y);
     $this->Cell($w1[5], $ln * 3, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5], $y + 4);
     $this->Cell($w1[5], $ln, 'Fakt. Pengurang', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5], $y);
     $this->Cell($w1[5], $ln * 3, '', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2, $y);
     $this->Cell($w1[5], $ln, 'Tunj. Kinerja', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2, $y + 4);
     $this->Cell($w1[5], $ln, 'Dikurangi', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2, $y + 8);
     $this->Cell($w1[5], $ln, 'Fakt.Pengurang', $noborder, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 2, $y);
     $this->Cell($w1[5], $ln * 3, '', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 3);
     $this->Cell($w1[5], $ln * 3, 'Tunj. Pajak', $border, 0, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 4, $y);
     $this->Cell($w1[5], $ln, 'Tunj. Kinerja', $noborder, 1, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 4, $y + 4);
     $this->Cell($w1[5], $ln, 'Ditambah', $noborder, 1, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 4, $y + 8);
     $this->Cell($w1[5], $ln, 'Tunjangan Pajak', $noborder, 1, 'C');
     $this->SetXY($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3] + $w1[4] + $w1[5] * 4, $y);
     $this->Cell($w1[5], $ln * 3, '', $border, 1, 'C');
     $this->SetFont($font, 'B', $size - 2);
     $this->SetX($margin);
     $this->Cell($w1[0], $ln, '(1)', $border, 0, 'C');
     $this->Cell($w1[1], $ln, '(2)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1]);
     $this->Cell($w1[2], $ln, '(3)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2]);
     $this->Cell($w1[3], $ln, '(4)', $border, 0, 'C');
     $this->SetX($margin + $w1[0] + $w1[1] + $w1[2] + $w1[3]);
//.........这里部分代码省略.........
开发者ID:abbeet,项目名称:server39,代码行数:101,代码来源:daftar_nominatif_sttn.php


示例18: header


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
PHP nama_peg函数代码示例发布时间:2022-05-15
下一篇:
PHP n2_x函数代码示例发布时间:2022-05-15
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap