-
c597a6cf75
✨ feat(error-analysis): add configurable header row for report layout
DEV_YTHN-100
Misaka_Company
2026-03-26 16:48:39 +08:00
-
1e995b5485
✨ feat(error-analysis): split unmatched parameters into name and value columns
Misaka_Company
2026-03-26 15:05:00 +08:00
-
d4f8e77c66
🎨 style: standardize parameter naming to camelCase
Misaka_Company
2026-03-26 14:47:17 +08:00
-
7d59e489b1
✨ feat(BIP): add weighted parameter error analysis algorithm
Misaka_Company
2026-03-26 14:41:58 +08:00
-
658f8a7160
refactor(BIP): skip invalid orders and remove remarks column
Misaka_Company
2026-03-16 12:15:02 +08:00
-
04099d25bc
docs: add extraction remarks data source documentation
Misaka_Company
2026-03-16 09:58:29 +08:00
-
9b543ab466
refactor: split order validation and processing into separate functions
Misaka_Company
2026-03-16 09:57:48 +08:00
-
36c00befa5
refactor: support filtered data processing and optimize performance
Misaka_Company
2026-03-13 13:12:31 +08:00
-
596a2d0ad2
chore: clean up whitespace and update gitignore
Misaka_Company
2026-03-12 17:23:59 +08:00
-
7e2710da3f
feat(BIP): dynamic row number from platform config column L
Misaka_Company
2026-03-12 14:48:54 +08:00
-
c119d2370b
feat(BomItem): add BipRowNumberBase property from column L
Misaka_Company
2026-03-12 14:40:40 +08:00
-
1747af046b
feat: add Access data integration and total queue number column
Misaka_Company
2026-03-12 13:53:28 +08:00
-
787b3f56ab
docs: add AGENTS.md documentation files
Misaka_Company
2026-03-11 14:05:56 +08:00
-
318d1c31f7
chore: update .gitignore to include .xlsx files
Misaka_Company
2026-03-11 09:57:50 +08:00
-
314c9baefe
fix: resolve duplicate variable declaration compilation errors
NEW_BOM
Misaka_Company
2026-02-27 13:22:10 +08:00
-
dd931eba53
fix: implement dual collection system for component materials and fix inventory comparison
Misaka_Company
2026-02-27 13:07:29 +08:00
-
c08a2f34e1
refactor: rename RunBOMExtraction to BOMExtraction for consistency
Misaka_Company
2026-02-27 12:24:12 +08:00
-
7cb025c243
fix: resolve ByRef parameter type mismatch in error logger calls
Misaka_Company
2026-02-27 09:24:43 +08:00
-
0fc2cd1e92
feat: add worksheet button handlers for BOM systems
Misaka_Company
2026-02-27 08:39:01 +08:00
-
45d1c1780f
style: standardize VBA property and method name casing
Misaka_Company
2026-02-27 08:34:49 +08:00
-
c696057cd4
feat: implement inventory comparison worksheet for component materials
Misaka_Company
2026-02-26 17:55:20 +08:00
-
e086dee920
feat: implement BIP upload worksheet with quantity calculation fix
Misaka_Company
2026-02-26 14:41:58 +08:00
-
44d6bdb750
fix: display all matched materials when multiple matches found in BOM extraction
Misaka_Company
2026-02-26 11:06:53 +08:00
-
c4d7b248c4
fix: improve component inventory insufficient error handling
Misaka_Company
2026-02-26 10:27:10 +08:00
-
7fea574531
refactor: replace row index with production order number in error reports
Misaka_Company
2026-02-26 10:12:59 +08:00
-
8477792d41
feat: integrate inventory verification for component materials in BOM extraction
Misaka_Company
2026-02-24 16:21:18 +08:00
-
24a54bd1ea
feat: add production order number column to BOM extraction output
Misaka_Company
2026-02-24 14:28:24 +08:00
-
0579a546d3
feat: auto-save output workbook as BOM库.xlsx and clean default sheets
Misaka_Company
2026-02-24 12:50:35 +08:00
-
541bbfe0ad
refactor: replace CODE field source from column C to column I (66代码)
Misaka_Company
2026-02-24 12:44:31 +08:00
-
53b3568412
feat: add special validation for edge material based on azxs parameter
Misaka_Company
2026-02-12 18:31:33 +08:00
-
1d5bad86f7
feat: add preprocessing with value mapping to BOM Extraction System
Misaka_Company
2026-02-12 17:52:03 +08:00
-
21f5f1c299
docs: fix parsing phase documentation in data flow diagram
Misaka_Company
2026-02-12 17:01:41 +08:00
-
157595a169
docs: update CLAUDE.md to document both BOM systems as functional modules
Misaka_Company
2026-02-12 16:25:52 +08:00
-
78241f2b8d
fix: component worksheet rowCount false positive validation error
Misaka_Company
2026-02-12 15:54:50 +08:00
-
8271958adf
refactor: implement two-phase BOM matching error validation with warning support
Misaka_Company
2026-02-12 15:36:23 +08:00
-
68798920d6
docs: add comprehensive error handling mechanism documentation
Misaka_Company
2026-02-12 14:35:30 +08:00
-
80bfafa2f2
docs: add RunBOMExtraction mechanism documentation with Mermaid diagrams
Misaka_Company
2026-02-12 14:13:03 +08:00
-
867b1979af
refactor: improve BOM library matching logic with column-name-based lookup
Misaka_Company
2026-02-12 13:59:48 +08:00
-
c204a8878e
docs: add BOM extraction requirements and minor code fixes
Misaka_Company
2026-02-12 13:03:56 +08:00
-
093a2d0a3b
feat: implement BOM auto-extraction system
Misaka_Company
2026-02-12 13:02:14 +08:00
-
c6c31f81c8
refactor: rename VBA directory to VBA_BOMConverter
Misaka_Company
2026-02-11 10:11:40 +08:00
-
ec579b30b2
feat: add azxs preprocessing support for component category
Misaka_Company
2026-02-11 09:49:38 +08:00
-
90a62231e0
refactor: remove preprocessing report prompt from workflow
Misaka_Company
2026-02-10 16:09:41 +08:00
-
026fd47b77
chore: remove obsolete test documentation
Misaka_Company
2026-02-10 14:00:53 +08:00
-
7b2bd25d9a
feat: add preprocessing report generator for joint category
Misaka_Company
2026-02-10 13:56:00 +08:00
-
613d4436de
refactor: rewrite M05_PreProcessor using regex expressions
Misaka_Company
2026-02-10 12:28:41 +08:00
-
3a93459002
feat: add preprocessing module for BOM condition transformation
Misaka_Company
2026-02-09 16:24:41 +08:00
-
d6c0fe78a0
docs: add CLAUDE.md with project architecture guidance
Misaka_Company
2026-02-09 09:02:32 +08:00
-
220c54d1f6
chore: remove test VBA module
Misaka_Company
2026-02-04 13:36:35 +08:00
-
9d8a7633f2
fix: extract repository name from github.repository
Misaka_Company
2026-02-04 13:06:01 +08:00
-
b5011743a9
fix: escape special characters in commit message for NTFY
Misaka_Company
2026-02-04 13:02:05 +08:00
-
880659273e
feat: use dynamic repository name in NTFY notification
Misaka_Company
2026-02-04 12:54:53 +08:00
-
9a9c988f38
style: improve NTFY notification message formatting
Misaka_Company
2026-02-04 11:21:36 +08:00
-
58e84ddd25
feat: restore VBA source code modules
Misaka_Company
2026-02-04 11:07:36 +08:00
-
25f6ae29ac
feat: add NTFY notification workflow for push events
Misaka_Company
2026-02-04 10:57:22 +08:00
-
9db957dc37
docs: add platform configuration checklist documentation
Misaka_Company
2026-02-04 08:31:32 +08:00
-
38581f72d6
chore: clean up documentation and update gitignore
Misaka_Company
2026-02-03 13:51:48 +08:00
-
726bbe2118
chore: remove all VBA source files
Misaka_Company
2026-02-03 12:26:51 +08:00
-
-
b412c55654
refactor: update output fields in MainModule
Misaka_Company
2026-02-03 09:45:28 +08:00
-
8545177bd5
docs: add ComponentInventoryCheckModule flowchart documentation
Misaka_Company
2026-02-03 09:32:07 +08:00
-
dd6ae4c005
feat: add component inventory check module
Misaka_Company
2026-02-02 17:55:08 +08:00
-
57adf860ac
feat: add additional features (fjgn) support
Misaka_Company
2026-02-02 11:04:19 +08:00
-
a22ee42119
chore: remove auto-generated metadata from file headers
Misaka_Company
2026-02-02 10:09:40 +08:00
-
6e45d6bdd2
refactor: standardize variable naming and file formatting
Misaka_Company
2026-02-02 10:01:57 +08:00
-
f3047bccb8
docs: add BIPUploadModule flowchart documentation
Misaka
2026-02-01 23:25:04 +08:00
-
d68dc945bc
perf: optimize output logic using batch array writes
Misaka
2026-02-01 23:06:26 +08:00
-
73491c104b
fix: clear error messages between BOM extractions
Misaka
2026-02-01 22:42:00 +08:00
-
c7c12838b2
feat: add component priority support to MainModule
Misaka
2026-02-01 22:35:25 +08:00
-
c5f2d804fb
feat: add component priority exclusion feature
Misaka
2026-02-01 22:25:10 +08:00
-
8fae8f0389
feat: add BIP upload module for order processing
Misaka
2026-02-01 22:07:36 +08:00
-
79dc7cbf72
feat: add core VBA source code modules
Misaka
2026-02-01 16:18:17 +08:00
-
80d9734b91
clear
Misaka_Company
2026-01-29 17:08:34 +08:00
-
2b9ba2de9c
clear
Misaka_Company
2026-01-29 17:05:28 +08:00
-
c9cf84ed4d
fix: update modules to use new LoadData interface and fix completeness check logic
Misaka_Company
2026-01-29 12:38:50 +08:00
-
a9b3188d23
refactor: integrate [领料配置] into [平台配置清单] and add category selection conditions
Misaka_Company
2026-01-29 10:25:28 +08:00
-
fd414f7673
docs: reorganize documentation structure and add analysis guidelines
Misaka_Company
2026-01-29 09:30:29 +08:00
-
29fca561e8
chore: remove document modules from VBA metadata
Misaka_Company
2026-01-28 11:24:15 +08:00
-
845b25f27a
feat: add azxs and bkxs condition extraction
Misaka_Company
2026-01-27 15:46:50 +08:00
-
8afd87bc28
chore: update source file reference in VBA metadata
Misaka_Company
2026-01-27 15:18:31 +08:00
-
255bcdb5fe
refactor: remove debug output and update order logic
Misaka_Company
2026-01-26 09:13:27 +08:00
-
40a9fe99f4
feat: track and return missing material categories in BOM
Misaka_Company
2026-01-21 09:51:37 +08:00
-
112a89a2a4
feat: Add GetValidMaterialsByModel and completeness check
Misaka_Company
2026-01-20 18:13:11 +08:00
-
f3fc5b4cbd
feat(clsBOMManager): add optional autoFallback param
Misaka_Company
2026-01-20 16:24:49 +08:00
-
388ccc4e7a
refactor: add subcategory fallback logic for material filtering
Misaka_Company
2026-01-20 15:31:43 +08:00
-
7f89f37f35
docs: improve GetMaterialsByModel documentation
Misaka_Company
2026-01-20 15:06:53 +08:00
-
a1347017e3
docs: expand AutoBOM architecture and implementation details
Misaka_Company
2026-01-20 13:42:03 +08:00
-
bc5ea92c52
feat: add implementation plan for order material extraction functionality
Misaka_Company
2026-01-20 10:45:23 +08:00
-
05601ec1fc
Add initial implementation of BOM management classes and data structure
Misaka_Company
2026-01-20 08:53:01 +08:00