-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRincianPembelian.frm
More file actions
451 lines (444 loc) · 13.6 KB
/
Copy pathRincianPembelian.frm
File metadata and controls
451 lines (444 loc) · 13.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form RincianPembelian
ClientHeight = 5475
ClientLeft = 60
ClientTop = 450
ClientWidth = 8055
BeginProperty Font
Name = "Century"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form5"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5475
ScaleWidth = 8055
StartUpPosition = 2 'CenterScreen
Begin VB.TextBox Text10
Alignment = 1 'Right Justify
Height = 350
Left = 6720
TabIndex = 19
Top = 3600
Width = 1000
End
Begin VB.TextBox Text9
Alignment = 2 'Center
Height = 350
Left = 6240
TabIndex = 18
Top = 3600
Width = 500
End
Begin VB.TextBox Text8
Height = 350
Left = 4920
TabIndex = 16
Top = 4320
Width = 1000
End
Begin VB.TextBox Text7
Height = 350
Left = 4920
TabIndex = 13
Top = 3960
Width = 2800
End
Begin VB.TextBox Text6
Height = 350
Left = 4920
TabIndex = 12
Top = 3600
Width = 1000
End
Begin VB.TextBox Text5
Height = 350
Left = 4920
TabIndex = 6
Top = 4680
Width = 2800
End
Begin VB.TextBox Text4
Height = 350
Left = 960
TabIndex = 5
Top = 4680
Width = 3000
End
Begin VB.TextBox Text3
Height = 350
Left = 960
TabIndex = 4
Top = 4320
Width = 3000
End
Begin VB.TextBox Text2
Height = 350
Left = 960
TabIndex = 3
Top = 3960
Width = 3000
End
Begin VB.TextBox Text1
Height = 350
Left = 960
TabIndex = 2
Top = 3600
Width = 1000
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 1920
Top = 3600
Visible = 0 'False
Width = 1995
_ExtentX = 3519
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = ""
OLEDBString = ""
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = ""
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Century"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "RincianPembelian.frx":0000
Height = 2655
Left = 1920
TabIndex = 1
Top = 840
Width = 6015
_ExtentX = 10610
_ExtentY = 4683
_Version = 393216
AllowUpdate = 0 'False
HeadLines = 2
RowHeight = 18
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Century"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Century"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 4
BeginProperty Column00
DataField = "Nama Barang"
Caption = "Nama Barang"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = "Harga Beli"
Caption = "Harga Beli"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column02
DataField = "Jumlah"
Caption = "Jumlah"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column03
DataField = "Total"
Caption = "Total"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1033
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
ColumnWidth = 3000,189
EndProperty
BeginProperty Column01
Alignment = 1
ColumnWidth = 915,024
EndProperty
BeginProperty Column02
Alignment = 2
ColumnWidth = 615,118
EndProperty
BeginProperty Column03
Alignment = 1
ColumnWidth = 915,024
EndProperty
EndProperty
End
Begin VB.ListBox List1
Height = 2535
Left = 120
TabIndex = 0
Top = 840
Width = 1575
End
Begin VB.Label Label6
Alignment = 2 'Center
BackColor = &H00FFC0C0&
BorderStyle = 1 'Fixed Single
Caption = "Rincian Transaksi Pembelian"
BeginProperty Font
Name = "Century"
Size = 18
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Left = 120
TabIndex = 20
Top = 120
Width = 7815
End
Begin VB.Label Label1
BorderStyle = 1 'Fixed Single
Caption = " Tanggal"
Height = 345
Left = 4080
TabIndex = 17
Top = 4320
Width = 855
End
Begin VB.Label Label5
BorderStyle = 1 'Fixed Single
Caption = " Kode"
Height = 345
Left = 4080
TabIndex = 15
Top = 3600
Width = 855
End
Begin VB.Label Label2
BorderStyle = 1 'Fixed Single
Caption = " Nama"
Height = 345
Left = 4080
TabIndex = 14
Top = 3960
Width = 855
End
Begin VB.Label Label3
BorderStyle = 1 'Fixed Single
Caption = " Person"
Height = 345
Left = 4080
TabIndex = 11
Top = 4680
Width = 855
End
Begin VB.Label Label4
BorderStyle = 1 'Fixed Single
Caption = " Telepon"
Height = 345
Left = 120
TabIndex = 10
Top = 4680
Width = 855
End
Begin VB.Label Label7
BorderStyle = 1 'Fixed Single
Caption = " Alamat"
Height = 345
Left = 120
TabIndex = 9
Top = 4320
Width = 855
End
Begin VB.Label Label8
BorderStyle = 1 'Fixed Single
Caption = " Nama"
Height = 345
Left = 120
TabIndex = 8
Top = 3960
Width = 855
End
Begin VB.Label Label9
BorderStyle = 1 'Fixed Single
Caption = " KodePms"
Height = 345
Left = 120
TabIndex = 7
Top = 3600
Width = 855
End
End
Attribute VB_Name = "RincianPembelian"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
On Error Resume Next
'buka database
Call BukaDB
'bersihkan dulu list
List1.Clear
'cari nomor faktur di tabel pembelian
RSDetailBeli.Open "Select Distinct Faktur from detailbeli", Conn
'tampilkan di list
Do Until RSDetailBeli.EOF
List1.AddItem RSDetailBeli!faktur
RSDetailBeli.MoveNext
Loop
Conn.Close
Call Gelap
End Sub
'ketika salah satu faktur dipilih, maka...
Private Sub List1_Click()
'buka database
Call BukaDB
Conn.CursorLocation = adUseClient
'cari data pembelian yang fakturnya dipilih
RSPembelian.Open "select * from Pembelian where Faktur='" & List1.Text & "'", Conn
RSPembelian.Requery
'jika ditemukan tampilkan tanggalnya
If Not RSPembelian.EOF Then Text8 = RSPembelian!tanggal
'buka tabel pemasok yang ada di tabel pembelian sesuai noor faktur
RSPemasok.Open "select * from pemasok where KodePms='" & RSPembelian!kodepms & "'", Conn
'jika ditemukan tampilkan data-datanya
If Not RSPemasok.EOF Then
Text1 = RSPemasok!kodepms
Text2 = RSPemasok!namapms
Text3 = RSPemasok!alamatpms
Text4 = RSPemasok!teleponpms
Text5 = RSPemasok!personpms
End If
'buka tabel kasir yang kodenya disimpan di tabel pembelian berdasarkan nomor faktur
RSKasir.Open "select * from Kasir where KodeKsr='" & RSPembelian!kodeksr & "'", Conn
'jika ditemukan tampilkan kode dan nama kasir
If Not RSKasir.EOF Then
Text6 = RSKasir!kodeksr
Text7 = RSKasir!NamaKsr
End If
Conn.Close
'hubungkan objek adodc ke database
Adodc1.ConnectionString = PathData '"Provider=Microsoft.Jet.OLEDB.4.0;Data Source= " & App.Path & "\ADOBeli.mdb"
'tampilkan nama barang, harga beli, jumlah beli dan total di tabel pembelian,detail beli yang fakturnya dipilih dalam list
'Adodc1.RecordSource = "select NamaBrg as [Nama Barang], HargaBeli,JmlBeli as Jumlah, HargaBeli*JmlBeli as Total from Barang,detailBeli where DetailBeli.kodeBrg=Barang.kodeBrg and Faktur='" & List1.Text & "'"
Adodc1.RecordSource = "select NamaBarang as [Nama Barang], HargaBeli as [Harga Beli],JmlBeli as Jumlah, subtotal as Total from detailBeli where Faktur='" & List1.Text & "'"
Adodc1.Refresh
'hubungkan datagrid1 dengan objek adodc
Set DataGrid1.DataSource = Adodc1
DataGrid1.Refresh
'tampilkan total dan item
Call Total
Call Item
End Sub
Private Sub List1_KeyPress(KeyAscii As Integer)
If KeyAscii = 27 Then Unload Me
End Sub
'mencari jumlah total item barang
Function Item()
Adodc1.Recordset.MoveFirst
jumlah = 0
Do While Not Adodc1.Recordset.EOF
jumlah = jumlah + Adodc1.Recordset!jumlah
Adodc1.Recordset.MoveNext
Loop
Text9 = jumlah
End Function
'mencari jumlah total harga beli
Function Total()
Adodc1.Recordset.MoveFirst
jumlah = 0
Do While Not Adodc1.Recordset.EOF
jumlah = jumlah + Adodc1.Recordset!Total
Adodc1.Recordset.MoveNext
Loop
Text10 = jumlah
End Function
Sub Gelap()
Text1.Enabled = False
Text2.Enabled = False
Text3.Enabled = False
Text4.Enabled = False
Text5.Enabled = False
Text6.Enabled = False
Text7.Enabled = False
Text8.Enabled = False
Text9.Enabled = False
Text10.Enabled = False
End Sub