Skip to content

Allows to setup with ease the prefix, format and suffix of sales sequences directly from the configuration.

License

Notifications You must be signed in to change notification settings

opengento/magento2-sales-sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sales Sequence Configurable Module for Magento 2

Latest Stable Version License: MIT Packagist Packagist

This module allows to setup the sales sequence settings directly withing the configuration.

Setup

Magento 2 Open Source or Commerce edition is required.

Composer installation

Run the following composer command:

composer require opengento/module-sales-sequence

Setup the module

Run the following magento command:

bin/magento setup:upgrade

If you are in production mode, do not forget to recompile and redeploy the static resources.

Features

Setup the following sales sequence settings by entity types (order, invoice, creditmemo, shipment):

  • Pattern
  • Suffix
  • Prefix
  • Start Value
  • Step
  • Warning Value
  • Max Value

This module is an alternative to this package: https://github.com/karliuka/m2.SalesSequence.
The main difference is that faonni/module-sales-sequence allows to manage sales sequences profile as an entity, whereas our module achieve it via settings you can edit from the scoped configuration.

Documentation

  • The sequence profiles and meta are updated at every recurring setup, config update, new or deleted store.

Support

Raise a new request to the issue tracker.

Authors

  • Opengento Community - Lead - Twitter Follow
  • Thomas Klein - Maintainer - GitHub followers
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!