nova-money-field icon indicating copy to clipboard operation
nova-money-field copied to clipboard

Money Field for Laravel Nova

Results 19 nova-money-field issues
Sort by recently updated
recently updated
newest added

Added Nova 4 compatibility.

enhancement
help wanted

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 7.3.1 to 10.1.0. Release notes Sourced from sass-loader's releases. v10.1.0 10.1.0 (2020-11-11) Features allow the additionalData to be async (#902) (9d925ff) v10.0.5 10.0.5 (2020-11-02) Bug Fixes support...

dependencies
javascript

Bumps [laravel-mix](https://github.com/JeffreyWay/laravel-mix) from 4.1.4 to 5.0.9. Release notes Sourced from laravel-mix's releases. v5.0.5 No release notes provided. v5.0.0 Add support for sass-loader 8 Upgrade guide Sourced from laravel-mix's upgrade guide....

dependencies
javascript

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 5.2.1 to 7.0.3. Release notes Sourced from cross-env's releases. v7.0.3 7.0.3 (2020-12-01) Bug Fixes add maintenance mode notice (fe80c84) v7.0.2 7.0.2 (2020-03-05) Reverts Revert "fix: signal handling...

dependencies
javascript

Help text is not shown when entered in the field, like on this example: `Money::make("Maximum discount", config('nova.currency'), 'max_value')->help("Total discount applied"),` But it doesn't appear below the field

Hi, I would like to request the possibility to delete prices again. When I have for example the price `27` stored in my database and update my resource and delete...

Hi, This would be very nice addon. In Money.php it could be something like this: ``` $formattedValue = $this->inMinorUnits ? $value / $this->minorUnit($currency) : (float) $value; if($value < 0) {...

Hey thanks for the package, I'm using it for the minorUnit support. It works fine in creation / updating but it doesn't show any values for the index or detail...

Is it possible to get currency symbol from other field value? in the DB I am storing monetary values in two fields: `amount` (in minor units) and `currency` (as a...

Hello @vyuldashev , can you use this project: https://github.com/vuejs-tips/v-money to implement BRL (Official Money of Brazil) Some examples: R$ 35,00 R$ 235,00 R$ 13.235,00 R$ 100.113.235,00