add comment

This commit is contained in:
updsv7
2026-04-16 19:13:22 +09:00
parent db6a971473
commit 32420f8503
14 changed files with 200 additions and 33 deletions

View File

@@ -1,3 +1,17 @@
' ============================================================
' Module Name: Master_M1_Kukan
' Module Desc: M1 Kukan master data management (import/export/validate)
' Module Methods:
' - M1_Import
' - M1_Export
' - M1_validateButton_Click
' - M1_SortDataRowsByC
' - M1_ToggleAutoFilter
' - M1_Worksheet_Change
' - M1_ValidateRow
' - M1_FillValidationDropdown
' - M1_ValidateAllRows
' ============================================================
' ====== Constants ======
Const START_COL As Long = 3 ' C column
Const END_COL As Long = 14 ' N column

View File

@@ -1,3 +1,17 @@
' ============================================================
' Module Name: Master_M2_Kukan_detail
' Module Desc: M2 Kukan detail master data management
' Module Methods:
' - M2_Import
' - M2_Export
' - M2_validateButton_Click
' - M2_SortDataRowsByC
' - M2_ToggleAutoFilter
' - M2_Worksheet_Change
' - M2_ValidateRow
' - M2_FillValidationDropdown
' - M2_ValidateAllRows
' ============================================================
' ====== Constants ======
Const START_COL As Long = 3 ' C column
Const END_COL As Long = 18 ' R column

View File

@@ -1,3 +1,12 @@
' ============================================================
' Module Name: Master_O1_address
' Module Desc: O1 address master data management
' Module Methods:
' - O1_Import
' - O1_Export
' - O1_SortDataRowsByC
' - O1_ToggleAutoFilter
' ============================================================
Sub O1_Import()
Dim filePath As String
Dim lines As Variant

View File

@@ -1,3 +1,12 @@
' ============================================================
' Module Name: Master_O2_507
' Module Desc: O2 master data management (507)
' Module Methods:
' - O2_Import
' - O2_Export
' - O2_SortDataRowsByC
' - O2_ToggleAutoFilter
' ============================================================
' ====== (507) =======
Sub O2_Import()
Call Generic_Master_Import(Me, 13)

View File

@@ -1,3 +1,12 @@
' ============================================================
' Module Name: Master_Z1_222
' Module Desc: Z1 master data management (222)
' Module Methods:
' - Z1_Import
' - Z1_Export
' - Z1_SortDataRowsByC
' - Z1_ToggleAutoFilter
' ============================================================
' ====== (222) =======
' ====== Constants ======

View File

@@ -1,3 +1,12 @@
' ============================================================
' Module Name: Master_Z2_223
' Module Desc: Z2 master data management (223)
' Module Methods:
' - Z2_Import
' - Z2_Export
' - Z2_SortDataRowsByC
' - Z2_ToggleAutoFilter
' ============================================================
' ====== (223) =======
' ====== Constants ======

View File

@@ -1,3 +1,12 @@
' ============================================================
' Module Name: Master_Z3_224
' Module Desc: Z3 master data management (224)
' Module Methods:
' - Z3_Import
' - Z3_Export
' - Z3_SortDataRowsByC
' - Z3_ToggleAutoFilter
' ============================================================
' ====== (224) =======
' ====== Constants ======

View File

@@ -1,3 +1,17 @@
' ============================================================
' Module Name: Tukin_C1
' Module Desc: Commuter allowance editing sheet (no CSV import)
' Module Methods:
' - Tukin_ValidateRow
' - FillTransportFromM1KukanD
' - FillDepartureFromM1KukanD
' - FillArrivalFromM1KukanD
' - FillKukanFromM1
' - FillKanshuFromM2
' - FillCodeFromM2
' - FillAddressFromO1
' - FillZ1Dropdown
' ============================================================
' ====== (Tukin_C1) =======
' Commuter allowance editing sheet
' No CSV import - direct editing only