You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cash window currently selects only cash boxes from the users current project (chosen at sign in time). It can be very confusing to users to not see any cash boxes even though the configuration is set up with multiple cash boxes.
I think the two options are to clearly demonstrate that these are only the cash boxes that exist in the currently signed in to project, for example 'Hospital's cash boxes:' or to just show all cash boxes with the project shown next to the name.
I propose that for now we just show all cash boxes that exist with the project name next to the box - if hospital's become overwhelmed with multiple projects and cash boxes we can look at changing this in the future.
For example:
Cash Window (Hospital)
Primary Cash Box (Hospital)
Cash Window (Pharmacy)
The text was updated successfully, but these errors were encountered:
This is a really bad bug. In theory, if the hospital is not changing cashboxes all the time, showing all of them should be fine. If they were doing it a lot, the risk of them picking the wrong one is a lot higher.
This commit allows a user to select any project's cashbox from the
cashbox selection page. As designed, BHIMA assumes that users will have
separate projects and use their own cashboxes, so those are cleanly
separated from the remaining cashboxes. However, it does give the user
the possibility of using any registered cashbox.
ClosesThird-Culture-Software#1976.
This commit allows a user to select any project's cashbox from the
cashbox selection page. As designed, BHIMA assumes that users will have
separate projects and use their own cashboxes, so those are cleanly
separated from the remaining cashboxes. However, it does give the user
the possibility of using any registered cashbox.
ClosesThird-Culture-Software#1976.
2036: fix(cashboxes): display all cashboxes in selection r=sfount a=jniles
This commit allows a user to select any project's cashbox from the
cashbox selection page. As designed, BHIMA assumes that users will have
separate projects and use their own cashboxes, so those are cleanly
separated from the remaining cashboxes. However, it does give the user
the possibility of using any registered cashbox.
Closes#1976.
The cash window currently selects only cash boxes from the users current project (chosen at sign in time). It can be very confusing to users to not see any cash boxes even though the configuration is set up with multiple cash boxes.
I think the two options are to clearly demonstrate that these are only the cash boxes that exist in the currently signed in to project, for example 'Hospital's cash boxes:' or to just show all cash boxes with the project shown next to the name.
I propose that for now we just show all cash boxes that exist with the project name next to the box - if hospital's become overwhelmed with multiple projects and cash boxes we can look at changing this in the future.
For example:
The text was updated successfully, but these errors were encountered: