Bug 8456

Summary: Capture the invoice number, price, date of a subscription
Product: Koha Reporter: Amit Gupta <kohapatch>
Component: AcquisitionsAssignee: Amit Gupta <kohapatch>
Status: CLOSED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, katrin.fischer, savitra.sirohi
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5343
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 8415    
Bug Blocks:    
Attachments: Capture the invoice number, price, date of a subscription

Description Amit Gupta 2012-07-17 11:52:09 UTC
Ability to capture the invoice number, price, date of a subscription without creating the items records.
This bug depends on bug 8415
Comment 1 Amit Gupta 2012-07-18 12:01:56 UTC
Created attachment 10932 [details] [review]
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
Comment 2 Katrin Fischer 2012-09-19 06:42:17 UTC
Patch applies and I started testing it.

What irritates me is the fact that it allows to enter a quantity >1. 

At the moment for each copy of a serial we have to add 1 subscription in the serials module. So to me it seems like an order linked to a subscription should only allow to order 1 copy of the serial.

It's not ideal that we have this 1:1 relationship between copies and subscriptions at the moment, but while it's still the case it would probably be better to reflect it in acq?

Or is there a workflow I am missing?
Comment 4 Jonathan Druart 2012-10-24 07:38:51 UTC
Hi Amit,

I proposed the original patch of this feature in Bug 5343.
Given that it was easiest to me to recreate a new patch from scratch and the patch I proposed do the same thing as your one, I mark this bug as duplicate.

*** This bug has been marked as a duplicate of bug 5343 ***