Re: [OPEN-ILS-GENERAL] Bill Notice from Notifications / Action Triggers

2018-11-30 Thread Terran McCanna
After some experimentation, we were indeed able to create a new action
trigger that leverages the existing penalty.PATRON_EXCEEDS_FINES hook so
that it generates an email at the same time the penalty is applied to
accounts. I'll work on figuring out how to put it in git for review, but in
the meantime, if anyone wants a description of how we implemented it, let
me know.



Terran McCanna, PINES Program Manager
--

Georgia Public Library Service | University System of Georgia

1800 Century Place NE Suite 580 l Atlanta, GA 30345

(404) 235-7138 | tmcca...@georgialibraries.org

http://help.georgialibraries.org | h...@help.georgialibraries.org




Join our email list  for stories of Georgia
libraries making an impact in our communities.



On Mon, Oct 1, 2018 at 5:34 PM Blake Henderson 
wrote:

> Terran,
>
> Does that AT generate an email or other notification based upon the patron
> penalty? I suppose that means that the patron account would need to have
> been opened by the staff client in order to execute the penalty
> calculation? The code that I am finding for that AT is related to CSV
> export.
>
> -Blake-
> Conducting Magic
> MOBIUS
>
> On 10/1/2018 3:58 PM, Terran McCanna wrote:
>
> We are planning on implementing a notice using the hook
> "penalty.PATRON_EXCEEDS_FINES" so that it is based on the penalty level (in
> our case, $10.00 for most types of patrons). We haven't tested it yet, but
> we'll probably set the granularity to run nightly.
>
> Terran McCanna
> PINES Program Manager
> Georgia Public Library Service
> tmcca...@georgialibraries.org
>
> * The GPLS office is in the midst of relocating offices. We may be reached
> by all of the current mechanisms during the transition, but to ensure the
> most prompt response, please use the Help Desk:
> https://help.georgialibraries.org
>
>
> On Mon, Oct 1, 2018 at 4:48 PM, Blake Henderson <
> bl...@mobiusconsortium.org> wrote:
>
>> Scott,
>>
>> I worked on some code for (what sounds like) the same thing:
>>
>> https://bugs.launchpad.net/evergreen/+bug/1496522
>>
>> I ran my version on production for a bit until I realized it brought the
>> utility server to it's knees then disabled the A/T. I was sort of waiting
>> to see where the Dan-and-Remington patches took it. It's currently waiting
>> for a patch to make it more multi-branch ready. And perhaps a better
>> performing PG view.
>>
>> -Blake-
>> Conducting Magic
>> MOBIUS
>>
>> On 9/28/2018 9:53 AM, scott.tho...@sparkpa.org wrote:
>>
>> Hi,
>>Does anyone know what I would put in Trigger Event Definitions to do
>> the following? If a patron’s Total Owed exceeds a specific dollar amount,
>> the system would generate a print notice. The notice would contain a
>> friendly greeting and then list all open bills. Is this possible?
>>
>> Thank you,
>> Scott
>>
>>
>>
>> Scott Thomas
>>
>> Executive Director
>>
>> *PaILS / SPARK*
>>
>> (717) 873-9461
>>
>> scott.tho...@sparkpa.org
>>
>> Stay informed! Join the SPARK-User Email List:
>>
>> https://mail.palibrary.org/mailman/listinfo/spark-users
>>
>> [image: Description: Description: Training | SPARK – Pennsylvania's
>> Statewide Library System] 
>>
>>
>>
>>
>>
>
>


Re: [OPEN-ILS-GENERAL] Bill Notice from Notifications / Action Triggers

2018-10-01 Thread Blake Henderson

Terran,

Does that AT generate an email or other notification based upon the 
patron penalty? I suppose that means that the patron account would need 
to have been opened by the staff client in order to execute the penalty 
calculation? The code that I am finding for that AT is related to CSV 
export.


-Blake-
Conducting Magic
MOBIUS

On 10/1/2018 3:58 PM, Terran McCanna wrote:
We are planning on implementing a notice using the hook 
"penalty.PATRON_EXCEEDS_FINES" so that it is based on the penalty 
level (in our case, $10.00 for most types of patrons). We haven't 
tested it yet, but we'll probably set the granularity to run nightly.


Terran McCanna
PINES Program Manager
Georgia Public Library Service
tmcca...@georgialibraries.org 

* The GPLS office is in the midst of relocating offices. We may be 
reached by all of the current mechanisms during the transition, but to 
ensure the most prompt response, please use the Help Desk: 
https://help.georgialibraries.org



On Mon, Oct 1, 2018 at 4:48 PM, Blake Henderson 
mailto:bl...@mobiusconsortium.org>> wrote:


Scott,

I worked on some code for (what sounds like) the same thing:

https://bugs.launchpad.net/evergreen/+bug/1496522


I ran my version on production for a bit until I realized it
brought the utility server to it's knees then disabled the A/T. I
was sort of waiting to see where the Dan-and-Remington patches
took it. It's currently waiting for a patch to make it more
multi-branch ready. And perhaps a better performing PG view.

