[Koha-bugs] [Bug 7178] Improve order item creation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 22 16:49:42 CET 2012


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

Julian Maurice <julian.maurice at biblibre.com> changed:

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

--- Comment #8 from Julian Maurice <julian.maurice at biblibre.com> 2012-02-22 15:49:42 UTC ---
Created attachment 7806
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7806
Bug 7178: Acquisition item creation improvement

New rebased patch with following changes:

- problem with item form fixed, we have to remove it in order for form check to
work correctly, but it was not reattached if form check failed. Now it is done
and you should not be able to reproduce this bug.

- a lot of items infos added to the items table (with a scrollbar if there are
too many infos)

- items table now display the descriptions instead of the codes (for drop-down
lists)

- '+' renamed to 'Add' when the form is for a new item, 'Update' when it's an
edit (the 'Show' link in table has been renamed to 'Edit')

- a new syspref UniqueItemFields inside which we can configure which fields we
want to check for duplicates (these fields are not duplicated when clicking on
'Add'). Fields are separated by space and must be sql column name of items
table. Defaults to 'barcode'.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list