Konsep aplikasi program kasir :
Analisis Listing
Open this link
http://www.4shared.com/office/5qoLEVxk/Analisis_Listing_Program_Kasir.html
1. Deskripsi
Aplikasi program kasir adalah sebuah aplikasi yang dapat digunakan untuk proses perhitungan total pembayaran yang akan dilakukan dalam sebuah transaksi penjualan.
2. Tujuan
· Mendapatkan nilai yang bagus dalam jurnal praktikum Teknologi Informatika 2012 modul 2.
· Memudahkan perhitungan pembayaran dalam proses penjualan.
3. Manfaat
· Mengetahui fungsi koding-koding yang dipakai dalam aplikasi program kasir.
· Memahami fungsi koding-koding yang dipakai dalam aplikasi program kasir.
· Memperoleh nilai dalam jurnal praktikum Teknologi Informatika 2012 modul 2.
4. Sasaran User
Semua usaha penjualan yang menggunakan kasir.
Flowchart
Penjelasan Flowchart :
1. Program Dijalankan
2. Adanya inputan berupa jenis barang yang akan dibeli yang kemudian muncul harga dari barang yang dipilih, serta jumlah barang yang diinginkan.
3. Melakukan perulangan (N) maximal 3 kali
4. Melakukan proses perhitungan ‘Total(N) = harga barang * jumlah barang’
5. Melakukan pengulangan perhitungan jika diinginkan adanya penambahan barang, jika tidak lanjut ke proses selanjutnya
6. Melakukan proses perhitungan ‘Total Harga = (Total(1) + Total(2) + Total(3)) * potongan / 100’
7. Dimasukkan input uang pembayaran
8. Jika uang pembayaran yang dimasukkan kurang dari ‘Total Harga’ maka tidak dapat lanjut ke proses selanjutnya, jika memenuhi persyaratan maka bisa melanjutkan ke proses selanjutnya
9. Melakukan proses perhitungan ‘Kembalian = Uang Pembayaran – Total Harga’
10. Memilih mau mencetak nota pembayaran atau tidak
11. Program ditutup
Cara membuat form biodata untuk pendaftaran :
· Buka Visual Basic 2010, lalu klik new project
· Kemudian buatlah 2 form, dengan memilih project
Klik Add Windows Form
FORM 2
Komponen
Toolbox yang digunakan :
No
|
Komponen
|
Properties
|
Keterangan
|
1
|
Form1
|
Name
Text
BackgroundImage
BackgroundImageLayout
|
Form1
Kasir Razer Gaming DeviceSystem.Drawing.Bitmap
Stretch
|
2
|
Label1
|
Name
Text
BackColor
|
Label1
RAZER GAMING DEVICE SHOP "TI 07 IE"
Lime
|
3
|
Label2
|
Name
Text
BackColor
|
Label2
Jenis Barang
Yellow
|
4
|
Label3
|
Name
Text
BackColor
|
Label3
Harga
Yellow
|
5
|
Label4
|
Name
Text
BackColor
|
Label4
Jumlah
Yellow
|
6
|
Label10
|
Name
Text
BackColor
|
Label5
Total
Yellow
|
7
|
Label11
|
Name
Text
BackColor
|
Label11
*Maaf : Maximal hanya 3 jenis barang
Yellow
|
8
|
Label5
|
Name
Text
BackColor
|
Label5
Potongan
Yellow
|
9
|
Label6
|
Name
Text
BackColor
|
Label6
Total Harga
Yellow
|
10
|
Label7
|
Name
Text
BackColor
|
Label7
Uang Pembayaran
Yellow
|
11
|
Label8
|
Name
Text
BackColor
|
Label8
Kembalian
Yellow
|
12
|
Label9
|
Name
Text
BackColor
|
Label9
"FOR GAMERS BY GAMERS"
Yellow
|
13
|
ComboBox1
|
Name
Text
|
ComboBox1
|
14
|
ComboBox2
|
Name
Text
|
ComboBox2
|
15
|
ComboBox3
|
Name
Text
|
ComboBox3
|
16
|
TextBox1
|
Name
Text
|
TextBox1
|
17
|
TextBox2
|
Name
Text
|
TextBox2
|
18
|
TextBox3
|
Name
Text
|
TextBox3
|
19
|
TextBox4
|
Name
Text
|
TextBox4
|
20
|
TextBox5
|
Name
Text
|
TextBox5
|
21
|
TextBox6
|
Name
Text
|
TextBox6
|
22
|
TextBox7
|
Name
Text
|
TextBox7
|
23
|
TextBox8
|
Name
Text
|
TextBox8
|
24
|
TextBox9
|
Name
Text
|
TextBox9
|
25
|
TextBox10
|
Name
Text
|
TextBox10
|
26
|
TextBox11
|
Name
Text
|
TextBox11
|
27
|
TextBox12
|
Name
Text
|
TextBox12
|
28
|
RadioButton1
|
Name
Text
|
RadioButton1
0
|
29
|
RadioButton2
|
Name
Text
|
RadioButton2
5
|
30
|
RadioButton3
|
Name
Text
|
RadioButton3
10
|
31
|
RadioButton4
|
Name
Text
|
RadioButton4
15
|
32
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
33
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
34
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
35
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
36
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
37
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
38
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
39
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
40
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
41
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
42
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
43
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
44
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
45
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
46
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
47
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
48
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
49
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
50
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
51
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
52
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
53
|
PictureBox1
|
Name
BackgroundImage
BackgroundImageLayout
|
PictureBox1
System.Drawing.Bitmap
Stretch
|
54
|
Button1
|
Name
Text
BackColor
|
Button1
Pembelian
Lime
|
55
|
Button2
|
Name
Text
BackColor
|
Button2
Kembalian
Lime
|
56
|
Button3
|
Name
Text
BackColor
|
Button3
Refresh
Lime
|
57
|
Button4
|
Name
Text
BackColor
|
Button4
Keluar
Lime
|
58
|
Button5
|
Name
Text
BackColor
|
Button5
Cetak Nota
Lime
|
59
|
Form2
|
Name
Text
BackgroundImage
BackgroundImageLayout
|
Form2
Form2 DeviceSystem.Drawing.Bitmap
Stretch
|
60
|
Label1
|
Name
Text
BackColor
|
Label1
Nota Pembayaran
Lime
|
61
|
Label2
|
Name
Text
BackColor
|
Label2
Jenis Barang
Yellow
|
62
|
Label3
|
Name
Text
BackColor
|
Label3
Yellow
|
63
|
Label4
|
Name
Text
BackColor
|
Label4
Yellow
|
64
|
Label5
|
Name
Text
BackColor
|
Label5
Jumlah
Yellow
|
65
|
Label6
|
Name
Text
BackColor
|
Label6
Yellow
|
66
|
Label7
|
Name
Text
BackColor
|
Label7
Yellow
|
67
|
Label8
|
Name
Text
BackColor
|
Label8
Total
Yellow
|
68
|
Label9
|
Name
Text
BackColor
|
Label9
Yellow
|
69
|
Label10
|
Name
Text
BackColor
|
Label10
Yellow
|
70
|
Label12
|
Name
Text
BackColor
|
Label12
Total Harga
Yellow
|
71
|
Label14
|
Name
Text
BackColor
|
Label14
Yellow
|
72
|
Label15
|
Name
Text
BackColor
|
Label15
Pembayaran
Yellow
|
73
|
Label16
|
Name
Text
BackColor
|
Label16
Yellow
|
74
|
Label17
|
Name
Text
BackColor
|
Label17
Kembalian
Yellow
|
75
|
Label18
|
Name
Text
BackColor
|
Label18
Yellow
|
76
|
Label19
|
Name
Text
BackColor
|
Label19
Let’s War with Razer
Yellow
|
77
|
Label20
|
Name
Text
BackColor
|
Label20
Yellow
|
78
|
Label21
|
Name
Text
BackColor
|
Label21
Yellow
|
79
|
Label22
|
Name
Text
BackColor
|
Label22
Yellow
|
80
|
Label23
|
Name
Text
BackColor
|
Label23
Yellow
|
81
|
Label24
|
Name
Text
BackColor
|
Label24
Yellow
|
82
|
Label25
|
Name
Text
BackColor
|
Label25
Yellow
|
83
|
Label26
|
Name
Text
BackColor
|
Label26
Harga
Yellow
|
84
|
Button1
|
Name
Text
BackColor
|
Button1
Ok
Lime
|
Analisis Listing
Open this link
http://www.4shared.com/office/5qoLEVxk/Analisis_Listing_Program_Kasir.html
Tidak ada komentar:
Posting Komentar