How to calculate replenishment parameters


The Data -> Enterprise Purchasing -> Replenishment -> Calculate Replenishment Parameters screen enables you to automatically calculate replenishment parameters such as MIN-MAX and EOQ.

"Past 12 FULL months" is the total lead time which is pulled from this sql query:
SELECT SUM(lead_days) FROM PLO_LEAD
WHERE PART_part_no = '[Part_part_no]' AND PART_suffix = [Part_Suffix]
AND LOC_loc_code = '[Loc_loc_code]'
AND post_datetime > ‘02/01/2015 00:00’ AND post_datetime < ‘02/01/2016 00:00’

"# of PLO_LEAD rows" is pulled from this sql query:
SELECT count(*) FROM PLO_LEAD
WHERE PART_part_no = '[Part_part_no]' AND PART_suffix = [Part_Suffix]
AND LOC_loc_code = '[Loc_loc_code]' AND post_datetime > ‘02/01/2015 00:00’
AND post_datetime < ‘02/01/2016 00:00’

To calculate replenishment parameters:

Step 1.  Verify the following settings on the Replenishment tab of the Data -> Parts Items -> Location Information screen:

Note: If you manage inventory BY LOCATION, EOQ must be selected.

Step 2.  If you manage inventory BY ENTERPRISE, on the Inventory - Enterprise tab of the Data -> Setup -> Organization Structure -> Locations -> Primary Information screen, verify that there is a value in the Security days for MIN-MAX calculation field.

Step 3.  On the Data -> Enterprise Purchasing -> Replenishment -> Calculate Replenishment Parameters screen, click Prepare for Insert .

Step 4.  Specify the location and parts for which you want to perform this calculation. The system calculates values for one location at a time.

Note:  If location security is in effect, it applies to this screen. To learn more about location-level security, go to location level access control.

Step 5.  In the Calculate item field, specify whether the system should calculate EOQ or MIN-MAX values. If you manage inventory BY LOCATION, you must select EOQ.

Step 6.  Click Process .

For more information about the calculation that FASuite performs, see Replenishment calculation.

Once the calculation is complete, FASuite records the following information on the Replenishment tab of the Data -> Parts Items -> Location Information screen: the items that were calculated, when they were calculated, and what the values were previously. To undo a calculated value, update it manually to the previous value.