culibraries / folio

Project management for FOLIO implementation at CU Boulder
https://github.com/orgs/culibraries/projects/12
MIT License
0 stars 0 forks source link

Need a template for a Transit Slip #214

Open jwfuller opened 2 years ago

jwfuller commented 2 years ago

See also https://github.com/culibraries/folio/issues/119#issuecomment-1048203986

katallm commented 2 years ago

Created a temporary transit slip template.

I used the {{item.effectiveLocationLibrary}} token as the "from" location, but I think those may need to be changed, since transit slips will be generated when items are checked in at non-home service points to be routed back to their shelving locations, not just when a hold has been generated. Maybe this?

In Transit to {{item.toServicePoint}} from {{item.fromServicePoint}}

{{item.title}} / {{item.primaryContributor}}

{{item.callNumber}} {{item.volume}} {{item.copy}}

Barcode: {{item.barcode}}


Last checked in at {{item.fromServicePoint}} at {{item.lastCheckedInDateTime}}

folio-notice-template-in-transit

folio-notice-template-transit-code