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:
parent
e7df147b2b
commit
8c5f6806ba
7 changed files with 65 additions and 3 deletions
27
doc/DESCRIPTION.md
Normal file
27
doc/DESCRIPTION.md
Normal 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
27
doc/DESCRIPTION_fr.md
Normal 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.
|
BIN
doc/screenshots/bilan_comptable.png
Normal file
BIN
doc/screenshots/bilan_comptable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
doc/screenshots/fiche_adherent.png
Normal file
BIN
doc/screenshots/fiche_adherent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
doc/screenshots/situation_coporprietaire.png
Normal file
BIN
doc/screenshots/situation_coporprietaire.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
|
@ -6,7 +6,7 @@ name = "Diacamma"
|
|||
description.en = "Management application for volunteers (association, condominium)"
|
||||
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"]
|
||||
|
||||
|
@ -46,18 +46,19 @@ ram.runtime = "50M"
|
|||
|
||||
[install.lct_appli]
|
||||
ask.en = "Application"
|
||||
help.en = "What application do you want to install?"
|
||||
ask.fr = "Application"
|
||||
help.en = "What application do you want to install?"
|
||||
help.fr = "Quelle application voulez-vous installer ?"
|
||||
type = "select"
|
||||
choices.asso = "Diacamma Asso"
|
||||
choices.syndic = "Diacamma Syndic"
|
||||
choices.standard = "Lucterios Standard"
|
||||
default = "asso"
|
||||
|
||||
[install.language]
|
||||
ask.en = "Choose the application language"
|
||||
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"
|
||||
choices = ["fr","en"]
|
||||
default = "fr"
|
||||
|
@ -65,6 +66,8 @@ ram.runtime = "50M"
|
|||
[install.archive]
|
||||
ask.en = "Archive to upload"
|
||||
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"
|
||||
optional = true
|
||||
default = ""
|
||||
|
@ -72,6 +75,8 @@ ram.runtime = "50M"
|
|||
[install.develop]
|
||||
ask.en = "Use the development version"
|
||||
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"
|
||||
default = false
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
# FIXME : temporary debug
|
||||
sleep 10 # Maybe the service needs a few seconds to actually start ...
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue