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

https://github.com/opengento/magento2-currency-precision

Extract and evolution of the magento2-currency-precision module from the magento2-jp project from @Magento
https://github.com/opengento/magento2-currency-precision

currency currency-format currency-formatter currency-formatting format formatting magento magento2 magento2-extension magento2-module precision

Last synced: 11 months ago
JSON representation

Extract and evolution of the magento2-currency-precision module from the magento2-jp project from @Magento

Awesome Lists containing this project

README

          

# Currency Precision Module for Magento 2

[![Latest Stable Version](https://img.shields.io/packagist/v/opengento/module-currency-precision.svg?style=flat-square)](https://packagist.org/packages/opengento/module-currency-precision)
[![License: OSL](https://img.shields.io/github/license/opengento/magento2-currency-precision.svg?style=flat-square)](./LICENSE)
[![License: AFL](https://img.shields.io/github/license/opengento/magento2-currency-precision.svg?style=flat-square)](./LICENSE_AFL)
[![Packagist](https://img.shields.io/packagist/dt/opengento/module-currency-precision.svg?style=flat-square)](https://packagist.org/packages/opengento/module-currency-precision/stats)
[![Packagist](https://img.shields.io/packagist/dm/opengento/module-currency-precision.svg?style=flat-square)](https://packagist.org/packages/opengento/module-currency-precision/stats)

This module aims to help merchants to manage easily their currency precision in Magento 2.

## DISCLAIMER

***Initially this module was developed by Hirokazu Nishi in the scope of the magento/magento2-jp project.***

> Module adds more accurate handling of currencies precision so currencies will be always rounded to minor subunits precision.
> Currency precisions are nto configurable and data from intl library are used.

- [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-currency-precision
```

### 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

## Documentation

## Support

Raise a new [request](https://github.com/opengento/magento2-currency-precision/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)
- **Thomas Klein** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/thomas-kl1.svg?style=social)](https://github.com/thomas-kl1)
- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/opengento/magento2-currency-precision.svg?style=flat-square)](https://github.com/opengento/magento2-currency-precision/graphs/contributors)

## License

This project is licensed under the AFL & OSL Licenses - see the [LICENSE](./LICENSE) and [LICENSE-AFL](./LICENSE_AFL) details.

***That's all folks!***