Misaka_Company
8708709cac
feat: add discrete material plan data cleaning tool
...
Implement a new automation script and utility to handle the cleaning of
discrete material plan maintenance data.
- Add main_clean.py as the primary entry point, configuring the cleaner
instance and reading order IDs.
- Add DiscreteMaterialPlanCleaner in utils/ utilizing Playwright to automate
browser interactions.
- Implement logic for user authentication (login/logout), UI setup for
queries, and processing individual orders.
- Include verbose logging and debug mode support for troubleshooting.
2026-01-22 15:55:38 +08:00
Misaka_Company
24acc39411
Update .gitignore to include orderID.txt for better file management
2026-01-20 10:49:29 +08:00
Misaka_Company
525d2920e3
Add Excel to Markdown converter with support for multiple sheets and customizable output
2026-01-20 10:48:52 +08:00
Misaka_Company
92d4572985
Refactor ExcelConverter to streamline logging and enhance summary reporting
2026-01-16 15:59:25 +08:00
Misaka_Company
bb9348d12b
Refactor DiscreteMaterialPlanExtractor to use logout function from auth module and update headless mode in main script
2026-01-16 15:20:05 +08:00
Misaka_Company
93f986260e
Add logout functionality to DiscreteMaterialPlanExtractor for improved session management
2026-01-16 14:59:18 +08:00
Misaka_Company
51cba4caee
Refactor main script to utilize DiscreteMaterialPlanExtractor for data extraction and streamline order processing
2026-01-16 13:51:20 +08:00
Misaka_Company
c8a9c33ecc
Refactor download and file merging logic to use ExcelConverter for improved data handling
2026-01-16 13:01:54 +08:00
Misaka_Company
4d441be304
Add ExcelConverter module and demo script for Excel data transformation
2026-01-16 12:51:06 +08:00
Misaka_Company
f9651ccf07
Add Excel analysis and conversion scripts for order data processing
2026-01-16 11:15:19 +08:00
Misaka_Company
537cb58f2e
Enhance order number input with retry logic for improved reliability
2026-01-16 10:20:54 +08:00
Misaka_Company
01b682d122
Refactor main script to enhance batch downloading of order data and implement file merging functionality
2026-01-16 10:19:58 +08:00
Misaka_Company
b4607e93e4
Reorder order number input to improve query flow in main script
2026-01-16 09:26:53 +08:00
Misaka_Company
d75cacee2c
Add locator helper module and enhance main script for element interaction
2026-01-16 08:46:02 +08:00
Misaka_Company
632940cfed
Implement login module for user authentication in BIP system
2026-01-15 10:47:27 +08:00
Misaka_Company
4682e37ead
Add .gitignore and CLAUDE.md for project setup and guidance
2026-01-15 10:31:12 +08:00
Misaka_Company
e3925c287f
first commit
2026-01-13 10:51:01 +08:00