[Koha-bugs] [Bug 9416] We should have 2 kinds of notes for each order line

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 17 11:50:47 CEST 2014


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

mathieu saby <mathsabypro at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25335|0                           |1
        is obsolete|                            |

--- Comment #18 from mathieu saby <mathsabypro at gmail.com> ---
Created attachment 27231
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27231&action=edit
[PATCH] Bug 9416: In each order, add a new note made for the vendor

I removed the changes made to Koha/Schema/Result/Aqorder.pm, and improved a bit
the description of the patch.

Mathieu




(Patch edited after QA remark: I removed the changes made to
Koha/Schema/Result/Aqorder.pm)

Currently, there is a single note field in each order. It could be useful to
have 2 notes fields:
- one for the staff (ex: "catalog this book as soon as possible")
- one for the vendor (ex: "urgent", "only the 2d volume"...), which could lated
be printed in basketgroup pdf for example

This patch adds a new note made for vendor in each order. The existing note is
renamed "internal note".
The behavior of the 2 notes are the same
An other patch will display this vendor note in pdf printed basketgroups.

Changes in database structure:
- new column aqorders.order_vendornote
- column aqorders.notes renamed aqorders.order_internalnote

To test :
Make a complete acquisiton process (creating the order > looking at the basket
> looking the order > receiving)
and try to use the 2 notes (internal note / vendor note)
check the changes made on one page (eg detail of the order) are well saved and
visible on an other page (eg receipt page)

I followed the test plan, patch behaves as expected.
Signed-off-by: Marc Véron <veron at veron.ch>

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


More information about the Koha-bugs mailing list