I’m trying to help a friend in his elections campaign. We mainly need a tool to manage a list of possible voters. We need to be able to:
Easily update details about the voters, and
Query for voters according to various parameters, and show and print the resulting lists
To enable campaigners to work from multiple workstations, we would like the system to be distributed, probably web based.
We would also like that to be in Hebrew, if possible.
Is there any existing tool that easily enables it? If not, can you recommend on an easy way to implement such a tool?
(I have a solid programming knowledge, but not much time to devote to that)
Edit: Any bug-tracking tool (like Bugzilla) would be suitable to the task as it also basically managed one shared database table (bugs). All I need is the ability to change the field of that table, so it will show voters instead of bugs. Do you have any idea?