Staff Slips (UXPROD-19)

[UXPROD-4180] Add "Request date" as staff slip token Created: 04/Apr/23  Updated: 30/Nov/23  Resolved: 10/Aug/23

Status: Closed
Project: UX Product
Components: None
Affects versions: None
Fix versions: Poppy (R2 2023)
Parent: Staff Slips

Type: New Feature Priority: P3
Reporter: Brad Berkotte Assignee: Ravi Gupta
Resolution: Done Votes: 0
Labels: LC-priority3, loc, staff_slips, staff_slips_tokens
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original estimate: Not Specified

Issue links:
Defines
defines UXPROD-4465 Pick slip token enhancements (staff s... Draft
is defined by CIRC-1784 Update staff tokens to include the da... Closed
is defined by UXPROD-4190 Request date token for staff slip Closed
Release: Poppy (R2 2023)
Epic Link: Staff Slips
Analysis Estimate: Large < 10 days
Front End Estimate: Large < 10 days
Front-End Confidence factor: 90%
Back End Estimate: Large < 10 days
Back-End Confidence factor: 90%
Development Team: NLA
PO Rank: 0
Rank: Cornell (Full Sum 2021): R4

 Description   

Current situation or problem: Date/Time for the request itself isn't shown based of the local tenant

In scope

  • Adding a token to the staff slip
  • Showing live data on a staff slip produced in the Requests app (pick slip)
  • Showing live data on a staff slip produced in the Check in app (hold, delivery request and transfer slips)

Proposed solution/stories

Story: https://folio-org.atlassian.net/browse/UXPROD-4190

 

  • SET TIME ZONE '-08';{{SELECT creation_date::timestamp,
    (jsonb->'metadata'->>'createdDate')::timestamp,
    (jsonb->'metadata'->>'updatedDate')::timestamp
    FROM diku_mod_inventory_storage.instance;
    creation_date | timestamp | timestamp
    ---------------------++----------------------------------------
    2019-02-23 08:30:57.349 | 2019-02-23 08:30:57.349 | 2019-02-23 08:30:57.349

SET TIME ZONE '+01';

SELECT creation_date::timestamp,
(jsonb->'metadata'->>'createdDate')::timestamp,
(jsonb->'metadata'->>'updatedDate')::timestamp
FROM diku_mod_inventory_storage.instance;
creation_date | timestamp | timestamp
---------------------++----------------------------------------
2019-02-23 08:30:57.349 | 2019-02-23 08:30:57.349 | 2019-02-23 08:30:57.349}}

 

https://www.postgresql.org/docs/current/functions-datetime.html#FUNCTIONS-DATETIME-ZONECONVERT

 

  • Time zone (time zone used when showing date time information). Time zone adjusts FOLIO’s time zone for when dates are displayed. Time zones are based on the standard tz database time zone names.

https://docs.folio.org/docs/settings/settings_tenant/settings_tenant/

 

 

Links to additional info

Element Location: /circulation/requests/(uuid)

Questions



 Comments   
Comment by Khalilah Gambrell [ 09/May/23 ]

Hey Brad Berkotte, julie.bickle, and Terence Ingram will this work be included in the Poppy release. Dev freeze currently set for June 2.

Comment by Terence Ingram [ 10/May/23 ]

Khalilah Gambrell yes this is under development right no. It will be part of Poppy.

Comment by Brad Berkotte [ 10/Aug/23 ]

Testing and development complete

Generated at Fri Feb 09 00:37:54 UTC 2024 using Jira 1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d.