Skip to main content
All apps
Business app

Expenses

Expense approvals with real guarantees: receipts land in a private bucket, row-level permissions mean members only ever see their own expenses, and each one waits on an admin approval before it moves.

The configuration

This is the whole app. Copy it, change it, make it yours.

name: expenses
description: >-
  Expense tracking — members file expenses with receipts and
  see only their own (row-level permissions); admins approve
  each one through a paused automation.

buckets:
  - $ref: ./config/buckets/receipts.yaml

automations:
  - $ref: ./config/automations/approve-expense.yaml

Run it

Install Sovrium, then start the app from its config.

curl -fsSL https://sovrium.com/install | sh
sovrium init my-expenses --template expenses

Build your own

Start from a template or an empty file. One config, and Sovrium runs the whole app.

Built with Sovrium