Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" Calculator

2018-05-23 Thread Terran McCanna
You can use {{checkout.copy.price}} if you want it to display on each line.

Terran McCanna
PINES Program Manager
Georgia Public Library Service
1800 Century Place, Suite 150
Atlanta, GA 30345
404-235-7138
tmcca...@georgialibraries.org


On Wed, May 23, 2018 at 2:54 PM, Oxford, Susan  wrote:

> Hi,
>
>
>
> Thanks, but do you have one specifically for the cost of each individual
> item that I can for each item?
>
>
>
> Thanks,
>
>
>
> Susan
>
>
>
>
>
> *From:* Open-ils-general [mailto:open-ils-general-
> boun...@list.georgialibraries.org] * On Behalf Of *Terran McCanna
> *Sent:* May 23, 2018 1:50 PM
> *To:* Evergreen Discussion Group  georgialibraries.org>
> *Subject:* Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You
> Saved" Calculator
>
>
>
> Hi Susan - we have an example posted here:
>
>
>
> https://pines.georgialibraries.org/dokuwiki/lib/exe/fetch.php?media=circ:
> workstations:subtotal2.pdf
>
>
>
>
>
>
> Terran McCanna
> PINES Program Manager
> Georgia Public Library Service
> 1800 Century Place, Suite 150
> 
> Atlanta, GA 30345
> 404-235-7138
> tmcca...@georgialibraries.org
>
>
>
> On Wed, May 23, 2018 at 2:36 PM, Oxford, Susan  wrote:
>
> Hello,
>
> I am looking for information along the lines of this thread but only for
> the code for the newest version of Evergreen that uses code like this
> example with {{}} instead of %:
> 
> {{patron.first_given_name}}
> {{patron.family_name}}
> {{patron.card.barcode}}
>
> Thanks,
>
> Susan
>
>
> -Original Message-
> From: Open-ils-general [mailto:open-ils-general-
> boun...@list.georgialibraries.org] On Behalf Of Bill Coffey
> Sent: February 14, 2018 2:31 PM
> To: 'Evergreen Discussion Group'  georgialibraries.org>
> Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved"
> Calculator
>
> That works very well!!!
>  Thanks to everyone for their help.
>
> Bill Coffey
> Systems Administrator
> Wayne County Public Library
> 1001 E. Ash St
> 
> Goldsboro, NC 27530
>
> Phone:  (919) 735-6249
> Fax:  (919) 731-2889
> email:   bill.cof...@waynegov.com
>
>
> -Original Message-
> From: Open-ils-general [mailto:open-ils-general-
> boun...@list.georgialibraries.org] On Behalf Of Forrest, Stuart
> Sent: Wednesday, February 14, 2018 2:20 PM
> To: Evergreen Discussion Group  >
> Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved"
> Calculator
>
> Hi
>
> In 2.11 this is how we have it setup
>
> Line Item
> %title%
> Barcode: %barcode% 
> Due: %due_date%
> %price% 
>
> Footer
> %SHORTNAME% %TODAY_TRIM% 
>
>
> 
>  align="center">  You saved: $ fixed="2">  by using your public library 
>  
>
> Not sure if there is a difference in format between 2.11 and 2.12 though
>
> Stuart
>
> ***
> Stuart Forrest PhD
> IT Analyst
> Beaufort County Library System
> 843 255 6450
> sforr...@bcgov.net
>
> www.beaufortcountylibrary.org
>
> For Leisure, For Learning, For Life
>
> -Original Message-
> From: Open-ils-general [mailto:open-ils-general-
> boun...@list.georgialibraries.org] On Behalf Of Bill Coffey
> Sent: Wednesday, February 14, 2018 2:10 PM
> To: 'Evergreen Discussion Group'
> Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved"
> Calculator
>
> I have yet to get a total amount on any receipt.
> Using:
>
> %price% And removing the
> style I can get the price of each book to show in the line item area.
>
> In the Footer using:
> Cost to buy these books: $   The
> total sum still does not show after the $
>
> I did get it to show the $0.00 but that is all.
> Thanks for any help.
>
> Bill Coffey
> Systems Administrator
> Wayne County Public Library
> 1001 E. Ash St
> 
> Goldsboro, NC 27530
>
> Phone:  (919) 735-6249
> Fax:  (919) 731-2889
> email:   bill.cof...@waynegov.com
>
> -Original Message-
> From: Open-ils-general [mailto:open-ils-general-
> boun...@list.georgialibraries.org] On Behalf Of Tina Ji
> Sent: Wednesday, February 14, 2018 2:03 PM
> To: Evergreen Discussion Group  >
> Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved"
> Calculator
>
> We countered some mystery with the price sum. Though using the same code,
> a couple of our sites did not see the total initially.
> Eventually it showed up, still using the same code. Very weird.
>
> It's on 2.10 and 2.12.
>
> Quoting Bill Coffey :
>
> > Receipt on staff computer:
> > See attachment
> >
> > Here is the test receipt:
> > Welcome to Goldsboro Library! 919-735-1824 Please see a staff member
> > to 

Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" Calculator

