diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..32f43b9 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -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. + \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..570a3f8 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -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. diff --git a/doc/screenshots/bilan_comptable.png b/doc/screenshots/bilan_comptable.png new file mode 100644 index 0000000..ddc91dc Binary files /dev/null and b/doc/screenshots/bilan_comptable.png differ diff --git a/doc/screenshots/fiche_adherent.png b/doc/screenshots/fiche_adherent.png new file mode 100644 index 0000000..f697e9c Binary files /dev/null and b/doc/screenshots/fiche_adherent.png differ diff --git a/doc/screenshots/situation_coporprietaire.png b/doc/screenshots/situation_coporprietaire.png new file mode 100644 index 0000000..bab6a30 Binary files /dev/null and b/doc/screenshots/situation_coporprietaire.png differ diff --git a/manifest.toml b/manifest.toml index 38b4db3..4851301 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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 diff --git a/scripts/restore b/scripts/restore index bcab562..822599e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 #=================================================