Can not able to create customer with same name in POSAwesome

I want to create customer again with the same name in POSAwesome but can’t able to add the same. Customer name field value is unique. How can I solve this?

hi ,
its coz in the db the name of the customer name field is the primary key which represents the entire data ,
if you need same customer name for many document, you can change the primary key field
let me give you the steps

go to customer doctype


here change the naming series to

this will change the name of the document with random number say like if your customer is naruto it will save as naruto-3455
make sure the tittle field in view setting is customer_name

hope this helps…

1 Like

Thank you very much for replying. I solved it.

2 Likes