B70340 2 years ago
parent
commit
7063f58df6

BIN
.vs/GA-ERP-SYS/FileContentIndex/8d23c1c1-e935-4b72-89c4-ae0b46ebea69.vsidx → .vs/GA-ERP-SYS/FileContentIndex/1c5605e3-125e-47ce-91f4-f7bcd34f7e28.vsidx View File


BIN
.vs/GA-ERP-SYS/FileContentIndex/1d03dc3c-5c8a-498b-9ba7-0d5bd96d9ba6.vsidx View File


BIN
.vs/GA-ERP-SYS/FileContentIndex/29d142fd-a653-43a9-80b8-1280daeff87b.vsidx View File


BIN
.vs/GA-ERP-SYS/FileContentIndex/bc2b7535-f058-402b-8a87-564d4ff44e7d.vsidx → .vs/GA-ERP-SYS/FileContentIndex/3ccc6225-0395-4afd-8a54-d0d6959c9a6b.vsidx View File


BIN
.vs/GA-ERP-SYS/FileContentIndex/6a586aaa-13cd-4365-9959-20a2aae5a0a0.vsidx View File


BIN
.vs/GA-ERP-SYS/FileContentIndex/f5994d35-9f56-4a3f-b398-dae3a25d4fb1.vsidx View File


BIN
.vs/GA-ERP-SYS/v17/.suo View File


+ 2
- 2
GA-ERP-SYS/LoginForm1.vb View File

339
         Me.ActiveControl = 使用者帳號_cb
339
         Me.ActiveControl = 使用者帳號_cb
340
     End Sub
340
     End Sub
341
     Private Sub ComboBox2_SelectedIndexChanged(sender As Object, e As EventArgs) Handles 使用者帳號_cb.TextChanged
341
     Private Sub ComboBox2_SelectedIndexChanged(sender As Object, e As EventArgs) Handles 使用者帳號_cb.TextChanged
342
-        If 使用者帳號_cb.Text = "b70340" Or 使用者帳號_cb.Text = "6666" Or 使用者帳號_cb.Text = "7777" Or 使用者帳號_cb.Text = "0013975151" Or 使用者帳號_cb.Text = "0003065795" Then
342
+        If 使用者帳號_cb.Text = "b70340" Or 使用者帳號_cb.Text = "6666" Or 使用者帳號_cb.Text = "7777" Or 使用者帳號_cb.Text = "0003065795" Or 使用者帳號_cb.Text = "0003065795" Then
343
             內網區域 = True
343
             內網區域 = True
344
         End If
344
         End If
345
         帳號_tb.Text = 使用者帳號_cb.Text
345
         帳號_tb.Text = 使用者帳號_cb.Text
362
     End Sub
362
     End Sub
363
     Private Sub 簡易_lb_Click(sender As Object, e As EventArgs) Handles 簡易_lb.Click
363
     Private Sub 簡易_lb_Click(sender As Object, e As EventArgs) Handles 簡易_lb.Click
364
         輸入密碼.ShowDialog()
364
         輸入密碼.ShowDialog()
365
-        If PA = "0013975151" Then
365
+        If PA = "0003065795" Then
366
             簡易登入_dgv.Visible = True : 解鎖_bt.Visible = True : UPDATE_bt.Visible = True : 更新下載_ch.Checked = True : Set_使用者清單() : 內網區域 = True
366
             簡易登入_dgv.Visible = True : 解鎖_bt.Visible = True : UPDATE_bt.Visible = True : 更新下載_ch.Checked = True : Set_使用者清單() : 內網區域 = True
367
         Else
367
         Else
368
             簡易登入_dgv.Visible = False : 解鎖_bt.Visible = False : UPDATE_bt.Visible = False : 更新下載_ch.Checked = False : Set_使用者清單()
368
             簡易登入_dgv.Visible = False : 解鎖_bt.Visible = False : UPDATE_bt.Visible = False : 更新下載_ch.Checked = False : Set_使用者清單()

+ 1
- 1
GA-ERP-SYS/Module/全域變數.vb View File

7
     Public 版本號, Target, Target1, Target2, FTP帳號, FTP密碼, FTP物理位置, 登入客戶, 登入資料庫, 業務名稱, AA(99), QA1, QA2, QA3, QA4, 到期 As String
7
     Public 版本號, Target, Target1, Target2, FTP帳號, FTP密碼, FTP物理位置, 登入客戶, 登入資料庫, 業務名稱, AA(99), QA1, QA2, QA3, QA4, 到期 As String