2018-05-23 Thread Oxford, Susan
Hi,

Thanks, but do you have one specifically for the cost of each individual item 
that I can for each item?

Thanks,

Susan


From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Terran 
McCanna
Sent: May 23, 2018 1:50 PM
To: Evergreen Discussion Group 
Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" 
Calculator

Hi Susan - we have an example posted here:

https://pines.georgialibraries.org/dokuwiki/lib/exe/fetch.php?media=circ:workstations:subtotal2.pdf



Terran McCanna
PINES Program Manager
Georgia Public Library Service
1800 Century Place, Suite 150
Atlanta, GA 30345
404-235-7138
tmcca...@georgialibraries.org

On Wed, May 23, 2018 at 2:36 PM, Oxford, Susan 
> wrote:
Hello,

I am looking for information along the lines of this thread but only for the 
code for the newest version of Evergreen that uses code like this example with 
{{}} instead of %:

{{patron.first_given_name}}
{{patron.family_name}}
{{patron.card.barcode}}

Thanks,

Susan


-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org]
 On Behalf Of Bill Coffey
Sent: February 14, 2018 2:31 PM
To: 'Evergreen Discussion Group' 
>
Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" 
Calculator

That works very well!!!
 Thanks to everyone for their help.

Bill Coffey
Systems Administrator
Wayne County Public Library
1001 E. Ash St
Goldsboro, NC 27530

Phone:  (919) 735-6249
Fax:  (919) 731-2889
email:   bill.cof...@waynegov.com


-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org]
 On Behalf Of Forrest, Stuart
Sent: Wednesday, February 14, 2018 2:20 PM
To: Evergreen Discussion Group 
>
Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" 
Calculator

Hi

In 2.11 this is how we have it setup

Line Item
%title%
Barcode: %barcode% 
Due: %due_date%
%price% 

Footer
%SHORTNAME% %TODAY_TRIM% 



  You saved: $  by using your public library  
 

Not sure if there is a difference in format between 2.11 and 2.12 though

Stuart

***
Stuart Forrest PhD
IT Analyst
Beaufort County Library System
843 255 6450
sforr...@bcgov.net

www.beaufortcountylibrary.org

For Leisure, For Learning, For Life

-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org]
 On Behalf Of Bill Coffey
Sent: Wednesday, February 14, 2018 2:10 PM
To: 'Evergreen Discussion Group'
Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" 
Calculator

I have yet to get a total amount on any receipt.
Using:

%price% And removing the style I 
can get the price of each book to show in the line item area.

In the Footer using:
Cost to buy these books: $   The total 
sum still does not show after the $

I did get it to show the $0.00 but that is all.
Thanks for any help.

Bill Coffey
Systems Administrator
Wayne County Public Library
1001 E. Ash St
Goldsboro, NC 27530

Phone:  (919) 735-6249
Fax:  (919) 731-2889
email:   bill.cof...@waynegov.com

-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org]
 On Behalf Of Tina Ji
