Open eprbell opened 2 years ago
Hi, i´m trying (i´m not a programmer) add support to spain, i´ve country plugin, translations and using full_report, but i have a problem with templates in dali-rp2 showing fiat in $. template.ods not country-specific and i dont know how to solve it. any tip? Thanks
The template is country-specific. You'll have to make a new one for Spain in order for the currency to show in Euros. If you submit a PR, we could probably walk you through it.
The template is country-specific. You'll have to make a new one for Spain in order for the currency to show in Euros. If you submit a PR, we could probably walk you through it.
Yes, and you can also look at the plugin for Japan, which already went through the procedure. Here are a few relevant bits:
RP2 and DaLI have a programmable plugin architecture for countries, accounting methods, report generators and more. Adding support for a new country is a high-impact activity because it allows many new potential users to get access to RP2 and DaLI.
Here's how to add support for a new country:
get_default_accounting_method()
andget_accounting_methods()
methods;get_report_generators()
method;If you notice the country-specific infrastructure is missing a feature that is required to express taxes for the new country, open an issue to let the RP2 community know.