2021-08-22 14:58:12 +02:00
<!--
2024-04-29 15:35:06 +02:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2021-08-22 14:58:12 +02:00
It shall NOT be edited by hand.
-->
2020-10-12 13:50:35 +02:00
# Noalyss for YunoHost
2019-03-12 00:02:09 +01:00
2023-01-22 12:51:59 +01:00
[![Integration level ](https://dash.yunohost.org/integration/noalyss.svg )](https://dash.yunohost.org/appci/app/noalyss) ![Working status ](https://ci-apps.yunohost.org/ci/badges/noalyss.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/noalyss.maintain.svg )
2023-04-01 15:05:42 +02:00
2021-03-01 11:36:32 +01:00
[![Install Noalyss with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=noalyss)
2019-03-12 00:02:09 +01:00
2024-04-29 15:35:06 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2019-03-12 00:02:09 +01:00
2024-04-29 15:35:06 +02:00
> *This package allows you to install Noalyss 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.*
2019-03-12 00:02:09 +01:00
2020-10-12 13:50:35 +02:00
## Overview
2019-03-12 00:02:09 +01:00
2023-06-03 21:45:14 +02:00
Noalyss is an accounting server intended to be hosted on the Internet in order to contain the accounting of an unlimited number of companies and users who do not know each other. Each company has its own accounting files, its own users, and cannot interfere with the accounting of others, unless expressly authorized to do so.
2019-03-12 00:02:09 +01:00
2024-06-08 08:14:56 +02:00
**Shipped version:** 9.2.0.5~ynh1
2019-03-12 00:02:09 +01:00
2024-04-29 15:35:06 +02:00
**Demo:** < http: / / demo . noalyss . eu / index . php >
2019-03-12 00:02:09 +01:00
2021-08-22 14:58:12 +02:00
## Screenshots
2019-03-12 00:02:09 +01:00
2022-08-15 18:39:57 +02:00
![Screenshot of Noalyss ](./doc/screenshots/Sélection_099_0.png )
2021-08-22 14:58:12 +02:00
## Documentation and resources
2019-03-12 00:02:09 +01:00
2024-04-29 15:35:06 +02:00
- Official app website: < http: // noalyss . eu >
- Official admin documentation: < https: // wiki . noalyss . eu / doku . php >
- YunoHost Store: < https: // apps . yunohost . org / app / noalyss >
- Report a bug: < https: // github . com / YunoHost-Apps / noalyss_ynh / issues >
2020-11-28 10:09:39 +01:00
## Developer info
2024-04-29 15:35:06 +02:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/noalyss_ynh/tree/testing ).
2020-11-28 10:09:39 +01:00
2024-04-29 15:35:06 +02:00
To try the `testing` branch, please proceed like that:
2022-08-15 18:39:57 +02:00
2024-04-29 15:35:06 +02:00
```bash
2020-11-28 10:09:39 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/noalyss_ynh/tree/testing --debug
or
sudo yunohost app upgrade noalyss -u https://github.com/YunoHost-Apps/noalyss_ynh/tree/testing --debug
```
2021-08-22 14:58:12 +02:00
2022-08-15 18:39:57 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >