font-size for the title (default: Quicksand, 18pt, bold)
font-size for the headings (default: Quicksand, 16pt, bold)
Logo Image (PNG, JPG)
Text of the title (default: Therapieplan) - single line of text
Default text for place, date (default: Ort, date("d.m.Y")) [the string date("") contains a valid php DateTimeInterface::format string and is converted to the corresponding date when the therapy scheme is generated) - single line of text
Default text for objective (default: Für) - single line of text, formatting is the same as the defined formatting for the text above
Default text for salutation (default: Mit freundlichen Grüßen) - this text has to have multi-line support, formatting is the same as the defined formatting for the text above
Default text for the footer (default: Seite %page von %pages) - %page (or something similar - please use a user-friendly variable control character) is the current page, %pages is the total count of pages - single line of text, formatting is the same as the defined formatting for the text above
The text of the Page counter (page n of n) needs to be localizable
The logo image is automatically adjusted to a height of 3,5cm. The logo shall align to the top and right margins. The width is automatically applied, image relations shall be preserved (no skewing of the image)
These settings apply only to the generated PDF!
Part 2
I need some additional fields for input in the therapy scheme view.
First of all, the above defined new fields for objective, place/date and salutation Salhave to be added to the screen
Additionally for each therapy stub category, at the bottom a multi-line text-field is added. The text that is being written in this field is printed AFTER each therapy sub categorie's therapy stubs.
So for example.
Therapy stub category 1 name
therapy stub
therapy stub
therapy stub
Free text
Therapy stub category 2 name
therapy stub
Free text
Therapy stub category 3 name
Free text
etc.
This means, that always all therapy stub categories are shown in the screen, even when no therapy stubs have been selected. And for each therapy stub category that is shown, a textfield can be found at the bottom.
For the case, that a therapy stub category has no selected therapy stubs and there is no text entered in the free text input field, then the heading of the therapy stub category is not being printed in the output (HTML/PDF)
Attached you find a mockup for demonstration.
Implementation for Part 2 applies to both HTML and PDF. The free text is printed in all forms - Patient form, short form, combined form.
Part 1
Generated PDFs shall now be more sophisticately styled and the user shall gain the possibility to set default settings.
Attached you can find a mockup of the template. Mockup Template Styling.pdf
User-definable settings are:
The text of the Page counter (page n of n) needs to be localizable
The logo image is automatically adjusted to a height of 3,5cm. The logo shall align to the top and right margins. The width is automatically applied, image relations shall be preserved (no skewing of the image)
These settings apply only to the generated PDF!
Part 2
I need some additional fields for input in the therapy scheme view. First of all, the above defined new fields for objective, place/date and salutation Salhave to be added to the screen Additionally for each therapy stub category, at the bottom a multi-line text-field is added. The text that is being written in this field is printed AFTER each therapy sub categorie's therapy stubs. So for example. Therapy stub category 1 name therapy stub therapy stub therapy stub Free text Therapy stub category 2 name therapy stub Free text Therapy stub category 3 name Free text etc.
This means, that always all therapy stub categories are shown in the screen, even when no therapy stubs have been selected. And for each therapy stub category that is shown, a textfield can be found at the bottom.
For the case, that a therapy stub category has no selected therapy stubs and there is no text entered in the free text input field, then the heading of the therapy stub category is not being printed in the output (HTML/PDF)
Attached you find a mockup for demonstration.
Implementation for Part 2 applies to both HTML and PDF. The free text is printed in all forms - Patient form, short form, combined form.