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
- Host: GitHub
- URL: https://github.com/opengento/magento2-currency-precision
- Owner: opengento
- License: osl-3.0
- Created: 2021-12-14T16:12:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T17:20:27.000Z (almost 2 years ago)
- Last Synced: 2025-06-29T04:38:10.250Z (12 months ago)
- Topics: currency, currency-format, currency-formatter, currency-formatting, format, formatting, magento, magento2, magento2-extension, magento2-module, precision
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 24
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Currency Precision Module for Magento 2
[](https://packagist.org/packages/opengento/module-currency-precision)
[](./LICENSE)
[](./LICENSE_AFL)
[](https://packagist.org/packages/opengento/module-currency-precision/stats)
[](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* - [](https://twitter.com/opengento)
- **Thomas Klein** - *Maintainer* - [](https://github.com/thomas-kl1)
- **Contributors** - *Contributor* - [](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!***