Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui
Mathieu Saby 36074fba65 Bug 9416: add new order vendor note field
Currently, there is a single note field in each order. It would 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 later 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

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

To test :
[1] 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)
[2] Check the changes made on one page (eg detail of the order) are
    saved and visible on an other page (eg receipt page)

Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Testing notes on last patch.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-04-19 15:55:36 +00:00
..
csv Bug 7298: (follow-up) fix translation for CSV strings 2013-10-31 15:51:45 +00:00
acqui-home.tt Bug 11608: Delete unused commented lines in template 2014-01-26 15:23:19 +00:00
addorder.tt Bug 9822: Alert on adding an order to a basket if budget s exceeded 2013-10-30 15:10:11 +00:00
addorderiso2709.tt Bug 9416: add new order vendor note field 2014-04-19 15:55:36 +00:00
ajax.tt
aqbasketuser_search.tt Bug 7295: More granular permissions for baskets 2013-10-31 16:35:35 +00:00
basket.tt Bug 9416: add new order vendor note field 2014-04-19 15:55:36 +00:00
basketgroup.tt Bug 10533: move JavaScript functions for basket groups to a separate file 2014-04-18 19:25:12 +00:00
basketheader.tt Bug 11805 - Use validation plugin when creating new basket in Acquisitions 2014-02-27 15:44:48 +00:00
booksellers.tt Bug 11171: (follow-up) fix a javascript error 2013-11-27 18:02:38 +00:00
histsearch.tt Bug 8230: (follow-up) repair regression on order search 2013-12-13 23:44:50 +00:00
invoice.tt Bug 10705: change 'shipment cost' to 'shipping cost' 2013-10-09 04:59:43 +00:00
invoices.tt Bug 11798: fix problems with column sorting and row visibility in invoices table 2014-02-27 16:20:08 +00:00
lateorders.tt Bug 7298: (follow-up) various QA fixes 2013-10-31 15:51:25 +00:00
modordernotes.tt Bug 9416: add new order vendor note field 2014-04-19 15:55:36 +00:00
neworderbiblio.tt Bug 10649 - Upgrade DataTables and move scripts out of theme directory 2013-09-05 15:43:36 +00:00
neworderempty.tt Bug 9416: add new order vendor note field 2014-04-19 15:55:36 +00:00
neworderempty_duplicate.tt
newordersubscription.tt Bug 10689: make subscription public note appear when making a new order from a subscription 2013-10-11 04:23:24 +00:00
newordersuggestion.tt Bug 10649 - Upgrade DataTables and move scripts out of theme directory 2013-09-05 15:43:36 +00:00
ordered.tt Bug 10090: display item type description instead of code on acq ordered and spent pages 2014-04-18 22:04:32 +00:00
orderreceive.tt Bug 9416: add new order vendor note field 2014-04-19 15:55:36 +00:00
parcel.tt Bug 9416: add new order vendor note field 2014-04-19 15:55:36 +00:00
parcels.tt Bug 11170: (follow-up) fix typo 'occured' in parcels.tt 2014-03-11 15:10:35 +00:00
spent.tt Bug 10090: display item type description instead of code on acq ordered and spent pages 2014-04-18 22:04:32 +00:00
supplier.tt Bug 11787 - Use validation plugin when adding new vendor 2014-02-20 16:56:41 +00:00
transferorder.tt Bug 5349: (follow-up) tweak order transfer form 2013-09-16 15:21:07 +00:00
uncertainprice.tt Bug 10649 - Upgrade DataTables and move scripts out of theme directory 2013-09-05 15:43:36 +00:00
z3950_search.tt Bug 9747: sorting z3950 search results in acquisition 2013-10-09 04:22:28 +00:00