Commit e0ba928e authored by Deddy Vita Kurniawan's avatar Deddy Vita Kurniawan

redmine#15625

* tambah kolom keterangan di modul Pengendalian_mutu * revisi report FormPengendalianMutu.fr3, tambah keterangan
parent b81f8442
......@@ -42,6 +42,7 @@ class Pengendalian_mutu extends AktivitasBLUD_Controller
{
$response->rows[$i]['id'] = $result[$i]['id_kendali_mutu'];
$response->rows[$i]['cell'][] = $result[$i]['id_kendali_mutu'];
$response->rows[$i]['cell'][] = $result[$i]['id_kendali_mutu'];
$response->rows[$i]['cell'][] = $result[$i]['uraian'];
}
}
......@@ -52,15 +53,16 @@ class Pengendalian_mutu extends AktivitasBLUD_Controller
function rinci($id)
{
$response = (object) NULL;
$result = $this->data_model->get_rinci_by_id($id);//die(print_r($result));
$result = $this->data_model->get_rinci_by_id($id);
for($i=0; $i<count($result); $i++)
{
$response->rows[$i]['id'] = $result[$i]['id_data_pengendalian_rinci'];
$response->rows[$i]['cell'][] = $result[$i]['id_data_pengendalian_rinci'];
$response->rows[$i]['cell'][] = $result[$i]['id_kendali_mutu'];
$response->rows[$i]['cell'][] = $result[$i]['uraian'];
$response->rows[$i]['cell'][] = $result[$i]['ceklis_kendali']=='Y'?1:0;
$response->rows[$i]['cell'][] = $result[$i]['keterangan'];
}
echo json_encode($response);
}
}
......@@ -35,10 +35,11 @@ class Pengendalian_mutu_model extends Base_Model
);
$this->fieldmap_rincian = array(
'idpr' => 'id_data_pengendalian_rinci',
'id_data_pengendalian_rinci' => 'id_data_pengendalian_rinci',
'id_data_pengendalian' => 'id_data_pengendalian',
'id_kendali_mutu' => 'id_kendali_mutu',
'ketua' => 'ceklis_kendali',
'keterangan' => 'keterangan',
);
$this->fieldmap_daftar_aggregate = array(
......@@ -99,6 +100,7 @@ class Pengendalian_mutu_model extends Base_Model
}
}
}
//die(print_r($this->data_rincian));
}
/* Simpan data_pengendalian */
......@@ -129,9 +131,9 @@ class Pengendalian_mutu_model extends Base_Model
for ($i = 0; $i < count($this->data_rincian); $i++) {
$this->data_rincian[$i]['ceklis_kendali'] = $this->data_rincian[$i]['ceklis_kendali'] == 1?'Y':'T';
$idr = isset($this->data_rincian[$i]['id_data_pengendalian_rinci']) ? str_replace('new_', 0, $this->data_rincian[$i]['id_data_pengendalian_rinci']) : null;
$idr = isset($this->data_rincian[$i]['id_data_pengendalian_rinci']) ? str_replace('new_', 0, $this->data_rincian[$i]['id_data_pengendalian_rinci']) : null;
$this->db->select('id_data_pengendalian')->from('data_pengendalian_rinci')->where('id_data_pengendalian', $this->id)->where('id_data_pengendalian_rinci', $idr);
$this->db->select('id_data_pengendalian')->from('data_pengendalian_rinci')->where('id_data_pengendalian', $this->id)->where('id_kendali_mutu', $this->data_rincian[$i]['id_kendali_mutu']);
$rs = $this->db->get()->row_array();
if ($rs){
......@@ -222,6 +224,7 @@ class Pengendalian_mutu_model extends Base_Model
a.id_data_pengendalian_rinci,
a.id_data_pengendalian,
a.ceklis_kendali,
a.keterangan,
b.id_kendali_mutu,
b.uraian
');
......
......@@ -57,20 +57,23 @@
url: '',
datatype: 'local',
mtype: 'POST',
colNames: ['', 'Uraian', 'Ceklis <input type="checkbox" class="head_ketua" id="id_head_ketua" >',''],
colNames: ['', '', 'Uraian', 'Ceklis <input type="checkbox" class="head_ketua" id="id_head_ketua" >','Keterangan'],
colModel: [
{
name: 'id_kendali_mutu',
hidden: true,
editable: true,
},
{name: 'id_data_pengendalian_rinci', hidden: true, key:true},
{name: 'id_kendali_mutu', hidden: true, editable: true},
{
name: 'uraian',
width: 600,
sortable: false
},
{name:'ketua', width:100, editable: true, edittype:'checkbox', formatter:'checkbox', editoptions:{value:'1:0'}, formatoptions:{disabled:false}, align:'center', sortable:false, class:'check-row ketua'},
{name:'ketua_cek', editable:true, hidden:true},
//{name:'ketua_cek', editable:true, hidden:true},
{
name: 'keterangan',
width: 600,
sortable: false,
editable: true,
}
],
pager: '#pgr_tim',
rowNum: 1000,
......@@ -86,12 +89,12 @@
loadComplete: function() {
},
ondblClickRow:dblClickPejabat,
ondblClickRow:edit_row,
gridComplete: function(){
var IDs = $("#grd_tim").jqGrid('getDataIDs');
for (var i=0; i<IDs.length; i++){
var data = $("#grd_tim").jqGrid('getRowData', IDs[i]);
if (data.ketua_cek == 'T') $("#grd_tim").jqGrid('setCell', IDs[i], 'ketua', '' ,'ui-state-disabled ui-jqgrid-disablePointerEvents', '');
//if (data.ketua_cek == 'T') $("#grd_tim").jqGrid('setCell', IDs[i], 'ketua', '' ,'ui-state-disabled ui-jqgrid-disablePointerEvents', '');
}
},
onSelectRow: function(id) {
......@@ -103,13 +106,46 @@
});
$("#grd_tim").jqGrid('navGrid', '#pgr_tim', {
add: false,
edit: false,
edit: App.canEdit(),
edittext: 'Ubah',
editfunc:edit_row,
del: false,
refresh: false,
refreshtext: 'Refresh',
search: false,
}, {}, {}, {}, {});
function edit_row(id) {
if (!App.canEdit()) return;
var row = $(this).jqGrid('getRowData', id);
editparam = {
keys: true,
url: 'clientArray',
aftersavefunc: after_save,
oneditfunc: onEditaudit,
afterrestorefunc: after_restore,
restoreAfterError: false,
}
$(this).jqGrid('saveRow', last, null, 'clientArray', null, after_save);
$(this).jqGrid('editRow', id, editparam);
last = id;
};
function after_save() {
$("#grd_tim").focus();
}
function after_restore() {
$("#grd_tim").focus();
}
function onEditaudit(id) {
if (!App.canEdit()) return;
$('#' + id + '_keterangan').focus();
}
$("#id_head_ketua").click(function(e) {
var isSelectAllTrue = $('#id_head_ketua').is(":checked");
......@@ -218,7 +254,7 @@
self.canEditWakil = ko.observable(false);
self.canEdit = ko.computed(function() {
return self.akses_level() >= 3 && (self.canEditKetua() || self.canEditPengendali() || self.canEditWakil());
return self.akses_level() >= 3;
});
self.canPrint = ko.computed(function() {
return self.akses_level() >= 2 && self.mode() === 'edit';
......
<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Version="5.2" DotMatrixReport="False" EngineOptions.UseFileCache="True" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.Zoom="1" PreviewOptions.PictureCacheInFile="True" PrintOptions.Printer="Default" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="42045,640171493" ReportOptions.Description.Text="" ReportOptions.LastChange="45021,4675410185" ScriptLanguage="PascalScript" ScriptText.Text="Var&#13;&#10; order : array [0..26] of string = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'];&#13;&#10;&#13;&#10;&#13;&#10;procedure DetailData1OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10; if(&#60;qryDetail.&#34;CEKLIS_KETUA&#34;&#62; = 'Y') then&#13;&#10; begin&#13;&#10; cbKetua.Visible := true;&#13;&#10; end&#13;&#10; else&#13;&#10; begin&#13;&#10; cbKetua.Visible := false;&#13;&#10; end;&#13;&#10;&#13;&#10; if(&#60;qryDetail.&#34;CEKLIS_PENGENDALI&#34;&#62; = 'Y') then&#13;&#10; begin&#13;&#10; cbPengendali.Visible := true;&#13;&#10; end&#13;&#10; else&#13;&#10; begin&#13;&#10; cbPengendali.Visible := false;&#13;&#10; end;&#13;&#10;&#13;&#10; if(&#60;qryDetail.&#34;CEKLIS_WAKIL&#34;&#62; = 'Y') then&#13;&#10; begin&#13;&#10; cbWakil.Visible := true;&#13;&#10; end&#13;&#10; else&#13;&#10; begin&#13;&#10; cbWakil.Visible := false;&#13;&#10; end;&#13;&#10;&#13;&#10; if(&#60;qryDetail.&#34;KETUA&#34;&#62; = 'Y') then&#13;&#10; begin&#13;&#10; Memo36.Color := clNone;&#13;&#10; end&#13;&#10; else&#13;&#10; begin&#13;&#10; Memo36.Color := clWindowText;&#13;&#10; end;&#13;&#10;&#13;&#10; if(&#60;qryDetail.&#34;PENGENDALI&#34;&#62; = 'Y') then&#13;&#10; begin&#13;&#10; Memo42.Color := clNone;&#13;&#10; end&#13;&#10; else&#13;&#10; begin&#13;&#10; Memo42.Color := clWindowText;&#13;&#10; end;&#13;&#10;&#13;&#10; if(&#60;qryDetail.&#34;WAKIL&#34;&#62; = 'Y') then&#13;&#10; begin&#13;&#10; Memo46.Color := clNone;&#13;&#10; end&#13;&#10; else&#13;&#10; begin&#13;&#10; Memo46.Color := clWindowText;&#13;&#10; end;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;&#13;&#10;end.">
<TfrxReport Version="5.2" DotMatrixReport="False" EngineOptions.UseFileCache="True" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.Zoom="1" PreviewOptions.PictureCacheInFile="True" PrintOptions.Printer="Default" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="42045,640171493" ReportOptions.Description.Text="" ReportOptions.LastChange="45418,3919719907" ScriptLanguage="PascalScript" ScriptText.Text="Var&#13;&#10; order : array [0..26] of string = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'];&#13;&#10;&#13;&#10; &#13;&#10;&#13;&#10;procedure MasterData2OnBeforePrint(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10; if(&#60;qryPengendaliMutu.&#34;ceklis_kendali&#34;&#62; = 'Y') then&#13;&#10; begin&#13;&#10; cbKendaliY.Visible := true;&#13;&#10; cbKendaliT.Visible := false; &#13;&#10; end&#13;&#10; else&#13;&#10; begin&#13;&#10; cbKendaliT.Visible := true;&#13;&#10; cbKendaliY.Visible := false; &#13;&#10; end; &#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;&#13;&#10;end.">
<Datasets>
<item DataSet="qrySurat" DataSetName="qrySurat"/>
<item DataSet="qryPengendaliMutu" DataSetName="qryPengendaliMutu"/>
......@@ -11,19 +11,19 @@
<item Name=" Const"/>
<item Name="App_Title" Value="'Sistem Informasi Pengawasan'"/>
<item Name="Tahun" Value="2021"/>
<item Name="ID" Value="1"/>
<item Name="ID" Value="9"/>
<item Name=" Text_Input"/>
<item Name="hal_no" Value="'1'"/>
</Variables>
<TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000">
<TfrxDBXQuery Name="qrySurat" UserName="qrySurat" CloseDataSource="True" FieldAliases.Text="ID_DATA_PENGENDALIAN=ID_DATA_PENGENDALIAN&#13;&#10;ID_SURAT=ID_SURAT&#13;&#10;NOMOR_SURAT=NOMOR_SURAT&#13;&#10;PENUGASAN=PENUGASAN&#13;&#10;TANGGAL_MULAI=TANGGAL_MULAI&#13;&#10;TANGGAL_SELESAI=TANGGAL_SELESAI&#13;&#10;WAKIL=WAKIL&#13;&#10;PENGENDALI=PENGENDALI&#13;&#10;KETUA=KETUA" BCDToCurrency="False" IgnoreDupParams="False" SQL.Text="select &#13;&#10; a.id_data_pengendalian,&#13;&#10; a.id_surat, &#13;&#10; b2.nomor nomor_surat,&#13;&#10; b2.penugasan,&#13;&#10; b2.tanggal_mulai,&#13;&#10; b2.tanggal_selesai,&#13;&#10; (&#13;&#10; select e.nama &#13;&#10; from surat_penugasan_tim b &#13;&#10; join ref_jab_tim_audit d on d.id_jab_tim_audit=b.id_jab_tim_audit&#13;&#10; join ref_pejabat_spi e on e.id_pejabat_spi=b.id_pejabat_spi&#13;&#10; where b.id_surat=a.id_surat and d.uraian = 'Wakil Penanggung Jawab'&#13;&#10; ) Wakil,&#13;&#10; (&#13;&#10; select e.nama &#13;&#10; from surat_penugasan_tim b &#13;&#10; join ref_jab_tim_audit d on d.id_jab_tim_audit=b.id_jab_tim_audit&#13;&#10; join ref_pejabat_spi e on e.id_pejabat_spi=b.id_pejabat_spi&#13;&#10; where b.id_surat=a.id_surat and d.uraian = 'Pengendali Teknis'&#13;&#10; ) Pengendali,&#13;&#10; (&#13;&#10; select e.nama &#13;&#10; from surat_penugasan_tim b &#13;&#10; join ref_jab_tim_audit d on d.id_jab_tim_audit=b.id_jab_tim_audit&#13;&#10; join ref_pejabat_spi e on e.id_pejabat_spi=b.id_pejabat_spi&#13;&#10; where b.id_surat=a.id_surat and d.uraian = 'Ketua Tim'&#13;&#10; ) Ketua &#13;&#10;from data_pengendalian a&#13;&#10;join surat_penugasan b2 on b2.id_surat = a.id_surat &#13;&#10;where a.id_data_pengendalian = :id_surat " PropData="05704C65667402200470546F7002480A506172616D657465727301010C3F000000204E616D653D2269645F7375726174222044617461547970653D226674496E7465676572222045787072657373696F6E3D22262336303B4944262336323B220000"/>
<TfrxDBXQuery Name="qryPengendaliMutu" UserName="qryPengendaliMutu" CloseDataSource="True" FieldAliases.Text="ID_PENGENDALIAN_MUTU=ID_PENGENDALIAN_MUTU&#13;&#10;URAIAN_KEGIATAN=URAIAN_KEGIATAN&#13;&#10;NAMA_DOKUMEN=NAMA_DOKUMEN" BCDToCurrency="False" IgnoreDupParams="False" SQL.Text="select&#13;&#10; b.id_pengendalian_mutu,&#13;&#10; b.uraian_kegiatan,&#13;&#10; b.nama_dokumen&#13;&#10;from pengendalian_mutu b&#13;&#10; " PropData="05704C65667402680470546F7002480A506172616D65746572730100"/>
<TfrxDBXQuery Name="qryPengendaliMutu" UserName="qryPengendaliMutu" CloseDataSource="True" FieldAliases.Text="id_data_pengendalian_rinci=id_data_pengendalian_rinci&#13;&#10;id_data_pengendalian=id_data_pengendalian&#13;&#10;ceklis_kendali=ceklis_kendali&#13;&#10;id_kendali_mutu=id_kendali_mutu&#13;&#10;uraian=uraian&#13;&#10;keterangan=keterangan" BCDToCurrency="False" IgnoreDupParams="False" SQL.Text="SELECT a.id_data_pengendalian_rinci, a.id_data_pengendalian, a.ceklis_kendali, b.id_kendali_mutu, b.uraian, a.keterangan &#13;&#10;FROM data_pengendalian_rinci a &#13;&#10;JOIN kendali_mutu b ON a.id_kendali_mutu=b.id_kendali_mutu &#13;&#10;WHERE a.id_data_pengendalian = :id " PropData="05704C6566740394000470546F7003C4000A506172616D657465727301010C39000000204E616D653D226964222044617461547970653D226674496E7465676572222045787072657373696F6E3D22262336303B4944262336323B220000"/>
<TfrxDBXQuery Name="qryAuditor" UserName="qryAuditor" CloseDataSource="True" FieldAliases.Text="NAMA=NAMA" BCDToCurrency="False" IgnoreDupParams="False" SQL.Text="select e.nama &#13;&#10;from surat_penugasan_tim b &#13;&#10;join ref_jab_tim_audit d on d.id_jab_tim_audit=b.id_jab_tim_audit&#13;&#10;join ref_pejabat_spi e on e.id_pejabat_spi=b.id_pejabat_spi&#13;&#10;where b.id_surat=:id_surat and d.uraian = 'Anggota Tim' " PropData="05704C65667402680470546F7002100A506172616D657465727301010C58000000204E616D653D2269645F7375726174222044617461547970653D226674496E7465676572222045787072657373696F6E3D22262336303B71727953757261742E262333343B49445F5355524154262333343B262336323B220000"/>
<TfrxDBXQuery Name="qryDetail" UserName="qryDetail" CloseDataSource="True" FieldAliases.Text="ID_DATA_PENGENDALIAN_RINCI=ID_DATA_PENGENDALIAN_RINCI&#13;&#10;ID_DATA_PENGENDALIAN=ID_DATA_PENGENDALIAN&#13;&#10;CEKLIS_KETUA=CEKLIS_KETUA&#13;&#10;CEKLIS_PENGENDALI=CEKLIS_PENGENDALI&#13;&#10;CEKLIS_WAKIL=CEKLIS_WAKIL&#13;&#10;ID_PENGENDALIAN_MUTU_RINCI=ID_PENGENDALIAN_MUTU_RINCI&#13;&#10;ID_PENGENDALIAN_MUTU=ID_PENGENDALIAN_MUTU&#13;&#10;URAIAN_KEGIATAN_RINCI=URAIAN_KEGIATAN_RINCI&#13;&#10;DOKUMEN=DOKUMEN&#13;&#10;NO_URUT=NO_URUT&#13;&#10;WAJIB=WAJIB&#13;&#10;KETUA=KETUA&#13;&#10;PENGENDALI=PENGENDALI&#13;&#10;WAKIL=WAKIL&#13;&#10;ID_SURAT=ID_SURAT" BCDToCurrency="False" Master="qryPengendaliMutu" IgnoreDupParams="False" SQL.Text="select&#13;&#10; a.id_data_pengendalian_rinci,&#13;&#10; a.id_data_pengendalian,&#13;&#10; a.ceklis_ketua,&#13;&#10; a.ceklis_pengendali,&#13;&#10; a.ceklis_wakil,&#13;&#10; b.id_pengendalian_mutu_rinci,&#13;&#10; b.id_pengendalian_mutu,&#13;&#10; b.uraian_kegiatan_rinci,&#13;&#10; b.nama_dokumen_rinci dokumen,&#13;&#10; b.no_urut,&#13;&#10; b.wajib,&#13;&#10; b.ketua,&#13;&#10; b.pengendali,&#13;&#10; b.wakil,&#13;&#10; b.id_surat &#13;&#10;from data_pengendalian_rinci a&#13;&#10;join pengendalian_mutu_rinci b on a.id_pengendalian_mutu_rinci=b.id_pengendalian_mutu_rinci&#13;&#10;where a.id_data_pengendalian = :id and b.id_pengendalian_mutu =:id_pengendalian_mutu &#13;&#10; " PropData="05704C65667403B8000470546F7002480A506172616D657465727301010C39000000204E616D653D226964222044617461547970653D226674496E7465676572222045787072657373696F6E3D22262336303B4944262336323B2200010C79000000204E616D653D2269645F70656E67656E64616C69616E5F6D757475222044617461547970653D226674496E7465676572222045787072657373696F6E3D22262336303B71727950656E67656E64616C694D7574752E262333343B49445F50454E47454E44414C49414E5F4D555455262333343B262336323B220000"/>
<TfrxDBXQuery Name="qryPemda" UserName="qryPemda" CloseDataSource="True" FieldAliases.Text="NAMA_PEMDA=NAMA_PEMDA&#13;&#10;LOKASI=LOKASI&#13;&#10;LOGO=LOGO&#13;&#10;KODE_PEMDA=KODE_PEMDA&#13;&#10;KODE_SATKER=KODE_SATKER&#13;&#10;TINGKAT=TINGKAT" BCDToCurrency="False" IgnoreDupParams="False" SQL.Text="select * &#13;&#10;from pemda " PropData="05704C656674022C0470546F700398000A506172616D65746572730100"/>
</TfrxDataPage>
<TfrxReportPage Name="Page1" PaperWidth="210" PaperHeight="330" PaperSize="256" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" LargeDesignHeight="True" HGuides.Text="" VGuides.Text="">
<TfrxReportTitle Name="ReportTitle1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="158,74026" Left="0" Top="16" Width="718,1107">
<TfrxReportTitle Name="ReportTitle1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="158,74026" Left="0" Top="18,89765" Width="718,1107">
<TfrxMemoView Name="Memo13" Align="baWidth" Left="117,16543" Top="0" Width="600,94527" Height="26,45669291" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Times New Roman" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="PEMERINTAH KOTA BLITAR"/>
<TfrxLineView Name="Line2" Align="baWidth" Left="0" Top="146,84261" Width="718,1107" Height="0" Color="0" Frame.Style="fsDouble" Frame.Typ="4" Frame.Width="2"/>
<TfrxPictureView Name="Picture1" Left="22,67718" Top="7,55906" Width="94,48825" Height="102,04731" DataField="LOGO" DataSet="qryPemda" DataSetName="qryPemda" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
......@@ -32,7 +32,7 @@
<TfrxMemoView Name="Memo39" Align="baWidth" Left="117,16543" Top="86,92919" Width="600,94527" Height="26,45669291" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Times New Roman" Font.Style="0" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Email : inspektorat@blitarkota.go.id"/>
<TfrxMemoView Name="Memo40" Left="117,16543" Top="113,3859" Width="600,94527" Height="26,45669291" Font.Charset="1" Font.Color="-16777208" Font.Height="-24" Font.Name="Times New Roman" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="BLITAR"/>
</TfrxReportTitle>
<TfrxMasterData Name="MasterData1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="261,78757" Left="0" Top="276" Width="718,1107" ColumnWidth="0" ColumnGap="0" RowCount="1" Stretched="True">
<TfrxMasterData Name="MasterData1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="261,78757" Left="0" Top="321,26005" Width="718,1107" ColumnWidth="0" ColumnGap="0" RowCount="1" Stretched="True">
<TfrxMemoView Name="Memo1" Left="188,97637795" Top="15,11812" Width="18,8976378" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" ParentFont="False" VAlign="vaCenter" Text=" : "/>
<TfrxMemoView Name="Memo4" Left="0" Top="15,11809559" Width="188,97637795" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="Nama Kegiatan Pengawasan"/>
<TfrxMemoView Name="Memo5" Left="207,87406457" Top="15,11811024" Width="491,338582677165" Height="37,79527559" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[qrySurat.&#34;PENUGASAN&#34;]"/>
......@@ -65,40 +65,27 @@
</Formats>
</TfrxMemoView>
</TfrxMasterData>
<TfrxHeader Name="Header1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="60,47248" Left="0" Top="196" Width="718,1107">
<TfrxMemoView Name="Memo2" Align="baWidth" Left="0" Top="18,89765" Width="718,1107" Height="18,89765" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="DAFTAR CEKLIS PENGENDALIAN MUTU PERENCANAAN PENUGASAN PENGAWASAN"/>
<TfrxHeader Name="Header1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="60,47248" Left="0" Top="238,11039" Width="718,1107">
<TfrxMemoView Name="Memo2" Align="baWidth" Left="0" Top="7,55906" Width="718,1107" Height="49,13389" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="CEKLIS PENGENDALIAN MUTU &#13;&#10;PELAPORAN PENUGASAN PENGAWASAN"/>
</TfrxHeader>
<TfrxMasterData Name="MasterData3" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="22,67716535" Left="0" Top="556" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="qryAuditor" DataSetName="qryAuditor" RowCount="0" Stretched="True">
<TfrxMasterData Name="MasterData3" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Height="22,67716535" Left="0" Top="604,7248" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="qryAuditor" DataSetName="qryAuditor" RowCount="0" Stretched="True">
<TfrxMemoView Name="Memo14" Left="207,87415" Top="0" Width="245,66932795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="[qryAuditor.&#34;NAMA&#34;]"/>
</TfrxMasterData>
<TfrxMasterData Name="MasterData4" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" Height="83,14964535" Left="0" ParentFont="False" Top="600" Width="718,1107" ColumnWidth="0" ColumnGap="0" RowCount="1">
<TfrxMemoView Name="Memo8" Left="37,7953" Top="22,67718" Width="302,36227795" Height="60,47246535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="Uraian Kegiatan Pengendalian Mutu"/>
<TfrxMemoView Name="Memo9" Left="340,1577" Top="22,67718" Width="117,16530795" Height="60,47246535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="Nama Dokumen Yang Direviu"/>
<TfrxMemoView Name="Memo10" Left="457,32313" Top="22,67718" Width="260,78744795" Height="60,47246535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" Text="Tanggal Reviu dan Paraf Reviu"/>
<TfrxMemoView Name="Memo11" Left="457,32313" Top="45,35436" Width="68,03141795" Height="37,79528535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="Ketua Tim"/>
<TfrxMemoView Name="Memo15" Left="525,35467" Top="45,35436" Width="79,37000795" Height="37,79528535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="Pengendali Teknis"/>
<TfrxMemoView Name="Memo41" Left="604,7248" Top="45,35436" Width="113,38577795" Height="37,79528535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="Wakil Penanggungjawab"/>
<TfrxMemoView Name="Memo7" Left="0" Top="22,67718" Width="37,79517795" Height="60,47246535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="No."/>
<TfrxMasterData Name="MasterData4" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" Height="56,69292315" Left="0" ParentFont="False" Top="650,07916" Width="718,1107" ColumnWidth="0" ColumnGap="0" RowCount="1">
<TfrxMemoView Name="Memo8" Left="37,7953" Top="18,8976377952756" Width="302,36227795" Height="37,79528535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="Uraian "/>
<TfrxMemoView Name="Memo11" Left="340,1577" Top="18,8976377952756" Width="68,03141795" Height="37,79528535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="Ada / Ya"/>
<TfrxMemoView Name="Memo15" Left="408,18924" Top="18,8976377952756" Width="79,37000795" Height="37,79528535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="Tidak"/>
<TfrxMemoView Name="Memo41" Left="487,55937" Top="18,8976377952756" Width="230,55120795" Height="37,79528535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="Keterangan"/>
<TfrxMemoView Name="Memo7" Left="0" Top="18,8976377952756" Width="37,79517795" Height="37,79528535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="No."/>
</TfrxMasterData>
<TfrxMasterData Name="MasterData2" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Height="22,67716535" Left="0" ParentFont="False" Top="704" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="qryPengendaliMutu" DataSetName="qryPengendaliMutu" RowCount="0" Stretched="True">
<TfrxMemoView Name="Memo6" Left="37,7953" Top="0" Width="302,36227795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="[qryPengendaliMutu.&#34;URAIAN_KEGIATAN&#34;]"/>
<TfrxMemoView Name="Memo17" Left="340,1577" Top="0" Width="117,16530795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="[qryPengendaliMutu.&#34;NAMA_DOKUMEN&#34;]"/>
<TfrxMemoView Name="Memo19" Left="457,32313" Top="0" Width="68,03141795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text=""/>
<TfrxMemoView Name="Memo28" Left="525,35467" Top="0" Width="79,37000795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text=""/>
<TfrxMemoView Name="Memo30" Left="604,7248" Top="0" Width="113,38577795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text=""/>
<TfrxMasterData Name="MasterData2" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Height="22,67716535" Left="0" ParentFont="False" Top="729,44929" Width="718,1107" OnBeforePrint="MasterData2OnBeforePrint" ColumnWidth="0" ColumnGap="0" DataSet="qryPengendaliMutu" DataSetName="qryPengendaliMutu" RowCount="0" Stretched="True">
<TfrxMemoView Name="Memo6" Left="37,7953" Top="0" Width="302,36227795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" DataField="uraian" DataSet="qryPengendaliMutu" DataSetName="qryPengendaliMutu" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="[qryPengendaliMutu.&#34;uraian&#34;]"/>
<TfrxMemoView Name="Memo19" Left="340,1577" Top="0" Width="68,03141795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text=""/>
<TfrxMemoView Name="Memo28" Left="408,18924" Top="0" Width="79,37000795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text=""/>
<TfrxMemoView Name="Memo30" Left="487,55937" Top="0" Width="230,55120795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" DataField="keterangan" DataSet="qryPengendaliMutu" DataSetName="qryPengendaliMutu" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="[qryPengendaliMutu.&#34;keterangan&#34;]"/>
<TfrxMemoView Name="Memo31" Left="0" Top="0" Width="37,79517795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="[Line#]"/>
<TfrxCheckBoxView Name="cbKendaliY" Left="347,71676" Top="1" Width="18,89765" Height="18,89765" Visible="False" CheckColor="0" CheckStyle="csCheck"/>
<TfrxCheckBoxView Name="cbKendaliT" Left="419,52783" Top="0" Width="18,89765" Height="18,89765" Visible="False" CheckColor="0" CheckStyle="csCheck"/>
</TfrxMasterData>
<TfrxDetailData Name="DetailData1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Height="22,67716535" Left="0" ParentFont="False" Top="748" Width="718,1107" OnBeforePrint="DetailData1OnBeforePrint" ColumnWidth="0" ColumnGap="0" DataSet="qryDetail" DataSetName="qryDetail" RowCount="0" Stretched="True">
<TfrxMemoView Name="Memo34" Left="68,03154" Top="0" Width="272,12603795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" DataField="URAIAN_KEGIATAN_RINCI" DataSet="qryDetail" DataSetName="qryDetail" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="[qryDetail.&#34;URAIAN_KEGIATAN_RINCI&#34;]"/>
<TfrxMemoView Name="Memo35" Left="340,1577" Top="0" Width="117,16530795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" DataField="DOKUMEN" DataSet="qryDetail" DataSetName="qryDetail" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[qryDetail.&#34;DOKUMEN&#34;]"/>
<TfrxMemoView Name="Memo36" Left="457,32313" Top="0" Width="68,03141795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" DataSet="qryDetail" DataSetName="qryDetail" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text=""/>
<TfrxMemoView Name="Memo42" Left="525,35467" Top="0" Width="79,37000795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text=""/>
<TfrxMemoView Name="Memo46" Left="604,7248" Top="0" Width="113,38577795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" DataSet="qryDetail" DataSetName="qryDetail" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text=""/>
<TfrxMemoView Name="Memo47" Left="0" Top="0" Width="37,79517795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text=""/>
<TfrxMemoView Name="Memo48" Left="37,7953" Top="0" Width="30,23611795" Height="22,67716535" StretchMode="smMaxHeight" AllowHTMLTags="True" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="15" HAlign="haCenter" ParentFont="False" SuppressRepeated="True" VAlign="vaCenter" Text="[Order[&#60;Line#&#62;-1]]"/>
<TfrxCheckBoxView Name="cbKetua" Left="461,10266" Top="1" Width="18,89765" Height="18,89765" CheckColor="0" CheckStyle="csCheck"/>
<TfrxCheckBoxView Name="cbPengendali" Left="532,91373" Top="0" Width="18,89765" Height="18,89765" CheckColor="0" CheckStyle="csCheck"/>
<TfrxCheckBoxView Name="cbWakil" Left="608,50433" Top="0" Width="18,89765" Height="18,89765" CheckColor="0" CheckStyle="csCheck"/>
</TfrxDetailData>
</TfrxReportPage>
</TfrxReport>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment