Create a new physical inventory
Description
Attachments
QAlity Plus - Test Management
Checklists
Activity
@Shiyu Jin Team ILL has the following feedback (from Nick, Chongsun, Josh and Brandon):
Please add a sub-title heading onto this page showing the Facility name, so users at least see a visual confirmation of which Facility they are doing inventories for.
For the Action button, we would like to have the button text change depending on whether you are starting a new physical inventory or continuing with an in-progress physical inventory. We suggest "Start" and "Continue".
Also, I'm unsure about how breadcrumbs are being implemented, and I think it might be a waste of effort to be building them individually per page – https://openlmis.atlassian.net/browse/OLMIS-2107#icft=OLMIS-2107 will implement them universially
@Shiyu Jin I have some technical implementation notes about how data is getting loaded into the page states — there is a 'flash of unrendered content' — where is the code review for this ticket being done?
@Brandon Bowersox-Johnson
Regarding your feedback:
The save draft UI story (https://openlmis.atlassian.net/browse/OLMIS-2131#icft=OLMIS-2131) has not picked up, which will be picked up in next sprint. However, we have already finished the save draft API in the backend meaning you can use the save function from backend but will not interact with the draft from the UI part.
@Shiyu Jin shared a demo video of this feature:
https://www.screencast.com/t/SDnlzhfV9NWL
The demo video looks good to me!
Brief feedback:
I understand we agreed for now to only support a user's Home Facility (that was an adjustment from when the description of this ticket was written). So that's fine for now.
In the video I did not see the functionality where the page would show "Draft" if a physical inventory was already started. I assume you are still building that or just didn't demo it yet because of other dependencies.
Details
Details
Assignee
Reporter
Labels
Story Points
Sprint
Fix versions
Priority
Time Assistant
Open Time Assistant
Time Assistant

This story is split out from OLMIS-2095 new physical inventory story.
As a storeroom clerk
I want to access to the physical inventory page
so that I can make action for the physical inventory page
Scope in:
Stock management field on the navigation bar;
Facility type;
Program dropdown list;
Facility dropdown list;
Physical inventory option at the stock management field;
Scope out:
Program dropdown list permission;
Facility dropdown list permission;
New physical inventory list page;
Acceptance Criteria:
Given I am on the homepage I can find the 'Stock Management' option on the navigation bar and its order is number 3, which is right next to requisition option.
Given I am on any page when I click the 'Stock Management' option on the navigation bar then it will display a dropdown list which includes the 'Physical Inventory' option.
Given I am on the 'Stock Management' dropdown list when I click 'Physical Inventory' field then I will direct me to the physical inventory page which has a table like below:
Program
Status
Action
HIV
Not start yet
Start
TB
Draft
Continue
Only my home facility support programs will be displayed.
Status shows the physical inventory status. The Action button text will update based on the physical inventory status. If it is draft then the action button is "Continue". If it is a new physical inventory then the Action button is "Start"
Given I am on the 'Physical Inventory' page when I click the proceed button next to a program then it will direct me to a blank physical list page within the crumbs displaying my home facility and the program I choose.
Given I am on the physical inventory list page when I click 'Physical Inventory' on the crumbs then it will navigate me back to the Physical Inventory page.