LAMPIRAN. Kode program Login

Size: px
Start display at page:

Download "LAMPIRAN. Kode program Login"

Transcription

1 LAMPIRAN Lampiran 1 Kode program Login if(edit1.text='') or (Edit2.Text='') or (ComboBox1.Text='') then ShowMessage('Isi Username Dan Password Dengan Benar!'); login; nom:=strtoint(edit3.text); if(nom>0) then if (Edit4.Text='Admin') then Form2.Login1.Enabled:=false; Form2.Aplikasi1.Enabled:=true; Form2.Add1.Enabled:=true; Form2.Edit1.Enabled:=true; Form2.AddRule1.Enabled:=true; Form2.EditdanDeleteRule1.Enabled:=true; Form2.AplikasiPerbandingan1.Enabled:=true; Form2.AddAdmin1.Enabled:=true; Form2.EditdanDeleteAdmin1.Enabled:=true; Form18.Button2.Enabled:=true; Form8.Close; Form2.Login1.Enabled:=false; Form2.Aplikasi1.Enabled:=true; Form2.Add1.Enabled:=false; Form2.Edit1.Enabled:=false; Form2.AddRule1.Enabled:=false; Form2.EditdanDeleteRule1.Enabled:=false; Form2.AplikasiPerbandingan1.Enabled:=true; Form2.AddAdmin1.Enabled:=false; Form2.EditdanDeleteAdmin1.Enabled:=false; Form18.Button2.Enabled:=false; Form8.Close; 1

2 2 ShowMessage('Isi Username Dan Password Dengan Benar!'); Edit1.SetFocus; Edit1.Text:=''; Edit2.Text:=''; Lampiran 2 Script buat table kecerungan produksi procedure TForm13.grids; var jml : integer; m,br:integer; pp,ip,pq,iq,pr,ir,ps,iss,pt,it,pu,iu,pv,iv : real; for m:=0 to 7 do for br:=1 to grid1.rowcount do grid1.cells[m,br]:=''; grid1.rowcount:=2; jml:=1; grid1.cells[0,0]:='bulan'; grid1.cells[1,0]:='permintaan'; grid1.cells[2,0]:='persediaan'; grid1.cells[3,0]:='tenaga'; grid1.cells[4,0]:='jam'; grid1.cells[5,0]:='biaya'; grid1.cells[6,0]:='profit'; grid1.cells[7,0]:='produksi'; SQLQuery1.Close;

3 3 SQLQuery1.SQL.Clear; SQLQuery1.SQL.Add ('select * from data_produksi order by id asc'); SQLQuery1.Open; pp := strtofloat(edit1.text); pq := strtofloat(edit2.text); pr := strtofloat(edit3.text); ps := strtofloat(edit4.text); pt := strtofloat(edit5.text); pu := strtofloat(edit6.text); pv := strtofloat(edit7.text); while not SQLQuery1.Eof do grid1.cells[0,jml] := SQLQuery1.FieldByName('tahun').AsString; ip := strtofloat(sqlquery1.fieldbyname('permintaan').asstring); if(ip>pp) then grid1.cells[1,jml] := 'Banyak'; grid1.cells[1,jml] := 'Sedikit'; pp := ip; iq := strtofloat(sqlquery1.fieldbyname('persediaan').asstring); if(iq>pq) then

4 4 grid1.cells[2,jml] := 'Banyak'; grid1.cells[2,jml] := 'Sedikit'; pq := iq; ir := strtofloat(sqlquery1.fieldbyname('tenaga_kerja').asstring); if(ir>pr) then grid1.cells[3,jml] := 'Banyak'; grid1.cells[3,jml] := 'Sedikit'; pr := ir; iss := strtofloat(sqlquery1.fieldbyname('jam_kerja').asstring); if(iss>ps) then grid1.cells[4,jml] := 'Bertambah'; grid1.cells[4,jml] := 'Berkurang';

5 5 ps := iss; it := strtofloat(sqlquery1.fieldbyname('biaya_tk').asstring)+strtofloat(sql Query1.FieldByName('biaya_bb').AsString)+strtofloat(SQLQuery1.Field ByName('biaya_bpm').AsString)+strtofloat(SQLQuery1.FieldByName('bi aya_bs').asstring); if(it>pt) then grid1.cells[5,jml] := 'Bertambah'; grid1.cells[5,jml] := 'Berkurang'; pt := it; iu := strtofloat(sqlquery1.fieldbyname('profit').asstring); if(iu>pu) then grid1.cells[6,jml] := 'Bertambah'; grid1.cells[6,jml] := 'Berkurang'; pu := iu; iv := strtofloat(sqlquery1.fieldbyname('produksi').asstring);

6 6 if(iv>pv) then grid1.cells[7,jml] := 'Naik'; grid1.cells[7,jml] := 'Turun'; pv := iv; SQLQuery1.Next; grid1.rowcount:=grid1.rowcount+1; inc(jml); SQLQuery1.Close; Lampiran 3 Kode Program Fuzzy System procedure TForm1.Button1Click(Ser: TObject); var pmi,pmii,pmm,pmmm,pinta :real; psi,psii,psm,psmm,sedia :real; tki,tkm,tkii,tkmm,kerja :real; jki,jkm,jkii,jkmm,jam :real; bpi,bpm,bpii,bpmm,biaya :real; pri,prm,prii,prmm,profit :real; pteng,pmturning, pmupper : real; psturning, psupper : real; tkturning, tkupper : real; jkturning, jkupper : real;

7 7 bpturning, bpupper : real; prturning, prupper : real; pmi := strtofloat(edit36.text); pmm := strtofloat(edit15.text); pmii := strtofloat(edit41.text); pmmm := strtofloat(edit42.text); pinta := strtofloat(edit1.text); psi := strtofloat(edit30.text); psm := strtofloat(edit35.text); psii := strtofloat(edit43.text); psmm := strtofloat(edit44.text); sedia:= strtofloat(edit2.text); tki := strtofloat(edit18.text); tkm := strtofloat(edit19.text); tkii := strtofloat(edit45.text); tkmm := strtofloat(edit46.text); kerja:= strtofloat(edit3.text); jki := strtofloat(edit23.text); jkm := strtofloat(edit24.text); jkii := strtofloat(edit47.text); jkmm := strtofloat(edit48.text); jam := strtofloat(edit4.text); bpi := strtofloat(edit28.text); bpm := strtofloat(edit29.text); bpii := strtofloat(edit49.text); bpmm := strtofloat(edit50.text); biaya:= strtofloat(edit5.text)+strtofloat(edit6.text)+strtofloat(edit7.text)+str tofloat(edit8.text); pri := strtofloat(edit33.text); prm := strtofloat(edit34.text); prii := strtofloat(edit51.text); prmm := strtofloat(edit52.text); profit:= strtofloat(edit9.text); if (Edit1.Text='') or (Edit2.Text='') or (Edit3.Text='') or (Edit4.Text='') or (Edit5.Text='') or (Edit6.Text='') or (Edit7.Text='') or (Edit8.Text='') or (Edit9.Text='') or (ComboBox1.Text='') or (ComboBox2.Text='') then

