|
1 | 1 | {
|
2 | 2 | "button.delete-lines": "Delete selected lines",
|
| 3 | + "button.repack": "Repack", |
3 | 4 | "button.save-and-confirm-status": "Confirm {{status}}",
|
4 | 5 | "error.cant-save": "There was a problem saving.",
|
5 | 6 | "error.no-locations": "There are no Locations to display.",
|
|
15 | 16 | "error.reduced-below-zero": "Stock line exist in new outbound shipments. The quantity cannot be reduced below zero.",
|
16 | 17 | "error.stocktake-has-stock-reduced-below-zero": "Stock take cannot be finalised because some of the stock has been used in new outbound shipments.",
|
17 | 18 | "error.unable-to-scan": "Unable to scan barcode: {{error}}",
|
| 19 | + "error.repack-has-stock-reduced-below-zero": "Cannot repack stock line. New number of packs exceeds stock line number of packs.", |
| 20 | + "error.repack-cannot-be-fractional": "Cannot repack into a fractional pack", |
18 | 21 | "label.add-batch": "Add batch",
|
19 | 22 | "label.add-new-line": "Add a new line",
|
20 | 23 | "label.cost-price": "Cost price",
|
|
36 | 39 | "label.location": "Location",
|
37 | 40 | "label.master-list": "Master List",
|
38 | 41 | "label.items-with-stock": "Items with Stock",
|
| 42 | + "label.new": "New", |
| 43 | + "label.new-pack-size": "New pack size", |
| 44 | + "label.new-num-packs": "New number of packs", |
| 45 | + "label.packs-available": "Packs available", |
| 46 | + "label.packs-to-repack": "Number of packs to repack", |
39 | 47 | "message.no-supplier": "Inventory Adjustment",
|
40 | 48 | "messages.locked-description": "This will prevent further changes to the stocktake until it is unlocked.",
|
41 | 49 | "messages.unlocked-description": "This will re-enable changes to the stocktake.",
|
|
64 | 72 | "messages.no-items-with-stock": "No items with stock available",
|
65 | 73 | "messages.on-hold-stock-take": "This stocktake is on hold and cannot be edited",
|
66 | 74 | "messages.select-rows-to-delete-them": "Select rows to delete them",
|
| 75 | + "messages.no-repacks": "This stock line has not been repacked. Click New to create a new repack.", |
| 76 | + "messages.no-repack-detail": "Select a line to view the details of a repack or click new to create a new repack", |
| 77 | + "messages.all-packs-repacked": "Saved. The previous window has been closed since everything in the stock line has been repacked.", |
| 78 | + "messages.repack-log-info": "Repacked from stock line", |
67 | 79 | "status.new": "New",
|
68 | 80 | "status.finalised": "Finalised",
|
69 | 81 | "stocktake.description-template": "Created by {{username}} on {{date}}",
|
70 | 82 | "stocktake.comment-list-template": "Created using master list '{{list}}'",
|
71 | 83 | "stocktake.comment-location-template": "Created using items in location '{{location}}'",
|
72 | 84 | "stocktake-comment-items-have-stock-template": "Created using items that have stock",
|
73 |
| - "title.stock-line-details": "Stock Line Details" |
| 85 | + "title.stock-line-details": "Stock Line Details", |
| 86 | + "title.repack-details": "Repack Details" |
74 | 87 | }
|
0 commit comments