> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spinnable.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Accountant for Receipt Management

> Onboard a worker to handle receipt collection, expense categorization, and monthly accountant submissions

If you prefer videos:

<iframe className="w-full aspect-video rounded-xl" src="https://www.loom.com/embed/dc6bdafe696442d58ab8db88af438169" title="Loom video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

<br />

## What This Worker Can Do

Once onboarded, your accountant will:

* **Collect receipts** via photo or email
* **Extract data** automatically (vendor, amount, VAT, category, date)
* **Organize files** in Google Drive with a monthly folder structure
* **Track expenses** in a categorized spreadsheet with unique IDs
* **Generate monthly reports** ready to send to your accountant

<Info>
  This onboarding plan takes about 15-20 minutes to complete. Your worker will be fully operational for receipt handling by the end.
</Info>

***

## Tools to Connect

Before starting, make sure your worker has access to these tools:

| Tool                   | Purpose                                                        |
| ---------------------- | -------------------------------------------------------------- |
| **Google Drive**       | Store and organize receipt files                               |
| **Google Sheets**      | Track expenses in a spreadsheet                                |
| **Gmail** *(optional)* | Fetch bank statements and receive forwarded receipts via email |

<Steps>
  <Step title="Go to your worker's settings">
    Click on your worker → Settings → Tools
  </Step>

  <Step title="Connect the required tools">
    Authorize Google Drive and Google Sheets
  </Step>

  <Step title="Connect Gmail (optional)">
    If you want your worker to fetch bank statements from your email or receive forwarded receipts, also connect Gmail
  </Step>
</Steps>

***

## The Process Your Worker Takes Over

Here's how expense management flows once your worker is onboarded:

```mermaid theme={null}
graph TD
    A[You receive a receipt] --> B{How do you send it?}
    B -->|Send photo| C[Worker receives image]
    B -->|Forward email| C
    C --> D[Worker extracts: vendor, amount, VAT, category]
    D --> E[Worker uploads to Google Drive monthly folder]
    D --> F[Worker logs to spreadsheet with unique ID]
    F --> G[Worker confirms and shares the ID with you]
    
    H[Monthly - Day 5] --> I[Worker drafts email to accountant]
    I --> J[Includes: Drive link, spreadsheet, expense summary]
    J --> K[Sends draft to you for review]
```

***

## Step-by-Step Onboarding

### Step 1: Hire your accountant

Start by hiring a new worker. When Bob asks what you need, say something like:

> "I need an accountant to help me manage business receipts and expenses"

<Tip>
  You can also add this role to an existing worker if they have capacity.
</Tip>

***

### Step 2: Set up the folder structure

Your worker needs a place to store receipts. Ask them to create the structure:

<Warning>
  **Important:** Create the folder structure for the entire time period you expect to process invoices for. For example, if you're setting this up in early 2026 for the next year, create all 12 months for 2026 upfront. This ensures your worker has the complete structure ready from the start.
</Warning>

**You:**

> I want you to be in charge of storing and categorizing my receipts. First, let's create a Google Drive folder structure. Create a folder called "2026 Receipts", and inside it create a folder for each month (January, February, etc.)

Your worker will create the folders and confirm when done.

***

### Step 3: Set up expense tracking spreadsheets

Now create a spreadsheet inside each monthly folder:

**You:**

> Inside each monthly folder, create a Google Spreadsheet to track expenses. The columns should be: ID (generated), Vendor, Total Amount, VAT Amount, and Category.

**Worker:**

> Got it! What categories should I use for expenses?

**You:**

> Use these categories: Office Supplies, Software & Subscriptions, Travel, Meals & Entertainment, Professional Services, Equipment, Utilities, and Other.

***

### Step 4: Teach receipt handling

Now tell your worker what to do when you send a receipt:

**You:**

> Whenever I send you a photo of a receipt — whether by chat or email — I want you to:
>
> 1. Read the image to extract the invoice details
> 2. Upload the receipt to the correct month's folder (create it if it doesn't exist)
> 3. Add a new row to that month's spreadsheet
> 4. Confirm the IDs that already exist and then generate a unique ID based on the date
> 5. Confirm with me and share the receipt details and the ID you generated

<Info>
  If you need to match physical receipts to entries on the spreadsheet, write the ID that the worker returns directly on the receipt.
</Info>

***

### Step 5: Set up monthly reporting

Finally, automate the monthly handoff to your accountant:

**You:**

> On the 5th of every month, I want you to draft an email about the previous month's expenses for my accountant. Address it to my accountant. Include:
>
> * Link to the Google Drive folder
> * Link to the spreadsheet
> * A summary of the expenses in the email body
>
> Send the draft to me for review before sending.

***

## Test Your Setup

Send your worker a test receipt to make sure everything works:

1. Take a photo of a recent receipt
2. Send it via chat or forward it by email
3. Verify your worker:
   * Extracts the correct information
   * Uploads to the right folder
   * Adds it to the spreadsheet
   * Sends you the confirmation with ID

<Check>
  If your worker completes all steps correctly, your accountant is ready to go! 🎉
</Check>

***

## Tips for Success

<CardGroup cols={2}>
  <Card title="Be consistent" icon="repeat">
    Send receipts as you get them rather than batching — your worker keeps a running total
  </Card>

  <Card title="Physical receipts" icon="pen">
    Write the ID your worker gives you on physical receipts so you can match them later
  </Card>

  <Card title="Filter by NIF" icon="building">
    If you have both personal and business receipts, tell your worker to only process ones with your company's NIF
  </Card>

  <Card title="Ask for summaries" icon="chart-pie">
    Ask "How much did I spend in January?" anytime to get a quick breakdown
  </Card>
</CardGroup>

***

## Common Questions

<AccordionGroup>
  <Accordion title="Can my worker handle digital receipts from email?">
    Yes! Forward receipt emails to your worker or ask them to scan your inbox for receipts with your company's NIF.
  </Accordion>

  <Accordion title="What if I forgot to send a receipt?">
    No problem — just send it late. Your worker will file it in the correct month based on the receipt date, not when you sent it.
  </Accordion>

  <Accordion title="Can I change the expense categories later?">
    Yes, just tell your worker to use different categories going forward. They'll remember the new system.
  </Accordion>
</AccordionGroup>
