I’ve written a droplet which takes a transaction report, as downloaded from iTunes Connect and containing a summary of sales, and produces a single figure representing the total earnings, in a particular currency.
Because the report shows sales for each separate region, a bit of work is required to get a total earnings figure, involving multiplying royalties by number of sales for each region, and then converting each currency type and adding all results together. This droplet does it all for you – just drop the downloaded text file from iTunes Connect onto it and it’ll bring up a summary. A preferences window allows configuration of the currency.
Currency conversion information provided by timegenie.com.
<
p>Download it here: Process Transaction Reports droplet
Related posts
- TVSync syncs your TV episodes with iTunes and your iPod or iPhone I’ve just created a glorified bash script that will...
- Convert text to iTunes audio book After reading a hint on macosxhints on how to create...
- Happy Birthday, Loopy (Thanks, Apple) Loopy is 2 months old! More interestingly, it’s just passed...
- My latest iTunes iPhone playlist setup A setup for iTunes to automatically select the 'best' tracks...
- My iTunes iPhone playlist setup I used to manually choose the tracks to sync to...
One Comment
Any chance you can release the xcode project would like to make some improvements.