Design Help Integrating Zoho Books into Creator Application

Design Help Integrating Zoho Books into Creator Application

I am creating an application that interacts with Zoho Books and looking for feedback on the most effective or efficient design strategy to accomplish my goals.

I am fetching data from the Bill module in Books that returns all bills due before the date specified on the form.  I have no problems with the scripts to accomplish this.

What I do have an issue with is how to display certain fields from the results returned so that the user can systematically check one or more of the bills for further processing.  Specifically, I would like to accomplish the following:
  1. Date is entered by user, submitted, and all open bills due before the date entered are fetched into a Map variable.  No problem here.
  2. After the date is submitted, what is the most effective way to display the Vendor Name, invoice #, Due Date, Amount, and a Checkbox so the user can select the invoices to be further processed?  Do I use a sub-form, a new form, a report, or some other method?  Using a Multiselect field will not work because it does not look professional.
I am not looking for any references to the API.  This is more of a design/best practices issue.  Any idea or suggestion is appreciated.