I am looking for a relational database that will run on a free platform like OpenOffice or MySQL to record donations to a political campaign. It will have a 1-to-many relationship between donor (lastname, Firstname, Address, comments) and the donation (date, amount, check number, other access (square/stripe), cash or in-kind). It will run on a computer - I don't need it on mobile. Limited number of records - no more than 1000 donors with up to 50 donations each. Reports of all sorts, esp between two dates, sorted by date or alpha.
I prefer something that I can learn to program myself - at least write my own reports.