-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Item total values #5906
Item total values #5906
Conversation
Bundle size differenceComparing this PR to
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Mark~ just gotta fix the paths and it's all gucci (:
@@ -1712,12 +1714,12 @@ | |||
"title.repack-details": "Repack Details", | |||
"title.sensor-details": "Sensor Details", | |||
"title.stock-line-details": "Stock Line Details", | |||
"title.stock-on-hand": "Available Stock", | |||
"title.stock-on-hand": "Stock on Hand", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since our-soh
says Our available Stock on Hand
should this also say available stock on hand? π€
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, this is correct. it's only used by the item stats panel and that's now showing total soh and not available soh.
import { ReasonOptionRowFragmentDoc } from '../../../../../packages/system/src/ReasonOption/api/operations.generated'; | ||
import { NameRowFragmentDoc } from '../../../../../packages/system/src/Name/api/operations.generated'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the paths?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks. the gql generation threw a few curve balls.. it's still not totally reliable
Fixes #5903
π©π»βπ» What does this PR do?
Required a bit more change than I was hoping for. This was a quick fix to make the labels consistent and it's taken a few more changes than expected.
Changes
Side quest
this bothers me:
So I've done a quick fix ( we intend to rework the left nav, so no reason to spend a long time on it )
Side quest
The stock view is showing a column with no label:
Perhaps due to the pack variant changes? I've fixed
π Any notes for the reviewer?
Please check the Russian translation for 'Stock on Hand' I've had to remove 'available' from translations and that one I wasn't sure about
π§ͺ Testing
π Documentation
1.
2.