View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
14353 | Bug reports | Print View | public | 2018-12-17 12:28 | 2023-09-08 21:09 |
Reporter | DenisChenu | Assigned To | |||
Priority | none | Severity | partial_block | ||
Status | acknowledged | Resolution | open | ||
Product Version | 3.15.x | ||||
Summary | 14353: Print answers as PDF make to wide part | ||||
Description | When printing asnwers as PDF : we have really big white space … | ||||
Steps To Reproduce | Import included survey, print, export as pdf | ||||
Additional Information | usage of float in tcPDF : didn't work Then each element are shown in block … To show it better : you can test with some included style : see template uploaded About fixing it by own template : yes, can be done … but really : want core offer a really broken pdf ? And a lot of twig file to update (that are not accessible via GUI) | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 22 | ||||
Complete LimeSurvey version number (& build) | 3.15.5 github | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | not relevant | ||||
Database type & version | not relevant | ||||
Server OS (if known) | not relevant | ||||
Webserver software & version (if known) | not relevant | ||||
PHP Version | not relevant | ||||
has duplicate | 16435 | new | Bug reports | Print answers : The display format should be proper and user friendly | |
related to | 14297 | assigned | cdorin | Feature requests | Missing setting to turn off showing answer/question codes at print answers overview |
related to | 14430 | closed | JHoeck | Bug reports | Usage of obsolete HTML |
related to | 14520 | closed | galads | Bug reports | Lots of styles for "print answers" view are hardcoded within Twig files which makes adjusting the page design pretty difficult |
related to | 15389 | closed | Bug reports | Line breaks at question text get lots at "print answers" overview |
Alternative : move to mpdf : https://gitlab.com/SondagesPro/coreAndTools/limeMpdf/blob/master/views/subviews/mpdf/style-bootstrap.twig |
|
My point of view:
|
|
From my point of view we should keep the current PDF library but need to adjust the design so things get styled properly. Tis should be fixed at version 3.x. |
|
Then : need to move to table/tr/td since tcpdf dodn't know float :) |
|
@DenisChenu, that's exactly what I did at my project to remove all that additioanl margin/padding caused by the default question containers at the PDF:
{% endfor %} |
|
Yes Mazi : this part is easy to fix BUT all question.questionclass.twig contanis col-sm dic then big place inside each cell. For this wrapper : i think we can work without table/td. The issue is more in question :) |
|
Files to be edited : https://github.com/LimeSurvey/LimeSurvey/tree/3.x-LTS/themes/survey/vanilla/views/subviews/printanswers/question_types |
|
Hello, |
|
@ollehar : i set t to block : more and more user complain on forum … |
|
Same behaviour in LS4? |
|
queXML PDF? Activate survey first? Please... |
|
Please write proper steps how to reproduce so I don't have to guess. |
|
|
|
|
|
Thanks, will check |
|
Any suggestions for improvements? I'm not good at design. ^^' |
|
@tpartner and me have a discussion and we think it's better to use only table/tr/th with tcpdf. |
|
OK, PR is welcome. :) This is not part of our internal roadmap right now. |
|
@ollehar, then this should be made part of the roadmap! Being able to print or export submitted answers to PDF is a core feature. At older versions did not look nice yet, at LS 3 it is just emberassing how the result looks like (sorry, my opinion). We had many problems in the last 12-36 months only dealing with creating a better looking overview or version you can print (print to PDF). So there definitely is a demand for that. |
|
OK, maybe you can bring it up on the next Discord meeting? |
|
I am traveling at the next meeting scheduled. But I am sure you will be there to discuss this with @DenisChenu and @tpartner. |
|
I agree with Marcel and Denis. This was far better in previous versions so should be considered a regression. I think this bug should be prioritized over any new feature development. |
|
In which version did it look better? I would like to see a comparison. |
|
2.73 limesurvey_survey_287435.lss (13,254 bytes)
<?xml version="1.0" encoding="UTF-8"?> <document> <LimeSurveyDocType>Survey</LimeSurveyDocType> <DBVersion>263</DBVersion> <languages> <language>en</language> </languages> <answers> <fields> <fieldname>qid</fieldname> <fieldname>code</fieldname> <fieldname>answer</fieldname> <fieldname>sortorder</fieldname> <fieldname>assessment_value</fieldname> <fieldname>language</fieldname> <fieldname>scale_id</fieldname> </fields> <rows> <row> <qid><![CDATA[860]]></qid> <code><![CDATA[A1]]></code> <answer><![CDATA[A 1]]></answer> <sortorder><![CDATA[1]]></sortorder> <assessment_value><![CDATA[0]]></assessment_value> <language><![CDATA[en]]></language> <scale_id><![CDATA[0]]></scale_id> </row> <row> <qid><![CDATA[860]]></qid> <code><![CDATA[A2]]></code> <answer><![CDATA[A 2]]></answer> <sortorder><![CDATA[2]]></sortorder> <assessment_value><![CDATA[0]]></assessment_value> <language><![CDATA[en]]></language> <scale_id><![CDATA[0]]></scale_id> </row> </rows> </answers> <groups> <fields> <fieldname>gid</fieldname> <fieldname>sid</fieldname> <fieldname>group_name</fieldname> <fieldname>group_order</fieldname> <fieldname>description</fieldname> <fieldname>language</fieldname> <fieldname>randomization_group</fieldname> <fieldname>grelevance</fieldname> </fields> <rows> <row> <gid><![CDATA[47]]></gid> <sid><![CDATA[287435]]></sid> <group_name><![CDATA[My first question group]]></group_name> <group_order><![CDATA[1]]></group_order> <description/> <language><![CDATA[en]]></language> <randomization_group/> <grelevance><![CDATA[1]]></grelevance> </row> </rows> </groups> <questions> <fields> <fieldname>qid</fieldname> <fieldname>parent_qid</fieldname> <fieldname>sid</fieldname> <fieldname>gid</fieldname> <fieldname>type</fieldname> <fieldname>title</fieldname> <fieldname>question</fieldname> <fieldname>preg</fieldname> <fieldname>help</fieldname> <fieldname>other</fieldname> <fieldname>mandatory</fieldname> <fieldname>question_order</fieldname> <fieldname>language</fieldname> <fieldname>scale_id</fieldname> <fieldname>same_default</fieldname> <fieldname>relevance</fieldname> <fieldname>modulename</fieldname> </fields> <rows> <row> <qid><![CDATA[860]]></qid> <parent_qid><![CDATA[0]]></parent_qid> <sid><![CDATA[287435]]></sid> <gid><![CDATA[47]]></gid> <type><![CDATA[!]]></type> <title><![CDATA[Q00]]></title> <question><![CDATA[A first example question. Please answer this question:]]></question> <preg/> <help><![CDATA[This is a question help text.]]></help> <other><![CDATA[N]]></other> <mandatory><![CDATA[N]]></mandatory> <question_order><![CDATA[1]]></question_order> <language><![CDATA[en]]></language> <scale_id><![CDATA[0]]></scale_id> <same_default><![CDATA[0]]></same_default> <relevance><![CDATA[1]]></relevance> <modulename/> </row> </rows> </questions> <surveys> <fields> <fieldname>sid</fieldname> <fieldname>admin</fieldname> <fieldname>expires</fieldname> <fieldname>startdate</fieldname> <fieldname>adminemail</fieldname> <fieldname>anonymized</fieldname> <fieldname>faxto</fieldname> <fieldname>format</fieldname> <fieldname>savetimings</fieldname> <fieldname>template</fieldname> <fieldname>language</fieldname> <fieldname>additional_languages</fieldname> <fieldname>datestamp</fieldname> <fieldname>usecookie</fieldname> <fieldname>allowregister</fieldname> <fieldname>allowsave</fieldname> <fieldname>autonumber_start</fieldname> <fieldname>autoredirect</fieldname> <fieldname>allowprev</fieldname> <fieldname>printanswers</fieldname> <fieldname>ipaddr</fieldname> <fieldname>refurl</fieldname> <fieldname>publicstatistics</fieldname> <fieldname>publicgraphs</fieldname> <fieldname>listpublic</fieldname> <fieldname>htmlemail</fieldname> <fieldname>sendconfirmation</fieldname> <fieldname>tokenanswerspersistence</fieldname> <fieldname>assessments</fieldname> <fieldname>usecaptcha</fieldname> <fieldname>usetokens</fieldname> <fieldname>bounce_email</fieldname> <fieldname>attributedescriptions</fieldname> <fieldname>emailresponseto</fieldname> <fieldname>emailnotificationto</fieldname> <fieldname>tokenlength</fieldname> <fieldname>showxquestions</fieldname> <fieldname>showgroupinfo</fieldname> <fieldname>shownoanswer</fieldname> <fieldname>showqnumcode</fieldname> <fieldname>bouncetime</fieldname> <fieldname>bounceprocessing</fieldname> <fieldname>bounceaccounttype</fieldname> <fieldname>bounceaccounthost</fieldname> <fieldname>bounceaccountpass</fieldname> <fieldname>bounceaccountencryption</fieldname> <fieldname>bounceaccountuser</fieldname> <fieldname>showwelcome</fieldname> <fieldname>showprogress</fieldname> <fieldname>questionindex</fieldname> <fieldname>navigationdelay</fieldname> <fieldname>nokeyboard</fieldname> <fieldname>alloweditaftercompletion</fieldname> <fieldname>googleanalyticsstyle</fieldname> <fieldname>googleanalyticsapikey</fieldname> </fields> <rows> <row> <sid><![CDATA[287435]]></sid> <admin><![CDATA[Administrator]]></admin> <adminemail><![CDATA[contact@sondages.pro]]></adminemail> <anonymized><![CDATA[N]]></anonymized> <faxto/> <format><![CDATA[G]]></format> <savetimings><![CDATA[N]]></savetimings> <template><![CDATA[copie_de_ubuntu_orange]]></template> <language><![CDATA[en]]></language> <additional_languages/> <datestamp><![CDATA[N]]></datestamp> <usecookie><![CDATA[N]]></usecookie> <allowregister><![CDATA[N]]></allowregister> <allowsave><![CDATA[Y]]></allowsave> <autonumber_start><![CDATA[0]]></autonumber_start> <autoredirect><![CDATA[N]]></autoredirect> <allowprev><![CDATA[N]]></allowprev> <printanswers><![CDATA[Y]]></printanswers> <ipaddr><![CDATA[N]]></ipaddr> <refurl><![CDATA[N]]></refurl> <publicstatistics><![CDATA[N]]></publicstatistics> <publicgraphs><![CDATA[N]]></publicgraphs> <listpublic><![CDATA[N]]></listpublic> <htmlemail><![CDATA[Y]]></htmlemail> <sendconfirmation><![CDATA[Y]]></sendconfirmation> <tokenanswerspersistence><![CDATA[N]]></tokenanswerspersistence> <assessments><![CDATA[N]]></assessments> <usecaptcha><![CDATA[N]]></usecaptcha> <usetokens><![CDATA[N]]></usetokens> <bounce_email><![CDATA[contact@sondages.pro]]></bounce_email> <emailresponseto/> <emailnotificationto/> <tokenlength><![CDATA[15]]></tokenlength> <showxquestions><![CDATA[Y]]></showxquestions> <showgroupinfo><![CDATA[B]]></showgroupinfo> <shownoanswer><![CDATA[N]]></shownoanswer> <showqnumcode><![CDATA[X]]></showqnumcode> <bounceprocessing><![CDATA[N]]></bounceprocessing> <showwelcome><![CDATA[Y]]></showwelcome> <showprogress><![CDATA[Y]]></showprogress> <questionindex><![CDATA[0]]></questionindex> <navigationdelay><![CDATA[0]]></navigationdelay> <nokeyboard><![CDATA[N]]></nokeyboard> <alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion> <googleanalyticsstyle><![CDATA[0]]></googleanalyticsstyle> <googleanalyticsapikey/> </row> </rows> </surveys> <surveys_languagesettings> <fields> <fieldname>surveyls_survey_id</fieldname> <fieldname>surveyls_language</fieldname> <fieldname>surveyls_title</fieldname> <fieldname>surveyls_description</fieldname> <fieldname>surveyls_welcometext</fieldname> <fieldname>surveyls_endtext</fieldname> <fieldname>surveyls_url</fieldname> <fieldname>surveyls_urldescription</fieldname> <fieldname>surveyls_email_invite_subj</fieldname> <fieldname>surveyls_email_invite</fieldname> <fieldname>surveyls_email_remind_subj</fieldname> <fieldname>surveyls_email_remind</fieldname> <fieldname>surveyls_email_register_subj</fieldname> <fieldname>surveyls_email_register</fieldname> <fieldname>surveyls_email_confirm_subj</fieldname> <fieldname>surveyls_email_confirm</fieldname> <fieldname>surveyls_dateformat</fieldname> <fieldname>surveyls_attributecaptions</fieldname> <fieldname>email_admin_notification_subj</fieldname> <fieldname>email_admin_notification</fieldname> <fieldname>email_admin_responses_subj</fieldname> <fieldname>email_admin_responses</fieldname> <fieldname>surveyls_numberformat</fieldname> <fieldname>attachments</fieldname> </fields> <rows> <row> <surveyls_survey_id><![CDATA[287435]]></surveyls_survey_id> <surveyls_language><![CDATA[en]]></surveyls_language> <surveyls_title><![CDATA[Test 1 question choix unique]]></surveyls_title> <surveyls_description/> <surveyls_welcometext/> <surveyls_endtext/> <surveyls_url/> <surveyls_urldescription/> <surveyls_email_invite_subj><![CDATA[Invitation to participate in a survey]]></surveyls_email_invite_subj> <surveyls_email_invite><![CDATA[Dear {FIRSTNAME},<br /> <br /> you have been invited to participate in a survey.<br /> <br /> The survey is titled:<br /> "{SURVEYNAME}"<br /> <br /> "{SURVEYDESCRIPTION}"<br /> <br /> To participate, please click on the link below.<br /> <br /> Sincerely,<br /> <br /> {ADMINNAME} ({ADMINEMAIL})<br /> <br /> ----------------------------------------------<br /> Click here to do the survey:<br /> {SURVEYURL}<br /> <br /> If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:<br /> {OPTOUTURL}<br /> <br /> If you are blacklisted but want to participate in this survey and want to receive invitations please click the following link:<br /> {OPTINURL}]]></surveyls_email_invite> <surveyls_email_remind_subj><![CDATA[Reminder to participate in a survey]]></surveyls_email_remind_subj> <surveyls_email_remind><![CDATA[Dear {FIRSTNAME},<br /> <br /> Recently we invited you to participate in a survey.<br /> <br /> We note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.<br /> <br /> The survey is titled:<br /> "{SURVEYNAME}"<br /> <br /> "{SURVEYDESCRIPTION}"<br /> <br /> To participate, please click on the link below.<br /> <br /> Sincerely,<br /> <br /> {ADMINNAME} ({ADMINEMAIL})<br /> <br /> ----------------------------------------------<br /> Click here to do the survey:<br /> {SURVEYURL}<br /> <br /> If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:<br /> {OPTOUTURL}]]></surveyls_email_remind> <surveyls_email_register_subj><![CDATA[Survey registration confirmation]]></surveyls_email_register_subj> <surveyls_email_register><![CDATA[Dear {FIRSTNAME},<br /> <br /> You, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.<br /> <br /> To complete this survey, click on the following URL:<br /> <br /> {SURVEYURL}<br /> <br /> If you have any questions about this survey, or if you did not register to participate and believe this email is in error, please contact {ADMINNAME} at {ADMINEMAIL}.]]></surveyls_email_register> <surveyls_email_confirm_subj><![CDATA[Confirmation of your participation in our survey]]></surveyls_email_confirm_subj> <surveyls_email_confirm><![CDATA[Dear {FIRSTNAME},<br /> <br /> this email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.<br /> <br /> If you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.<br /> <br /> Sincerely,<br /> <br /> {ADMINNAME}]]></surveyls_email_confirm> <surveyls_dateformat><![CDATA[1]]></surveyls_dateformat> <email_admin_notification_subj><![CDATA[Response submission for survey {SURVEYNAME}]]></email_admin_notification_subj> <email_admin_notification><![CDATA[Hello,<br /> <br /> A new response was submitted for your survey '{SURVEYNAME}'.<br /> <br /> Click the following link to see the individual response:<br /> {VIEWRESPONSEURL}<br /> <br /> Click the following link to edit the individual response:<br /> {EDITRESPONSEURL}<br /> <br /> View statistics by clicking here:<br /> {STATISTICSURL}]]></email_admin_notification> <email_admin_responses_subj><![CDATA[Response submission for survey {SURVEYNAME} with results]]></email_admin_responses_subj> <email_admin_responses><![CDATA[Hello,<br /> <br /> A new response was submitted for your survey '{SURVEYNAME}'.<br /> <br /> Click the following link to see the individual response:<br /> {VIEWRESPONSEURL}<br /> <br /> Click the following link to edit the individual response:<br /> {EDITRESPONSEURL}<br /> <br /> View statistics by clicking here:<br /> {STATISTICSURL}<br /> <br /> <br /> The following answers were given by the participant:<br /> {ANSWERTABLE}]]></email_admin_responses> <surveyls_numberformat><![CDATA[0]]></surveyls_numberformat> </row> </rows> </surveys_languagesettings> </document> |
|
Ok, before we start fixing this we should determine how it should look like in the future. The old presentation wasn't so great either. So anyone can contribute something regarding this? Like a mockup 'it-should-look-like-this' document? Because the partner have been working on this in the past, they should have a better picture of what is needed. |
|
I have idea about
I can do it quickly on skelvaniall and send a quick mockup. Less for array of text and array of nulber. But i can try. After we have the "other" and "comment" case |
|
More food for thought… We are a paying hosted customer and we were really disappointed by the fact we can't get a good PDF export right away, as do provide other commercial solutions. We requested to install the limeMpdf and pdfReport plugins to compensate this, and we got them (with an additional cost we agreed on), but we now have to put additionnal work into self-designing the PDF and re-implementing the fields display logic. So we've got an exit to our PDF export problem, but with far more work we would have expected (and planned). We are this close to quit LimeSurvey, just because of this PDF export problem… and it's very sad. So, yes, it should definitely go onto your roadmap, since you are at risk to lose customers just because of the lack of good PDF export, which IMHO is the definition of a business killer bug! Best regards. |
|
@auforg, thanks a lot for this very helpful feedback. I absolutely second this. |
|
A sample with https://gitlab.com/SondagesPro/SurveyThemes/skelvanilla/-/tree/master_fix-printanswers Then :; only use Survey theme , no mpdf (i do an limempdf sample after : but think needed only in 5.X since it broke current survey theme). |
|
Still a lot of work, just base idea |
|
Hello, |
|
No, still working on it. You can replace files : https://gitlab.com/SondagesPro/SurveyThemes/skelvanilla/-/tree/master_fix-printanswers/views/subviews/printanswers/question_types Take time 80 fles to update test and review. |
|
Still in 3 and 5 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2018-12-17 12:28 | DenisChenu | New Issue | |
2018-12-17 12:28 | DenisChenu | File Added: limesurvey_survey_pdfIssues.lss | |
2018-12-17 12:28 | DenisChenu | File Added: pdfIssues_vanilla.zip | |
2018-12-17 12:28 | DenisChenu | File Added: simple-print-answres-361286-5.pdf | |
2018-12-18 15:23 | DenisChenu | Relationship added | related to 14297 |
2019-01-10 16:01 |
|
Assigned To | => dominikvitt |
2019-01-10 16:01 |
|
Status | new => assigned |
2019-01-16 15:27 | DenisChenu | Relationship added | related to 14430 |
2019-02-08 09:25 | DenisChenu | Relationship added | related to 14498 |
2019-02-12 14:58 | DenisChenu | Note Added: 50521 | |
2019-02-12 15:03 | DenisChenu | Relationship deleted | related to 14498 |
2019-02-12 15:04 | DenisChenu | Note Added: 50522 | |
2019-02-12 15:04 | DenisChenu | Relationship added | related to 14520 |
2019-03-11 16:14 | Mazi | Note Added: 50905 | |
2019-03-11 16:46 | DenisChenu | Note Added: 50909 | |
2019-07-15 11:41 |
|
Assigned To | dominikvitt => cdorin |
2019-08-27 14:53 |
|
Assigned To | cdorin => LouisGac |
2019-08-28 09:27 | Mazi | Note Added: 53318 | |
2019-08-28 09:42 | DenisChenu | Note Added: 53319 | |
2019-10-08 15:18 | DenisChenu | Relationship added | related to 15389 |
2020-01-21 14:55 | DenisChenu | Assigned To | LouisGac => cdorin |
2020-01-21 14:55 | DenisChenu | Note Added: 55407 | |
2020-06-27 16:52 | DenisChenu | Relationship added | has duplicate 16435 |
2021-02-04 10:15 | cdorin | Status | assigned => new |
2021-02-07 16:03 | cdorin | Assigned To | cdorin => |
2021-02-07 16:03 | cdorin | Status | new => acknowledged |
2021-02-08 10:06 | mhetru | Note Added: 61991 | |
2021-05-03 20:34 | DenisChenu | Severity | minor => partial_block |
2021-05-03 20:35 | DenisChenu | Note Added: 64217 | |
2021-05-04 17:28 | ollehar | Note Added: 64227 | |
2021-05-04 17:44 | ollehar | Assigned To | => ollehar |
2021-05-04 17:44 | ollehar | Status | acknowledged => new |
2021-05-04 17:45 | ollehar | Note Added: 64230 | |
2021-05-04 17:46 | ollehar | Status | new => feedback |
2021-05-04 17:46 | ollehar | Note Added: 64231 | |
2021-05-04 18:47 | DenisChenu | Note Added: 64243 | |
2021-05-04 18:47 | DenisChenu | File Added: Capture d’écran_2021-05-04_18-45-42.png | |
2021-05-04 18:47 | DenisChenu | Status | feedback => assigned |
2021-05-04 18:47 | DenisChenu | Note Added: 64244 | |
2021-05-04 18:47 | DenisChenu | File Added: Capture d’écran_2021-05-04_18-41-00.png | |
2021-05-05 12:20 | ollehar | Note Added: 64251 | |
2021-05-06 11:29 | ollehar | Note Added: 64260 | |
2021-05-06 11:36 | DenisChenu | Note Added: 64263 | |
2021-05-06 11:38 | ollehar | Note Added: 64264 | |
2021-05-06 23:53 | Mazi | Note Added: 64278 | |
2021-05-07 10:01 | ollehar | Note Added: 64280 | |
2021-05-07 11:08 | Mazi | Note Added: 64282 | |
2021-05-07 12:41 | tpartner | Note Added: 64284 | |
2021-05-07 13:09 | c_schmitz | Note Added: 64285 | |
2021-05-07 13:31 | DenisChenu | Note Added: 64286 | |
2021-05-07 13:31 | DenisChenu | File Added: test-1-question-choix-unique-273.pdf | |
2021-05-07 13:31 | DenisChenu | File Added: limesurvey_survey_287435.lss | |
2021-05-07 13:31 | DenisChenu | File Added: test-1-question-choix-unique-3LTS.pdf | |
2021-05-12 10:56 | c_schmitz | Note Added: 64367 | |
2021-05-12 10:58 | c_schmitz | Note Edited: 64367 | |
2021-05-12 14:00 | DenisChenu | Note Added: 64374 | |
2021-05-12 19:13 | auforg | Note Added: 64398 | |
2021-05-12 19:22 | auforg | Issue Monitored: auforg | |
2021-05-12 22:13 | Mazi | Note Added: 64400 | |
2021-05-13 11:25 | DenisChenu | Note Added: 64403 | |
2021-05-13 11:25 | DenisChenu | File Added: test-print-simple-867847.pdf | |
2021-05-13 11:25 | DenisChenu | File Added: survey_archive_test-print-simple.lsa | |
2021-05-13 11:26 | DenisChenu | Note Added: 64404 | |
2021-08-31 13:44 | galads | Assigned To | ollehar => galads |
2021-08-31 13:44 | galads | Status | assigned => new |
2021-08-31 13:45 | galads | Status | new => assigned |
2021-09-15 16:52 | mhetru | Note Added: 66494 | |
2021-09-16 08:54 | DenisChenu | Note Added: 66496 | |
2023-03-16 15:23 | DenisChenu | Assigned To | galads => |
2023-03-16 15:23 | DenisChenu | Status | assigned => new |
2023-03-16 15:23 | DenisChenu | Note Added: 74124 | |
2023-08-31 18:43 | gabrieljenik | Assigned To | => gabrieljenik |
2023-08-31 18:43 | gabrieljenik | Status | new => assigned |
2023-09-08 20:59 | gabrieljenik | Assigned To | gabrieljenik => |
2023-09-08 21:09 | gabrieljenik | Status | assigned => acknowledged |