Add New Trip
Base Revenue (Rs 60/bag):Rs 0
Total Revenue:Rs 0
Mazdori (Rs 8/bag):Rs 0
Total Expenses:Rs 0
Net Profit/Loss:Rs 0
All Trip Records
| Date | Bags | Driver | Other | Diesel | Meter (km) | Extra Rev | Total Rev | Expense | Profit | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| Connect Firebase to load data... | ||||||||||
Daily Summary
| Date | Total Trips | Total Revenue | Total Expense | Profit/Loss |
|---|---|---|---|---|
| Connect Firebase to load data... | ||||
Monthly Summary
| Month | Total Trips | Total Revenue | Total Expense | Profit/Loss |
|---|---|---|---|---|
| Connect Firebase to load data... | ||||
🔥 Firebase Realtime Database Setup
Follow these steps to connect your Firebase Realtime Database:
- Go to console.firebase.google.com → Create a new project
- Go to Build → Realtime Database → Create Database
- Choose "Start in test mode"
- Go to Project Settings → General → Your apps → Add web app (</>)
- Copy each value from the firebaseConfig and paste below:
Firebase Realtime Database Rules:
{
"rules": {
"trips": {
".read": true,
".write": true
},
"settings": {
".read": true,
".write": true
}
}
}
🔒 Logs Password
Protects Daily Log and Monthly Log tabs. Password stored in Firebase.
📄 Download PDF Reports
Download a formatted PDF report for daily or monthly trip activity.