order base number
					Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
	Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- bilginkilic
 - Posts: 34
 - Joined: 05 Jul 2020, 07:08
 
order base number
how can we make order number starting from another base like 10000 ? Where should we edit for this purpose?
			
			
			
									
									@bilginkilic_ (twitter)
						Re: order base number
Set the start value of the mshop_order.id column to a different value using phpMyAdmin or another tool.
			
			
			
									
									Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos,
 give us a star
						If you like Aimeos,
Re: order base number
is this still valid for 2022.10? 
			
			
			
									
									
						- the current order number is eg. 30
 - set mshop_order.id to 1.000
 - created next order and the order number was 31
 
Re: order base number
Since 2022.10 there are two numbers:
- The mshop_order.id which is the sequential number of the order records
- The mshop_locale_site.invoiceno which is the invoice number shown per site
			
			
			
									
									- The mshop_order.id which is the sequential number of the order records
- The mshop_locale_site.invoiceno which is the invoice number shown per site
Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos,
 give us a star
						If you like Aimeos,