Hello.
Finally I have sometime to get back to my Delphi Project of creating an itunes connect report analyzer. I know there are a lot of online report creator out there, paid or free.. even Apple came out with a free app, but for me, I prefer to download the reports manually and analyze it manually via Excel.
I have been downloading reports manually for ~9 months. Last week, I started to make an analyzer program using Lazarus. Yup, this program only works in Winblows. I keep my Macbook only for XCode programming alone. Marketing and Sales stuffs are all in my Windows PC.. so that I can do some movement for daily exercises.
Anyway, Now it is almost done.. i tested it and it is working nicely. Currently there is only 1 function - to get the earnings separated in each territory. It ables to calculate for both daily report and weekly. You just need to load the text file directly to the program and, it does the rest for you. Then you can save it in a .CSV file (openable by Excel by double clicking).
The program is also a standalone executable. It will autogenerate an .ini file for saving the currency conversion data (you have to update it time by time)..
I intend to make the program free of course, as a way to give back to the great iPhone devs community. I'll finalize it off and soon will be uploading the EXE to the web.
Here is snapshot. Nothing fancy really.
Would appreciate if you'd give any suggestions to enhance the function more and any improvement on the app will be posted in this thread.
Not really sure if anyone is interested.. anyway am just sharing the tool I create for my own use.