-Blake-
Conducting Magic
MOBIUS

On 9/28/2018 9:53 AM, scott.tho...@sparkpa.org
 wrote:


Hi,
   Does anyone know what I would put in Trigger Event Definitions
to do the following? If a patron’s Total Owed exceeds a specific
dollar amount, the system would generate a print notice. The
notice would contain a friendly greeting and then list all open
bills. Is this possible?

Thank you,
Scott

Scott Thomas

Executive Director

*PaILS / SPARK*

(717) 873-9461

scott.tho...@sparkpa.org 

Stay informed! Join the SPARK-User Email List:

https://mail.palibrary.org/mailman/listinfo/spark-users


Description: Description: Training | SPARK – Pennsylvania's
Statewide Library System 








Re: [OPEN-ILS-GENERAL] Bill Notice from Notifications / Action Triggers

2018-10-01 Thread Terran McCanna
We are planning on implementing a notice using the hook
"penalty.PATRON_EXCEEDS_FINES" so that it is based on the penalty level (in
our case, $10.00 for most types of patrons). We haven't tested it yet, but
we'll probably set the granularity to run nightly.

Terran McCanna
PINES Program Manager
Georgia Public Library Service
tmcca...@georgialibraries.org

* The GPLS office is in the midst of relocating offices. We may be reached
by all of the current mechanisms during the transition, but to ensure the
most prompt response, please use the Help Desk:
https://help.georgialibraries.org


On Mon, Oct 1, 2018 at 4:48 PM, Blake Henderson 
wrote:

> Scott,
>
> I worked on some code for (what sounds like) the same thing:
>
> https://bugs.launchpad.net/evergreen/+bug/1496522
>
> I ran my version on production for a bit until I realized it brought the
> utility server to it's knees then disabled the A/T. I was sort of waiting
> to see where the Dan-and-Remington patches took it. It's currently waiting
> for a patch to make it more multi-branch ready. And perhaps a better
> performing PG view.
>
> -Blake-
> Conducting Magic
> MOBIUS
>
> On 9/28/2018 9:53 AM, scott.tho...@sparkpa.org wrote:
>
> Hi,
>Does anyone know what I would put in Trigger Event Definitions to do
> the following? If a patron’s Total Owed exceeds a specific dollar amount,
> the system would generate a print notice. The notice would contain a
> friendly greeting and then list all open bills. Is this possible?
>
> Thank you,
> Scott
>
>
>
> Scott Thomas
>
> Executive Director
>
> *PaILS / SPARK*
>
> (717) 873-9461
>
> scott.tho...@sparkpa.org
>
> Stay informed! Join the SPARK-User Email List:
>
> https://mail.palibrary.org/mailman/listinfo/spark-users
>
> [image: Description: Description: Training | SPARK – Pennsylvania's
> Statewide Library System] 
>
>
>
>
>


Re: [OPEN-ILS-GENERAL] Bill Notice from Notifications / Action Triggers

2018-10-01 Thread Blake Henderson

Scott,

I worked on some code for (what sounds like) the same thing:

https://bugs.launchpad.net/evergreen/+bug/1496522

I ran my version on production for a bit until I realized it brought the 
utility server to it's knees then disabled the A/T. I was sort of 
waiting to see where the Dan-and-Remington patches took it. It's 
currently waiting for a patch to make it more multi-branch ready. And 
perhaps a better performing PG view.


-Blake-
Conducting Magic
MOBIUS

On 9/28/2018 9:53 AM, scott.tho...@sparkpa.org wrote:


Hi,
   Does anyone know what I would put in Trigger Event Definitions to 
do the following? If a patron’s Total Owed exceeds a specific dollar 
amount, the system would generate a print notice. The notice would 
contain a friendly greeting and then list all open bills. Is this 
possible?


Thank you,
Scott

Scott Thomas

Executive Director

*PaILS / SPARK*

(717) 873-9461

scott.tho...@sparkpa.org 

Stay informed! Join the SPARK-User Email List:

https://mail.palibrary.org/mailman/listinfo/spark-users

Description: Description: Training | SPARK – Pennsylvania's Statewide 
Library System 






[OPEN-ILS-GENERAL] Bill Notice from Notifications / Action Triggers

2018-09-28 Thread scott.tho...@sparkpa.org
Hi,
   Does anyone know what I would put in Trigger Event Definitions to do the 
following? If a patron's Total Owed exceeds a specific dollar amount, the 
system would generate a print notice. The notice would contain a friendly 
greeting and then list all open bills. Is this possible?

Thank you,
Scott


Scott Thomas
Executive Director
PaILS / SPARK
(717) 873-9461
scott.tho...@sparkpa.org
Stay informed! Join the SPARK-User Email List:
https://mail.palibrary.org/mailman/listinfo/spark-users
[Description: Description: Training | SPARK - Pennsylvania's Statewide Library 
System]