Skip to content

Extension to change entities to share common incrementation not depending on storeviews.

Notifications You must be signed in to change notification settings

adamkarnowka/magento2-shared-increment-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This simple extension makes it easy to have global incrementation for selected entities.

Instead of this:

New order Storeview A Storeview B
Placed in A #1000000
Placed in A #1000001
Placed in B #1000000
Placed in A #1000002
Placed in B #1000001

You will have this:

New order Storeview A Storeview B
Placed in A #1000000
Placed in A #1000001
Placed in B #1000002
Placed in A #1000003
Placed in B #1000004

About

Extension to change entities to share common incrementation not depending on storeviews.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages