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 #59

Closed
MohamedBakoush opened this issue Apr 18, 2024 · 0 comments · Fixed by #63
Closed

Currency Missing: LYD #59

MohamedBakoush opened this issue Apr 18, 2024 · 0 comments · Fixed by #63
Milestone

Comments

@MohamedBakoush
Copy link

MohamedBakoush commented Apr 18, 2024

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 InvoiceShelf.


I brought this issue up in crater-invoice#1293, but as Crater is no longer in development, this repo seems to be the next best option.

@gdarko gdarko added this to the 1.2.0 milestone May 4, 2024
@gdarko gdarko closed this as completed in #63 May 4, 2024
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