I'm in the midst of developing a new store for a client of ours. In the briefing the client explained that she would like for her customers to be able to choose the day the product shall be delivered. (This part i solved, as the title suggests, with a custom option datepicker)
Now our Client would like to be able to generate a report in the backend that, given a specific date, will generate a list of all products who's custom option date corresponds with said date. The Report should list the product and the amount of that product that are due on that date. I have never developed a backend extension and couldn't find any existing extension that i might adapt. I spent the last couple of days reading into the MVC stucture of magento and was just about able to generate simple one line outputs.
Since I'm very keen to delve deeper into developing for magento but don't know anyone experienced in the field, I thought I'd turn to this awesome community!