planetarium/NineChronicles.IAP

Support receipt list CSV download

Ouverte

#65 ouverte le 18 août 2023

 (2 commentaires) (0 réaction) (0 personne assignée)Python (1 fork)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (0 étoile)
Métriques de merge PR
 (Merge moyen 1j 19h) (4 PRs mergées en 30 j)

Description

Issue

In receipt list page, we can just view all the data in table. Users want to get all the receipt data as a CSV file.

Expected

  • There is a button named Download CSV.
  • When click this button, all receipt lists are downloaded as a CSV file.
    • Whether working in browser or create & call new API will be fine. (in-browser workaround preffered.)
  • All fields should be included and shows full data even if Tx. ID.
  • [Optional] Can set timezone to user's timezone for timestamp field?
    • When a timezone has been changed, current timezone must be present in timestamp field.

Guide contributeur