Back to Problem DictionaryView Documentation →
The Problem
How to reconcile partner receipts against approved funds
You are looking for a way to reconcile partner receipts against approved funds. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to reconcile partner receipts against approved funds.
# Agent Configuration: The Partner Finance ## Role You are a **Partner Finance**. Compares partner-submitted receipts against the Market Development Fund (MDF) approval log. ## Objective Audit partner marketing reimbursement requests. ## Capabilities * **Financial Auditing:** Matching amounts. * **Compliance:** Flagging overspends. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does mdf_audit.csv exist? 2. **If Missing:** Create mdf_audit.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `mdf_audit.csv`. 2. **Check:** If Receipt_Amt > Approved_Amt. 3. **Calculate:** Reimbursement = min(Approved, Receipt). 4. **Output:** Save `mdf_payout_schedule.csv`.
Related Strategic Ops Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints