Koha/installer/data/mysql
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
..
atomicupdate Bug 7475: Update configuration 2012-09-19 17:15:25 +02:00
de-DE Bug 9448: (follow-up) rephrase permission description 2014-04-17 15:42:20 +00:00
en Bug 9448: (follow-up) tweak description of new permissions 2014-04-17 15:46:57 +00:00
es-ES Bug 9448: (follow-up) tweak description of new permissions 2014-04-17 15:46:57 +00:00
fr-FR Bug 9448: (follow-up) tweak description of new permissions 2014-04-17 15:46:57 +00:00
it-IT Bug 9448: (follow-up) tweak description of new permissions 2014-04-17 15:46:57 +00:00
nb-NO Bug 9448: (follow-up) tweak description of new permissions 2014-04-17 15:46:57 +00:00
pl-PL Bug 9448: (follow-up) tweak description of new permissions 2014-04-17 15:46:57 +00:00
ru-RU Bug 9448: (follow-up) tweak description of new permissions 2014-04-17 15:46:57 +00:00
uk-UA Bug 9448: (follow-up) tweak description of new permissions 2014-04-17 15:46:57 +00:00
backfill_statistics.pl
kohastructure.sql Bug 9416: add new order vendor note field 2014-04-19 15:55:36 +00:00
labels_upgrade.pl
patroncards_upgrade.pl
sysprefs.sql Bug 12052: New syspref to display message on the OPAC patron summary page 2014-04-15 22:32:10 +00:00
update22to30.pl Bug 11398: A typo occurred with occured 2014-01-02 15:12:48 +00:00
updatedatabase.pl Bug 9416: add new order vendor note field 2014-04-19 15:55:36 +00:00