8 8 ShowMessage('Isi Form Dengan Benar'); Edit1.Text:=inttostr(0); Edit2.Text:=inttostr(0); Edit3.Text:=inttostr(0); Edit4.Text:=inttostr(0); Edit5.Text:=inttostr(0); Edit6.Text:=inttostr(0); Edit7.Text:=inttostr(0); Edit8.Text:=inttostr(0); Edit9.Text:=inttostr(0); Edit1.SetFocus; pmturning := turun(pmi,pmmm,pinta); pmupper := naik(pmii,pmm,pinta); Edit20.Text := FloatToStr(pmturning); Edit25.Text := FloatToStr(pmupper); //Edit41.Text := FloatToStr(awal); psturning := turun(psi,psmm,sedia); psupper := naik(psii,psm,sedia); Edit37.Text := FloatToStr(psturning); Edit10.Text := FloatToStr(psupper); tkturning := turun(tki,tkmm,kerja); tkupper := naik(tkii,tkm,kerja); Edit16.Text := FloatToStr(tkturning); Edit17.Text := FloatToStr(tkupper); jkturning := turun(jki,jkmm,jam); jkupper := naik(jkii,jkm,jam); Edit21.Text := FloatToStr(jkturning); Edit22.Text := FloatToStr(jkupper); bpturning := turun(bpi,bpmm,biaya); bpupper := naik(bpii,bpm,biaya); Edit26.Text := FloatToStr(bpturning); Edit27.Text := FloatToStr(bpupper); prturning := turun(pri,prmm,profit); prupper := naik(prii,prm,profit); Edit31.Text := FloatToStr(prturning); Edit32.Text := FloatToStr(prupper); Memo1.Text:=''; fuzzy;

9 9 Lampiran 4 Persentase Naik Turun Di script ini terdapat system yang menyebabkan angka naik turun berpindah sesuai persentase yang dipilih:

10 10 function TForm1.turun(var a,b,c :real):real; var bwh,ats,bg:real; bwh := b - a;// max-min ats := b - c;//max-x bg := ats/bwh; if(bg>1) then bg:=0; if(bg<0) then bg:=0; bg:=bg; Result := bg; function TForm1.naik(var a,b,c:real):real; var bwh,ats,bg:real; bwh := b - a; //max-min ats := c - a; //x-min bg := ats/bwh; if(bg>1) then bg:=0; if(bg<0) then bg:=0; bg:=bg; Result := bg; End; Lampiran 5 Fungsi fuzzy

11 11 Di script ini terdapat fungsi fuzzy dimana system ini yang menghitung dan menjalankan aplikasi fuzzy yang telah dituliskan diatas : procedure TForm1.fuzzy; var sprod : string; sminta,ssedia,skerja,sjam,sbiaya,sprofit : real; indek,i : integer; rminta,rsedia,rkerja,rjam,rbiaya,rprofit,rprod,produksim in,produksimink : real; predikat : array of real; z : array of real; Zatas,Zbawah,ZZ : real; Setlength(predikat,narray); Setlength(z,narray); SQLQuery3.Close; SQLQuery3.SQL.Clear; SQLQuery3.SQL.Add('Select * FROM rule'); SQLQuery3.Open; indek := 0; Zatas := 0; Zbawah := 0; ZZ:=0; while not SQLQuery3.Eof do rminta := 0; rsedia := 0; rkerja := 0; rjam := 0; rbiaya := 0; rprofit := 0; rprod :=0; sminta := strtofloat(sqlquery3.fieldbyname('pinta').asstring); ssedia := strtofloat(sqlquery3.fieldbyname('sedia').asstring); skerja := strtofloat(sqlquery3.fieldbyname('kerja').asstring); sjam := strtofloat(sqlquery3.fieldbyname('jam').asstring); sbiaya := strtofloat(sqlquery3.fieldbyname('biaya').asstring); sprofit := strtofloat(sqlquery3.fieldbyname('profit').asstring); sprod := SQLQuery3.FieldByName('produksi').AsString; predikat[indek]:= ; if(sminta=1) then rminta := strtofloat(edit20.text); predikat[indek]:= Min(predikat[indek],rminta);

12 12 h rminta := strtofloat(edit25.text); predikat[indek]:= Min(predikat[indek],rminta); produksimin := strtofloat(edit12.text)- strtofloat(edit11.text); produksimink := produksimin*predikat[indek]; if(sprod='turun') then rprod := (produksimink - strtofloat(edit12.text))*-1; rprod := produksimink + strtofloat(edit11.text); z[indek]:= rprod; indek := indek+1; SQLQuery3.Next; SQLQuery3.Close; for i:= 0 to Length(predikat)-1 do Zatas := Zatas + z[i]*predikat[i]; Zbawah := Zbawah + predikat[i]; Memo1.Text := Memo1.Text+'Predikat Ke'+inttostr(i)+'='+floattostr(predikat[i])+sLineBreak; Memo1.Text := Memo1.Text+'z Ke'+inttostr(i)+'='+floattostr(z[i])+sLineBreak; ZZ := Zatas/Zbawah; Edit13.Text:=floattostr(Zatas); Edit14.Text:=floattostr(Zbawah); Memo1.Text := Memo1.Text+'Hasil Produksi='+floattostr(ZZ)+sLineBreak; Label14.Caption := floattostr(zz);

