mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
Adds Nepali Rupee as currency (#675)
Co-authored-by: Ayush Jha <ayush.jha@wmcglobal.com>
This commit is contained in:
@ -106,6 +106,14 @@ class CurrenciesTableSeeder extends Seeder
|
|||||||
'thousand_separator' => ',',
|
'thousand_separator' => ',',
|
||||||
'decimal_separator' => '.',
|
'decimal_separator' => '.',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'name' => 'Nepali Rupee',
|
||||||
|
'code' => 'NPR',
|
||||||
|
'symbol' => 'रू',
|
||||||
|
'precision' => '2',
|
||||||
|
'thousand_separator' => ',',
|
||||||
|
'decimal_separator' => '.',
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'name' => 'Indian Rupee',
|
'name' => 'Indian Rupee',
|
||||||
'code' => 'INR',
|
'code' => 'INR',
|
||||||
|
|||||||
Reference in New Issue
Block a user