8
     Public BB(99), CC(99), 登入判斷, IP印尼, IP台灣 As Boolean
8
     Public BB(99), CC(99), 登入判斷, IP印尼, IP台灣 As Boolean
9
     '----系統版本-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
9
     '----系統版本-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
10
-    Public 版本 As String = "2023031701"
10
+    Public 版本 As String = "2023031702"
11
     '----系統用全域變數-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
11
     '----系統用全域變數-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
12
     '----系統閒置-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
12
     '----系統閒置-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
13
     Public 判斷重登, 內外網, 重登確認, 主頁開啟, 無KEY登入, 內網區域, 關閉系統, 內網確認 As Boolean
13
     Public 判斷重登, 內外網, 重登確認, 主頁開啟, 無KEY登入, 內網區域, 關閉系統, 內網確認 As Boolean

+ 0
- 0
GA-ERP-SYS/bin/Debug/B.txt View File


BIN
GA-ERP-SYS/bin/Debug/GA-ERP-SYS.exe View File


BIN
GA-ERP-SYS/bin/Debug/GA-ERP-SYS.pdb View File


BIN
GA-ERP-SYS/obj/Debug/GA-ERP-SYS.exe View File


BIN
GA-ERP-SYS/obj/Debug/GA-ERP-SYS.pdb View File


BIN
GA-ERP-SYS/obj/Debug/GA-ERP-SYS.vbproj.GenerateResource.cache View File


BIN
GA-ERP-SYS/obj/Debug/GA-ERP-SYS.vbproj.ResolveComReference.cache View File


+ 39
- 0
GA-ERP-SYS/報表系統管理/前台/電板帳務明細查詢表.Designer.vb View File

138
         Me.天天樂_ch = New System.Windows.Forms.CheckBox()
138
         Me.天天樂_ch = New System.Windows.Forms.CheckBox()
139
         Me.Label21 = New System.Windows.Forms.Label()
139
         Me.Label21 = New System.Windows.Forms.Label()
140
         Me.迦納彩_ch = New System.Windows.Forms.CheckBox()
140
         Me.迦納彩_ch = New System.Windows.Forms.CheckBox()
