1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diacamma_ynh.git synced 2024-09-03 18:26:10 +02:00

correction & doc

This commit is contained in:
Laurent GAY 2023-12-16 17:26:11 +01:00
parent e7df147b2b
commit 8c5f6806ba
7 changed files with 65 additions and 3 deletions

27
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1,27 @@
# Diacamma Introduction
_Diacamma_ is a set of free and open source administrative and financial management software designed and developed for volunteers.
##Diacamma Asso
**Simply manage memberships to your association**
_Diacamma Asso_ allows you to easily classify your current and past members.
* Have a list of your members with all their contact information.
* Manage their contributions by activities and categories.
* Easily manage your association events (exams, internships, outings, ...).
* Manage the stock of your associative purchasing center.
* Link an invoice to your dues and events.
##Diacamma Syndic
**Follow the situation of your condo**
_Diacamma Syndic_ allows voluntary trustees to simply manage their co-ownership.
* Keep an accounting in accordance with the French regulation of condominiums.
* Follow the situation of each co-owner.
* Create and send calls for funds.
* Break down the expenses of the co-ownership on each one according to its parts.

27
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1,27 @@
# Présentation de Diacamma
_Diacamma_ est un ensemble de logiciels libres et gratuits de gestion administrative et financière imaginé et développé pour les bénévoles.
##Diacamma Asso
**Gérer simplement les adhésions à votre association**
_Diacamma Asso_ vous permet de classer facilement vos adhérents présents et passés.
* Avoir la liste de vos adhérents avec toutes leurs coordonnées.
* Gérer leurs cotisations par activités et catégories.
* Gérer facilement les événements de votre association (examens, stages, sorties, ...).
* Gérer le stock de votre centrale d'achat associative.
* Lier une facture à vos cotisations et vos événements.
##Diacamma Syndic
**Suivez la situation de votre copropriété**
_Diacamma Syndic_ permet aux syndics bénévoles de gérer simplement leur copropriété.
* Tenir une comptabilité en conformité avec la réglementation française des copropriétés.
* Suivre la situation de chaques copropriétaires.
* Créer et envoyer des appels de fonds.
* Ventiler les dépenses de la copropriété sur chacun en fonction de ses tantièmes.

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View file

@ -6,7 +6,7 @@ name = "Diacamma"
description.en = "Management application for volunteers (association, condominium)" description.en = "Management application for volunteers (association, condominium)"
description.fr = "Application de gestion pour les bénévoles (association, copropriété)" description.fr = "Application de gestion pour les bénévoles (association, copropriété)"
version = "23.12.16.16~ynh1" version = "23.12.16.17~ynh1"
maintainers = ["Laurent Gay"] maintainers = ["Laurent Gay"]
@ -46,18 +46,19 @@ ram.runtime = "50M"
[install.lct_appli] [install.lct_appli]
ask.en = "Application" ask.en = "Application"
help.en = "What application do you want to install?"
ask.fr = "Application" ask.fr = "Application"
help.en = "What application do you want to install?"
help.fr = "Quelle application voulez-vous installer ?" help.fr = "Quelle application voulez-vous installer ?"
type = "select" type = "select"
choices.asso = "Diacamma Asso" choices.asso = "Diacamma Asso"
choices.syndic = "Diacamma Syndic" choices.syndic = "Diacamma Syndic"
choices.standard = "Lucterios Standard"
default = "asso" default = "asso"
[install.language] [install.language]
ask.en = "Choose the application language" ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application" ask.fr = "Choisissez la langue de l'application"
help.en = "This language will be used in the software installation"
help.fr = "Cette langue sera utiliser dans l'installation du logiciel"
type = "select" type = "select"
choices = ["fr","en"] choices = ["fr","en"]
default = "fr" default = "fr"
@ -65,6 +66,8 @@ ram.runtime = "50M"
[install.archive] [install.archive]
ask.en = "Archive to upload" ask.en = "Archive to upload"
ask.fr = "Archive à télécharger" ask.fr = "Archive à télécharger"
help.en = "Data from this archive will be loaded at installation"
help.fr = "Les données de cette archive seront chargées à l'installation"
type = "url" type = "url"
optional = true optional = true
default = "" default = ""
@ -72,6 +75,8 @@ ram.runtime = "50M"
[install.develop] [install.develop]
ask.en = "Use the development version" ask.en = "Use the development version"
ask.fr = "Utiliser la version de développement" ask.fr = "Utiliser la version de développement"
help.en = "Facility will use 'https://pypi.diacamma.org' as repository"
help.fr = "L'installation utilisera 'https://pypi.diacamma.org' comme dépot"
type = "boolean" type = "boolean"
default = false default = false

View file

@ -61,6 +61,9 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap
ynh_systemd_action --service_name=nginx --action=reload ynh_systemd_action --service_name=nginx --action=reload
# FIXME : temporary debug
sleep 10 # Maybe the service needs a few seconds to actually start ...
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================