• Joined on 2026-02-02
admin pushed to dev at BLD-ERPAuto/BIPMaterialManager 2026-03-03 20:19:13 +08:00
0040ca7521 refactor: abstract database layer to support MySQL and SQL Server
admin pushed to dev at BLD-ERPAuto/BIPMaterialManager 2026-03-03 19:02:12 +08:00
6698d82d6b docs: update extractor-start-button-flow.md to match current implementation
b98cd46237 feat: merge settings partial save feature
baaa031dac debug: add logging to savePartialSettings for troubleshooting
816060444c fix: correct cache key format to match .env file structure
73a49f9de3 docs: add settings partial save feature documentation
Compare 20 commits »
admin pushed to dev at BLD-ERPAuto/BIPMaterialManager 2026-03-02 23:13:09 +08:00
a05c8a9037 feat: add TypeORM, logger, schemas, hooks and stores
admin pushed to dev at BLD-ERPAuto/BIPMaterialManager 2026-03-02 21:08:05 +08:00
982fb8fde6 fix: correct material name type keyword matching logic
11aec6d238 docs: fix Mermaid diagram syntax in deleteByMaterialCodes flow
9fbf75a8a0 docs: add confirm deletion button flow analysis to cleaner validation docs
10e07cdf93 docs: add cleaner validation flow analysis with Mermaid diagrams
1aa2abdb43 fix: resolve SQL Server table name mapping and variable naming conflicts
Compare 37 commits »
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-02 20:04:28 +08:00
982fb8fde6 fix: correct material name type keyword matching logic
11aec6d238 docs: fix Mermaid diagram syntax in deleteByMaterialCodes flow
9fbf75a8a0 docs: add confirm deletion button flow analysis to cleaner validation docs
10e07cdf93 docs: add cleaner validation flow analysis with Mermaid diagrams
1aa2abdb43 fix: resolve SQL Server table name mapping and variable naming conflicts
Compare 10 commits »
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 20:51:55 +08:00
9caa38caa8 feat: implement settings interface with user permission control
0f1e0a8908 feat: implement material validation UI in CleanerPage
Compare 2 commits »
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 18:01:14 +08:00
fad08796f7 feat: add user selection dialog for admin users
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 17:46:34 +08:00
829851e3ca feat: implement user authentication system
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 17:01:04 +08:00
450eb41f96 feat: support productionID input for order number resolution
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 16:14:46 +08:00
079d3aeff6 chore: prepare release v1.0.0
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 16:07:55 +08:00
e04337dc19 fix: improve error handling and logging for extractor and cleaner
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 15:57:15 +08:00
e794470d69 docs: add comprehensive user documentation
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 15:53:34 +08:00
484ca31d79 test: add E2E test for Extractor workflow using Playwright
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 15:50:29 +08:00
cb2a5a84b2 feat: implement CleanerPage UI with MaterialCodeInput component
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 15:46:27 +08:00
5760b56f70 feat: implement IPC handlers, database services and Extractor UI
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 14:57:55 +08:00
c39e1504aa style: apply prettier formatting
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 14:54:10 +08:00
8f6ca7b453 feat: implement CleanerService for ERP material deletion
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 14:24:40 +08:00
937ad85e9b chore: update .gitignore to exclude test outputs and debug scripts
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 14:22:27 +08:00
b22f4995ba feat: implement ERP authentication, data extraction, and Excel parsing
admin pushed to main at BLD-ERPAuto/BIPMaterialManager 2026-03-01 13:08:14 +08:00
65bf79fa44 fix: add missing spec-compliant methods and fields to Excel parser