Folder Structure: Difference between revisions
No edit summary |
No edit summary |
||
Line 90: | Line 90: | ||
├───logs | ├───logs | ||
├───lib | ├───lib | ||
│ ├───db | │ ├───db | ||
│ └───devonly | │ └───devonly | ||
├───help | ├───help | ||
│ └───html | │ └───html | ||
└───reports | └───reports |
Revision as of 21:09, 21 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