[Koha] Advice for manipulating the patron database with code

2013-10-30 Thread magmatic
We have a separate database of users that we want to sync (one way) with Koha. Since I have experience working with databases, I plan to add a column to the Koha MySQL patron table that I will use as a reference to the record in the other database. Then everyday I'm going to run a cron job that m

Re: [Koha] Advice for manipulating the patron database with code

2013-10-30 Thread Robin Sheat
magmatic schreef op wo 30-10-2013 om 19:17 [-0700]: > I'm pretty sure this will work. The reason I'm saying all this is > just so > that if anyone out there has any advice for me before I begin, I would > take > it. Perhaps there are pitfalls to guard against, or perhaps there is > some > feature