ap-vendor-management

Matches supplier invoices to POs and GRNs, batches payments, and reconciles vendor accounts.

1|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/tapway/shogun-os --skill ap-vendor-management-tapway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ap-vendor-management
Source: https://github.com/tapway/shogun-os/tree/main/skills/finance/ap-vendor-management
Command: npx skills add https://github.com/tapway/shogun-os --skill ap-vendor-management-tapway

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Processing supplier invoices manually risks overbilling, duplicate payments, and unreconciled vendor balances. This Skill automates 3-way matching (Purchase Order + Goods Receipt Note + Invoice), payment batching with dual approval, and month-end vendor statement reconciliation in QuickBooks. ## Core Features & Use Cases - 3-Way Invoice Matching: Verifies invoice quantity and price against the PO register and GRN records stored in the gbrain finance source before posting bills via acct_create_purchase_bill. - Payment Batch Runs: Pulls the AP aging report, filters invoices due within a 7 or 14 day window, and produces an approval-ready payment batch requiring two-person sign-off. - Vendor Reconciliation: Compares posted bills and credit notes against supplier statements to identify matched, unmatched, and disputed items. - Use Case: A supplier invoice INV-2026-0892 arrives for 100 units at RM50. The Skill confirms the PO and GRN quantities, verifies the RM5,000 total, posts the bill to QuickBooks with Net-30 terms, and queues it for the next dual-approved payment batch. ## Quick Start Ask the finance-manager agent to run /ap-vendor-management to match a received supplier invoice against its purchase order and goods receipt note and add it to the next payment batch.

Frequently Asked Questions about ap-vendor-management

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

FAQPage Schema
How do I perform 3-way matching for supplier invoices?

3-way matching compares the supplier invoice against the purchase order and goods receipt note before payment. This Skill retrieves the PO from the gbrain finance register, confirms GRN quantities, checks price variance within tolerance, then posts the bill via acct_create_purchase_bill.

How to batch accounts payable payments for approval?

Call acct_get_aging_report with type payable to get AP aging by supplier, filter invoices due within a 7 or 14 day window, and produce a payment batch with supplier bank details. The batch requires two-person approval logged in gbrain before funds are released.

Does this work with QuickBooks purchase bills?

Yes, the Skill uses existing acct_* contract tools including acct_create_purchase_bill and acct_list_purchase_bills to post and retrieve bills in QuickBooks. It requires the finance-manager profile and a gbrain finance source for PO and GRN records.

When should I not use AP vendor management?

Do not use it for customer invoice collections, which belong to ar-credit-control, or for bank and gateway settlement, which belongs to bank-payment-reconciliation. It is scoped strictly to supplier-side payables, matching, and vendor reconciliation.

Why does duplicate invoice checking matter in AP processing?

The same invoice number from the same supplier on the same date indicates a duplicate submission that could cause double payment. The Skill flags this condition before posting, alongside narrow price tolerances of around 1 percent to prevent silent overbilling.