From 3728796bf043b70e9ccf31a313c85c237e944961 Mon Sep 17 00:00:00 2001 From: Mitosch Date: Thu, 25 Aug 2022 17:58:40 +0200 Subject: [PATCH] update todos --- doc/TODOS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/TODOS.md b/doc/TODOS.md index 269d799..2ab7c02 100644 --- a/doc/TODOS.md +++ b/doc/TODOS.md @@ -4,13 +4,15 @@ * [ ] Detect page break automatically, if possible * [ ] Draw Further information section -* [ ] Add bill_information, unstructured_message, alternative_parameters to QR-code data +* [ ] Add alternative_parameters to QR-code data * [ ] Implement reference check. Raise exception? * [ ] Further validation, like: code set to 'QRR' but IBAN is not a QR-IBAN, reference missing, etc. * [ ] Create a nicer example bill ## Done +* [x] Add bill_information, unstructured_message to QR-code data + * done by @noefroidevaux * [x] Add fonts, do not use Prawn default * [x] Draw cutting lines * [x] Implement IBAN check. Raise exception