13 13 Lampiran 6 Script Simpan Data Produksi procedure TForm3.simpan; var tgl : string; if (edit1.text='') Or (ComboBox1.Text='') Or (Edit2.Text='') Or (Edit3.Text='') Or (Edit4.Text='') Or (Edit5.Text='') Or (Edit6.Text='') Or (Edit7.Text='') Or (Edit8.Text='') Or (Edit9.Text='') Or (Edit10.Text='') Or (Edit11.Text='') Or (Edit12.Text='') then ShowMessage('Field Masih Ada Yang Kosong!!'); Edit1.SetFocus; tgl := ComboBox1.Text+' '+Edit2.Text; SQLQuery1.Close; SQLQuery1.SQL.Clear; SQLQuery1.SQL.Add('INSERT INTO data_produksi (id,tahun,permintaan,persediaan,tenaga_kerja,jam_kerja,biaya_tk, biaya_bb,biaya_bpm,biaya_bs,profit,produksi)'); SQLQuery1.SQL.Add('VALUES '); SQLQuery1.SQL.Add('('+#39+Edit1.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+tgl+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit3.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit4.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit5.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit6.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit7.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit10.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit11.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit12.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit8.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit9.Text+#39+')'); SQLQuery1.ExecSQL; ShowMessage('Data Anda Sudah Di Simpan'); Edit1.Text:=''; ComboBox1.Text:=''; Edit2.Text:=''; Edit3.Text:=''; Edit4.Text:=''; Edit5.Text:=''; Edit6.Text:=''; Edit7.Text:=''; Edit8.Text:=''; Edit9.Text:=''; Edit10.Text:=''; Edit11.Text:=''; Edit12.Text:='';

14 14 Lampiran 7 Script Simpan Data Produksi procedure TForm5.simpan; var tgl : string; if (edit1.text='') Or (ComboBox1.Text='') Or (Edit3.Text='') Or (Edit4.Text='') Or (Edit5.Text='') Or (Edit6.Text='') Or (Edit7.Text='') Or (Edit8.Text='') then ShowMessage('Field Masih Ada Yang Kosong!!'); Edit1.SetFocus; SQLQuery1.Close; SQLQuery1.SQL.Clear; SQLQuery1.SQL.Add('INSERT INTO rule (nomor,pinta,sedia,kerja,jam,biaya,profit,produksi)'); SQLQuery1.SQL.Add('VALUES '); SQLQuery1.SQL.Add('('+#39+Edit1.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit3.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit4.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit5.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit6.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit7.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+Edit8.Text+#39+','); SQLQuery1.SQL.Add(' '+#39+ComboBox1.Text+#39+')'); SQLQuery1.ExecSQL; ShowMessage('Data Anda Sudah Di Simpan'); Edit1.Text:=''; ComboBox1.Text:=''; Edit3.Text:=''; Edit4.Text:=''; Edit5.Text:=''; Edit6.Text:=''; Edit7.Text:=''; Edit8.Text:='';

! "#" $ % & '( , -. / 0 1 ' % 1 2 3 ' 3" 4569& 7 456: 456 4 % 9 ; ;. 456 4 <&= 3 %,< & 4 4 % : ' % > ' % ? 1 3<=& @%'&%A? 3 & B&?

! # $ % & '( , -. / 0 1 ' % 1 2 3 ' 3 4569& 7 456: 456 4 % 9 ; ;. 456 4 <&= 3 %,< & 4 4 % : ' % > ' % ? 1 3<=& @%'&%A? 3 & B&? ! "#" $ & '(!" "##$$$&!&#'( )*+ ', -. / 0 1 ' 1 2 3 ' 3" 456 7 4564 7 4565 7 4564 87 4569& 7 456: 456 4 9 ; ;. 456 4

More information

Mandiri e-cash Online

Mandiri e-cash Online Mandiri e-cash Online ecommerce Payment Gateway Implementation Guide Version: 1.8 1 Index of Contents General Overview... 3 MANDIRI E-CASH ECOMMERCE GATEWAY IMPLEMENTATION... 5 Prerequisites... 5 Implementation...

More information

SPAM FILTERING USING BAYESIAN TECHNIQUE BASED ON INDEPENDENT FEATURE SELECTION MASURAH BINTI MOHAMAD

SPAM FILTERING USING BAYESIAN TECHNIQUE BASED ON INDEPENDENT FEATURE SELECTION MASURAH BINTI MOHAMAD SPAM FILTERING USING BAYESIAN TECHNIQUE BASED ON INDEPENDENT FEATURE SELECTION MASURAH BINTI MOHAMAD A project report submitted in partial fulfillment of the requirements for the award of the degree of

More information

How to Get Set Up for the 2014 BE-180 and Request an Extension if Needed

How to Get Set Up for the 2014 BE-180 and Request an Extension if Needed How to Get Set Up for the 2014 BE-180 and Request an Extension if Needed For instructions on how to get set up for the 2014 BE-180 and to request an extension if one is needed, click on one of the links

More information

BISKUT RAYA INVENTORY MANAGEMENT SYSTEM (BRIMS) NURUL AMIRAH BINTI ROSLAN THESIS SUBMITTED IN FULFILLMENT OF THE DEGREE OF COMPUTER SCIENCE

BISKUT RAYA INVENTORY MANAGEMENT SYSTEM (BRIMS) NURUL AMIRAH BINTI ROSLAN THESIS SUBMITTED IN FULFILLMENT OF THE DEGREE OF COMPUTER SCIENCE BISKUT RAYA INVENTORY MANAGEMENT SYSTEM (BRIMS) NURUL AMIRAH BINTI ROSLAN THESIS SUBMITTED IN FULFILLMENT OF THE DEGREE OF COMPUTER SCIENCE FACULTY OF COMPUTER SYSTEM & SOFTWARE ENGINEERING UNIVERSITI

More information

P R E F E I T U R A M U N I C I P A L D E J A R D I M

P R E F E I T U R A M U N I C I P A L D E J A R D I M C O N T R A T O N 7 8 / 2 0 1 4 C o n t r a t o d e P r e s t a ç ã o d e S e r v i ç o s A d v o c a t í c i o s q u e e n t r e s i c e l e b r a m o M u n i c í p i o d e J A R D I M - M S e A IR E

More information

DECENTRALIZED SOCIAL NETWORK SERVICE USING THE WEB HOSTING SERVER FOR PRIVACY PRESERVATION

DECENTRALIZED SOCIAL NETWORK SERVICE USING THE WEB HOSTING SERVER FOR PRIVACY PRESERVATION DECENTRALIZED SOCIAL NETWORK SERVICE USING THE WEB HOSTING SERVER FOR PRIVACY PRESERVATION Yoonho Nam, Changhoon Lee, Youngman Jung, Woongryul Jeon and Dongho Won Information Security Group, Sungkyunkwan

More information

JOB AGENT MANAGEMENT SYSTEM LU CHUN LING. A thesis submitted in partial fulfillment of. the requirements for the award of the degree of

JOB AGENT MANAGEMENT SYSTEM LU CHUN LING. A thesis submitted in partial fulfillment of. the requirements for the award of the degree of JOB AGENT MANAGEMENT SYSTEM LU CHUN LING A thesis submitted in partial fulfillment of the requirements for the award of the degree of Bachelor of Computer Sciences (Software Engineering) FACULTY OF COMPUTER

More information

Signaling trace on E1/T1 gateway

Signaling trace on E1/T1 gateway Signaling trace on E1/T1 gateway Part1. Login the gateway & General Knowledge the command This is a document for some customers who need to get the logs on gateway Tips: The document is fit for all MTG

More information

Note on the Application Form for the JICA Training and Dialogue Program

Note on the Application Form for the JICA Training and Dialogue Program INDONESIA Ver. Oct 2014 Note on the Application Form for the JICA Training and Dialogue Program Dear Candidates in Indonesia, ENGLISH (1) For Medical History and Language Proficiency, please fill in the

More information

Active Directory Integration for Greentree

Active Directory Integration for Greentree App Number: 010044 Active Directory Integration for Greentree Last Updated 14 th February 2013 Powered by: AppsForGreentree.com 2013 1 Table of Contents Features... 3 Options... 3 Important Notes... 3

More information

Panduan Program Power Led

Panduan Program Power Led Panduan Program Power Led 1.Pertama-tama install Software power led seperti menginstal software lainnya 2. Jika instal sudah selesai maka tampilan akan seperti ini. Jika kontroler Tipe Serial USB to Serial

More information

CELL PHONE SALES MANAGEMENT SYSTEM (CPSMS)

CELL PHONE SALES MANAGEMENT SYSTEM (CPSMS) CELL PHONE SALES MANAGEMENT SYSTEM (CPSMS) SIT1 AISHAH BT. This report is submitted in partial Mfillment of the requirements for the Bachelor of Computer Science (Database Management) FACULTY OF INFORMATION

More information

EXPERIMENTAL ANALYSIS OF PASSIVE BANDWIDTH ESTIMATION TOOL FOR MULTIPLE HOP WIRELESS NETWORKS NURUL AMIRAH BINTI ABDULLAH

EXPERIMENTAL ANALYSIS OF PASSIVE BANDWIDTH ESTIMATION TOOL FOR MULTIPLE HOP WIRELESS NETWORKS NURUL AMIRAH BINTI ABDULLAH EXPERIMENTAL ANALYSIS OF PASSIVE BANDWIDTH ESTIMATION TOOL FOR MULTIPLE HOP WIRELESS NETWORKS NURUL AMIRAH BINTI ABDULLAH THESIS SUBMITTED IN FULFILLMENT OF THE DEGREE OF COMPUTER SCIENCE FACULTY OF COMPUTER

More information

DEVELOPMENT OF STATISTICAL PROCESS CONTROL (SPC) MATLAB- BASED SOFTWARE FOR AUTOMOTIVE INDUSTRIES APPLICATION SITI HAZLINA BINTI MOKHTAR

DEVELOPMENT OF STATISTICAL PROCESS CONTROL (SPC) MATLAB- BASED SOFTWARE FOR AUTOMOTIVE INDUSTRIES APPLICATION SITI HAZLINA BINTI MOKHTAR DEVELOPMENT OF STATISTICAL PROCESS CONTROL (SPC) MATLAB- BASED SOFTWARE FOR AUTOMOTIVE INDUSTRIES APPLICATION SITI HAZLINA BINTI MOKHTAR A thesis submitted is fulfillment of the requirements for the award

More information

SQL Financial Accounting GST - How To Start A New Margin Scheme Database. estream Software : : :

SQL Financial Accounting GST - How To Start A New Margin Scheme Database. estream Software : : : e SQL Financial Accounting GST - How To Start A New Margin Scheme Database SQL-GST-How to start a new margin scheme.doc Page i e Table of contents 1 INTRODUCTION... 2 2 SETUP MARGIN SCHEME DATABASE...

More information

CLIENT SERVER APPLICATION FOR SERVER FARM PERFORMANCE MONITORING ABDIRASHID HASSAN ABDI

CLIENT SERVER APPLICATION FOR SERVER FARM PERFORMANCE MONITORING ABDIRASHID HASSAN ABDI ii CLIENT SERVER APPLICATION FOR SERVER FARM PERFORMANCE MONITORING ABDIRASHID HASSAN ABDI A project submitted in partial fulfillment of the requirements for the award of the degree of Master of Computer

More information

Lab 5 Introduction to Java Scripts

Lab 5 Introduction to Java Scripts King Abdul-Aziz University Faculty of Computing and Information Technology Department of Information Technology Internet Applications CPIT405 Lab Instructor: Akbar Badhusha MOHIDEEN Lab 5 Introduction

More information

HELP DESK SYSTEM IZZAT HAFIFI BIN AHMAD ARIZA

HELP DESK SYSTEM IZZAT HAFIFI BIN AHMAD ARIZA HELP DESK SYSTEM IZZAT HAFIFI BIN AHMAD ARIZA A thesis submitted in fulfillment of the requirement for the awards of Bachelor of Computer Science (Computer Systems & Networking) with Honours Faculty of

More information

NACCAS CRM Owner Screen Updates

NACCAS CRM Owner Screen Updates NACCAS CRM Owner Screen Updates Changes have been made to the owner screen in the NACCAS CRM. When you next login you will see a series of tabs that look like this: When each tab is expanded, you will

More information

How do I share a file with a friend or trusted associate?

How do I share a file with a friend or trusted associate? Sharing Information How do I share a file with a friend or trusted associate? Sharing a file in InformationSAFE is easy. The share utility in InformationSAFE allows you to securely share your information

More information

Chapter 17 COMPLETION. 1. Receipt of notice from Contractor. 2. Final Inspection. PT

Chapter 17 COMPLETION. 1. Receipt of notice from Contractor. 2. Final Inspection. PT Flowchart Description Action By Reference 1 1. Receipt of notice from Contractor - 2 2. Final Inspection. PT 3 Yes No 3. Works (or Section) is practically completed for all purposes of the Contract? -

More information

Active Directory Authentication Integration

Active Directory Authentication Integration Active Directory Authentication Integration This document provides a detailed explanation of how to integrate Active Directory into the ipconfigure Installation of a Windows 2003 Server for network security.

More information

PT MULTIPRO JAYA PRIMA Jl. Jembatan Tiga No. 25H Jakarta 14450 Telp : 021-662 7567 Fax : 021-662 7626 Email : beli@multipro.co.id.

PT MULTIPRO JAYA PRIMA Jl. Jembatan Tiga No. 25H Jakarta 14450 Telp : 021-662 7567 Fax : 021-662 7626 Email : beli@multipro.co.id. PT MULTIPRO JAYA PRIMA Jl. Jembatan Tiga No. 25H Jakarta 14450 Telp : 021-662 7567 Fax : 021-662 7626 Email : beli@multipro.co.id Note : - Harga sudah termasuk PPn - Harga dapat berubah sewaktu-waktu tanpa

More information

ICE Futures Europe. MFT Technical Guide for Position Reporting V1.2

ICE Futures Europe. MFT Technical Guide for Position Reporting V1.2 ICE Futures Europe MFT Technical Guide for Position Reporting V1.2 ICE FUTURES EUROPE v.1.2 Page 1 of 6 Contents 1. Introduction...3 2. Connectivity Methods...4 2.1. Access Authentication...4 2.2. Network

More information

DEVELOPING A WIRELESS PENETRATION TESTING TOOL IN LINUX PLATFORM NOR ARLIZA BINTI ABDULLAH

DEVELOPING A WIRELESS PENETRATION TESTING TOOL IN LINUX PLATFORM NOR ARLIZA BINTI ABDULLAH DEVELOPING A WIRELESS PENETRATION TESTING TOOL IN LINUX PLATFORM NOR ARLIZA BINTI ABDULLAH This report is submitted in partial fulfilment of the requirements for the Bachelor of Computer Science (Computer

More information

Color Screen Phones: SIP-T48G and SIP-T46G with firmware version 73

Color Screen Phones: SIP-T48G and SIP-T46G with firmware version 73 This document provides detailed information on how to use ACD (automatic call distribution) feature on Yealink IP phones integrated with Star2Star platform. ACD enables organizations to manage a large

More information

PENCAPAIAN HOSPITAL PERFORMANCE INDICATOR FOR ACCOUNTABILITY (HPIA) No Indikator Standard Julai - Disember 2015

PENCAPAIAN HOSPITAL PERFORMANCE INDICATOR FOR ACCOUNTABILITY (HPIA) No Indikator Standard Julai - Disember 2015 PENCAPAIAN HOSPITAL PERFORMANCE INDICATOR FOR ACCOUNTABILITY (HPIA) No Indikator Standard Performance Julai - Disember 2015 Catatan INTERNAL BUSINESS PROCESS 1 ST elevation myocardial infarction (STEMI)

More information

Data Sheet Januari 2015. Hubungi Kami. 0804 1 808 888 info@qwords.com

Data Sheet Januari 2015. Hubungi Kami. 0804 1 808 888 info@qwords.com Januari 2015 Product Overview ` Web Hosting Web Hosting Web Hosting merupakan layanan penyimpanan data untuk website anda di Internet, layanan ini amat diperlukan jika anda ingin memiliki website. Data

More information

Page 1 of 1. Page 2 of 2 % &! " '! ( ' ( $) * +, - % -. !" # $

Page 1 of 1. Page 2 of 2 % &!  '! ( ' ( $) * +, - % -. ! # $ Argosoft Pos Server Panduan Page 1 of 1 Isi Mulai... 3 Menguasai... 5 Pilihan... 7 Menentukan catatan... 10 Menentukan Linkungan... 11 Linkungan betul... 12 Menentukan linkungan berganda... 13 Menambahkan

More information

LICENSE4J LICENSE ACTIVATION AND VALIDATION PROXY SERVER USER GUIDE

LICENSE4J LICENSE ACTIVATION AND VALIDATION PROXY SERVER USER GUIDE LICENSE4J LICENSE ACTIVATION AND VALIDATION PROXY SERVER USER GUIDE VERSION 1.6.0 LICENSE4J www.license4j.com Table of Contents Getting Started... 2 Installation... 3 Configuration... 4 Error and Access

More information

Setup Guide for Magento and BlueSnap

Setup Guide for Magento and BlueSnap Setup Guide for Magento and BlueSnap This manual is meant to show you how to connect your Magento store with your newly created BlueSnap account. It will show step-by-step instructions. For any further

More information

DEVELOPMENT OF DATA ACQUISITION SOFTWARE FOR CENTRALIZED RADIATION MONITORING SYSTEM

DEVELOPMENT OF DATA ACQUISITION SOFTWARE FOR CENTRALIZED RADIATION MONITORING SYSTEM DEVELOPMENT OF DATA ACQUISITION SOFTWARE FOR CENTRALIZED RADIATION MONITORING SYSTEM Nolida Yussup 1, Maslina Mohd Ibrahim 1, Mohd Fauzi Haris 2, Syirrazie Che Soh 1, Harzawardi Hasim 1, Azraf Azman 3

More information

account multiple solutions

account multiple solutions Quick Start Guide 1 Our easy to use guide will get you up and running in no time! The guide will assist you to: Validate bank numbers Validate ID numbers Access number tips Release funds to your bank Transfer

More information

DRUG MANAGEMENT SYSTEM (DMS) NURUL A1N BINTI MUHAMMAD

DRUG MANAGEMENT SYSTEM (DMS) NURUL A1N BINTI MUHAMMAD DRUG MANAGEMENT SYSTEM (DMS) NURUL A1N BINTI MUHAMMAD A thesis submitted in fulfillment of the requirements for the award of the degree of Bachelor of Computer Science (Computer Systems and Networking)

More information

NAMA:... Tingkatan :... BAHAGIAN PENGURUSAN SEKOLAH BERASRAMA PENUH DAN SEKOLAH KECEMERLANGAN KEMENTERIAN PELAJARAN MALAYSIA

NAMA:... Tingkatan :... BAHAGIAN PENGURUSAN SEKOLAH BERASRAMA PENUH DAN SEKOLAH KECEMERLANGAN KEMENTERIAN PELAJARAN MALAYSIA SULIT 4531/3 NAMA:... Tingkatan :... 4531/3 Fizik Kertas 3 Ogos 2012 1 ½ jam BAHAGIAN PENGURUSAN SEKOLAH BERASRAMA PENUH DAN SEKOLAH KECEMERLANGAN KEMENTERIAN PELAJARAN MALAYSIA PEPERIKSAAN PERCUBAAN SPM

More information

Data Solutions WebPortal Account Creation

Data Solutions WebPortal Account Creation Data Solutions WebPortal Account Creation Introduction The WebPortal is a web-based customer service model introduced by Bloomberg in order to create a more robust and efficient customer service experience

More information

My Services Online Service Support. User Guide for DNS and NTP services

My Services Online Service Support. User Guide for DNS and NTP services My Services Online Service Support User Guide for DNS and NTP services Table of Contents 1 MY SERVICES... 3 2 ACCESSING MY SERVICES VIA THE INTERNET... 3 2.1 Logging into My Services... 3 2.2 My Services

More information

THE FINGERPRINT IDENTIFICATION OF ATTENDANCE ANALYSIS & MANAGEMENT. LEE GUAN HENG (Software Engineering)

THE FINGERPRINT IDENTIFICATION OF ATTENDANCE ANALYSIS & MANAGEMENT. LEE GUAN HENG (Software Engineering) THE FINGERPRINT IDENTIFICATION OF ATTENDANCE ANALYSIS & MANAGEMENT LEE GUAN HENG (Software Engineering) This project is submitted in partial fulfillment of the requirements for the degree of Bachelor of

More information

REGISTRATION AND BILLING SYSTEM TAN CHIN YONG

REGISTRATION AND BILLING SYSTEM TAN CHIN YONG REGISTRATION AND BILLING SYSTEM TAN CHIN YONG A report is submitted in partial fulfillment of the requirements for the award of the degree of Bachelor of Computer Technology (Software Engineering) Faculty

More information

Code Generation for Mobile Terminals Remote Accessing to the Database Based on Object Relational Mapping

Code Generation for Mobile Terminals Remote Accessing to the Database Based on Object Relational Mapping , pp.35-44 http://dx.doi.org/10.14257/ijdta.2013.6.5.04 Code Generation for Mobile Terminals Remote Accessing to the Database Based on Object Relational Mapping Wen Hu and Yan li Zhao School of Computer

More information

CAR LOCK INDICATOR HAIRULAZAM BIN HAIRULDIN

CAR LOCK INDICATOR HAIRULAZAM BIN HAIRULDIN ii CAR LOCK INDICATOR HAIRULAZAM BIN HAIRULDIN This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor Degree of Electrical Engineering (Electronics) Faculty of

More information

DIPLOMA IN WEBDEVELOPMENT

DIPLOMA IN WEBDEVELOPMENT DIPLOMA IN WEBDEVELOPMENT Prerequisite skills Basic programming knowledge on C Language or Core Java is must. # Module 1 Basics and introduction to HTML Basic HTML training. Different HTML elements, tags

More information

INTEGRATING CONSUMER TRUST IN BUILDING AN E-COMMERCE WEBSITE NUR ZAILAN BIN OTHMAN

INTEGRATING CONSUMER TRUST IN BUILDING AN E-COMMERCE WEBSITE NUR ZAILAN BIN OTHMAN i INTEGRATING CONSUMER TRUST IN BUILDING AN E-COMMERCE WEBSITE NUR ZAILAN BIN OTHMAN A project report submitted in partial fulfillment of the requirements for the award of the degree of Master of Science

More information

STEPS TO REGISTER YOUR PROFILE AND BOOK THE COUPON

STEPS TO REGISTER YOUR PROFILE AND BOOK THE COUPON STEPS TO REGISTER YOUR PROFILE AND BOOK THE COUPON 1. Registering with Sabarimala Virtual Q Portal A user can register into the site after a few easy steps. A user needs to register with the site to be

More information

PCI Compliance Instructions

PCI Compliance Instructions PCI Compliance Instructions 1. Access our website at www.bridgenb.com and click Bridge Merchant 2. Click the Merchant PCI Compliance Program button, located at the bottom of the page 3. Enter Username

More information

Free Medical Billing. Insurance Payment Posting: The following instructions will help guide you through Insurance Payment Posting Procedures.

Free Medical Billing. Insurance Payment Posting: The following instructions will help guide you through Insurance Payment Posting Procedures. : The following instructions will help guide you through Procedures. Click Windows Start Button Click Open Internet Browser Enter Https://www.FreeMedicalBilling.net Click Login to Your Account Enter Username:

More information

End of Sale/End of Life Report Tool Usage Notes for CiscoWorks NCM 1.6

End of Sale/End of Life Report Tool Usage Notes for CiscoWorks NCM 1.6 End of Sale/End of Life Report Tool Usage Notes for CiscoWorks NCM 1.6 October 2010, These usage notes provide information on using the End of Sale/End of Life Report tool that is available with CiscoWorks

More information

UNIVERSITI TEKNIKAL MALAYSIA MELAKA FAKULTI TEKNOLOGI MAKLUMAT DAN KOMUNIKASI

UNIVERSITI TEKNIKAL MALAYSIA MELAKA FAKULTI TEKNOLOGI MAKLUMAT DAN KOMUNIKASI UNIVERSITI TEKNIKAL MALAYSIA MELAKA FAKULTI TEKNOLOGI MAKLUMAT DAN KOMUNIKASI SEMESTER 2 2013/2014 PROJEK SARJANA MUDA 1 (BITU ) BITD REPORT PROJECT TITLE: UTeM SPORT CARNIVAL EVENT MANAGEMENT SYSTEM PREPARED

More information

DEFENSE LOGISTICS AGENCY AMERICA S COMBAT SUPPORT LOGISTICS AGENCY

DEFENSE LOGISTICS AGENCY AMERICA S COMBAT SUPPORT LOGISTICS AGENCY DEFENSE LOGISTICS AGENCY AMERICA S COMBAT SUPPORT LOGISTICS AGENCY WARFIGHTER FOCUSED, GLOBALLY RESPONSIVE SUPPLY CHAIN LEADERSHIP How to Enroll In AMPs WARFIGHTER SUPPORT ENHANCEMENT STEWARDSHIP EXCELLENCE

More information

DEVELOP AND DESIGN SHEMATIC DIAGRAM AND MECHANISM ON ONE SEATER DRAG BUGGY MUHAMMAD IBRAHIM B MD NUJID

DEVELOP AND DESIGN SHEMATIC DIAGRAM AND MECHANISM ON ONE SEATER DRAG BUGGY MUHAMMAD IBRAHIM B MD NUJID DEVELOP AND DESIGN SHEMATIC DIAGRAM AND MECHANISM ON ONE SEATER DRAG BUGGY MUHAMMAD IBRAHIM B MD NUJID A report in partial fulfillment of the requirements For award of the Diploma of Mechanical Engineering

More information

How to obtain tax return transcripts from the IRS website

How to obtain tax return transcripts from the IRS website How to obtain tax return transcripts from the IRS website Step One: In your browser, type in www.irs.gov and click on the link that says Get Transcript for My Tax Records Step Two: Click on the Get Transcript

More information

WEB BASED Access Control/Time Attendance Software Manual V 1.0

WEB BASED Access Control/Time Attendance Software Manual V 1.0 WEB BASED Access Control/Time Attendance Software Manual V 1.0 2007/12/26 CONTENT 1. First Login...3 2. Terminal Setup...3 2.1 Add Terminal...4 2.2 Delete Terminal...5 2.3 Modify Terminal...5 2.4 List

More information

IMPROVING SERVICE REUSABILITY USING ENTERPRISE SERVICE BUS AND BUSINESS PROCESS EXECUTION LANGUAGE AKO ABUBAKR JAAFAR

IMPROVING SERVICE REUSABILITY USING ENTERPRISE SERVICE BUS AND BUSINESS PROCESS EXECUTION LANGUAGE AKO ABUBAKR JAAFAR IMPROVING SERVICE REUSABILITY USING ENTERPRISE SERVICE BUS AND BUSINESS PROCESS EXECUTION LANGUAGE AKO ABUBAKR JAAFAR A project report submitted in partial fulfillment of the requirements for the award

More information

How to create an Expense Report through iexpense in the iphone Mobile App

How to create an Expense Report through iexpense in the iphone Mobile App How to create an Expense Report through iexpense in the iphone Mobile App 1. Before you can submit Expense Reports through the mobile app, you need to access iexpense through the web application to set

More information

eaccounts Customer Instruction Manual

eaccounts Customer Instruction Manual eaccounts Customer Instruction Manual Table of Contents 1.0 eaccounts Homepage... 3 2.0 Login... 4 3.0 Login History... 5 4.0 Download History... 6 5.0 Verify Customer Details... 7 6.0 Verify Operations

More information

MASTER S PROJECT REPORT SUMMARY

MASTER S PROJECT REPORT SUMMARY MASTER S PROJECT REPORT SUMMARY LEVEL OF SERVICE (LOS) FOR MULTILANE HIGHWAY AND ROAD ACCIDENT INFORMATION SYSTEM DEVELOPMENT OF BATU PAHAT AREA (LORIS) Prepared by: Mohd Ezree Bin Abdullah Master of Engineering

More information

Setup Guide for PrestaShop and BlueSnap

Setup Guide for PrestaShop and BlueSnap Setup Guide for PrestaShop and BlueSnap This manual is meant to show you how to connect your PrestaShop store with your newly created BlueSnap account. It will show step-by-step instructions. For any further

More information

Better PHP Security Learning from Adobe. Bill Condo @mavrck PHP Security: Adobe Hack

Better PHP Security Learning from Adobe. Bill Condo @mavrck PHP Security: Adobe Hack Better PHP Security Learning from Adobe Quickly, about me Consultant! Senior Engineer! Developer! Senior Developer! Director of Tech! Hosting Manager! Support Tech 2014: Digital Director Lunne Marketing

More information

Please be sure to read this document in its entirety in order to be adequately prepared for performing an Ultimus Database Server Migration.

Please be sure to read this document in its entirety in order to be adequately prepared for performing an Ultimus Database Server Migration. Ultimus Database Server Migration This document explains how to perform an Ultimus BPM Database server migration from one SQL Server to another. It is important to note that while this database migration

More information

FLX VoIP Registering with Avaya IP Office 500

FLX VoIP Registering with Avaya IP Office 500 FLX VoIP Registering with Avaya IP Office 500 Date: April 5 th, 2012 This technical note gives a detailed description on how to register a Revolabs FLX conference phone with Avaya IP Office 500 PBX. On

More information

Preparing your Domain to transfer from Go Daddy

Preparing your Domain to transfer from Go Daddy Preparing your Domain to transfer from Go Daddy Before you can transfer a domain: Getting Started Disable domain privacy. If the privacy service forwards incoming email, check the ʻforward toʼ contact

More information

User-password application scripting guide

User-password application scripting guide Chapter 2 User-password application scripting guide You can use the generic user-password application template (described in Creating a generic user-password application profile) to add a user-password

More information

The English translation Of MBA Standard 0301

The English translation Of MBA Standard 0301 MBA 文 書 0603 号 MBA Document 0603 The English translation Of MBA Standard 0301 MISAUTH Protocol Specification The authoritive specification is Japansese one, MBA Standard 0203 (June 2004). The Protocol

More information

Ž Ž Ň Ň Č ú Ď Ř Á Ó ž ž Ú ž ž Ň Á Š ž É Á Ň Ň Ň ú Ú Š Ó ž Ř ú Á ž Ď ú ú Ú Ú Ň Ž Á Ž Ž Á Ž Č É Ó Á Ž Ž Ř Ž Ř Ž Ř Ž Ř Ž Ž Ř Ž Ž Ž Ř Ž Ž Ž Ž Ř ú Ž Ž Ř Ý Š Ď ž Ý ž Ý Ď Ď Ž Á ú Š Á ž Ď ŽŽ Š Á Ň Ý ž Ď ú Č Ú

More information

LDAP Migration Avnet Self Care

LDAP Migration Avnet Self Care LDAP Migration Avnet Self Care Change Password... 2 Change Forgotten Password Information... 6 Retrieving a Forgotten Password... 11 Tips... 14 Support Desk Contacts... 14 Change Password When you need

More information

Cello How-To Guide. Tenant Wise Data Back-up

Cello How-To Guide. Tenant Wise Data Back-up Cello How-To Guide Tenant Wise Data Back-up Contents 1 Tenant Wise Data Back-up... 3 1.1 Backup Types... 3 1.2 Database Backup... 3 1.3 Backup to File Destination... 4 1.3.1 Upload to FTP... 5 1.4 Privileges

More information

Al-Ijarah Leasing and Factoring Finance Institution (Schedule Institution) under Section 19(1) Banking and Financial Institution Act (BAFIA) 1989

Al-Ijarah Leasing and Factoring Finance Institution (Schedule Institution) under Section 19(1) Banking and Financial Institution Act (BAFIA) 1989 KHTAR FACTORNG SDN.BHD (507971 X) No. 10 G, Persiaran 65, Pekeliling Business Centre, Off Jalan Pahang Barat, 53000 Kuala Lumpur. Tel: 603-4024 6455, 4022 6455, Fax: 603-4022 4020 Email : sera@ikhtiarfactroing.com

More information

caqtdm Tutorial Jim Stevens APS Controls Group October 9, 2014

caqtdm Tutorial Jim Stevens APS Controls Group October 9, 2014 caqtdm Tutorial Jim Stevens APS Controls Group October 9, 2014 Based on 2004 Medm lecture by Kenneth Evans Jr. 2013 Abridged version by Tim Mooney for SSG class 1 caqtdm Tutorial Introduction Introduction:

More information

WEB SERVICES TECHNICAL GUIDE FOR DEVELOPERS

WEB SERVICES TECHNICAL GUIDE FOR DEVELOPERS WEB SERVICES TECHNICAL GUIDE FOR DEVELOPERS 1. Introduction This Technical Manual considers a development project that need to integrate with the Web Services Central Bank of Chile provides, to obtain

More information

Using Blackboard Learn 9 Web Services - Part 2 Learning About The Web Service Classes And Methods

Using Blackboard Learn 9 Web Services - Part 2 Learning About The Web Service Classes And Methods Using Blackboard Learn 9 Web Services - Part 2 Learning About The Web Service Classes And Methods Introduction Blackboard Learn 9.1 provides many different web service classes and those class have numerous

More information

How to Configure Active Directory based User Authentication

How to Configure Active Directory based User Authentication How to Configure Active Directory based User Authentication You Must Have: Microsoft server with Active Directory configured. Windows 2000 Server is configured as Active Directory server in this example.

More information

CABI Training Materials. CAB Direct MyCABDirect, Alerts and RSS Feeds KNOWLEDGE FOR LIFE. www.cabi.org

CABI Training Materials. CAB Direct MyCABDirect, Alerts and RSS Feeds KNOWLEDGE FOR LIFE. www.cabi.org CABI Training Materials CAB Direct MyCABDirect, Alerts and RSS Feeds www.cabi.org KNOWLEDGE FOR LIFE Contents Create a MyCABDirect Account... 3 MyCABDirect Features... 4 Saving Searches... 5 Alerts...

More information

Using YSU Password Self-Service

Using YSU Password Self-Service Using YSU Password Self-Service Using YSU Password Self-Service Password Self-Service Web Interface Required Items: YSU (MyYSU) Directory account, Web browser This guide will assist you with using the

More information

SQL Injection. SQL Injection. CSCI 4971 Secure Software Principles. Rensselaer Polytechnic Institute. Spring 2010 ...

SQL Injection. SQL Injection. CSCI 4971 Secure Software Principles. Rensselaer Polytechnic Institute. Spring 2010 ... SQL Injection CSCI 4971 Secure Software Principles Rensselaer Polytechnic Institute Spring 2010 A Beginner s Example A hypothetical web application $result = mysql_query(

More information

Detailed Process for Licensing Enterprise Alpha NVR

Detailed Process for Licensing Enterprise Alpha NVR Detailed Process for Licensing Enterprise Alpha NVR A. Accessing the Website After you have installed the Enterprise software: 1. Log in to the Honeywell Software Licensing Delivery Tool through this link:

More information

I Expense Online Expense Approvals

I Expense Online Expense Approvals I Expense Online Expense Approvals Page 1 Contents Approving Expense Reports... 3 Viewing Expense Reports Receipts... 7 Alternative Actions... 9 Page 2 Approving Expense Reports Approving Expense Reports

More information

User Guide. NAS Compression Setup

User Guide. NAS Compression Setup NAS compression is not done on the recorder, it is a separate application normally requiring a dedicated machine (audio compression is extremely CPU intensive so need to be very careful about running it

More information

KETTERING EACCOUNTS WEB PORTAL HELP SHEET

KETTERING EACCOUNTS WEB PORTAL HELP SHEET KETTERING EACCOUNTS WEB PORTAL HELP SHEET Kettering eaccounts solution builds in the convenience for students and employees to manage their BJ Bucks, Meal Plan or Kettering Cash accounts. eaccounts features

More information

An Introduction to College E-mail

An Introduction to College E-mail An Introduction to College E-mail Contents Introduction The College e-mail facility works like many standard e-mail systems allowing you to send and receive e-mail, store messages in folders and to hold

More information

Optimum Business SIP Trunk Set-up Guide

Optimum Business SIP Trunk Set-up Guide Optimum Business SIP Trunk Set-up Guide For use with IP PBX only. SIPSetup 07.13 FOR USE WITH IP PBX ONLY Important: If your PBX is configured to use a PRI connection, do not use this guide. If you need

More information

APPLICATION PROGRAM INTERFACE (API) FOR AIRASSURE WEB PM2.5 SOFTWARE

APPLICATION PROGRAM INTERFACE (API) FOR AIRASSURE WEB PM2.5 SOFTWARE APPLICATION PROGRAM INTERFACE (API) FOR AIRASSURE WEB PM2.5 SOFTWARE APPLICATION NOTE PM2.5-003 (US) Introduction TSI has released an API for the AirAssure Web Software that will enable customers to extract

More information

NO SQL! NO INJECTION?

NO SQL! NO INJECTION? NO SQL! NO INJECTION? A talk on the state of NoSQL security IBM Cyber Security Center of Excellence Aviv Ron Alexandra Shulman-Peleg IBM AppScan Emanuel Bronshtein AVIV RON Security Researcher for IBM

More information

Credit Card Processing Setup

Credit Card Processing Setup Credit Card Processing Setup Users Settings Payments Credit Card Processing Settings Credit Card Processing Settings Basic Setup 2 Card Processing 4 Credit Card Processor 5 Setting up Authorize.net 6 Setting

More information

ONLINE RESTAURANT MANAGEMENT SYSTEM (ORMS) HANISAH BINTI MD TAHA

ONLINE RESTAURANT MANAGEMENT SYSTEM (ORMS) HANISAH BINTI MD TAHA ONLINE RESTAURANT MANAGEMENT SYSTEM (ORMS) HANISAH BINTI MD TAHA This report is submitted in partial fulfillment of the requirements for the Bachelor of Computer Science (Database Management) FACULTY OF

More information

ACA Communications Test File Creation and Submission

ACA Communications Test File Creation and Submission ACA Communications Test File Creation and Submission The IRS processing steps listed in this document are an adaptation based on information found in Publication 5164 located on the IRS Forms & Publications

More information

Setting up your Moneris Payment Gateway

Setting up your Moneris Payment Gateway Setting up your Moneris Payment Gateway Documentation for setting up TouchBistro TM for: eselect Plus Moneris PinPad (ipp320 / VAR), or Moneris Hosted Pay Page Setting up your Moneris Payment Gateway This

More information

Tableau Server Trusted Authentication

Tableau Server Trusted Authentication Tableau Server Trusted Authentication When you embed Tableau Server views into webpages, everyone who visits the page must be a licensed user on Tableau Server. When users visit the page they will be prompted

More information

Log-in made easy. MB Advantage Single Sign-On Now Available to DealerTrack.

Log-in made easy. MB Advantage Single Sign-On Now Available to DealerTrack. Log-in made easy. MB Advantage Single Sign-On Now Available to DealerTrack. New Feature Now, you can effortlessly access DealerTrack right from the MB Advantage Portal. Within MB Advantage, simply click

More information

DESIRE2LEARN AND TURNINGPOINT CLOUD

DESIRE2LEARN AND TURNINGPOINT CLOUD Desire2Learn and TurningPoint Cloud 1 DESIRE2LEARN AND TURNINGPOINT CLOUD The integration with Desire2Learn allows for Turning Technologies users to leverage response devices in class to easily collect

More information

Intelligent agents monitor your course to find activity that matches criteria that you set. The criteria that the agents search for are:

Intelligent agents monitor your course to find activity that matches criteria that you set. The criteria that the agents search for are: Intelligent Agents Intelligent agents monitor your course to find activity that matches criteria that you set. The criteria that the agents search for are: Student login activity Release conditions in

More information

WebScheduler TotalFBO TotalFBO Initial Installation TotalFBO Connecting to a Database TotalFBO

WebScheduler TotalFBO TotalFBO Initial Installation TotalFBO Connecting to a Database TotalFBO WebScheduler WebScheduler is a plug-in to TotalFBO which provides an online interface to your database. This enables customers and staff to view, change, and delete their own appointments as well as print

More information

Quick DDNS Quick Start Guide

Quick DDNS Quick Start Guide Quick DDNS Quick Start Guide Contents Before Use... 1 Enable Domain Name Access... 2 Default Domain Name Access... 2 Custom Domain Name... 3 DDNS Web Registration and Management... 5 Smart Phone Client...

More information

Setup Citrix Access Gateway Enterprise Edition (NetScaler) for use of multiple authentication methods.

Setup Citrix Access Gateway Enterprise Edition (NetScaler) for use of multiple authentication methods. Nordic Edge One Time Password (OTP Server) has a comprehensive RADIUS support, including support for multiple authentication methods. This means that the end user can choose authentication method: SMS,

More information

Using a Remote SQL Server Best Practices

Using a Remote SQL Server Best Practices Using a Remote SQL Server Best Practices This article will show the steps to setting up an SQL based survey starting with a new project from scratch. 1. Creating a New SQL Project from scratch a. Creating

More information

Device Log Export ENGLISH

Device Log Export ENGLISH Figure 14: Topic Selection Page Device Log Export This option allows you to export device logs in three ways: by E-Mail, FTP, or HTTP. Each method is described in the following sections. NOTE: If the E-Mail,

More information

FRONT DESK CUSTOMER SERVICE FOR QUEUE MANAGEMENT SYSTEM MOHAMAD FAZLI BIN ALIAS

FRONT DESK CUSTOMER SERVICE FOR QUEUE MANAGEMENT SYSTEM MOHAMAD FAZLI BIN ALIAS FRONT DESK CUSTOMER SERVICE FOR QUEUE MANAGEMENT SYSTEM MOHAMAD FAZLI BIN ALIAS This thesis is submitted as partial fulfillment of the requirement for the award of the Bachelor Degree of Electrical Engineering

More information

FLX UC1000/1500 Registering with Siemens HiPath 4000 & OpenScape Voice Server

FLX UC1000/1500 Registering with Siemens HiPath 4000 & OpenScape Voice Server Technical Note FLX UC1000/1500 Registering with Siemens HiPath 4000 & OpenScape Voice Date: February 1, 2016 This technical note gives a detailed description on how to register a Revolabs FLX UC1000/1500

More information

Installing and Sending with DocuSign for NetSuite v2.2

Installing and Sending with DocuSign for NetSuite v2.2 DocuSign Quick Start Guide Installing and Sending with DocuSign for NetSuite v2.2 This guide provides information on installing and sending documents for signature with DocuSign for NetSuite. It also includes

More information

WHMCS Integration Manual

WHMCS Integration Manual WHMCS Integration Manual Manual for installing and configuring WHMCS module 1. Introduction BackupAgent has integrated its service as a module into WHMCS v5 and higher. Service Providers who use WHMCS

More information