crater-invoice / crater

Open Source Invoicing Solution for Individuals & Businesses
https://craterapp.com
GNU Affero General Public License v3.0
7.62k stars 1.53k forks source link

Currency Missing: LYD #1293

Open MohamedBakoush opened 3 months ago

MohamedBakoush commented 3 months ago

Is your feature request related to a problem? Please describe. The Libyan Currency is missing in CurrenciesTableSeeder.

Describe the solution you'd like

Add to CurrenciesTableSeeder

          [
              'name' => 'Libyan Dinar',
              'code' => 'LYD',
              'symbol' => 'LD',
              'precision' => '3',
              'thousand_separator' => ',',
              'decimal_separator' => '.',
          ]

Allowing the LYD Currency to be used in Crater.

rihards-simanovics commented 2 months ago

quick reminder the software is abandonware and will no longer receive updates: https://github.com/crater-invoice/crater/issues/1265