2017 © Pedro Peláez
 

magento2-module module-sales-sequence

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

image

faonni/module-sales-sequence

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

  • Tuesday, June 12, 2018
  • by karliuka
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Magento2 SalesSequence

Total Downloads Latest Stable Version, (*1)

Extension change format IncrementID for orders, invoices, credit memos and shipments., (*2)

Compatibility

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

Install

Install via Composer (recommend)

  1. Go to Magento2 root folder, (*4)

  2. Enter following commands to install module:, (*5)

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

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

    For Magento CE(EE) 2.3.x, (*7)

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

    For Magento CE(EE) 2.4.x, (*8)

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

    Wait while dependencies are updated., (*9)

Manual Installation

  1. Create a folder {Magento root}/app/code/Faonni/SalesSequence, (*10)

  2. Download the corresponding latest version, (*11)

  3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/SalesSequence), (*12)

Completion of installation

  1. Go to Magento2 root folder, (*13)

  2. Enter following commands:, (*14)

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

Sequence Manager

In the Magento Admin Panel go to Stores > Sequence Profiles., (*16)

Magento2 Sales Sequence, (*17)

Custom Order Number, (*18)

Magento2 Custom Order Number, (*19)

Uninstall

This works only with modules defined as Composer packages., (*20)

Remove database data

  1. Go to Magento2 root folder, (*21)

  2. Enter following commands to remove database data:, (*22)

    ```bash php bin/magento module:uninstall -r Faonni_SalesSequence, (*23)

Remove Extension

  1. Go to Magento2 root folder, (*24)

  2. Enter following commands to remove:, (*25)

    composer remove faonni/module-sales-sequence
    

Completion of uninstall

  1. Go to Magento2 root folder, (*26)

  2. Enter following commands:, (*27)

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

The Versions

12/06 2018

dev-master

9999999-dev

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

  Sources   Download

OSL-3.0

The Requires

  • magento/module-sales-sequence 100.0.*|100.1.*|100.2.*

 

by Karliuka Vitalii

20/05 2018

2.0.1

2.0.1.0

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

  Sources   Download

OSL-3.0

The Requires

  • magento/module-sales-sequence 100.0.*|100.1.*|100.2.*

 

by Karliuka Vitalii