Overview
Reorder Policies automate inventory planning by defining minimum and maximum stock levels per part and warehouse. The system generates reorder suggestions when available stock falls below the reorder point.Policy Structure
Each reorder policy defines:| Field | Type | Description |
|---|---|---|
part_id | UUID | Part to manage |
warehouse_id | UUID | Warehouse location |
min_qty | number | Minimum stock level (required) |
max_qty | number | Maximum stock level (optional) |
reorder_point | number | Trigger level (optional, defaults to min_qty) |
safety_stock | number | Buffer quantity (optional) |
lead_time_days | number | Procurement lead time (optional) |
preferred_vendor_id | UUID | Preferred supplier (optional) |
Policies are unique per (part_id, warehouse_id) combination. Creating a duplicate updates the existing policy.
Accessing Reorder Policies
Navigate to Inventory > Políticas de reposición (/inventory/reorder) to manage policies.
Requires
inventory:read to view. Creating/editing requires inventory:full_access.Creating a Policy
Select Part
Choose the part to manage:
- Filter by category for easier selection
- Search by part code or name
Select Warehouse
Choose the warehouse location for this policy.
Each part can have different policies per warehouse. For example, critical parts may have higher minimums at main facility vs. remote sites.
Set Minimum Quantity
Enter the minimum stock level:Consider:
- Average daily/weekly usage
- Lead time to replenish
- Part criticality
- Storage constraints
Configure Reorder Point (Optional)
Set a different trigger than min_qty:Typically:If not set, system uses min_qty as trigger.
Add Safety Stock (Optional)
Buffer for demand variability:Consider:
- Demand variability
- Lead time reliability
- Criticality
- Cost of stockout
Policy Types
- Min Only
- Min/Max
- Reorder Point
- Safety Stock
Minimum Quantity PolicySimplest policy:Behavior:
- Alert when available < 10
- Suggest reorder to bring to min
- No upper limit guidance
Reorder Quantity Calculation
When a suggestion is generated:Reorder Suggestions
View automated suggestions at Inventory > Políticas de reposición → Sugerencias button, which navigates to/inventory/reorder_suggestions.
Suggestion View (v_reorder_suggestions)
Shows parts that need reordering:| Column | Description |
|---|---|
| Part | Part code and name |
| Warehouse | Storage location |
| Available | Current available quantity |
| Reorder Point | Trigger level |
| Min/Max | Min and max quantities |
| Suggested Qty | Recommended order amount |
| Vendor | Preferred supplier |
| Lead Time | Days to receive |
- By warehouse
- By part category
- By criticality
- By vendor
Suggestions are calculated in real-time based on current available stock (on_hand - reserved).
Service Functions
Policy operations:Policy Planning Workflow
Analyze Historical Usage
Review past consumption:
- Average daily/weekly usage
- Usage variability (standard deviation)
- Seasonal patterns
- Trend analysis
Determine Lead Time
Research procurement time:
- Vendor lead time
- Approval process
- Shipping time
- Receiving/inspection time
Set Maximum Quantity
Consider:
- Economic order quantity (EOQ)
- Storage capacity
- Shelf life
- Capital constraints
Economic Order Quantity (EOQ)
Optimal order quantity to minimize total cost:ABC Analysis
Prioritize policies by part value/importance:- A Items (Critical)
- B Items (Moderate)
- C Items (Low Priority)
High Value / High Importance~20% of parts, ~80% of valuePolicy:
- Tight control
- Lower safety stock (cost)
- Frequent review
- Accurate forecasting
- Preferred vendors
Best Practices
Start Simple
Begin with min/max only:
- Easier to understand
- Less data required
- Refine over time
- Add complexity as needed
Use Historical Data
Base decisions on actual usage:
- Review past 6-12 months
- Account for seasonality
- Identify trends
- Validate with stakeholders
Regular Reviews
Schedule policy audits:
- A items: Monthly
- B items: Quarterly
- C items: Annually
- After major changes
Document Rationale
Record policy reasoning:
- Calculation methods
- Assumptions made
- Data sources
- Review dates
Integration with Procurement
Reorder suggestions drive procurement workflow:Review Suggestions
Procurement team reviews list:
- Verify quantities
- Check budget
- Confirm lead times
- Consolidate orders
Create Purchase Orders
Generate POs:
- Use preferred vendors
- Combine parts from same supplier
- Negotiate pricing
- Submit orders
Related Topics
Stock Management
View current stock levels that trigger policies
Documents
Create receipts from purchase orders
Parts
Set part criticality and attributes
Warehouses
Manage locations for policies