2024-12-16 17:24:37 +03:00

65 lines
3.1 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>gestion</id>
<name>Gestion</name>
<summary lang="en">Simplified invoice management application</summary>
<description lang="en"><![CDATA[# Company management by Gestion
This application allows the management of invoicing in a very simple way for Micro-Entreprise.
Functionality:
* Add customer
* Generate a quote
* Generate an invoice
* Generate product lines to include in quotes
* You can generate PDFs directly from the app and save them to your Nextcloud
Presentation video in user documentation
If you need to adapt this application to your country laws, please open issue.
[Love my work ? Buy me a coffee !](https://www.buymeacoffee.com/benjaminaimard)
]]></description>
<version>2.3.2</version>
<licence>agpl</licence>
<author mail="benjamin@cybercorp.fr" homepage="https://github.com/baimard">Benjamin AIMARD</author>
<namespace>Gestion</namespace>
<category>office</category>
<category>organization</category>
<website>https://github.com/baimard/gestion</website>
<documentation>
<user>https://baimard.github.io/gestion/</user>
</documentation>
<discussion>https://github.com/baimard/gestion/discussions</discussion>
<bugs>https://github.com/baimard/gestion/issues</bugs>
<repository>https://github.com/baimard/gestion</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/baimard/gestion/master/tests/Unit/Panther/screens/index.png">https://raw.githubusercontent.com/baimard/gestion/master/tests/Unit/Panther/screens/index.png</screenshot>
<screenshot>https://raw.githubusercontent.com/baimard/gestion/master/tests/Unit/Panther/screens/about.png</screenshot>
<screenshot>https://raw.githubusercontent.com/baimard/gestion/master/tests/Unit/Panther/screens/config.png</screenshot>
<screenshot>https://raw.githubusercontent.com/baimard/gestion/master/tests/Unit/Panther/screens/devis.png</screenshot>
<screenshot>https://raw.githubusercontent.com/baimard/gestion/master/tests/Unit/Panther/screens/facture.png</screenshot>
<screenshot>https://raw.githubusercontent.com/baimard/gestion/master/tests/Unit/Panther/screens/produit.png</screenshot>
<screenshot>https://raw.githubusercontent.com/baimard/gestion/master/tests/Unit/Panther/screens/selectFolder.png</screenshot>
<screenshot>https://raw.githubusercontent.com/baimard/gestion/master/tests/Unit/Panther/screens/statistique.png</screenshot>
<dependencies>
<nextcloud min-version="22" max-version="26"/>
<php min-version="7.4"/>
</dependencies>
<settings>
<admin>OCA\Gestion\Settings\GestionAdmin</admin>
<admin-section>OCA\Gestion\Sections\GestionAdmin</admin-section>
</settings>
<navigations>
<navigation>
<name>Gestion</name>
<route>gestion.page.index</route>
<icon>app.svg</icon>
</navigation>
</navigations>
<background-jobs>
<job>OCA\Gestion\Cron\GenerateDocument</job>
</background-jobs>
</info>