Topic: How to restrict a user changing default "Deliver from Location"

Hi there,

I have a business with 4 branches, and every branch has a seller.

To setup:

First Create four Inventory Locations, four POS and four users (salesman).

I have a salesman for every POS.

How to restrict chaining the "Deliver from Location"?
The sales man are allowing to sell just from one location.

Thank you!

Re: How to restrict a user changing default "Deliver from Location"

Currently FA does not have such a filter.

@joe: Another new field in the user's table changeable by the admin or other empowered user roles?

Re: How to restrict a user changing default "Deliver from Location"

this is a very important issue, right now salesmen keep changing the customer's salesman so they get the credit.
i fixed it by css to hide the slaesman selector.

table.tablestyle_inner select#salesman {
    display: none;
}

Re: How to restrict a user changing default "Deliver from Location"

Looks like FA has this facility by just fixing the Salesman Role's Permissions. See attachment.

Post's attachments

Salesman_Permissions.png 56.3 kb, 1 downloads since 2017-12-16 

You don't have the permssions to download the attachments of this post.

Re: How to restrict a user changing default "Deliver from Location"

@apmuthu
Thanks.. works for me.