📦 A comprehensive inventory management system with warehouse tracking, supplier management, and geo-location features
- Import Schema: Use
schema.jsonto set up your Apito Engine project - Configure System: Reference
config.ymlfor project metadata - Load Sample Data: Import the
data/folder for realistic examples - Customize: Add additional inventory features as needed
- Project Type: General (Single-tenant)
- Difficulty Level: Intermediate
- Category: Inventory & Supply Chain
- ✅ Multi-warehouse inventory tracking
- ✅ Supplier management system
- ✅ Stock movement tracking
- ✅ Purchase order management
- ✅ Product categorization
- ✅ Geo-location support for warehouses
- ✅ Complete sample data with relationships
Core inventory items with detailed specifications.
Key Fields:
name,description,sku,barcodecategory_id(relation to Category)unit_price,reorder_levelspecifications(object for detailed attributes)
Product categorization system.
Key Fields:
name,slug,description- Relations to Products
Vendor and supplier management.
Key Fields:
name,contact_person,email,phoneaddress(geo object),payment_termsstatus,rating
Storage location management with geo-coordinates.
Key Fields:
name,code,address(geo object)capacity,manager_nametype(Distribution, Storage, etc.)
Inventory transaction tracking.
Key Fields:
type(IN, OUT, TRANSFER, ADJUSTMENT)quantity,reference_numberproduct_id,warehouse_id(relations)movement_date,notes
Supplier order management.
Key Fields:
po_number,supplier_id(relation)status,total_amountorder_date,delivery_dateitems(repeated field for line items)
116 total files with realistic inventory content:
- 40 Products - Various categories and specifications
- 10 Categories - Electronics, Tools, Materials, etc.
- 15 Suppliers - Complete vendor profiles
- 15 Warehouses - Multiple storage locations
- 15 Stock Movements - Transaction history
- 15 Purchase Orders - Supplier orders
Perfect for building:
- Warehouse Management - Multi-location inventory
- Supply Chain Systems - End-to-end tracking
- Manufacturing Inventory - Raw materials and finished goods
- Retail Inventory - Store and distribution management
- Asset Management - Equipment and resource tracking
- Geo Fields: Warehouse and supplier locations
- Complex Relationships: Multi-model connections
- Object Fields: Product specifications and order items
- Repeated Fields: Purchase order line items
- Status Tracking: Movement and order workflows
# Clone repository
git clone https://github.com/apito-io/sample-inventory-system
# Import to Apito Engine
apito import schema.json
apito import data/- Documentation: Apito Engine Docs
- Issues: GitHub Issues
- Email: support@apito.io
Built with ❤️ using Apito Engine