Folder Structure: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
├───images | ├───images | ||
│ ├───misc | |||
│ ├───16x16 | |||
│ ├───32x32 | |||
│ ├───24x24 | |||
│ └───icons | |||
├───labels | |||
├───xml | |||
│ ├───interface | |||
│ │ ├───input | |||
│ │ │ ├───Material Auto Move | |||
│ │ │ ├───Production Declaration | |||
│ │ │ ├───Pallet Delete | |||
│ │ │ ├───Pallet Move | |||
│ │ │ ├───Process Order | |||
│ │ │ ├───Journey Definition | |||
│ │ │ ├───Location | │ │ │ ├───Location | ||
│ │ │ ├───Label Data | │ │ │ ├───Label Data |
Revision as of 12:31, 20 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 │ ├───app │ ├───license │ ├───jasperlib │ ├───mail │ ├───cups4j │ ├───jasperlib_aux │ ├───db │ ├───jasper_properties │ ├───barcode │ ├───jasper │ ├───serial │ └───devonly ├───help │ └───html └───reports