[Koha-bugs] [Bug 7684] inventory : datatable fix actions etc.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 19 12:46:13 CEST 2013


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

--- Comment #62 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
My first test.
For the moment I only try to display a list of items and mark them seen,
without comparing with a barcode file

Trying to see all the items of a branch and location

Before patch :
- need to select XX items
- in the resulting table : 5 columns "Seen", "Barcode", "Title", "Unseen
since", "Problems"
- the problem column contains the string "None"
- no way to sort the table

After the patch
- no more need to select XX items : all the items are listed in a dynamic table
with a pager
- I checked the number of results, it is correct
- the pager works fine
- in the resulting table : 4 more columns : "Library", "Status", "Lost",
"Damaged"
- no column for type of document (at item level or biblio level)
- no column for withdrawn status
- column library contains the name of the branch, followed by the location and
the callnumber into [] : "BU En Magasin [130593/5/1]"
- status contains the "translated" value of coded status : "Empruntable" for
item for loan
- columns are sortable. it works well
- column "problem" is void. but the "none" message was useless

3 buttons on bottom of table :
Mark seen and Quit, Mark seen and Continue, Continue without marking

On 1st page of results, I check 2 items and click on "Mark seen and Continue".
The pager shows me automaticaly the 2d page. I click on 2 more items
I click on "Mark seen and Quit"

I am redirected to the home page of inventory.
No message confirming me that 4 items were marked seen
I made a report to confirm that : the 4 items were marked seen

Same test, but checking "export to csv" : data well exported (encoded in iso
8859 and not in unicode). I can see the same informations as in screen display
(but 3 columns for library - location - callnumber)
=> OK

Same test, but using the filters in inventory home page on "items.notforloan",
"
items.itemlost", "items.withdrawn", "items.damaged"
Only the items matching my filter criteria are displayed on screen or exported
to csv
=> OK

Same test, but only showing callnumber between XA and Z (my callnumber are like
A 000, A 002 .... B 001, B 002 ... Z 999)
Only callnumbers begining with XA->XG are displayed
=> OK for this kind of callnumbers

Same test, but only showing callnumber between 130593/5/1 and 166026/1962/2
(my callnumber are numeric, sometimes with a slash after the main number)
0 results
=> KO for this kind of callnumbers

=====
It looks better than before, but 
- why not a column on "withdrawn" status, as it is one of the possible filters?
- wot sure the callnumber filter is working well.

Could you remind me when the column "Problem" is supposed to show something?

I haven't try to compare the results with a file of barcode yet.


Mathieu

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


More information about the Koha-bugs mailing list