141
+        Me.Label22 = New System.Windows.Forms.Label()
142
+        Me.Label23 = New System.Windows.Forms.Label()
143
+        Me.TextBox1 = New System.Windows.Forms.TextBox()
141
         CType(Me.流水帳_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
144
         CType(Me.流水帳_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
142
         CType(Me.客戶下_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
145
         CType(Me.客戶下_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
143
         CType(Me.日期_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
146
         CType(Me.日期_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
1311
         Me.迦納彩_ch.Text = "迦納彩"
1314
         Me.迦納彩_ch.Text = "迦納彩"
1312
         Me.迦納彩_ch.UseVisualStyleBackColor = True
1315
         Me.迦納彩_ch.UseVisualStyleBackColor = True
1313
         '
1316
         '
1317
+        'Label22
1318
+        '
1319
+        Me.Label22.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
1320
+        Me.Label22.AutoSize = True
1321
+        Me.Label22.Location = New System.Drawing.Point(1221, 65)
1322
+        Me.Label22.Name = "Label22"
1323
+        Me.Label22.Size = New System.Drawing.Size(19, 16)
1324
+        Me.Label22.TabIndex = 1714
1325
+        Me.Label22.Text = "共"
1326
+        '
1327
+        'Label23
1328
+        '
1329
+        Me.Label23.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
1330
+        Me.Label23.AutoSize = True
1331
+        Me.Label23.Location = New System.Drawing.Point(1301, 65)
1332
+        Me.Label23.Name = "Label23"
1333
+        Me.Label23.Size = New System.Drawing.Size(43, 16)
1334
+        Me.Label23.TabIndex = 1716
1335
+        Me.Label23.Text = "筆資料"
1336
+        '
1337
+        'TextBox1
1338
+        '
1339
+        Me.TextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
1340
+        Me.TextBox1.ForeColor = System.Drawing.Color.Red
1341
+        Me.TextBox1.Location = New System.Drawing.Point(1240, 62)
1342
+        Me.TextBox1.Name = "TextBox1"
1343
+        Me.TextBox1.Size = New System.Drawing.Size(61, 23)
1344
+        Me.TextBox1.TabIndex = 1717
1345
+        Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
1346
+        '
1314
         '電板帳務明細查詢表
1347
         '電板帳務明細查詢表
1315
         '
1348
         '
1316
         Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
1349
         Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
1317
         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
1350
         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
1318
         Me.ClientSize = New System.Drawing.Size(1350, 701)
1351
         Me.ClientSize = New System.Drawing.Size(1350, 701)
1352
+        Me.Controls.Add(Me.TextBox1)
1353
+        Me.Controls.Add(Me.Label23)
1354
+        Me.Controls.Add(Me.Label22)
1319
         Me.Controls.Add(Me.迦納彩_ch)
1355
         Me.Controls.Add(Me.迦納彩_ch)
1320
         Me.Controls.Add(Me.Label21)
1356
         Me.Controls.Add(Me.Label21)
1321
         Me.Controls.Add(Me.天天樂_ch)
1357
         Me.Controls.Add(Me.天天樂_ch)
1525
     Friend WithEvents 天天樂_ch As CheckBox
1561
     Friend WithEvents 天天樂_ch As CheckBox
1526
     Friend WithEvents Label21 As Label
1562
     Friend WithEvents Label21 As Label
1527
     Friend WithEvents 迦納彩_ch As CheckBox
1563
     Friend WithEvents 迦納彩_ch As CheckBox
1564
+    Friend WithEvents Label22 As Label
1565
+    Friend WithEvents Label23 As Label
1566
+    Friend WithEvents TextBox1 As TextBox
1528
 End Class
1567
 End Class

+ 1
- 0
GA-ERP-SYS/報表系統管理/前台/電板帳務明細查詢表.vb View File

538
             If 流水帳_dgv.Rows(i).Cells("下客流水").Value.ToString = "" Then : 再讀一次1 = True : Exit For : End If
538
             If 流水帳_dgv.Rows(i).Cells("下客流水").Value.ToString = "" Then : 再讀一次1 = True : Exit For : End If
539
         Next
539
         Next
540
         If 再讀一次1 = True Then : 存檔() : 再讀一次1 = False : End If
540
         If 再讀一次1 = True Then : 存檔() : 再讀一次1 = False : End If
541
+        TextBox1.Text = Strings.Format(流水帳_dgv.Rows.Count, "#,##0")
541
     End Sub
542
     End Sub
542
     Private Sub 流水帳_dgv上層算出()
543
     Private Sub 流水帳_dgv上層算出()
543
         For i As Integer = 0 To 流水帳_dgv.Rows.Count - 1
544
         For i As Integer = 0 To 流水帳_dgv.Rows.Count - 1

+ 1
- 1
GA-ERP-SYS/資料庫系統管理/資料備份轉移.vb View File

526
         Dim aa As MsgBoxResult = MsgBox("確定要刪除該資覅庫內的客戶資料?", MsgBoxStyle.OkCancel)
526
         Dim aa As MsgBoxResult = MsgBox("確定要刪除該資覅庫內的客戶資料?", MsgBoxStyle.OkCancel)
527
         If aa = MsgBoxResult.Ok Then
527
         If aa = MsgBoxResult.Ok Then
528
             PA = InputBox("請輸入管理密碼來執行客戶資料刪除!!")
528
             PA = InputBox("請輸入管理密碼來執行客戶資料刪除!!")
529
-            If PA = "0013975151" Then
529
+            If PA = "0003065795" Then
530
                 SQL_客戶資料刪除() : MsgBox("刪除完成!!!")
530
                 SQL_客戶資料刪除() : MsgBox("刪除完成!!!")
531
                 Set_清單1() : Set_清單2() : Set_清單3() : Set_清單4() : Set_清單5() : Set_清單6() : Set_清單7() : Set_清單8() : Set_清單9() : Set_清單10()
531
                 Set_清單1() : Set_清單2() : Set_清單3() : Set_清單4() : Set_清單5() : Set_清單6() : Set_清單7() : Set_清單8() : Set_清單9() : Set_清單10()
532
                 Set_清單11() : Set_清單12() : Set_清單13() : Set_清單14() : Set_清單15() : Set_清單16() : Set_清單17() : Set_清單18() : Set_清單19() : Set_清單20()
532
                 Set_清單11() : Set_清單12() : Set_清單13() : Set_清單14() : Set_清單15() : Set_清單16() : Set_清單17() : Set_清單18() : Set_清單19() : Set_清單20()

Loading…
Cancel
Save