From e6cc4dbdd62cced9cc25c688b4c14551ba63d616 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 14 Oct 2019 10:57:02 +0200 Subject: [PATCH] added a known issue about invoices not generated (#152) --- CHANGELOG.md | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9387db29a..c53a8b922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 7e69503e8..d3fbc31cc 100644 --- a/README.md +++ b/README.md @@ -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. ## Related Documentation