From 6974bd62d4f56f3f78cd9fc813d96f637c6126e2 Mon Sep 17 00:00:00 2001 From: roxy-dao Date: Tue, 19 Nov 2024 01:49:44 +0000 Subject: [PATCH] from d4330a7e25b0d2d076a7efbb53a74704ae7444ab --- content/docs/programs/requisitions.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/content/docs/programs/requisitions.md b/content/docs/programs/requisitions.md index 54b54d7f..1dbcdda4 100644 --- a/content/docs/programs/requisitions.md +++ b/content/docs/programs/requisitions.md @@ -108,19 +108,19 @@ View](/docs/programs/images/program_requisition_detail_view.gif) The line edit page will also contain the extra columns as well: -| Column | Description | -| :------------------------ | :-------------------------------------------------------------------------------------------------------- | -| **Initial stock on hand** | The customer's stock on hand at the start of the program period | -| **Incoming** | The customer's incoming stock in units for this item | -| **Outgoing** | The customer's outgoing stock in units for this item | -| **Losses** | Inventory Adjustment | -| **Additions** | Inventory Adjustment | -| **Available** | Initial stock on hand + incoming stock +/- inventory adjustment - outgoing stock | -| **Short Expiry** | Sum of available stock for the item which has an expiry date after the program end date | -| **Days out of stock** | (Target MOS \* AMC) - available stock | -| **AMC** | The customer's average monthly consumption for this item | -| **MOS** | Months of stock for the item | -| **Reason** | A reason will be provided if their is a difference between the supply quantity and the requested quantity | +| Column | Description | +| :------------------------ | :----------------------------------------------------------------------------------------------------------- | +| **Initial stock on hand** | The customer's stock on hand at the start of the program period | +| **Incoming** | The customer's incoming stock in units for this item | +| **Outgoing** | The customer's outgoing stock in units for this item | +| **Losses** | Inventory Adjustment | +| **Additions** | Inventory Adjustment | +| **Available** | Initial stock on hand + incoming stock +/- inventory adjustment - outgoing stock | +| **Short Expiry** | Sum of available stock for the item which has an expiry date after the program end date | +| **Days out of stock** | (Target MOS \* AMC) - available stock | +| **AMC** | The customer's average monthly consumption for this item | +| **MOS** | Months of stock for the item | +| **Reason** | A reason will be provided if their is a difference between the suggested quantity and the requested quantity | ![Program Requisition Line Edit](/docs/programs/images/program_requisition_line_edit.png)