line-batch-management

Automate ERP line-batch management by sequentially processing SP3 main-sub production orders.

Updated Jul 23, 2025
One-click install
npx skills add https://github.com/ha-giwan1203/GIWANOS_AgentOS --skill line-batch-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: line-batch-management
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-management
Command: npx skills add https://github.com/ha-giwan1203/GIWANOS_AgentOS --skill line-batch-management

SYSTEM DOCUMENTATION & REQUIREMENTS

ERP 라인배치 관리 자동화 스킬. 사용자가 "라인배치", "라인배치 입력", "라인배치 관리", "SUB ASSY 배치", "배치 설정", "ERP 배치", "품번 배치", "라인배치 작업", "배치 자동화" 등을 언급하면 반드시 이 스킬을 사용할 것. SAMSONG G-ERP 라인배치 관리 화면에서 SP3메인서브 생산지시서의 품번을 순차 검색하고, 하단 SUB ASSY 그리드에 품명 규칙에 따라 조립라인을 자동 입력 후 저장하는 반복 업무 전체를 자동화한다. 시작 행/진행 위치를 사용자에게 확인받고 이어서 처리한다.

Frequently Asked Questions about line-batch-management

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

FAQPage Schema
How do I automate ERP line-batch input for large part-number lists in SAMSONG G-ERP?

ERP line-batch input is automated by sequentially searching SP3 main-sub production order part numbers and auto-entering assembly lines in the SUB ASSY grid based on product name rules. The process repeats search, mapping, and save operations across the entire part list.

What is the SUB ASSY grid mapping process for production order line-batch configuration?

The SUB ASSY grid mapping process uses in-page JavaScript functions to search part numbers from SP3 main-sub production orders, map MBOM parts to assembly lines according to product name rules, and save changes automatically within the SAMSONG G-ERP environment.

Can I resume line-batch management automation from a specific row or start position?

Line-batch automation confirms the starting row and progress position with the user before continuing. This tracking mechanism allows you to resume processing from a specific point rather than restarting the entire part-number list.

Does this line-batch automation work across different SAMSONG G-ERP environments?

Line-batch automation is applicable across SAMSONG G-ERP environments where line-batch configurations must be applied consistently to large part-number lists. It requires valid grid IDs, element availability, and proper dialog handling within the ERP interface.

How do I handle synchronization windows and dialog errors during ERP line-batch processing?

ERP line-batch processing includes guards for synchronization windows and explicit error handling for dialog interactions. The automation manages in-page JavaScript functions to detect element availability and handle dialogs that appear during search and save operations.

Why does line-batch automation require specific grid IDs and element availability checks?

Line-batch automation requires specific grid IDs and element availability checks because it interacts directly with the SAMSONG G-ERP interface using in-page JavaScript. Without valid grid references and confirmed element presence, the search, mapping, and save operations cannot execute reliably.