Add New Trip

This revenue will be added to the total revenue calculation
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

DateBagsDriverOtherDieselMeter (km)Extra RevTotal RevExpenseProfitActions
Connect Firebase to load data...

Daily Summary

DateTotal TripsTotal RevenueTotal ExpenseProfit/Loss
Connect Firebase to load data...

Monthly Summary

MonthTotal TripsTotal RevenueTotal ExpenseProfit/Loss
Connect Firebase to load data...
🚚

Vehicle Trip Management

🔥 Firebase: Not Connected

🔥 Firebase Realtime Database Setup

Follow these steps to connect your Firebase Realtime Database:

  1. Go to console.firebase.google.com → Create a new project
  2. Go to Build → Realtime Database → Create Database
  3. Choose "Start in test mode"
  4. Go to Project Settings → General → Your apps → Add web app (</>)
  5. 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.