Escarcelle est un logiciel de gestion pour les épiceries sociales et solidaires, développé par Softinnov en partenariat avec l'ANDES. Il suit les produits de l'entrée en stock jusqu'au bénéficiaire final, gère les tarifications, les budgets des bénéficiaires, les commandes fournisseurs et produit des statistiques.
Ce dépôt contient le packaging Flatpak non officiel d'Escarcelle, maintenu par l'AFGES.
Ouvrez le fichier .flatpakref depuis GNOME Logiciels ou Discover, ou via la commande :
flatpak install https://afges.github.io/escarcelle/net.escarcelle.Cashdesk.flatpakrefCela ajoute automatiquement le dépôt et installe l'application en une seule étape. Les mises à jour sont ensuite reçues automatiquement via :
flatpak updateAjoutez d'abord le dépôt avec le fichier .flatpakrepo depuis GNOME Logiciels ou Discover, ou via :
flatpak remote-add --if-not-exists escarcelle https://afges.github.io/escarcelle/net.escarcelle.Cashdesk.flatpakrepo
flatpak install escarcelle net.escarcelle.CashdeskTéléchargez le fichier .flatpak depuis les releases GitHub puis :
flatpak install --bundle net.escarcelle.Cashdesk.flatpakPrérequis : flatpak, flatpak-builder
make build # Construit le Flatpak
make install # Construit et installe pour l'utilisateur courant
make run # Lance l'application
make bundle # Génère le fichier .flatpak et le dépôt OSTree local
make clean # Supprime les artefacts de buildEscarcelle is a management application for social and solidarity grocery stores, developed by Softinnov in partnership with ANDES. It tracks products from inventory entry to final beneficiary, manages pricing, beneficiary budgets, supplier orders, and generates statistics.
This repository contains the unofficial Flatpak packaging for Escarcelle, maintained by AFGES.
Open the .flatpakref file from GNOME Software or Discover, or run:
flatpak install https://afges.github.io/escarcelle/net.escarcelle.Cashdesk.flatpakrefThis adds the repository and installs the application in one step. Updates are then received automatically via:
flatpak updateAdd the repository first using the .flatpakrepo file from GNOME Software or Discover, or run:
flatpak remote-add --if-not-exists escarcelle https://afges.github.io/escarcelle/net.escarcelle.Cashdesk.flatpakrepo
flatpak install escarcelle net.escarcelle.CashdeskDownload the .flatpak file from GitHub Releases then:
flatpak install --bundle net.escarcelle.Cashdesk.flatpakRequirements: flatpak, flatpak-builder
make build # Build the Flatpak
make install # Build and install for the current user
make run # Run the application
make bundle # Generate the .flatpak bundle and local OSTree repository
make clean # Remove build artifacts