Driton Posted August 26, 2015 Share Posted August 26, 2015 I want to know the risk of making incremental invoice numbers for each store e.g I want for STORE1 invoice numbers: STORE1-100, STORE1-101, STORE1-102, STORE1-103, STORE1- (next incremental number)...Same for STORE2 invoice numers: STORE2-100, STORE2-101, STORE2-102, STORE2-103, STORE2- (next incremental number)... So I don't use shared counter but for each store its possible to repeat the incremental number, and we differ stores just by some prefix like STORE1, STORE2 etc.. Actually Prestashop by default is using shared incremental numbers and for STORE1 you will see numbers: STORE1-100, STORE1-109, STORE1-130 etc.. STORE2-101, STORE2-111, STORE2-140 etc..same for others stores and you are not able to save the incremental number (counter) for each store but its shared between stores. So just give me a good reason not to do like my solution as I described above marked with red . Link to comment Share on other sites More sharing options...
Simone Salerno Posted August 27, 2015 Share Posted August 27, 2015 I posted a guide about this here. I'm using independent incremental numeration with no problem in my stores. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now