eugenmihailescu / ebay-purchase-report

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

Doesn't include postage fees #2

Open joelobrecht opened 6 years ago

joelobrecht commented 6 years ago

Hello ! Thanks for that app that helps to really manage eBay purchases. One caveat, ond not one of the least, is the lack of an option to add the postage fees. As I purchase mainly small items, the delivery price can add 75% to the total...

jjhendricks commented 5 years ago

I too would love this feature too. Please consider adding shipping cost support.

dfear commented 5 years ago

For multiple items from the same seller, the selector is: ".ship-label" and is a child of ".order-r my-row-r item-list-all".

For single items from a seller, the selector is still: ".ship-label".

For multiple items from the same seller, the shipping cost would have to be divided by the number of items (listings) purchased from that seller.

the selector needs to be cleaned by removing the leading + (plus) symbol, space and currency symbol.

pamsfantasia commented 5 years ago

I would pay for a version that breaks out item price and shipping cost. I appreciate dfear's comment above but am unable to execute it.

micwebnet commented 4 years ago

Since author stopped maintaining this, anyone else with know-how wants to fork and integrate all the open issues with actual steps of how to fix them? :) There don't seem to be any other similar extensions available and this one is two steps from greatness.