| | |
| | | fieldsIndex: "fieldsIndex", |
| | | barcode: "barcode", |
| | | anfme: "anfme", |
| | | workQty: 'Work Qty', |
| | | qty: 'Available', |
| | | batch: "batch", |
| | | unit: "unit", |
| | | stockUnit: "stockUnit", |
| | |
| | | ntyStatus: "Notify", |
| | | exceStatus: 'bill status' |
| | | }, |
| | | outStock: { |
| | | code: "Code", |
| | | poCode: "poCode", |
| | | poId: "doId", |
| | | type: "Type", |
| | | wkType: "wkType", |
| | | anfme: "anfme", |
| | | qty: "qty", |
| | | logisNo: "logisNo", |
| | | arrTime: "Arrived", |
| | | rleStatus: "Release", |
| | | ntyStatus: "Notify", |
| | | exceStatus: 'bill status' |
| | | }, |
| | | outStockItem: { |
| | | asnId: "ID", |
| | | asnCode: "DO Code", |
| | | poDetlId: "poDetlId", |
| | | poDetlCode: "DO Detl Code", |
| | | matnrId: "matnrId", |
| | | maktx: "maktx", |
| | | anfme: "anfme", |
| | | stockUnit: "stockUnit", |
| | | purQty: "purQty", |
| | | purUnit: "purUnit", |
| | | qty: "qty", |
| | | splrCode: "splrCode", |
| | | splrName: "splrName", |
| | | qrcode: "qrcode", |
| | | barcode: "barcode", |
| | | packName: "packName", |
| | | ntyStatus: "ntyStatus", |
| | | platItemId: 'platItemId' |
| | | }, |
| | | asnOrderItem: { |
| | | asnId: "asnId", |
| | | asnCode: "asnCode", |
| | |
| | | stockUnit: "stockUnit", |
| | | purQty: "purQty", |
| | | purUnit: "purUnit", |
| | | unit: 'Unit', |
| | | qty: "qty", |
| | | splrCode: "splrCode", |
| | | splrName: "splrName", |
| | |
| | | order: 'Orders', |
| | | |
| | | }, |
| | | request: { |
| | | error: { |
| | | stock: "Insufficient inventory to deliver !!" |
| | | } |
| | | |
| | | } |
| | | |
| | | }; |
| | | |
| | | export default customEnglishMessages; |