Greetings colleagues, we're moving toward full-functionality and I am very excited. In fact just today I used Koha to check out two items to a willing test participant and was overjoyed with the screens! Now I'm working with acquisitions. Creating an order record is it possible to make Vendor Price and Purchase Order required fields in the same way that Quantity is required? Using "From a new (empty) record" I'd like ISBN, Vendor Price and Purchase Order to be required fields. Is it possible have a flat amount added to the Replacement Cost field based on Vendor Price such that if a patron is changed for replacement it includes a processing fee as well? The poop on what we've got: Koha version: 3.01.00.001 OS version: Linux library 2.6.18-6-686 #1 SMP Fri Jun 6 22:22:11 UTC 2008 i686 GNU/Linux Perl version: 5.008008 MySQL version: mysql Ver 14.12 Apache version: Server version: Apache/2.2.3 Zebra version: Zebra 2.0.32 Rachel Hollis, librarian Stevens-Henager College, Boise Campus 208-345-0700 x1814 http://www.librarything.com/catalog/StevensHenagerBoise ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
Hi Rachel. A replacement surcharge isn't currently available in Koha, but would be a pretty easy local customization to add to the current codebase, and is likely to be included in a future release (but isn't currently sponsored, afaik). The simplest way to accomplish this would be to fill in the 'normal purchase price' field, then add a local plugin for 'replacement price' that adds the surcharge based on whatever criteria you need, using the existing plugin structure for the MARC frameworks. Regards, Ryan On Wed, Dec 17, 2008 at 5:48 PM, Rachel Hollis <Rachel.Hollis@stevenshenager.edu> wrote:
Greetings colleagues, we're moving toward full-functionality and I am very excited. In fact just today I used Koha to check out two items to a willing test participant and was overjoyed with the screens!
Now I'm working with acquisitions. Creating an order record is it possible to make Vendor Price and Purchase Order required fields in the same way that Quantity is required? Using "From a new (empty) record" I'd like ISBN, Vendor Price and Purchase Order to be required fields.
Is it possible have a flat amount added to the Replacement Cost field based on Vendor Price such that if a patron is changed for replacement it includes a processing fee as well?
The poop on what we've got: Koha version: 3.01.00.001 OS version: Linux library 2.6.18-6-686 #1 SMP Fri Jun 6 22:22:11 UTC 2008 i686 GNU/Linux Perl version: 5.008008 MySQL version: mysql Ver 14.12 Apache version: Server version: Apache/2.2.3 Zebra version: Zebra 2.0.32
Rachel Hollis, librarian Stevens-Henager College, Boise Campus 208-345-0700 x1814 http://www.librarything.com/catalog/StevensHenagerBoise
________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Ryan Higgins LibLime * Open-Source Solutions for Libraries Featuring KohaZOOM ILS 888-564-2457 x704
Greetings friends, when creating an order record is it possible for ISBN, Vendor Price and Purchase Order to be required fields? What do I need to do to make this happen? We're working with: Koha version: 3.01.00.001 OS version: Linux library 2.6.18-6-686 #1 SMP Fri Jun 6 22:22:11 UTC 2008 i686 GNU/Linux Perl version: 5.008008 MySQL version: mysql Ver 14.12 Apache version: Server version: Apache/2.2.3 Zebra version: Zebra 2.0.32 Rachel Hollis, librarian Stevens-Henager College, Boise Idaho Campus This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
off the top of my head - a change to the JS Check() function in aqorder.tmpl... and change the new req_field colors to red, so your staff know ;) On 2009/01/14, at 10:46 AM, Rachel Hollis wrote:
Greetings friends, when creating an order record is it possible for ISBN, Vendor Price and Purchase Order to be required fields? What do I need to do to make this happen?
We're working with: Koha version: 3.01.00.001 OS version: Linux library 2.6.18-6-686 #1 SMP Fri Jun 6 22:22:11 UTC 2008 i686 GNU/Linux Perl version: 5.008008 MySQL version: mysql Ver 14.12 Apache version: Server version: Apache/2.2.3 Zebra version: Zebra 2.0.32
Rachel Hollis, librarian Stevens-Henager College, Boise Idaho Campus
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
off the top of my head - a change to the JS Check() function in aqorder.tmpl...
and change the new req_field colors to red, so your staff know ;) Note that if you do it that way, you'll have to remember to make that change every time you upgrade, as your change won't be preserved upon upgrade. There's a tradeoff to be had between doing something fast and
On Tue, Jan 13, 2009 at 5:00 PM, Mason James <mason.loves.sushi@gmail.com> wrote: dirty (but that will leave you in an un-upgradable state) and doing something 'the right way', submitting it to the community as a feature. In this case, I'd recommend a mechanism that allows you to specify which fields for orders should be marked as mandatory (we have a similar feature for patron fields for instance). Cheers, Josh
On 2009/01/14, at 10:46 AM, Rachel Hollis wrote:
Greetings friends, when creating an order record is it possible for ISBN, Vendor Price and Purchase Order to be required fields? What do I need to do to make this happen?
We're working with: Koha version: 3.01.00.001 OS version: Linux library 2.6.18-6-686 #1 SMP Fri Jun 6 22:22:11 UTC 2008 i686 GNU/Linux Perl version: 5.008008 MySQL version: mysql Ver 14.12 Apache version: Server version: Apache/2.2.3 Zebra version: Zebra 2.0.32
Rachel Hollis, librarian Stevens-Henager College, Boise Idaho Campus
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE CEO migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
participants (4)
-
Joshua Ferraro -
Mason James -
Rachel Hollis -
Ryan Higgins