PHPackages                             faonni/module-sales-sequence - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. faonni/module-sales-sequence

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

faonni/module-sales-sequence
============================

Extension change format IncrementID for orders, invoices, creditmemos and shipments.

2.4.4(3y ago)1318.5k↓25%7OSL-3.0PHPPHP ~7.3.0||~7.4.0||~8.1.0

Since May 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/karliuka/m2.SalesSequence)[ Packagist](https://packagist.org/packages/faonni/module-sales-sequence)[ RSS](/packages/faonni-module-sales-sequence/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (4)Versions (14)Used By (0)

Magento2 SalesSequence
======================

[](#magento2-salessequence)

[![Total Downloads](https://camo.githubusercontent.com/d081b3502f1621c543c1908e3baf780b6a5a34aae1ba24e54d5f63177f7c74a1/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d73616c65732d73657175656e63652f646f776e6c6f616473)](https://packagist.org/packages/faonni/module-sales-sequence)[![Latest Stable Version](https://camo.githubusercontent.com/f5f066d2fb87ca208c1e92bfb4b6b547f61519aaadf6a2bf884457cdbecbacfc/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d73616c65732d73657175656e63652f762f737461626c65)](https://packagist.org/packages/faonni/module-sales-sequence)

Extension change format IncrementID for orders, invoices, credit memos and shipments.

Compatibility
-------------

[](#compatibility)

Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x

Install
-------

[](#install)

#### Install via Composer (recommend)

[](#install-via-composer-recommend)

1. Go to Magento2 root folder
2. Enter following commands to install module:

    For Magento CE(EE) 2.0.x, 2.1.x, 2.2.x

    ```
    composer require faonni/module-sales-sequence:2.0.*
    ```

    For Magento CE(EE) 2.3.x

    ```
    composer require faonni/module-sales-sequence:2.3.*
    ```

    For Magento CE(EE) 2.4.x

    ```
    composer require faonni/module-sales-sequence:2.4.*
    ```

    Wait while dependencies are updated.

#### Manual Installation

[](#manual-installation)

1. Create a folder {Magento root}/app/code/Faonni/SalesSequence
2. Download the corresponding [latest version](https://github.com/karliuka/m2.SalesSequence/releases)
3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/SalesSequence)

### Completion of installation

[](#completion-of-installation)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

### Sequence Manager

[](#sequence-manager)

In the Magento Admin Panel go to *Stores &gt; Sequence Profiles*.

[![Magento2 Sales Sequence](https://camo.githubusercontent.com/a2c7e77481bbe6680495ce4a8451ded81e13cb2b757d235af9feb97ae3d56640/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f73616c65732d73657175656e63652f73657175656e63652e706e67)](https://camo.githubusercontent.com/a2c7e77481bbe6680495ce4a8451ded81e13cb2b757d235af9feb97ae3d56640/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f73616c65732d73657175656e63652f73657175656e63652e706e67)

Custom Order Number

[![Magento2 Custom Order Number](https://camo.githubusercontent.com/7373d7547e12fdce363c300a78c723bc86c4449b01942e069cfe30d224aaeaec/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f73616c65732d73657175656e63652f6f726465722e706e67)](https://camo.githubusercontent.com/7373d7547e12fdce363c300a78c723bc86c4449b01942e069cfe30d224aaeaec/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f73616c65732d73657175656e63652f6f726465722e706e67)

Uninstall
---------

[](#uninstall)

This works only with modules defined as Composer packages.

#### Remove database data

[](#remove-database-data)

1. Go to Magento2 root folder
2. Enter following commands to remove database data:

    ```
    php bin/magento module:uninstall -r Faonni_SalesSequence
    ```

#### Remove Extension

[](#remove-extension)

1. Go to Magento2 root folder
2. Enter following commands to remove:

    ```
    composer remove faonni/module-sales-sequence
    ```

### Completion of uninstall

[](#completion-of-uninstall)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 94.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~157 days

Recently: every ~100 days

Total

12

Last Release

1188d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/00add5961a32e732abef062480bbdaca6c38c1386cb8e3b3841ca67efd9be811?d=identicon)[karliuka](/maintainers/karliuka)

---

Top Contributors

[![karliuka](https://avatars.githubusercontent.com/u/1991955?v=4)](https://github.com/karliuka "karliuka (54 commits)")[![maksymshamko](https://avatars.githubusercontent.com/u/894500?v=4)](https://github.com/maksymshamko "maksymshamko (3 commits)")

### Embed Badge

![Health badge](/badges/faonni-module-sales-sequence/health.svg)

```
[![Health](https://phpackages.com/badges/faonni-module-sales-sequence/health.svg)](https://phpackages.com/packages/faonni-module-sales-sequence)
```

###  Alternatives

[ethanyehuda/magento2-cronjobmanager

A module for managing scheduled cron jobs from magento's admin panel

3632.5M1](/packages/ethanyehuda-magento2-cronjobmanager)[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

281773.3k](/packages/baldwin-magento2-module-url-data-integrity-checker)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[faonni/module-smart-category

SmartCategory module is a base of Smart Categories functionality.

8289.3k3](/packages/faonni-module-smart-category)[scandipwa/menu-organizer

Scandiweb Menu Organizer for ScandiPWA

13230.5k2](/packages/scandipwa-menu-organizer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
