On 4 Apr 2011 07:45, "Cab Vinton" <[email protected]> wrote: > > Will try this query on this list as the main Koha list drew a blank ... > > Are there any issues related to deleting patrons that one should be aware of? > > I'm thinking particular of the "usual" circulation and & statistical > reports that libraries run for annual reports, etc. > And this time with an actual useful reply. If you delete them via Koha you will be fine. They end up in the deletedborrowers table which you can query over, using a join or union. If you delete them in the db, then that info is gone.
Statistics will still be in the statistics table but you will no longer be able to find the borrower with your query to get things like categorycode etc. Chris > Thank you, > > Cab Vinton, Director > Sanbornton Public Library > Sanbornton, NH > _______________________________________________ > Koha-devel mailing list > [email protected] > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : http://www.koha-community.org/ > git : http://git.koha-community.org/ > bugs : http://bugs.koha-community.org/
_______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
