fossasia / open-event-frontend

The frontend for the Open Event API Server https://test.eventyay.com
https://eventyay.com
Apache License 2.0
2.34k stars 1.82k forks source link

Fix-9127: Add the unique ticket code into the downlad CSV file #9185

Closed ghost closed 3 months ago

ghost commented 3 months ago

Fixes #https://github.com/fossasia/open-event-server/issues/9127

Short description of what this resolves:

Changes proposed in this pull request:

Checklist

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-event-frontend ❌ Failed (Inspect) Mar 26, 2024 10:37am
ghost commented 3 months ago

After I tried to figure out the problem, the UI crashed on the 'View attendees' screen. I see 2 problems: 1/ If the order has 2 or more tickets, the UI will not display the "Order Id" price. 2/ The "View attendees" screen has 2 columns "Ticket number". I checked the source code and found out this problem happened 7 months ago.

After fixing the above two issues, at "View Attendees" I noticed that the "Order" Column is not the "Ticket ID" in the QR and CSV. Do you want to change the value of the "Orders" column? Table

mariobehling commented 3 months ago

The issue is now that it only works in English, but not in Vietnamese.

Screenshot from 2024-03-26 15-39-09

ghost commented 3 months ago

Hi @mariobehling

According to the image you provided, your UI is still using the old source code. Try logging in and logging out again to see if you still have the problem. Thanks