2021-07-22 14:21:11 +02:00
|
|
|
<!--
|
2024-05-10 12:04:51 +02:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2021-07-22 14:21:11 +02:00
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2021-01-05 23:14:51 +01:00
|
|
|
# Galette for YunoHost
|
2015-10-17 10:47:21 +02:00
|
|
|
|
2023-08-31 13:49:59 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/galette.svg)](https://dash.yunohost.org/appci/app/galette) ![Working status](https://ci-apps.yunohost.org/ci/badges/galette.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/galette.maintain.svg)
|
|
|
|
|
2021-01-05 23:14:51 +01:00
|
|
|
[![Install Galette with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galette)
|
2015-10-29 02:27:03 +01:00
|
|
|
|
2024-05-10 12:04:51 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2015-10-17 10:47:21 +02:00
|
|
|
|
2024-05-10 12:04:51 +02:00
|
|
|
> *This package allows you to install Galette quickly and simply on a YunoHost server.*
|
|
|
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
2021-01-05 23:14:51 +01:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2022-06-26 14:56:11 +02:00
|
|
|
Galette is a membership management web application towards non profit organizations.
|
2021-01-05 23:14:51 +01:00
|
|
|
|
2023-11-11 15:26:39 +01:00
|
|
|
### Features
|
|
|
|
|
2023-11-11 14:48:44 +01:00
|
|
|
- Member management
|
|
|
|
- Management of contributions and transactions
|
|
|
|
- Management of groups and managers
|
|
|
|
- Imports and exports (open formats)
|
|
|
|
- Increased accessibility (use and compliance with web standards)
|
|
|
|
- Configuration of cards and lists
|
|
|
|
- Addition of dynamic fields to members, contributions and transactions files
|
|
|
|
- Plugin support
|
|
|
|
|
2024-05-10 12:04:51 +02:00
|
|
|
|
2024-06-18 10:29:15 +02:00
|
|
|
**Shipped version:** 1.1.1~ynh1
|
2022-06-26 14:56:11 +02:00
|
|
|
|
2024-03-24 02:35:22 +01:00
|
|
|
**Demo:** <https://demo.galette.eu/login>
|
2021-01-05 23:14:51 +01:00
|
|
|
|
2021-07-22 15:55:47 +02:00
|
|
|
## Screenshots
|
|
|
|
|
2022-06-26 14:56:11 +02:00
|
|
|
![Screenshot of Galette](./doc/screenshots/edit_member.png)
|
2021-07-23 07:22:42 +02:00
|
|
|
|
2021-07-22 14:21:11 +02:00
|
|
|
## Documentation and resources
|
2021-01-05 23:14:51 +01:00
|
|
|
|
2024-03-24 02:35:22 +01:00
|
|
|
- Official app website: <https://www.galette.eu>
|
|
|
|
- Official admin documentation: <https://doc.galette.eu/fr/master/>
|
|
|
|
- Upstream app code repository: <https://github.com/galette/galette>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/galette>
|
|
|
|
- Report a bug: <https://github.com/YunoHost-Apps/galette_ynh/issues>
|
2021-01-05 23:14:51 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2024-05-10 12:04:51 +02:00
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/galette_ynh/tree/testing).
|
2021-01-05 23:14:51 +01:00
|
|
|
|
2024-05-10 12:04:51 +02:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2022-06-26 14:56:11 +02:00
|
|
|
|
2024-03-24 02:35:22 +01:00
|
|
|
```bash
|
2021-01-05 23:14:51 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade galette -u https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug
|
|
|
|
```
|
2021-07-22 14:21:11 +02:00
|
|
|
|
2024-03-24 02:35:22 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|