Hi,
I have developed an application to download Sales and Purchase data using the QuickFile API, and this is working fine.
Next I would like to download the pdf data e.g. for each Purchase, because that contains additional data, not returned from the API.
For example, we have a category in the pdf, that is not in the api data. An example of this is “Sector 1 Management Staff & Costs”.
My goal is to automatically extract the pdf category text and split it into e.g. “Sector 1” and “Management Staff & Costs” in my code, so that it can be held in my database against the Purchase.
Ultimately that will allow a lot of flexibility in auditing, to make sure that the service charges to our apartment complex residents is correct.
It will also allow us to create ad hoc reports that easily show our RTM Company board (I am a director on the board) were we are spending service charge money e.g. maintenance (we are an apartment complex, and employ staff to manage the site).
At the moment our manager uses spreadsheets to collate the data, and I want to reconcile those spreadsheets against the actual QuickFile data. I also want to see the detail because currently we only see summarised totals.
I would like to see us to stop using spreadsheets where we can, or at least generate the spreadsheets directly from QuickFile data, instead of entering it manually into spreadsheets.
So my question is; which is the best way for me to download all the pdf’s. Should I download them in bulk, if so how? Or should I use the API and get them individually?
My preference would be to get them through the API, so I can automate the process, and only download and process new ones as required.
Thanks,
Tony