line-batch-mainsub

Automate SP3 main-sub line batch processing by mapping part numbers to assembly lines.

Updated Jul 23, 2025
One-click install
npx skills add https://github.com/ha-giwan1203/GIWANOS_AgentOS --skill line-batch-mainsub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: line-batch-mainsub
Source: https://github.com/ha-giwan1203/GIWANOS_AgentOS/tree/main/90_%EA%B3%B5%ED%86%B5%EA%B8%B0%EC%A4%80/%EC%8A%A4%ED%82%AC/line-batch-mainsub
Command: npx skills add https://github.com/ha-giwan1203/GIWANOS_AgentOS --skill line-batch-mainsub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SP3 메인서브 생산지시서 품번을 ERP에서 자동으로 검색하고, 하단 SUB ASSY 그리드에 조립라인을 자동 입력한 뒤 저장하는 ERP 메인서브 라인배치 자동화 스킬입니다.

Core Features & Use Cases

  • 품번 검색 기반 처리: 품번 검색 후 상단 그리드에서 행을 선택하고 SUB ASSY 그리드에 라인을 자동 입력합니다.
  • LINE_RULES 매핑: PART_TYPE_NM/MBOM_PART_NM에 따라 알맞은 라인 코드를 할당합니다.
  • 저장 및 동기화 관리: 정해진 동기화 구간을 준수하고 변경사항이 있을 때만 저장합니다.

Quick Start

참조 품번 전체에 대해 searchAndProcess 워크플로우를 시작해 SUB ASSY 그리드를 채우고 저장합니다.

Frequently Asked Questions about line-batch-mainsub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ERP main-sub line batch processing for SP3 production orders?

Automate ERP main-sub line batch processing by scanning SP3 BOM part numbers, mapping them to assembly lines, and saving the results. The workflow uses searchAndProcess and runQueue to populate the SUB ASSY grid automatically.

How does line mapping work for sub-assembly grids in ERP?

Line mapping assigns the correct assembly line code to each sub-assembly grid row based on defined LINE_RULES. It evaluates PART_TYPE_NM and MBOM_PART_NM fields to determine the appropriate line for each part number.

Can I use queue processing to populate SUB ASSY grids for multiple part numbers?

Yes, queue processing handles multiple part numbers by running the searchAndProcess workflow across all referenced items. It searches each part number, selects the corresponding grid row, and inputs the mapped line into the SUB ASSY grid sequentially.

Does the ERP line batch automation save changes immediately after populating the grid?

ERP line batch automation saves changes only when modifications are detected, adhering to predefined synchronization intervals. This prevents redundant saves and ensures data consistency during the main-sub production order workflow.

What are the limitations of client-side UI automation for ERP line batch processing?

Client-side UI automation for ERP line batch processing requires strict synchronization controls and depends on the UI state. It is specifically scoped to SP3 main-sub production orders and relies on active grid visibility for accurate part number search and mapping.