Reports → Party-wise Summary → All Parties → Export XLS Supports .xls and .xlsx | Color data included automatically
CYCLE PERIOD
CYCLE TYPE
Parsing file...
Past Cycles
📂
No cycles saved yet
Upload and save your first cycle to see history here.
Reorder Trends
📈
Not enough data yet
Save at least 2 cycles to see trends.
Purchase Orders
🛍
No orders yet
Orders are created automatically when you Finalise a cycle.
Supplier Order Type
Set each brand as CUTSIZE (supplier ships single sizes — order immediately when any size sells)
or FULL SET (supplier ships complete sets — only order when all-but-one size from the set is sold).
Settings are saved to Firebase and applied automatically every cycle.
⚠ Danger Zone
Deletes all saved cycles, brand settings and history from Firebase. Use only during testing.
⚠ Firestore Permission Error
Your Firestore rules are blocking writes. Fix it in 30 seconds:
1. Go to Firebase Console → Firestore → Rules
2. Replace the rules with this and click Publish:
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if true;
}
}
}