freight-invoice-tracker

Generate PDF invoices and track accounts receivable aging for freight loads.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/wasay1200/freight-broker-ai --skill freight-invoice-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freight-invoice-tracker
Source: https://github.com/wasay1200/freight-broker-ai/tree/main/skills/freight-invoice-tracker
Command: npx skills add https://github.com/wasay1200/freight-broker-ai --skill freight-invoice-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires reportlab, and includes scripts (resource) components.

What problem does it solve?

Invoicing and AR management for freight brokers are labor-intensive and error-prone, causing delays in payments and cash flow.

Core Features & Use Cases

  • Auto-generate PDF invoices after POD confirmation
  • Track accounts receivable aging with buckets (current, aging, overdue)
  • Send automated payment reminders and overdue notices
  • Persist invoices locally and optionally email them via SMTP

Quick Start

Provide a load ID, shipper name, and amount, then run the invoice generator to create a PDF invoice and log it in AR.

Frequently Asked Questions about freight-invoice-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate freight invoice generation after POD confirmation?

To automate freight invoice generation, provide a load ID, shipper name, and amount to generate a PDF invoice using ReportLab. The invoice is automatically logged into a local SQLite database for accounts receivable tracking.

How do I track accounts receivable aging for freight brokerage shipments?

You can track accounts receivable aging by viewing stored invoices in the local SQLite database, which categorizes outstanding payments into current, aging, and overdue buckets for freight brokerage shipments.

Can I send automated payment reminders and overdue notices via SMTP for freight invoices?

Yes, you can send automated payment reminders and overdue notices by configuring SMTP settings to email PDF invoices and payment requests directly to shippers based on their AR aging status.

Does this accounts receivable tracker require external dependencies for PDF invoice creation?

Yes, generating PDF invoices requires the ReportLab Python library. Data persistence uses a local SQLite database, while email delivery requires a configured SMTP server.

What is the best way to manage post-delivery invoicing workflows for freight loads?

The best way to manage post-delivery invoicing is to use an automated workflow that generates a PDF invoice after POD, logs it locally for AR tracking, and emails configurable payment terms via SMTP.

Can I customize payment terms when generating PDF invoices for freight loads?

Yes, you can apply configurable payment terms when generating PDF invoices for freight loads. These terms are stored locally and used to schedule automated payment reminders and overdue notices.