1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

added a known issue about invoices not generated (#152)

This commit is contained in:
Sylvain 2019-10-14 10:57:02 +02:00
parent bc36b78719
commit e6cc4dbdd6
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- Ability to set project's CAO attachement maximum upload size
- Ability to bulk-import members from a CSV file
- Ability to disable invoices generation and interfaces
- Added a known issue to the README (#152)
- Fix a bug: invoices with total = 0, are marked as paid on site even if paid by card
- Fix a bug: after disabling a group, its associated plans are hidden from the interface
- Fix a bug: in case of unexpected server error during stripe payment process, the confirm button is not unlocked

View File

@ -432,6 +432,9 @@ Developers may find information on how to implement their own authentication pro
```bash
sudo systemctl restart elasticsearch.service
```
- In some cases, the invoices won't be generated. This can be due to the image included in the invoice header not being supported.
To fix this issue, change the image in the administrator interface (manage the invoices / invoices settings).
See [this thread](https://forum.fab-manager.com/t/resolu-erreur-generation-facture/428) for more info.
<a name="related-documentation"></a>
## Related Documentation