diff --git a/POS/src/components/sale/BatchSerialDialog.vue b/POS/src/components/sale/BatchSerialDialog.vue
index f4f09899..424853e9 100644
--- a/POS/src/components/sale/BatchSerialDialog.vue
+++ b/POS/src/components/sale/BatchSerialDialog.vue
@@ -29,8 +29,32 @@
+
+
+
+ {{ __('Requested') }}: {{ requestedQty }}
+ |
+ {{ __('Available') }}: {{ totalAvailableQty }}
+
+ ({{ __("{0} batches", [availableBatches.length]) }})
+
+
+
+
+
{{ allocationError }}
+
+
{{ __('Exp: {0}', [formatDate(batch.expiry_date)]) }}
+
+ {{ __('Max {0} from this batch', [batch.qty]) }}
+
@@ -188,7 +215,7 @@
@@ -198,7 +225,7 @@