- Author was Featured
- Item was Featured
- Author had a File in an Envato Bundle
- Microlancer Beta Tester
- Exclusive Author
- Most Wanted Bounty Winner
- Attended a Community Meetup
- Bought between 100 and 499 items
Love your work! This looks so great! Just as useful as the Documenter. 
- Microlancer Beta Tester
- Author had a Free File of the Month
- Has been a member for 3-4 years
- Item was Featured
- Author was Featured
- Austria
- Exclusive Author
- Referred between 200 and 499 users
Zeplix said
One problem with it: It completely replaces the daily sales, meaning if I get a new sale, I can now no longer see what it is I sold. Instead, I would like it how it is now, but ALSO keep the old daily sales page beneath it. That would greatly improve it’s usability for me, since checking the daily sales is quite important for me.
Good suggestions, I’ll keep that in mind
wow! nice work!!!
- Microlancer Beta Tester
- Author had a Free File of the Month
- Has been a member for 3-4 years
- Item was Featured
- Author was Featured
- Austria
- Exclusive Author
- Referred between 200 and 499 users
I published an update which fixes some calculation bugs. I also added some additional tables for purchases, referrals and deposits. You can now select a date range.
The standard table is now beneath the Statementer
I can’t install it.
I’m using Firefox 5.0, and when I click download, it just opens the js file in a new tab.
- Microlancer Beta Tester
- Author had a Free File of the Month
- Has been a member for 3-4 years
- Item was Featured
- Author was Featured
- Austria
- Exclusive Author
- Referred between 200 and 499 users
sekler said
I can’t install it. I’m using Firefox 5.0, and when I click download, it just opens the js file in a new tab.
Check out the install instruction page
The script is working on Firefox (with Greasmonkey add on) on Chrome and Opera (with local user file)
i noticed a bug on a couple of my statements. heres the screen shot
example of it working on a statement

example of it not working on a statement

i think it has to do if an item was removed maybe?
- Microlancer Beta Tester
- Author had a Free File of the Month
- Has been a member for 3-4 years
- Item was Featured
- Author was Featured
- Austria
- Exclusive Author
- Referred between 200 and 499 users
chrismccoy said
i noticed a bug on a couple of my statements. heres the screen shot...
i think it has to do if an item was removed maybe?
All data comes from the CSV so the mistake must be there.
Can you play around with the slider to figure out on which item the error occurs?
Further check the CSV file for that item
revaxarts said
chrismccoy said
i noticed a bug on a couple of my statements. heres the screen shot...
i think it has to do if an item was removed maybe?All data comes from the CSV so the mistake must be there.
Can you play around with the slider to figure out on which item the error occurs?
Further check the CSV file for that item
the csv file is actually fine, its the way it parses the data for the earnings page, i think it has something to do with certain chars.
see how it just says “facebook plugins”

when in fact its this.

so you just need to adjust for special chars I guess, this is with the userscript disabled.

hope this helps.
revaxarts saidI have similar problem, it is caused by data in detail column that contains coma (,), so when you split row in line 335 of your script
chrismccoy said
i noticed a bug on a couple of my statements. heres the screen shot...
i think it has to do if an item was removed maybe?All data comes from the CSV so the mistake must be there.
Can you play around with the slider to figure out on which item the error occurs?
Further check the CSV file for that item
line = raw[i].split(',');
it mess up you data. Don’t have idea how to fix this though 
