[Koha-bugs] [Bug 8456] Capture the invoice number, price, date of a subscription

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 18 14:01:56 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8456

--- Comment #1 from Amit Gupta <amit.gupta at osslabs.biz> ---
Created attachment 10932
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10932&action=edit
Capture the invoice number, price, date of a subscription

Create an order using a subscription. This order is different from regular
orders in that it is for a serial subscription, not for a book.
When receiving, the item add function does not work as it does in the case of
books. Here no item is added since items are added from serials module. But
invoice, invoice date, actual cost is captured when receiving.

Two cases here:
1) Systempreferences "AcqCreateItem" is set to "receiving an order"
 When receiving this message is displayed instead of the usual add item fields
--  "This order is for a serial subscription. Items are added in the serial
module."
2) Systempreferences "AcqCreateItem" is set to "placing an order"
When ordering this message is displayed instead of the usual add item fields --
 "This order is for a serial subscription. Items are added in the serial
module."

this bug depends on 8415

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list