<?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 with Gestion
Gestion is a Nextcloud application designed to simplify invoicing for freelancers and micro-enterprises.

Key Features:
* Add and manage customer profiles
* Create and customize product entries
* Generate quotes and invoices in PDF format
* Send PDFs directly via email from the application
* Store generated documents securely within your Nextcloud instance
* Track your business activities efficiently

✨ The PDF generation system has been recently redesigned to improve layout, styling, and compatibility.

This application is tailored to meet the invoicing needs of small businesses, particularly within the French market. It offers a user-friendly interface and integrates seamlessly with Nextcloud's ecosystem.

A presentation video is available in the user documentation to guide you through the application's features.

If you require adaptations of this application to comply with your country's regulations, please open an issue on the GitHub repository.

[![Donate](https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-yellow.svg)](https://www.buymeacoffee.com/benjaminaimard)

]]></description>
    <version>2.8.6</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>
    <donation>https://www.buymeacoffee.com/benjaminaimard</donation>
    <dependencies>
        <nextcloud min-version="30" max-version="31"/>
        <php min-version="8"/>
    </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>
</info>