Sent: Wednesday, February 14, 2018 2:03 PM
To: Evergreen Discussion Group 
>
Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" 
Calculator

We countered some mystery with the price sum. Though using the same code, a 
couple of our sites did not see the total initially.
Eventually it showed up, still using the same code. Very weird.

It's on 2.10 and 2.12.

Quoting Bill Coffey >:

> Receipt on staff computer:
> See attachment
>
> Here is the test receipt:
> Welcome to Goldsboro Library! 919-735-1824 Please see a staff member
> to update your email address.
> You checked out the following items:
> 
>
>   1.  Peace comes to Castle Oak
> Barcode: 3635300990263
> Due: 2006-08-23
> (using %price% to test if the price is there) 10.00
>   2.  The robber barons : the great American capitalists, 1861-1901
> Barcode: 

Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" Calculator

2018-05-23 Thread Terran McCanna
Hi Susan - we have an example posted here:

https://pines.georgialibraries.org/dokuwiki/lib/exe/fetch.php?media=circ:workstations:subtotal2.pdf



Terran McCanna
PINES Program Manager
Georgia Public Library Service
1800 Century Place, Suite 150
Atlanta, GA 30345
404-235-7138
tmcca...@georgialibraries.org


On Wed, May 23, 2018 at 2:36 PM, Oxford, Susan  wrote:

> Hello,
>
> I am looking for information along the lines of this thread but only for
> the code for the newest version of Evergreen that uses code like this
> example with {{}} instead of %:
> 
> {{patron.first_given_name}}
> {{patron.family_name}}
> {{patron.card.barcode}}
>
> Thanks,
>
> Susan
>
>
> -Original Message-
> From: Open-ils-general [mailto:open-ils-general-
> boun...@list.georgialibraries.org] On Behalf Of Bill Coffey
> Sent: February 14, 2018 2:31 PM
> To: 'Evergreen Discussion Group'  georgialibraries.org>
> Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved"
> Calculator
>
> That works very well!!!
>  Thanks to everyone for their help.
>
> Bill Coffey
> Systems Administrator
> Wayne County Public Library
> 1001 E. Ash St
> Goldsboro, NC 27530
>
> Phone:  (919) 735-6249
> Fax:  (919) 731-2889
> email:   bill.cof...@waynegov.com
>
>
> -Original Message-
> From: Open-ils-general [mailto:open-ils-general-
> boun...@list.georgialibraries.org] On Behalf Of Forrest, Stuart
> Sent: Wednesday, February 14, 2018 2:20 PM
> To: Evergreen Discussion Group  >
> Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved"
> Calculator
>
> Hi
>
> In 2.11 this is how we have it setup
>
> Line Item
> %title%
> Barcode: %barcode% 
> Due: %due_date%
> %price% 
>
> Footer
> %SHORTNAME% %TODAY_TRIM% 
>
>
> 
>  align="center">  You saved: $ fixed="2">  by using your public library 
>  
>
> Not sure if there is a difference in format between 2.11 and 2.12 though
>
> Stuart
>
> ***
> Stuart Forrest PhD
> IT Analyst
> Beaufort County Library System
> 843 255 6450
> sforr...@bcgov.net
>
> www.beaufortcountylibrary.org
>
> For Leisure, For Learning, For Life
>
> -Original Message-
> From: Open-ils-general [mailto:open-ils-general-
> boun...@list.georgialibraries.org] On Behalf Of Bill Coffey
> Sent: Wednesday, February 14, 2018 2:10 PM
> To: 'Evergreen Discussion Group'
> Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved"
> Calculator
>
> I have yet to get a total amount on any receipt.
> Using:
>
> %price% And removing the
> style I can get the price of each book to show in the line item area.
>
> In the Footer using:
> Cost to buy these books: $   The
> total sum still does not show after the $
>
> I did get it to show the $0.00 but that is all.
> Thanks for any help.
>
> Bill Coffey
> Systems Administrator
> Wayne County Public Library
> 1001 E. Ash St
> Goldsboro, NC 27530
>
> Phone:  (919) 735-6249
> Fax:  (919) 731-2889
> email:   bill.cof...@waynegov.com
>
> -Original Message-
> From: Open-ils-general [mailto:open-ils-general-
> boun...@list.georgialibraries.org] On Behalf Of Tina Ji
> Sent: Wednesday, February 14, 2018 2:03 PM
> To: Evergreen Discussion Group  >
> Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved"
> Calculator
>
> We countered some mystery with the price sum. Though using the same code,
> a couple of our sites did not see the total initially.
> Eventually it showed up, still using the same code. Very weird.
>
> It's on 2.10 and 2.12.
>
> Quoting Bill Coffey :
>
> > Receipt on staff computer:
> > See attachment
> >
> > Here is the test receipt:
> > Welcome to Goldsboro Library! 919-735-1824 Please see a staff member
> > to update your email address.
> > You checked out the following items:
> > 
> >
> >   1.  Peace comes to Castle Oak
> > Barcode: 3635300990263
> > Due: 2006-08-23
> > (using %price% to test if the price is there) 10.00
> >   2.  The robber barons : the great American capitalists, 1861-1901
> > Barcode: 33207002163014
> > Due: 2006-09-06
> > (using %price% to test if the price is there) 10.95
> >   3.  Katy no-pocket
> > Barcode: 33034001434539
> > Due: 2006-09-06
> > (using %price% to test if the price is there) 0.00
> >   4.  King's Castle
> > Barcode: 31039000791757
> > Due: 2006-09-06
> > (using %price% to test if the price is there) 5.95
> >   5.  Katy no-pocket
> > Barcode: 33034001434539
> > Due: 2006-09-06
> > (using %price% to test if the price is there) 0.00 Cost to buy these
> > books: $ The Value of your Public Library - PRICELESS!
> > 
> > GOLDSBORO 2018-02-14 10:54
> > You were helped by Bill
> > 
> > DVDs are $1.00 per day.
> > All other items are 25 cents each for every day they're late 

Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" Calculator

