• Joined on 2026-02-02
admin pushed to dev at admin/playwrite 2026-02-27 17:35:53 +08:00
1addb55df1 fix: auto-save report after clean() completes in GUI and CLI
a37cf4ad91 fix: persist execution.dryrun setting and add headless mode option for User
2d485be0ac feat: add ERP credential configuration for User mode in settings
4a17c8fd11 refactor: change error report format from table to code blocks
f1d42ad708 fix: prevent table content overflow in Markdown reports
Compare 8 commits »
admin deleted branch dev_glm5 from admin/playwrite 2026-02-27 17:34:59 +08:00
admin pushed to dev_glm5 at admin/playwrite 2026-02-27 17:22:02 +08:00
1addb55df1 fix: auto-save report after clean() completes in GUI and CLI
admin pushed to dev_glm5 at admin/playwrite 2026-02-27 16:04:39 +08:00
a37cf4ad91 fix: persist execution.dryrun setting and add headless mode option for User
admin pushed to dev_glm5 at admin/playwrite 2026-02-27 15:22:09 +08:00
2d485be0ac feat: add ERP credential configuration for User mode in settings
admin pushed to dev_glm5 at admin/playwrite 2026-02-27 14:15:40 +08:00
4a17c8fd11 refactor: change error report format from table to code blocks
admin pushed to dev_glm5 at admin/playwrite 2026-02-27 14:14:27 +08:00
f1d42ad708 fix: prevent table content overflow in Markdown reports
admin pushed to master at admin/claudeskill 2026-02-27 13:38:16 +08:00
3c073b73e2 Add guidance on duplicate Dim declarations in VBA
admin pushed to NEW_BOM at admin/AutoBOM 2026-02-27 13:22:16 +08:00
314c9baefe fix: resolve duplicate variable declaration compilation errors
admin pushed to NEW_BOM at admin/AutoBOM 2026-02-27 13:07:39 +08:00
dd931eba53 fix: implement dual collection system for component materials and fix inventory comparison
admin pushed to NEW_BOM at admin/AutoBOM 2026-02-27 12:24:19 +08:00
c08a2f34e1 refactor: rename RunBOMExtraction to BOMExtraction for consistency
admin pushed to NEW_BOM at admin/AutoBOM 2026-02-27 09:24:55 +08:00
7cb025c243 fix: resolve ByRef parameter type mismatch in error logger calls
admin pushed to NEW_BOM at admin/AutoBOM 2026-02-27 08:39:19 +08:00
0fc2cd1e92 feat: add worksheet button handlers for BOM systems
admin pushed to NEW_BOM at admin/AutoBOM 2026-02-27 08:35:12 +08:00
45d1c1780f style: standardize VBA property and method name casing
admin pushed to dev_glm5 at admin/playwrite 2026-02-26 22:44:13 +08:00
3b7c00377f style: format all Python files with Black
admin pushed to dev_glm5 at admin/playwrite 2026-02-26 22:41:03 +08:00
1b16842a2c refactor: move action buttons to right panel for User mode in material validation
admin created branch dev_glm5 in admin/playwrite 2026-02-26 21:18:22 +08:00
admin pushed to dev_glm5 at admin/playwrite 2026-02-26 21:18:22 +08:00
18f784f067 refactor: extract common tab functionality to BaseTab and add decorators
admin deleted branch mysql from admin/playwrite 2026-02-26 21:12:49 +08:00
admin pushed to dev_refacte at admin/playwrite 2026-02-26 19:42:36 +08:00
950e30fef0 fix: resolve RealtimeOutput import error by moving to utils package