fossasia / open-event-server

The Open Event Organizer Server to Manage Events https://test-api.eventyay.com
https://api.eventyay.com
GNU General Public License v3.0
2.96k stars 1.89k forks source link

Add the unique ticket code into the downlad CSV file #9129

Closed Shivangi-ch closed 4 months ago

Shivangi-ch commented 5 months ago

Fixes #9127

Checklist

Shivangi-ch commented 5 months ago

@mariobehling after analysing the code I found that, what we see in the order column in csv is the order invoice number['O' + created_at_time + '-' + order.id(primary key)]. Where as in the ticket holder qr code we have [order.identifier + '-' + ticket holder.id(primary key)]. And in the first screenshot order colums it is order.identifier And for the ticket Id we only have the primary key field 'id'.

I have added order.identifier as the ticket id in the csv now... pls confirm if it is the right value for this!

Shivangi-ch commented 4 months ago

Closing this pull request as the issue has been resolved by another pull request.