qbicsoftware / offer-manager-2-portlet

The offer manager assists in creating offers with version control and person master data handling.
MIT License
2 stars 1 forks source link

Control content of offer objective and experimental design during offer pfd generation #580

Open jenniferboedker opened 3 years ago

jenniferboedker commented 3 years ago

Is your feature request related to a problem? Please describe. Currently there is no check for the length of the offer description (objective, exp. design,..). Since there is also no spacing method accounting for a high amount of content implemented as of yet, this can lead to an overflow into the footer section of the first page.

Describe the solution you'd like The offer description content should be properly spaced over multiple pages via pagebreaks if it's too long to fit on a single page.
A possible solution could be to count the number of characters in the provided content and set spaces accordingly.

Describe alternatives you've considered One could also think of a solution that restricts the content for the offer objective, to ensure that it fits to one page. Currently the hard limit is set by the database column (2500 characters)

Additional Context See Zendesk Ticket #2978
An Example can also be seen in the Offer with Id O_greiner_khlg_1 below: Bildschirmfoto 2021-07-15 um 12 42 51

Steffengreiner commented 3 years ago

I updated the Issue documentation with the new bug report

sven1103 commented 3 years ago

related to #699, please consider this as well