Koha/koha-tmpl/intranet-tmpl/prog/en/js
Julian Maurice eefc774e27 Bug 7178: Acquisition item creation improvement
- Display a unique item block at once

On orderreceive.pl when AcqCreateItem is 'receiving', and on
neworderempty.pl when AcqCreateItem is 'ordering' it displays an
item block with item infos to fill, and a '+' button.
When user clicks on '+', the block is hidden and a list shows up with
the items that will be received. User can then edit or delete items in
the list and click 'Save' to receive items.

- PrepareItemrecordDisplay is now used for cloning block

Previous cloning function was duplicating ids, the side effect is that
plugins didn't work when several items were displayed.
PrepareItemrecordDisplay regenerate the form with new ids

- New system preference UniqueItemFields

Contains a space-separated list of sql column names (of items table).
This syspref is used in two ways:
 - Values corresponding to fields in syspref are not duplicated when
   adding a new item (button 'Add')
 - When saving the form, a check is made on fields in syspref for
   detecting duplicate (in DB and in the form)

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
All tests done are noted on the bug report.

2012-03-23: Fixed conflict in updatedatabase.
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-03-26 11:07:23 +02:00
..
pages Fix for Bug 5532 - sysprefs editor should show names of saved prefs 2011-02-04 13:38:05 +13:00
tinymce Bug 7356 - Fix various typos and mis-spellings 2012-01-13 11:51:26 +01:00
acq.js Bug 7356 - Fix various typos and mis-spellings 2012-01-13 11:51:26 +01:00
additem.js Bug 7178: Acquisition item creation improvement 2012-03-26 11:07:23 +02:00
ajax.js Bug 5862 - Incompatibility in ajax.js with "localName" for Internet Explorer 2011-03-21 12:00:36 +13:00
basket.js Bug 7466 - Cart notification popup should appear onscreen even when button isn't 2012-02-03 17:34:40 +01:00
datatables.js Bug 6836: followup CSS work 2012-01-27 11:33:12 +01:00
localcovers.js Bug 1633: [SIGNED-OFF] Display local cover images 2012-01-24 11:16:04 +01:00
members.js Fix for Bug 5280 - Fix password field so that the password is masked as it is entered 2012-02-13 16:39:59 +01:00
staff-global.js Bug 4054 - Double-clicking the 'place hold' button can result in duplicate holds 2012-02-17 19:22:49 +01:00
xmlControlfield.js Bug 6715 - Fix xmlControlfield.js so the xml files are fetched in the correct language directory. 2011-08-28 19:54:36 +12:00