Jump to content

Incremental invoice number generation


c_shelswell

Recommended Posts

I need to make an invoice number at purchase confirmation on my site. My idea is that there will be a database query to get the last invoice number then add one to that number and input the new number on a new line with the relevant purchases.

I was going to use auto increment but the problem is that if a user purchases 3 items i need the invoice number to be the same for all 3 items.

Can anyone see any problems with my top method if there will be many users purchasing at the same time? I need the numbers to be unique obviously.

Cheers
Link to comment
https://forums.phpfreaks.com/topic/33910-incremental-invoice-number-generation/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.