Inventory Management Platform
Enter your credentials to access the system
Real-time inventory — Africafe coffee products
Loading...
Products at or below reorder threshold
Loading...
Manage channels and fee structures
Loading...
Loading...
Sales, inventory, P&L, velocity insights
Tab through all products to update physical quantities
Loading...
App configuration and database management
If seeding fails or you see "client is offline" errors, your Firestore rules are blocking reads/writes. Go to Firebase Console → Firestore → Rules and paste these rules:
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if request.auth != null;
}
}
}
Open Firebase Console →
Populate all 7 products, 7 channels, and opening inventory from your first shipment. Run once only.