{"id":14548361,"url":"https://github.com/opengento/magento2-sales-sequence","last_synced_at":"2025-04-23T21:03:54.337Z","repository":{"id":251957986,"uuid":"838441128","full_name":"opengento/magento2-sales-sequence","owner":"opengento","description":"Allows to setup with ease the prefix, format and suffix of sales sequences directly from the configuration.","archived":false,"fork":false,"pushed_at":"2024-11-07T21:04:27.000Z","size":43,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-23T21:03:27.765Z","etag":null,"topics":["creditmemo","increment-id","invoice","magento","magento-2","magento-extension","magento-module","magento2","magento2-extension","magento2-extension-free","magento2-module","order","sales","sequence","shipment","version"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opengento.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.helloasso.com/associations/opengento/formulaires/1"]}},"created_at":"2024-08-05T16:39:10.000Z","updated_at":"2024-11-07T21:04:31.000Z","dependencies_parsed_at":"2024-08-06T21:04:52.998Z","dependency_job_id":"8bcdc63a-d466-4aef-b0d1-00e7045dd8cb","html_url":"https://github.com/opengento/magento2-sales-sequence","commit_stats":null,"previous_names":["opengento/magento2-sales-sequence"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-sales-sequence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-sales-sequence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-sales-sequence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-sales-sequence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opengento","download_url":"https://codeload.github.com/opengento/magento2-sales-sequence/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250514781,"owners_count":21443208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["creditmemo","increment-id","invoice","magento","magento-2","magento-extension","magento-module","magento2","magento2-extension","magento2-extension-free","magento2-module","order","sales","sequence","shipment","version"],"created_at":"2024-09-06T12:01:21.396Z","updated_at":"2025-04-23T21:03:54.290Z","avatar_url":"https://github.com/opengento.png","language":"PHP","funding_links":["https://www.helloasso.com/associations/opengento/formulaires/1"],"categories":["PHP"],"sub_categories":[],"readme":"# Sales Sequence Configurable Module for Magento 2\n\n[![Latest Stable Version](https://img.shields.io/packagist/v/opengento/module-sales-sequence.svg?style=flat-square)](https://packagist.org/packages/opengento/module-sales-sequence)\n[![License: MIT](https://img.shields.io/github/license/opengento/magento2-sales-sequence.svg?style=flat-square)](./LICENSE) \n[![Packagist](https://img.shields.io/packagist/dt/opengento/module-sales-sequence.svg?style=flat-square)](https://packagist.org/packages/opengento/module-sales-sequence/stats)\n[![Packagist](https://img.shields.io/packagist/dm/opengento/module-sales-sequence.svg?style=flat-square)](https://packagist.org/packages/opengento/module-sales-sequence/stats)\n\nThis module allows to setup the sales sequence settings directly withing the configuration.\n\n - [Setup](#setup)\n   - [Composer installation](#composer-installation)\n   - [Setup the module](#setup-the-module)\n - [Features](#features)\n - [Settings](#settings)\n - [Documentation](#documentation)\n - [Support](#support)\n - [Authors](#authors)\n - [License](#license)\n\n## Disclaimer\n\n**Please note that if you install this module, the existing sequence profiles will be update with the configuration set from this module.**  \n**If you aim to deploy this module in production, please ensure that you have setup configuration matching your existing sequence profiles, unless you want to update them.**\n\n## Setup\n\nMagento 2 Open Source or Commerce edition is required.\n\n### Composer installation\n\nRun the following composer command:\n\n```\ncomposer require opengento/module-sales-sequence\n```\n\n### Setup the module\n\nRun the following magento command:\n\n```\nbin/magento setup:upgrade\n```\n\n**If you are in production mode, do not forget to recompile and redeploy the static resources.**\n\n## Features\n\nSetup the following sales sequence settings by entity types (order, invoice, creditmemo, shipment):\n- Pattern\n- Suffix\n- Prefix\n- Add Store ID\n- Start Value\n- Step\n- Warning Value\n- Max Value\n\nThis module is an alternative to this package: https://github.com/karliuka/m2.SalesSequence.  \nThe main difference is that faonni/module-sales-sequence allows to manage sales sequences profile as an entity, whereas \nour module achieve it via settings you can edit from the scoped configuration.  \n\nIf you enable the store ID, it will be added a the fourth argument in the pattern. We recommend you to use the numered argument syntax (%4$s) in order to the position of your choice in the pattern.  \n\n## Documentation\n\n- The sequence profiles and meta are updated at every recurring setup, config update, new or deleted store.\n\n## Support\n\nRaise a new [request](https://github.com/opengento/magento2-sales-sequence/issues) to the issue tracker.\n\n## Authors\n\n- **Opengento Community** - *Lead* - [![Twitter Follow](https://img.shields.io/twitter/follow/opengento.svg?style=social)](https://twitter.com/opengento)\n- **Thomas Klein** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/thomas-kl1.svg?style=social)](https://github.com/thomas-kl1)\n- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/opengento/magento2-sales-sequence.svg?style=flat-square)](https://github.com/opengento/magento2-sales-sequence/graphs/contributors)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.\n\n***That's all folks!***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengento%2Fmagento2-sales-sequence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopengento%2Fmagento2-sales-sequence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengento%2Fmagento2-sales-sequence/lists"}