Comments on: Bad Usability Fixed: No End Date For Google Checkout Payout Transaction Report http://www.aschroder.com/2009/01/google-checkout-payout-report-end-date-usability/ Notes on Web Development Wed, 23 Dec 2020 09:25:05 +0000 hourly 1 https://wordpress.org/?v=4.8.15 By: Allen http://www.aschroder.com/2009/01/google-checkout-payout-report-end-date-usability/comment-page-1/#comment-1166 Fri, 02 Apr 2010 22:03:20 +0000 http://www.aschroder.com/?p=64#comment-1166 thank you very, very much – it worked – wasn’t easy – i swear google just doesn’t care about customer service.

]]>
By: Ashley http://www.aschroder.com/2009/01/google-checkout-payout-report-end-date-usability/comment-page-1/#comment-830 Sat, 30 Jan 2010 21:25:56 +0000 http://www.aschroder.com/?p=64#comment-830 Thanks for the update – isn’t it mental that still after all this time Google haven’t just made selecting start and end dates default functionality? Oh Google engineers, please just make this very minor client side change for us?

]]>
By: Bienvenido David http://www.aschroder.com/2009/01/google-checkout-payout-report-end-date-usability/comment-page-1/#comment-829 Fri, 29 Jan 2010 06:05:57 +0000 http://www.aschroder.com/?p=64#comment-829 Still works for tax year 2010. Thanks for the tip!

Open up FireBug. Change startDay value=”d:2009-01-01″. Change endDay value=”d:2009-12-31″. Remove onclick=”assignDates()”. Click on Download.

]]>
By: Sean http://www.aschroder.com/2009/01/google-checkout-payout-report-end-date-usability/comment-page-1/#comment-700 Sat, 14 Nov 2009 17:42:15 +0000 http://www.aschroder.com/?p=64#comment-700 Thanks for the tip! I downloaded firebug, played around for a bit following your post, and finally got the >60 day report that I needed.

]]>
By: Ashley http://www.aschroder.com/2009/01/google-checkout-payout-report-end-date-usability/comment-page-1/#comment-188 Wed, 15 Apr 2009 03:26:54 +0000 http://www.aschroder.com/?p=64#comment-188 Uncanny timing! I just about 15 minutes ago sent this email to a reader who asked about my technique:

Still works – they have changed their code a little though.

There are two hidden fields that the form actually uses. The values
from UI elements are copied over ‘onclick’ of the submit button. You
can use firebug to remove the javascript onclick, and the onchange of
the startdate UI field. Then just put value=”d:2008-01-01″ (or the
date you want) attributes into the hidden fields and you’ll be set!

I’ll do a quick blog update for this later on tonight.

]]>
By: scott http://www.aschroder.com/2009/01/google-checkout-payout-report-end-date-usability/comment-page-1/#comment-187 Wed, 15 Apr 2009 03:22:52 +0000 http://www.aschroder.com/?p=64#comment-187 I just did something similar… I tried pasting your code, but wasn’t successful. They appear to have updated since with From and To select boxes. However, I could only select back 90 days. It was as opening firebug and changing the value=”” on the that was selected, though, and I got all of 2008 in one file. I’ll have to pay those taxes now 🙂

]]>