Aplikasi Kasir Restoran
Aplikasi Kasir Restoran
Aplikasi Kasir Restoran
Aplikasi Kasir ini dibuat menggunakan Visual Basic 2008 dan Data Base Microsoft
Acces 2007.
Berikut ini langkah-langkah pembuatanya,
Buka Visual Studio 2008 pilih new project lalu Windows form application
x = OLECMD.ExecuteNonQuery
If x = 1 Then
MsgBox("Anda Berhasil Mendaftar, Silahkan Login...",
MsgBoxStyle.Information, "Informasi")
Me.Hide()
Form1.Show()
Me.Close()
Else
MsgBox("Gagal Mendaftar !!!", MsgBoxStyle.Exclamation,
"Kesalahan")
End If
End Sub
End Class
End Sub
If OLERDR.HasRows Then
TextBox2.Text = OLERDR("Nama")
TextBox3.Text = OLERDR("Harga")
Else
MsgBox("Data Tidak Ditemukan….!", MsgBoxStyle.Exclamation,
"Perhatian")
End If
End Sub
Sub KodeOtomatis()
CNN = New OleDbConnection(KONEKSI)
If CNN.State <> ConnectionState.Closed Then CNN.Close()
CNN.Open()
OLECMD = New OleDbCommand("select * from Table3 order by [No
Transaksi] desc", CNN)
OLERDR = OLECMD.ExecuteReader
OLERDR.Read()
If Len(TextBox25.Text) = 1 Then
TextBox25.Text = "00000" & TextBox25.Text & ""
If OLERDR.HasRows Then
TextBox2.Text = OLERDR("Nama")
TextBox7.Text = OLERDR("Harga")
Else
MsgBox("Data Tidak Ditemukan….!", MsgBoxStyle.Exclamation,
"Perhatian")
End If
End Sub
End Sub
x = OLECMD.ExecuteNonQuery
If x = 1 Then
Call TampilTable2()
TextBox1.Text = ""
TextBox2.Text = ""
TextBox7.Text = ""
TextBox8.Text = ""
Else
MsgBox("Gagal menghapus data", MsgBoxStyle.Exclamation,
"Kesalahan")
End If
End Sub
Else
MsgBox("Gagal menghapus data", MsgBoxStyle.Exclamation,
"Kesalahan")
End If
End If
End Sub
If OLERDR.HasRows Then
TextBox14.Text = OLERDR("Nama")
Else
MsgBox("Kasir Tidak Ditemukan….!", MsgBoxStyle.Exclamation,
"Perhatian")
End If
End Sub
x = OLECMD.ExecuteNonQuery
If x = 1 Then
MsgBox("Terima Kasih Sudah Belanja,Kembalian Anda " &
TextBox5.Text, MsgBoxStyle.Information, "Informasi")
TextBox25.Text = ""
TextBox13.Text = ""
ComboBox13.Text = ""
TextBox14.Text = ""
TextBox3.Text = ""
End Sub
End Class
End Sub
End Class
Setelah semua form selesai save semua project dan beri nama TM Bella, sekarang
buat lah Data Base menggunakan Microsoft Acces seperti berikut :
Table login:
Table 2 :
Setelah selesai, beri nama DBbella lalu save ke folder project VB tadi yang telah kita
buat, letakkan di dalam folder TM Bella/bin/Debug .
Jika di runing tampilan program akan seperti ini :