2018-05-23 Thread Oxford, Susan
Hello,

I am looking for information along the lines of this thread but only for the 
code for the newest version of Evergreen that uses code like this example with 
{{}} instead of %:

{{patron.first_given_name}}
{{patron.family_name}}
{{patron.card.barcode}}

Thanks,

Susan


-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Bill 
Coffey
Sent: February 14, 2018 2:31 PM
To: 'Evergreen Discussion Group' 
Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" 
Calculator

That works very well!!!
 Thanks to everyone for their help.

Bill Coffey
Systems Administrator
Wayne County Public Library
1001 E. Ash St
Goldsboro, NC 27530
 
Phone:  (919) 735-6249
Fax:  (919) 731-2889
email:   bill.cof...@waynegov.com


-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of 
Forrest, Stuart
Sent: Wednesday, February 14, 2018 2:20 PM
To: Evergreen Discussion Group 
Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" 
Calculator

Hi

In 2.11 this is how we have it setup

Line Item
%title%
Barcode: %barcode% 
Due: %due_date%
%price% 

Footer
%SHORTNAME% %TODAY_TRIM% 



  You saved: $  by using your public library  
 

Not sure if there is a difference in format between 2.11 and 2.12 though

Stuart

***
Stuart Forrest PhD
IT Analyst
Beaufort County Library System
843 255 6450
sforr...@bcgov.net

www.beaufortcountylibrary.org

For Leisure, For Learning, For Life

-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Bill 
Coffey
Sent: Wednesday, February 14, 2018 2:10 PM
To: 'Evergreen Discussion Group'
Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" 
Calculator

I have yet to get a total amount on any receipt.
Using:

%price% And removing the style I 
can get the price of each book to show in the line item area.

In the Footer using:
Cost to buy these books: $   The total 
sum still does not show after the $

I did get it to show the $0.00 but that is all.
Thanks for any help.

Bill Coffey
Systems Administrator
Wayne County Public Library
1001 E. Ash St
Goldsboro, NC 27530
 
Phone:  (919) 735-6249
Fax:  (919) 731-2889
email:   bill.cof...@waynegov.com

