Business app
Assets
Everything the company owns — barcoded, photographed, valued, and assigned: grouped by location in the register, dragged through its lifecycle on a kanban, with a quarterly inventory-check cron.
The configuration
This is the whole app. Copy it, change it, make it yours.
name: assets
description: >-
Asset tracker — everything the company owns: barcoded,
photographed, valued, assigned to a person, and grouped by
location.
tables:
- $ref: ./config/tables/locations.yaml
- $ref: ./config/tables/assets.yaml # barcode field
automations:
- $ref: ./config/automations/quarterly-inventory-check.yamlRun it
Install Sovrium, then start the app from its config.
curl -fsSL https://sovrium.com/install | sh
sovrium init my-assets --template assetsBuild your own
Start from a template or an empty file. One config, and Sovrium runs the whole app.