paaart.dev← Back to Projects

Current Version

Leo Operations Platform

An operations platform for Leo Packers and Movers focused on quotations, warehouse operations, billing, employee advances, fuel tracking, and business visibility.

activev2.3Operations Platform

Why This Exists

The business needed an affordable and maintainable way to move beyond spreadsheets, manual calculations, and disconnected operational processes while avoiding unnecessary enterprise software complexity.

Current Capabilities

  • Domestic Quotations
  • International Quotations
  • Warehouse Management
  • Ledger-Based Billing
  • Loans & Advances Tracking
  • Fuel Tracking
  • Operational Dashboards
  • Historical Record Management

Current Focus

  • Logistics
  • Operations
  • Quotations
  • Warehouse Management
  • Business Automation
  • Operational Visibility

Evolution Path

Leo Operations Platform — Project Evolution Timeline

This timeline documents how a simple transportation calculator gradually evolved into a broader operations platform for Leo Packers and Movers.

Unlike many software projects that begin with a large architecture, this system evolved incrementally.

Each stage was driven by a real operational problem.

New complexity was introduced only when the business could justify it.

Version 0 — Manual Operations

Problem

Operational knowledge existed across:

  • spreadsheets
  • phone calls
  • documents
  • employee experience
  • manual calculations

Generating quotations required effort and consistency depended heavily on individual knowledge.

Observation

The biggest bottleneck was not reporting.

It was generating accurate quotations quickly.

Lesson

Solve the sharpest operational pain point first.

Version 1 — Domestic Transportation Calculator

Problem

Transportation quotations needed to be calculated faster and more consistently.

Solution

Built a calculator capable of handling:

  • source city
  • destination city
  • household goods calculations
  • vehicle transportation pricing
  • packaging costs
  • transportation costs

Result

Quote generation became faster, more repeatable, and less dependent on manual calculations.

Lesson

A focused solution can create immediate business value.

Version 2 — Google Sheets Backend

Problem

Rate data changed frequently.

Updating application data through deployments would be inefficient.

Solution

Introduced:

Google Sheets
+
Apps Script APIs

Business users could update pricing without modifying application code.

Result

The system became easier to maintain and iterate on.

Lesson

Sometimes a spreadsheet is the correct database.

Version 3 — International Quotation System

Problem

The business required support for international relocations and shipments.

Domestic calculations alone were no longer sufficient.

Solution

Introduced:

  • Origin and destination management
  • Volume-based pricing
  • Ocean freight calculations
  • Destination charges
  • GST calculations
  • Margin calculations
  • Invoice generation workflows

Result

The platform expanded beyond domestic logistics.

Lesson

Successful systems often reveal adjacent business opportunities.

Version 4 — Dashboard Reframe

Problem

The application was becoming more than a calculator.

Operational information was beginning to spread across multiple workflows.

Solution

The project direction shifted from:

Calculator

To:

Operations Dashboard

Result

The foundation for a larger platform was established.

Lesson

Once multiple operational workflows exist, centralization becomes valuable.

Version 5 — Supabase & PostgreSQL Migration

Problem

Spreadsheets worked well for validation, but were becoming limiting for operational workflows.

Solution

The architecture evolved toward:

  • Supabase
  • PostgreSQL
  • Authentication
  • Storage
  • Relational data modeling

Result

The platform gained a proper operational data foundation.

Lesson

Validation tools and production systems often require different architectures.

Version 6 — Warehouse Management

Problem

Warehouse operations required structured visibility.

Storage, billing, and outstanding balances needed a dedicated workflow.

Solution

Introduced:

  • Client management
  • Storage tracking
  • Pod management
  • Billing cycles
  • Ledger history
  • Outstanding balance tracking

Result

The platform gained its first major operational module.

Lesson

Financial workflows benefit from historical records rather than editable totals.

Version 7 — Loans & Advances Tracking

Problem

Employee financial transactions needed tracking and visibility.

Solution

Built a transaction-based system for:

  • Loans
  • Advances
  • Repayments
  • Outstanding balances

Result

Employee financial history became transparent and auditable.

Lesson

Derived balances are safer than mutable balance fields.

Version 8 — Fuel Tracking & Operational Monitoring

Problem

Fuel expenditure and vehicle efficiency lacked visibility.

Solution

Introduced:

  • Vehicle records
  • Fuel entries
  • Odometer tracking
  • Mileage calculations
  • Cost analysis

Result

Operational expenses became measurable.

Lesson

Useful visibility is often more valuable than perfect automation.

Version 9 — Operations Platform Direction

Problem

Multiple operational systems now existed.

The challenge shifted from building individual tools to creating a unified operational platform.

Solution

Established a long-term direction focused on:

  • Quotations
  • Warehouse Operations
  • Billing
  • Employee Management
  • Fuel Tracking
  • Reporting
  • Operational Visibility

Result

The project evolved from a collection of tools into a platform strategy.

Lesson

Business software grows by solving one practical problem at a time.

Current Version

Today the project is best described as:

Operations Platform for Leo Packers and Movers

The most important architectural decision was allowing the system to evolve naturally.

Manual Operations
→ Calculator
→ Spreadsheet Backend
→ Dashboard
→ Operations Platform

Each stage solved a real business problem before introducing additional complexity.

Future Direction

Potential future areas include:

  • Customer CRM
  • Warehouse inventory management
  • Driver management
  • Trip management
  • Maintenance tracking
  • Profitability reporting
  • Document management
  • WhatsApp integrations
  • Operational automation
  • Advanced analytics

The long-term vision is not to build a large ERP.

The vision is to build a practical operations platform that helps the business run more effectively while remaining affordable, maintainable, and adaptable.

Lessons Learned

  • Solve the sharpest pain point first
  • Spreadsheets are excellent validation tools
  • Historical records are often more valuable than editable totals
  • Complexity should be introduced only when justified
  • Business value matters more than architectural purity