http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6504
Srdjan Jankovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|[email protected] |[email protected] --- Comment #3 from Srdjan Jankovic <[email protected]> 2011-09-09 04:11:53 UTC --- Created attachment 5371 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5371 patch This is what I've done: * Restored "Shipping" input for "Receive a new shipment"; this may not be what you had in mind * Having done that, it made sense to split it over all pending items. I can see potential issues with that, but it can be adjusted, see below * Added "Freight" input on the "Receive Order" screen. Inconsistency warning: Shipping vs Freight * Values should be showing correctly on the "Receipt Summary" screen * There was no way of changing freight value, so I've added it to the "Modify Order" screen I tried a fairly simple scenario when receiving shipment with all pending orders, and it worked as expected. I do not know what scenarios are possible/likely, so please play with it. Notes: * When creating an order I was not able to change quantity, ie it was always 1. If that is by design and each order can have only one item then it is fine. Otherwise it is undertested. * The problems is that we do not have a shipment (or parcel) entity. * There could be some other parts of the system that use/should be using freight (eg budgets) that I have overlooked -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
