eugenmihailescu / ebay-purchase-report

Creates a ad-hoc eBay purchase history report
GNU General Public License v3.0
22 stars 21 forks source link

Items marked as not received despite showing as delivered #3

Open fernplant opened 6 years ago

fernplant commented 6 years ago

Hi. Thanks for sharing this script, makes it so much easier to manage my bulk purchases

Im finding though the color coded received/not received is not working.

screen shot 2018-05-17 at 1 33 24 pm
dfear commented 5 years ago

the selector for delivery date is: ".delivery-date".

Simple solution: Just compare the delivery date to today's date and if today's date is later than the delivery date then mark the item as delivered.