ERPNext 16 - POS Opening Entry - Can not select Cashier

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

Have you entered a user in the POS profile? If you do so, the drop-down field for entering a user will also appear.

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.

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?

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