-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Tina Ji
Sent: Wednesday, February 14, 2018 2:03 PM
To: Evergreen Discussion Group 
Subject: Re: [OPEN-ILS-GENERAL] Web Client Print Templates - "You Saved" 
Calculator

We countered some mystery with the price sum. Though using the same code, a 
couple of our sites did not see the total initially.  
Eventually it showed up, still using the same code. Very weird.

It's on 2.10 and 2.12.

Quoting Bill Coffey :

> Receipt on staff computer:
> See attachment
>
> Here is the test receipt:
> Welcome to Goldsboro Library! 919-735-1824 Please see a staff member 
> to update your email address.
> You checked out the following items:
> 
>
>   1.  Peace comes to Castle Oak
> Barcode: 3635300990263
> Due: 2006-08-23
> (using %price% to test if the price is there) 10.00
>   2.  The robber barons : the great American capitalists, 1861-1901
> Barcode: 33207002163014
> Due: 2006-09-06
> (using %price% to test if the price is there) 10.95
>   3.  Katy no-pocket
> Barcode: 33034001434539
> Due: 2006-09-06
> (using %price% to test if the price is there) 0.00
>   4.  King's Castle
> Barcode: 31039000791757
> Due: 2006-09-06
> (using %price% to test if the price is there) 5.95
>   5.  Katy no-pocket
> Barcode: 33034001434539
> Due: 2006-09-06
> (using %price% to test if the price is there) 0.00 Cost to buy these
> books: $ The Value of your Public Library - PRICELESS!
> 
> GOLDSBORO 2018-02-14 10:54
> You were helped by Bill
> 
> DVDs are $1.00 per day.
> All other items are 25 cents each for every day they're late up to a 
> maximum of $10 per item.
>
>
>
> Bill Coffey
> Systems Administrator
> Wayne County Public Library
> 1001 E. Ash St
> Goldsboro, NC 27530
>
> Phone:  (919) 735-6249
> Fax:  (919) 731-2889
> email:   bill.cof...@waynegov.com
>


--
Tina Ji
1-888-848-9250 ext 1014
Support Specialist
BC Libraries Co-operative




[OPEN-ILS-GENERAL] Bug Squashing Week: Mid-Week Update

2018-05-23 Thread Terran McCanna
Bug Squashing Week is going exceedingly well, with many new names on the
testing list, and a larger overall number of participants than ever before!

You can view the progress chart at:

https://docs.google.com/spreadsheets/d/1pKdrHjwWpuQY-F0wGrIew5I65tAM4NxOZJfpJL33vDk/edit?usp=sharing

Thank you to everyone who has contributed time and effort so far.

Terran McCanna
PINES Program Manager
Georgia Public Library Service
1800 Century Place, Suite 150
Atlanta, GA 30345
404-235-7138
tmcca...@georgialibraries.org


Re: [OPEN-ILS-GENERAL] Permission for Registering a Workstation

2018-05-23 Thread Terran McCanna
It is REGISTER_WORKSTATION. In PINES, we grant it at the branch level to
branch managers, and at the system level to LocalAdmins.

Terran McCanna
PINES Program Manager
Georgia Public Library Service
1800 Century Place, Suite 150
Atlanta, GA 30345
404-235-7138
tmcca...@georgialibraries.org


On Wed, May 23, 2018 at 10:40 AM, scott.tho...@sparkpa.org <
scott.tho...@sparkpa.org> wrote:

> Hi,
>
>Given the accessibility of the Web Client and the resulting security
> concerns, we would like to limit the ability to register workstations to
> specific permission groups. What permission controls the ability to
> register workstations? I am not quite finding it.
>
> 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] 
>
>
>


[OPEN-ILS-GENERAL] Permission for Registering a Workstation

2018-05-23 Thread scott.tho...@sparkpa.org
Hi,
   Given the accessibility of the Web Client and the resulting security 
concerns, we would like to limit the ability to register workstations to 
specific permission groups. What permission controls the ability to register 
workstations? I am not quite finding it.

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]