Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opengento/magento2-better-bo
https://github.com/opengento/magento2-better-bo
admin admin-dashboard admin-panel administration improved magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module product
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opengento/magento2-better-bo
- Owner: opengento
- License: mit
- Created: 2024-11-08T21:31:11.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T17:11:07.000Z (about 1 month ago)
- Last Synced: 2024-11-24T18:19:58.918Z (about 1 month ago)
- Topics: admin, admin-dashboard, admin-panel, administration, improved, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, product
- Language: JavaScript
- Size: 5.25 MB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Better BO for Magento 2
[![Latest Stable Version](https://img.shields.io/packagist/v/opengento/magento2-better-bo.svg?style=flat-square)](https://packagist.org/packages/opengento/magento2-better-bo)
[![License: MIT](https://img.shields.io/github/license/opengento/magento2-better-bo.svg?style=flat-square)](./LICENSE)This extension enhance Magento back-office.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Settings](#settings)
- [Documentation](#documentation)
- [Support](#support)
- [Authors](#authors)
- [License](#license)## Setup
Magento 2 Open Source or Commerce edition is required.
### Composer installation
Run the following composer command:
```
composer require opengento/module-better-bo
```### 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
Edit a product attribute on all scopes and save in bulk without having to change the scope / save / reload:
### Entities:
- [ ] Product
- [ ] Category
- [ ] System Configuration### Field types:
- [ ] Text
- [ ] Textarea
- [ ] Dropdown
- [ ] Multiselect
- [ ] Yes/No
- [ ] Price
- [ ] Date
- [ ] Datetime
- [ ] Wysiwyg## Support
Raise a new [request](https://github.com/opengento/magento2-better-bo/issues) to the issue tracker.
## Authors
- **Opengento Community** - *Lead* - [![Twitter Follow](https://img.shields.io/twitter/follow/opengento.svg?style=social)](https://twitter.com/opengento)
- **Alexandre BULETÉ** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/alexandrebulete.svg?style=social)](https://github.com/alexandrebulete)
- **Frédéric MARTINEZ** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/FredericMartinez.svg?style=social)](https://github.com/FredericMartinez)
- **Quentin MENDEL** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/quentinmdl.svg?style=social)](https://github.com/quentinmdl)
- **Romain TESSON** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/rtesson-bird.svg?style=social)](https://github.com/rtesson-bird)
- **Sébastien GUÉRIN** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/sebastienbird.svg?style=social)](https://github.com/sebastienbird)
- **Thomas MOUTLEN** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/THOMASPH2M.svg?style=social)](https://github.com/THOMASPH2M)
- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/opengento/magento2-better-bo.svg?style=flat-square)](https://github.com/opengento/magento2-better-bo/graphs/contributors)## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***