Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. Scan first location (e.g., 2D barcode of "Kroeber 105, Cabinet 5, Drawer 2")
  2. Scan first item (1D barcode of largely unique museum number, e.g., "3-01245" or in the future "11.XX.01245")
  3. (option: Type in note related to first item)
  4. (option: Display item description via lookup file)
  5. Scan additional items in location (from one to 100 items per location)
  6. End
  7. Scan second location (e.g., 2D barcode of "Kroeber 105, Cabinet 5, Drawer 3")
  8. Scan first item in location
  9. Scan additional items in location (from one to 100 items per location)
  10. End

Resulting data: We would prefer a table with two columns (or optionally three including the note): location# item# (note)
loc1 item1 (note1) (date-time scanned)
loc1 item2 (note2) (date-time scanned)
loc1 item3 (note3) (date-time scanned)
loc2 item4 (note4) (date-time scanned)
loc3 item5 (note5) (date-time scanned)
loc3 item6 (note6) (date-time scanned)

Alternatively, we could probably parse something that looked like:
loc1
item1
(note1)
item2
(note2)
item3
(note3)
loc2
item4
(note4)
item5
(note5)

...