Loading...
Loading...
Use when "organizing invoices", "sorting receipts", "tax preparation", "expense tracking", or asking about "invoice renaming", "financial documents", "bookkeeping automation"
npx skill4agent add eyadsibai/ltk invoice-organizerYYYY-MM-DD Vendor - Invoice - Description.ext2024-03-15 Adobe - Invoice - Creative Cloud.pdf2024-01-10 Amazon - Receipt - Office Supplies.pdfInvoices/
├── Adobe/
├── Amazon/
├── Google/
└── Microsoft/Invoices/
├── 2024/
│ ├── Software/
│ ├── Hardware/
│ ├── Services/
│ └── Travel/
└── 2023/Invoices/
├── 2024/
│ ├── Q1/
│ ├── Q2/
│ ├── Q3/
│ └── Q4/Invoices/
├── Deductible/
├── Partially-Deductible/
└── Personal/# Find all invoices
find . -type f \( -name "*.pdf" -o -name "*.jpg" -o -name "*.png" \) -print
# Create folder structure
mkdir -p "Invoices/2024/Software/Adobe"
# Copy with new name (preserve original)
cp "original.pdf" "Invoices/2024/Software/Adobe/2024-03-15 Adobe - Invoice - Creative Cloud.pdf"Date,Vendor,Invoice Number,Description,Amount,Category,File Path
2024-03-15,Adobe,INV-12345,Creative Cloud,52.99,Software,path/to/file.pdf