Hi,
I've written a program for a charity organisation which involves almost all of their administrational functions.
The organisation collects donations for children in need in Cambodia through monthly contributions and donations.
They have now asked me to create a print preview & print showing a summation of payments by month, summated by person, graphically indicating the months paid for, including overlapping months towards the next/previous year (including the amount reserved for that), page subtotals by month and grand totals.
I know it's possible, but it's an insane task if you remember that every payment is entered in an MDB-file with date/name(ID)/amount/type of payment/period of donation/etc...
Anyone has any ideas how to simplify this? I was initially thinking if maybe someone has experience with club-contribution programming which may involve similar problems. The preferred lay-out would be as below:
Name Last Yr|Jan|Feb|Mrt|...|Nov|Dec|Next Yr|Totals
--------|-------|---|---|---|---|---|---|-------|------
ABC | | X | X | | | X | X | |
| 100|150| 50| | |100| | |300
--------|-------|---|---|---|---|---|---|-------|------
DEF | | X | | X | | | X | |
| | 50| | 50| | |100| 50|200
-------------------------------------------------------
200 50 50 100 100 500
I've written a program for a charity organisation which involves almost all of their administrational functions.
The organisation collects donations for children in need in Cambodia through monthly contributions and donations.
They have now asked me to create a print preview & print showing a summation of payments by month, summated by person, graphically indicating the months paid for, including overlapping months towards the next/previous year (including the amount reserved for that), page subtotals by month and grand totals.
I know it's possible, but it's an insane task if you remember that every payment is entered in an MDB-file with date/name(ID)/amount/type of payment/period of donation/etc...
Anyone has any ideas how to simplify this? I was initially thinking if maybe someone has experience with club-contribution programming which may involve similar problems. The preferred lay-out would be as below:
Name Last Yr|Jan|Feb|Mrt|...|Nov|Dec|Next Yr|Totals
--------|-------|---|---|---|---|---|---|-------|------
ABC | | X | X | | | X | X | |
| 100|150| 50| | |100| | |300
--------|-------|---|---|---|---|---|---|-------|------
DEF | | X | | X | | | X | |
| | 50| | 50| | |100| 50|200
-------------------------------------------------------
200 50 50 100 100 500