Disaster relief inventory management for emergency response operations. Tracks donations from multiple sources, processes supply requests with multi-tier approval workflows, manages warehouse stock, and monitors deliveries to affected areas. Links all transactions to hazard incidents and generates automated alerts for low stock, expiring items, and SLA breaches.
- Record incoming donations with state machine (announced, received, inspected, stocked) and inspection workflow
- Submit supply requests for affected areas with approval workflow, SLA tracking, and priority handling
- Allocate stock using FIFO/FEFO logic and create dispatch pickings with beneficiary area tracking
- Track returned items with condition assessment and disposition routing (restock, repair, dispose)
- Generate alerts automatically for low stock thresholds, expiring inventory, and overdue requests
- Create request templates for rapid response to recurring emergency scenarios
- Monitor fulfillment progress with allocation percentage, dispatch status, and delivery tracking
- Assign personnel to warehouses and service points with role and cluster tracking
| Model | Description |
|---|---|
spp.drims.donation |
Incoming donation record with pledged and received quantities |
spp.drims.request |
Supply request for affected area, includes approval workflow |
spp.drims.request.template |
Reusable template for common request patterns |
spp.drims.return |
Item return from distribution point to warehouse |
spp.drims.alert |
Extends spp.alert with
incident, warehouse, and product
links |
spp.drims.personnel |
Personnel assignment to warehouses and service points |
stock.picking (extended) |
Links stock transfers to DRIMS donations, requests, and returns |
stock.warehouse (extended) |
DRIMS warehouse flag and area assignment |
spp.hazard.incident
(extended) |
Links DRIMS transactions to disaster incidents |
After installing:
- Navigate to DRIMS > Inventory > Warehouses and mark warehouses as DRIMS warehouses
- System parameters are in
ir.config_parameterwith prefixdrims.*(defaults indata/config_defaults.xml) - To configure via UI, install optional
spp_studio_drimsmodule for Settings page - Verify scheduled actions are active under Settings > Technical >
Scheduled Actions:
- DRIMS: Check Low Stock (daily)
- DRIMS: Check Expiry Dates (daily)
- DRIMS: Check SLA Breaches (hourly)
- Create request templates under DRIMS > Configuration > Request Templates for common scenarios
- Assign approval workflows to
spp.drims.requestmodel under Social Protection > Configuration > Approval Workflows
- Dashboard: DRIMS > Dashboard (KPIs, recent activity, pending approvals)
- Donations: DRIMS > Receive Supplies > Donations
- Requests: DRIMS > Fulfill Requests > All Requests
- Dispatches: DRIMS > Fulfill Requests > Dispatches
- Returns: DRIMS > Receive Supplies > Returns
- Alerts: DRIMS > Monitoring > Alerts
- Personnel: DRIMS > Monitoring > Personnel
- Inventory: DRIMS > Inventory > Stock On Hand, Warehouses, Products
| Group | Access |
|---|---|
spp_drims.group_drims_viewer |
Read-only access to donations, requests, dispatches |
spp_drims.group_drims_officer |
Create and edit donations, requests, returns (no delete) |
spp_drims.group_drims_approver |
Approve or reject supply requests |
spp_drims.group_drims_manager |
Full CRUD including deletion and configuration |
spp_drims.group_drims_warehouse_worker |
Receive donations, manage stock, process dispatches |
spp_drims.group_drims_field_officer |
Create requests and confirm deliveries in the field |
spp_drims.group_drims_coordinator_supervisor |
Coordinate requests and distributions within assigned areas |
- Inherit
spp.drims.alertand override_cron_check_*methods to add custom alert types - Extend
spp.drims.requestand override_allocate_stock_fifo()to customize allocation logic - Add fields to
stock.warehouseto track additional warehouse metadata for DRIMS operations - Inherit
spp.drims.donationand override_create_receipt_picking()to customize stock receipt behavior - Override
spp.drims.request._on_approve()and_on_reject()hooks to add custom approval actions
base, mail, stock, spp_alerts, spp_security,
spp_vocabulary, spp_area, spp_hazard, spp_gis,
spp_gis_report, spp_service_points, spp_approval,
spp_cel_domain, spp_audit, queue_job
Table of contents
- Initial migration to OpenSPP2
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- OpenSPP.org
Current maintainers:
This module is part of the OpenSPP/OpenSPP2 project on GitHub.
You are welcome to contribute.




