YST15_Users_E.pdf - 第90页
2-62 2 Operation 3.6.3 Create a job order by impor t function Registering a job order by import function. n NOTE The import function for job orders can't register multiple joborders at once but can register only a j…

2-61
2
Operation
5
Press [Save] button to create the job order.
JOB ORDER creating screen 2
[Save] button
Buttons
24270-KMS-00
n
Functions of buttons
Icon Button name Description
Add button
BOMs which are not in "BOM" table can be newly registered in this screen.
See "3.5 BOM" for the process for registering BOMs.
Zoom button Able to zoom in "BOM" table.
Arrow button Able to register the selected BOM into "Job order bill of materials" table.
Remove button Remove the BOM registered in "Job order bill of materials" table.

2-62
2
Operation
3.6.3 Create a job order by import function
Registering a job order by import function.
n
NOTE
The import function for job orders can't register multiple joborders at once but can register only a job order one by
one.
1
Open "IMPORT" screen.
Select "Import" in Menu, then "IMPORT" screen appears.
Import menu
“Import”
[Menu] button
24272-KMS-00
2
Select the file format in "IMPORT" screen.
"IMPORT" screen
24273-KMS-00
Contents Description
XML Mode Normally import files are txt or csv format. If the import file is xml format, tick this.
Separator Select the separator from " ; ", " : ", " , ", or " . ".

2-63
2
Operation
• The file format of txt or csv
Line 1 JOB ORDER CODE
Line 2 JOB ORDER DESCRIPTION
Line 3 PRODCTION LINE
Line 4 MANUFACTURING
Line 5 and later BOM CODE{SEPARATOR}QUANTITY{SEPARATOR}
• The file format of XML
<?xml version="1.0" encoding="UTF-8" ?>
<job_order>
<code>JOB ORDER CODE</code>
<description>JOB ORDER DESCRIPTION</description>
<production_line>PRODUCTION LINE</production_line>
<manufacturing>MANUFACTURING</manufacturing>
<bom_list>
<bom>
<code>BOM CODE</code>
<qty>QUANTITY</qty>
</bom>
...
</bom_list>
</job_order>
The file format of XML
23219-KMS-00
3
Press [Browse] button and select the import file.
n
NOTE
Select the file format from txt, csv or xml depending on the import file.
Select the file
Select the file
[Open] button
[Browse] button
24274-KMS-00