# Missing receipts

The skill checks your synced invoices for any with no source document attached, and gives you the list of exactly which ones need paperwork, with amounts, dates, and currency. One thing it will not do is fetch the missing receipt. It finds the gap, you still go get the document.

`npx skills add wellapp-ai/skills --skill missing-receipts`

Which expenses are missing receipts?

7 invoices totalling €23.4K have no document attached. The largest is €9,100.

## How the skill answers

Every step of the run, in order, with the card each one returns. A step that hands its work to another skill says which one.

01. You ask

Which expenses are missing receipts?

02. Pin the workspace Skill used [define-workspace](/content/skills/define-workspace/index.html)
    
    ### Workspaces
    
    Pick the workspaces to work in.
    
    Your workspaces
    
    
    
    Maxime Champoux
    
    
    
    Well App Inc. Default workspace

03. Confirm the connections this answer needs Skill used [connect-tools](/content/skills/connect-tools/index.html)
    
    ### Connect a tool
    
    Pick a tool to connect it to Well.
    
    Available tools
    
     Qonto
    
     Mercury
    
     QuickBooks
    
     Xero
    
     Chronograph
    
     Daloopa
    
     iBanFirst
    
     Moody's
    
     Morningstar
    
     MSCI
    
     MT Newswires
    
     Pennylane
    
     PitchBook Premium
    
     Plaid
    
     S&P Global
    
     Wise

04. Verify the data itself has landed

05. Resolve the scope

06. Find invoices with no attached document

07. Optional deeper check: transactions with no linked document

08. Normalize currency Skill used [normalize-currency](/content/skills/normalize-currency/index.html)

09. State the scope limit plainly

10. If any required step errors or returns unusable data

11. You get

### Invoices
    
    | Issuer                         | Total amount | Issue date     |
    | ------------------------------ | ------------ | --------------- |
    | Vercel                        | €9,100.00   | 2026, Jun 3    |
    | Cinder Studio SAS             | €3,200.00   | 2026, Mar 1    |
    | Palisade Consulting           | €2,600.00   | 2026, Apr 20   |
    | Driftwood Media               | €2,400.00   | 2026, May 5    |
    | Anchor Point Logistics        | €2,200.00   | 2026, May 20   |
    | Home & Ledger Co              | €2,100.00   | 2026, Feb 15   |
    | Willowmere SARL               | €1,800.00   | 2026, Jun 1    |
    
7 invoices totalling €23.4K have no document attached. The largest is €9,100 to Vercel from 3 Jun. Two more are over 60 days old, which is the pair an auditor would find first.

## Frequently asked questions

Can it fetch the receipt for me?

No. It cannot reach into a vendor portal or your inbox. It tells you precisely which documents are missing so the chase is short.

Does it check transactions too?

Invoices are the primary check. With a bank or accounting tool connected it adds a secondary sweep for transactions with no linked document.

Why does this matter before an audit?

An expense without a source document is the first thing questioned. Finding the gap early turns an audit finding into a short admin task.
