Can anyone tell me what the last column that shows on the shelf listing for the inventory tool is for? It is labeled as 'Problems' but I have never seen anything but 'None' under that - and I've tested on a lot of systems. What would a problem be? What is being reported by this column? Nicole
On 29 July 2011 10:21, Nicole Engard <nengard@gmail.com> wrote:
Can anyone tell me what the last column that shows on the shelf listing for the inventory tool is for? It is labeled as 'Problems' but I have never seen anything but 'None' under that - and I've tested on a lot of systems. What would a problem be? What is being reported by this column?
The template tells me [% IF ( loo.notfoundbarcode ) %] <p style="background: red;">Not found among barcodes in barcodes file.</p> [% ELSIF ( loo.notfoundkoha ) %] <p style="background: red;">Not found in koha.</p> [% ELSE %] <p style="background: green;">None</p> [% END %] So, 3 choices, none, or barcode not in Koha, or not in the file you uploaded. Chris
That's interesting because I did an upload of a file that had a barcode that was not in Koha and I didn't get that screen at all, what I got was a message saying that the barcode was not found and a confirmation that the date was updated on the other items in the file. That list only shows if you enter criteria in the form (not if you upload a text file). See here: http://screencast.com/t/XgGKtYGm Nicole On Thu, Jul 28, 2011 at 6:36 PM, Chris Cormack <chris@bigballofwax.co.nz> wrote:
On 29 July 2011 10:21, Nicole Engard <nengard@gmail.com> wrote:
Can anyone tell me what the last column that shows on the shelf listing for the inventory tool is for? It is labeled as 'Problems' but I have never seen anything but 'None' under that - and I've tested on a lot of systems. What would a problem be? What is being reported by this column?
The template tells me
[% IF ( loo.notfoundbarcode ) %] <p style="background: red;">Not found among barcodes in barcodes file.</p> [% ELSIF ( loo.notfoundkoha ) %] <p style="background: red;">Not found in koha.</p> [% ELSE %] <p style="background: green;">None</p> [% END %]
So, 3 choices, none, or barcode not in Koha, or not in the file you uploaded.
Chris
participants (2)
-
Chris Cormack -
Nicole Engard