65 lines
3.1 KiB
XML
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"><
|
|
]]></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>
|