https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21457

            Bug ID: 21457
           Summary: datelastseen and datelastborrowed out of sync
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

In the items table we have these two columns:

- datelastborrowed - the date the item was last checked out/issued
- datelastseen - the date the item was last see (usually the last time the
barcode was scanned or inventory was done)

Based on these descriptions you would expect that datelastseen was always the
same as or more recent than datelastborrowed, right? One of our customer
libraries just made me aware that this is not always the case. 

This SQL finds the unexpected data:

SELECT COUNT(*) FROM items WHERE datelastborrowed > datelastseen;

Three of our sites have this unexpected data. They all use SIP2. But we also
have a couple sites that use SIP2 that do *not* have unexpected data, so that
might be a false lead. 

Anyone else seen this?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to