Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currency Missing: LYD #1293

Closed
MohamedBakoush opened this issue Apr 2, 2024 · 2 comments
Closed

Currency Missing: LYD #1293

MohamedBakoush opened this issue Apr 2, 2024 · 2 comments

Comments

@MohamedBakoush
Copy link

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
Copy link

quick reminder the software is abandonware and will no longer receive updates: #1265

@rihards-simanovics
Copy link

❗Attention❗

Please migrate to InvoiceShelf, a fork of crater which continues the development of this project.

More info on new fork availible in this issue: #1281

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants