Il manquait quelques fichiers dans Git

This commit is contained in:
2024-01-18 12:02:32 +01:00
parent 485580e0b2
commit 15053f58f2
194 changed files with 63120 additions and 9403 deletions

View File

@@ -0,0 +1,24 @@
# Credit Note
Author: Gilles Bourgeat <gilles.bourgeat@gmail.com>
* Allows granting credit notes to customers
## Compatibility
Thelia >= 2.3
## Installation
### Manually
* Copy the module into ```<thelia_root>/local/modules/``` directory and be sure that the name of the module is ```CreditNote```.
* Activate it in your thelia administration panel
### Composer
Add it in your main thelia composer.json file
```
composer require thelia/credit-note-module:~2.3.0
```