Folder Structure: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category: Commander4j]] | |||
Commander4j | |||
├───images | ├───images | ||
│ ├───misc | │ ├───misc | ||
Line 16: | Line 17: | ||
│ │ │ ├───Process Order | │ │ │ ├───Process Order | ||
│ │ │ ├───Journey Definition | │ │ │ ├───Journey Definition | ||
│ │ │ ├───Location | |||
│ │ │ ├───Label Data | |||
│ │ │ ├───Batch Status Change | |||
│ │ │ ├───Journey Reference Filtered | |||
│ │ │ ├───Material Definition | |||
│ │ │ ├───Production Unconfirm | |||
│ │ │ ├───QM Inspection Request | |||
│ │ │ ├───Process Order Status Change | |||
│ │ │ ├───Despatch Confirmation | |||
│ │ │ ├───Pallet Split | |||
│ │ │ └───Pallet Status Change | |||
│ │ ├───recovery | |||
│ │ ├───output | |||
│ │ │ ├───Sort Notification | |||
│ │ │ ├───Despatch Email | |||
│ │ │ ├───Despatch Pre Advice | |||
│ │ │ ├───Production Declaration | |||
│ │ │ ├───Pallet Delete | |||
│ │ │ ├───Pallet Move | |||
│ │ │ ├───Label Data | |||
│ │ │ ├───Equipment Tracking | |||
│ │ │ ├───Auto Labeller | |||
│ │ │ ├───Production Unconfirm | |||
│ │ │ ├───Despatch Confirmation | |||
│ │ │ ├───Pallet Split | |||
│ │ │ └───Pallet Status Change | |||
│ │ ├───backup | |||
│ │ │ ├───Material Auto Move | |||
│ │ │ ├───Production Declaration | |||
│ │ │ ├───Pallet Delete | |||
│ │ │ ├───Pallet Move | |||
│ │ │ ├───Process Order | |||
│ │ │ ├───Journey Definition | |||
│ │ │ ├───Location | |||
│ │ │ ├───Label Data | |||
│ │ │ ├───Batch Status Change | |||
│ │ │ ├───Material Definition | |||
│ │ │ ├───Production Unconfirm | |||
│ │ │ ├───QM Inspection Request | |||
│ │ │ ├───Process Order Status Change | |||
│ │ │ ├───Despatch Confirmation | |||
│ │ │ ├───Pallet Split | |||
│ │ │ └───Pallet Status Change | |||
│ │ └───error | |||
│ │ ├───Material Auto Move | |||
│ │ ├───Production Declaration | |||
│ │ ├───Pallet Delete | |||
│ │ ├───Pallet Move | |||
│ │ ├───Process Order | |||
│ │ ├───Journey Definition | |||
│ │ ├───Location | |||
│ │ ├───Label Data | |||
│ │ ├───Batch Status Change | |||
│ │ ├───Material Definition | |||
│ │ ├───Unknown | |||
│ │ ├───Production Unconfirm | |||
│ │ ├───QM Inspection Request | |||
│ │ ├───Process Order Status Change | |||
│ │ ├───Despatch Confirmation | |||
│ │ ├───Pallet Split | |||
│ │ └───Pallet Status Change | |||
│ ├───config | |||
│ ├───schema | |||
│ │ ├───com.mysql.cj.jdbc.Driver | |||
│ │ ├───oracle.jdbc.driver.OracleDriver | |||
│ │ └───com.microsoft.sqlserver.jdbc.SQLServerDriver | |||
│ ├───view | |||
│ ├───log | |||
│ ├───hosts | |||
│ ├───barcode | |||
│ └───sql | |||
├───audio | |||
├───logs | |||
├───lib | |||
│ ├───db | |||
│ └───devonly | |||
├───help | |||
│ └───html | |||
└───reports | |||
Latest revision as of 10:30, 25 August 2024
Commander4j
├───images │ ├───misc │ ├───16x16 │ ├───32x32 │ ├───24x24 │ └───icons ├───labels ├───xml │ ├───interface │ │ ├───input │ │ │ ├───Material Auto Move │ │ │ ├───Production Declaration │ │ │ ├───Pallet Delete │ │ │ ├───Pallet Move │ │ │ ├───Process Order │ │ │ ├───Journey Definition │ │ │ ├───Location │ │ │ ├───Label Data │ │ │ ├───Batch Status Change │ │ │ ├───Journey Reference Filtered │ │ │ ├───Material Definition │ │ │ ├───Production Unconfirm │ │ │ ├───QM Inspection Request │ │ │ ├───Process Order Status Change │ │ │ ├───Despatch Confirmation │ │ │ ├───Pallet Split │ │ │ └───Pallet Status Change │ │ ├───recovery │ │ ├───output │ │ │ ├───Sort Notification │ │ │ ├───Despatch Email │ │ │ ├───Despatch Pre Advice │ │ │ ├───Production Declaration │ │ │ ├───Pallet Delete │ │ │ ├───Pallet Move │ │ │ ├───Label Data │ │ │ ├───Equipment Tracking │ │ │ ├───Auto Labeller │ │ │ ├───Production Unconfirm │ │ │ ├───Despatch Confirmation │ │ │ ├───Pallet Split │ │ │ └───Pallet Status Change │ │ ├───backup │ │ │ ├───Material Auto Move │ │ │ ├───Production Declaration │ │ │ ├───Pallet Delete │ │ │ ├───Pallet Move │ │ │ ├───Process Order │ │ │ ├───Journey Definition │ │ │ ├───Location │ │ │ ├───Label Data │ │ │ ├───Batch Status Change │ │ │ ├───Material Definition │ │ │ ├───Production Unconfirm │ │ │ ├───QM Inspection Request │ │ │ ├───Process Order Status Change │ │ │ ├───Despatch Confirmation │ │ │ ├───Pallet Split │ │ │ └───Pallet Status Change │ │ └───error │ │ ├───Material Auto Move │ │ ├───Production Declaration │ │ ├───Pallet Delete │ │ ├───Pallet Move │ │ ├───Process Order │ │ ├───Journey Definition │ │ ├───Location │ │ ├───Label Data │ │ ├───Batch Status Change │ │ ├───Material Definition │ │ ├───Unknown │ │ ├───Production Unconfirm │ │ ├───QM Inspection Request │ │ ├───Process Order Status Change │ │ ├───Despatch Confirmation │ │ ├───Pallet Split │ │ └───Pallet Status Change │ ├───config │ ├───schema │ │ ├───com.mysql.cj.jdbc.Driver │ │ ├───oracle.jdbc.driver.OracleDriver │ │ └───com.microsoft.sqlserver.jdbc.SQLServerDriver │ ├───view │ ├───log │ ├───hosts │ ├───barcode │ └───sql ├───audio ├───logs ├───lib │ ├───db │ └───devonly ├───help │ └───html └───reports