vkwt
January 20, 2026, 11:47pm
1
Hi all,
I’m trying the ERPNext 16.0.0.
When I try toe add a new POS Opening Entry, the Cashier field becomes empty, even when I select a user, and then it appear the error message saying that I have to select a Chashier.
With version 15 doesn’t happens the same thing.
The User has all permissions, so, what can I do?
1 Like
This seems to be a bug. The issue is reported on the GitHub
opened 07:56AM - 21 Jan 26 UTC
bug
frappe-support
POS
### Information about bug
**Issue:**
The user is unable to select the Cashier i… n the POS opening entry. The user name is not appearing in the Dropdown list.
<img width="1208" height="559" alt="Image" src="https://github.com/user-attachments/assets/cfb8ca8e-a7ea-41e1-b156-0f89df243eef" />
**Expected Solution:**
A chasier should be linked with the user profile or if need to create separate then it has clear information about the role to be set for cashier.
### Module
selling
### Version
Frappe Version: v16.2.0 (HEAD)
ERPNext: v16.1.0 (HEAD)
### Installation method
None
### Relevant log output / Stack trace / Full Error Message.
```shell
```
Have you entered a user in the POS profile? If you do so, the drop-down field for entering a user will also appear.
vkwt
January 21, 2026, 11:53am
4
Users are added in “Aplicable for Users” list in the POS Profile.
In the New POS Opening Entry form, in the Cashier field the list shows the users, but after selecting the user, automacaly the fields become empty.
vkwt
January 21, 2026, 11:54am
5
In my case, the list shows users, but after selecting the field become empty
Unfortunately, I cannot reproduce your error in version 16.1.0 or in the develop branch of ERPNext. The cashier selection works as shown in the screenshots above.
Could you perhaps provide a GIF or describe your process in more detail to show how you are getting this error?
vkwt
January 21, 2026, 7:06pm
7
The problem was with version 16.0.0.
Now I installed version 16.1.0 and with this version it works ok
1 Like
The POS Opening Entry will be disabled for manual access, as it must be created from the actual POS screen. When a user logs in to the POS for the day, they are required to enter the opening details directly in the POS interface. This action will automatically create and record the corresponding POS Opening Entry in the system fix(pos_opening_entry): disable pos opening entry creation using form view by diptanilsaha · Pull Request #51984 · frappe/erpnext · GitHub