Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!***