Skip to main content
Toutes les apps
Inventaire
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.

Connexion démo
Email
demo@sovrium.com
Mot de passe
Sovrium-Demo-d8462d!

Réinitialisée chaque nuit. Tes changements sont effacés, alors explore librement.

Cette app fait partie des démos Sovrium hébergées.

La configuration

C'est toute l'app. Copie-la, modifie-la, fais-la tienne.

app.yaml
name: assets
version: 1.0.0
description: >-
  Asset tracker — laptops, monitors, vehicles, and everything else the company
  owns: barcoded, photographed, valued, assigned to a person, and grouped by
  location. A quarterly cron nudges the team to run an inventory check.

auth:
  $ref: ./config/auth.yaml

theme:
  $ref: ./config/theme.yaml

tables:
  - $ref: ./config/tables/locations.yaml
  - $ref: ./config/tables/assets.yaml

pages:
  - $ref: ./config/pages/sign-in.yaml
  - $ref: ./config/pages/inventory.yaml
  - $ref: ./config/pages/gallery.yaml
  - $ref: ./config/pages/board.yaml

# Automations run server-side with full history in your own database.
automations:
  - $ref: ./config/automations/quarterly-inventory-check.yaml

Lance-la

Installe Sovrium, puis démarre l'app depuis sa config.

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

Construis la tienne

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

Construit avec Sovrium