Summary: | Regional RENFE ticket appears as having two travelers when there is only one in the ticket | ||
---|---|---|---|
Product: | [Applications] KDE Itinerary | Reporter: | cquike |
Component: | general | Assignee: | Volker Krause <vkrause> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Android | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 24.08.3 | |
Sentry Crash Report: |
Description
cquike
2024-10-12 19:33:17 UTC
The display is a bit misleading here, there's not two travelers but two tickets for the same trip, one for each of the barcodes in the PDF. I'm not familiar enough with the ticketing and ticket checks in Spain unfortunately to know the best solution for this: - If practically only one of those is needed we can just drop the other one in the extractor. - If both are needed we probably should set appropriate ticket names and display this better. I think it is enough with the QR code. Actually, for the other tickets I have, itinerary just extracted the QR code and not the second one. I wasn't controlled in the train for that particular train, but in other trains I have shown the QR and it was fine. Moreover, RENFE app also shows only the QR. It would be nice indeed to also display the name of the traveler regardless of whether there is one or more. Removing the duplicate ticket has been implemented in https://invent.kde.org/pim/kitinerary/-/commit/69fd192d371ad035e7438ed39e5f8b804ccac482 and extracting the passenger name when present has been implemented in https://invent.kde.org/pim/kitinerary/-/commit/84ddd1c0caa24fff7ad1a15f53945b89038334aa. I just wanted to confirm that this is working nicely with the last update I got from the KDE F-Droid repository. Thank you! |