Skip to main content
Toutes les apps
App métier

Inventaire

Tout ce que l'entreprise possède — codé-barres, photographié, valorisé et attribué : groupé par emplacement dans le registre, déplacé dans son cycle de vie sur un kanban, avec un cron d'inventaire trimestriel.

La configuration

C'est toute l'app. Copiez-la, modifiez-la, faites-la vôtre.

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.yaml

Lancez-la

Installez Sovrium, puis démarrez l'app depuis sa config.

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

Construisez la vôtre

Partez d'un modèle ou d'un fichier vide. Une config, et Sovrium fait tourner toute l'app.

Construit avec Sovrium