Replenishment calculation |
The replenishment list lists parts that need to be ordered and restocked to fulfill the stocking criteria set up by the EOQ or MIN-MAX replenishment method. The list is stored in the REPLEN_MAIN table.
Upon Insert, FASuite filters out the nonmatching related part data. The system then performs a replenishment review on all parts that are within the criteria specifications. The replenishment review determines whether a part needs to be replenished. If a part has fallen below the specified replenishment guidelines for the part location, a record is generated in the REPLEN_MAIN table. The Replenishment Management screen displays the generated list, and you can review the list to determine the appropriate action for the parts.
The replenishment review includes the following tasks:
Calculate the current available qty (CAQ).
CAQ = quantity on hand - quantity committed - quantity on hold + quantity on order + quantity pending transfer in + quantity pending rebuild + quantity pending transfer request + quantity pending requisitions + quantity out for repair
Note: If part status tracking is enabled (there is a check in the Enable part status tracking field on the Part Status Tracking tab of the Data -> Parts Items -> Setup -> Options screen):
And the replenishment calculation is for parts with a NEW suffix, the quantities of parts with USED and REBUILT suffixes are added to the CAQ prior to making a replenishment decision.
And the replenishment calculation is for parts with a REBUILT suffix, the quantities of parts with NEW and USED suffixes are added to the CAQ prior to making a replenishment decision.
And the replenishment calculation is for parts with a USED suffix, the quantities of parts with NEW and REBUILT suffixes are added to the CAQ prior to making a replenishment decision.
2. If the CAQ falls below the reorder point (EOQ) or minimum quantity value (MIN-MAX), the part needs to be replenished and a REPLEN_MAIN record is generated for it. Generating a REPLEN_MAIN record adds the part to the replenishment list.
For EOQ, order quantity = reorder quantity
For MIN-MAX, order quantity = maximum available quantity - CAQ