In south Florida we have a lot of snowbirds who spend the winter here and the summer up north. Is there an easy way to swap the main and alternate addresses? One of the church membership programs I used some time ago actually let you schedule the swap for each member. -- Bob Ewart Stonewall National Museum & Archives Fort Lauderdale, FL
Hi Bob, On Tue, Jun 30, 2015 at 2:32 AM, Bob Ewart <bob-ewart@bobsown.com> wrote:
In south Florida we have a lot of snowbirds who spend the winter here and the summer up north.
Is there an easy way to swap the main and alternate addresses?
None out of the box.
One of the church membership programs I used some time ago actually let you schedule the swap for each member.
However, using a couple of extended patron attribute fields, you can certainly cook up a custom perl script called via a new cron job to do the same for you in Koha. cheers -- Indranil Das Gupta L2C2 Technologies Phone : +91-98300-20971 Blog : http://indradg.randomink.org/blog IRC : indradg on irc://irc.freenode.net Twitter : indradg -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=- Please exchange editable Office documents only in ODF Format. No other format is acceptable. Support Open Standards. For a free editor supporting ODF, please visit LibreOffice - http://www.documentfoundation.org
Bob Ewart <bob-ewart@...> writes:
In south Florida we have a lot of snowbirds who spend the winter here and the summer up north.
Is there an easy way to swap the main and alternate addresses?
One of the church membership programs I used some time ago actually let you schedule the swap for each member.
Hi Bob, The simplest way to swap the field name as per your demand. But you can also run a script at MySql to swape the same. Thanks Arka.
On Tue, Jun 30, 2015 at 8:46 PM, Via Vitae Solutions <contact@viavitae.co.in> wrote:
Bob Ewart <bob-ewart@...> writes:
In south Florida we have a lot of snowbirds who spend the winter here and the summer up north.
Is there an easy way to swap the main and alternate addresses?
One of the church membership programs I used some time ago actually let you schedule the swap for each member.
Hi Bob, The simplest way to swap the field name as per your demand.
Ummm... and how does that swap hold across upgrades to Koha, given that we have a minor release on the 22nd of each month and a major release every 6 months? -- Indranil Das Gupta Phone : +91-98300-20971 Blog : http://indradg.randomink.org/blog IRC : indradg on irc://irc.freenode.net Twitter : indradg -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=- Please exchange editable Office documents only in ODF Format. No other format is acceptable. Support Open Standards. For a free editor supporting ODF, please visit LibreOffice - http://www.documentfoundation.org
Greetings, Via Vitae Solutions wrote:
The simplest way to swap the field name as per your demand. But you can also run a script at MySql to swape the same.
Indranil's suggestion of adding ARRIVE and LEAVE date patron attributes for the members in question, and then writing a script to swap them from a cronjob (e.g. the koha-common in cron.daily) is better than a one off solution. +1 for Indranil Das Gupta. :) GPML, Mark Tompsett
participants (4)
-
Bob Ewart -
Indranil Das Gupta -
Mark Tompsett -
Via Vitae Solutions