Files
KCGL/inventory-backend/CHECKS_NEEDED.md
dxc c4d2e703f1 docs: add checklist for .material to .base refactoring
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
2026-02-10 11:19:54 +08:00

695 B

Files that need to be checked for .material -> .base attribute rename

Based on the refactoring, the following modules likely contain references to .material that should be updated to .base:

  1. app/services/stocktake/stocktake_service.py
  2. app/services/check/check_service.py
  3. app/services/dashboard/dashboard_service.py
  4. app/controllers/stocktake_controller.py
  5. app/controllers/check_controller.py
  6. app/controllers/dashboard_controller.py
  7. app/services/report/stock_report_service.py
  8. app/services/alert/stock_alert_service.py
  9. app/services/outbound/outbound_service.py

Please add these files to the chat so we can inspect and apply the required fixes.