philipmulcahy / azad

amazon order history reporter chrome extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Add column with refund issued date.

mendelsphotography opened this issue · comments

Refund dates. Add a column with the date the refund was issued, Currently, there is no way to see when the refund was issued so if want to match up with a cc statement its hard to know what belongs to what.

I think what you’re edging close to asking for is a refund table per order, because there can be more than one refund, unless you mean in the items table, and now refunds are at least two dimensional - amount AND date. Someone wrote a long tract in one of the similar requests (maybe dispatch date?) about why refunds are really messy.

Well yes, I am thinking of two-dimensional - amount and date.

Looking through the code can't find where you are extracting the refund info.
Where is that kept?

Credit where due that you added comments to lots of the code, so it's pretty readable.

I'm about to push an update that does more with refunds - it looks like they're per return shipment. I just merged the candidate code to master.