mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
83 lines
2.8 KiB
PHP
83 lines
2.8 KiB
PHP
<?php
|
|
return [
|
|
'taxes_add_exception' => '',
|
|
'taxes_cascade' => '',
|
|
'taxes_cascade_sequence' => '',
|
|
'taxes_city' => '',
|
|
'taxes_code' => '',
|
|
'taxes_confirm_delete' => '',
|
|
'taxes_confirm_restore' => '',
|
|
'taxes_default_tax_category' => '',
|
|
'taxes_default_tax_rate' => '',
|
|
'taxes_error_adding_updating' => '',
|
|
'taxes_group_seq' => '',
|
|
'taxes_jurisdiction_name' => '',
|
|
'taxes_name' => '',
|
|
'taxes_new' => '',
|
|
'taxes_no_taxes' => '',
|
|
'taxes_no_taxes_to_display' => '',
|
|
'taxes_reporting_authority' => '',
|
|
'taxes_round_half_down' => '',
|
|
'taxes_round_half_even' => '',
|
|
'taxes_round_half_odd' => '',
|
|
'taxes_round_half_up' => '',
|
|
'taxes_rounding_code' => '',
|
|
'taxes_sales_tax' => '',
|
|
'taxes_sales_tax_by_invoice' => '',
|
|
'taxes_sequence' => '',
|
|
'taxes_state' => '',
|
|
'taxes_successful_deleted' => '',
|
|
'taxes_tax_categories' => '',
|
|
'taxes_tax_categories_configuration' => '',
|
|
'taxes_tax_categories_saved_successfully' => '',
|
|
'taxes_tax_categories_saved_unsuccessfully' => '',
|
|
'taxes_tax_category' => '',
|
|
'taxes_tax_category_code' => '',
|
|
'taxes_tax_category_duplicate' => '',
|
|
'taxes_tax_category_invalid_chars' => '',
|
|
'taxes_tax_category_name' => '',
|
|
'taxes_tax_category_new' => '',
|
|
'taxes_tax_category_required' => '',
|
|
'taxes_tax_code' => '',
|
|
'taxes_tax_code_cannot_be_deleted' => '',
|
|
'taxes_tax_code_duplicate' => '',
|
|
'taxes_tax_code_invalid_chars' => '',
|
|
'taxes_tax_code_name' => '',
|
|
'taxes_tax_code_required' => '',
|
|
'taxes_tax_code_successful_deleted' => '',
|
|
'taxes_tax_code_successful_updated' => '',
|
|
'taxes_tax_code_successful_updating' => '',
|
|
'taxes_tax_code_successfully_added' => '',
|
|
'taxes_tax_code_type' => '',
|
|
'taxes_tax_codes' => '',
|
|
'taxes_tax_codes_configuration' => '',
|
|
'taxes_tax_codes_saved_successfully' => '',
|
|
'taxes_tax_codes_saved_unsuccessfully' => '',
|
|
'taxes_tax_excluded' => '',
|
|
'taxes_tax_group' => '',
|
|
'taxes_tax_group_not_unique' => '',
|
|
'taxes_tax_group_sequence' => '',
|
|
'taxes_tax_included' => '',
|
|
'taxes_tax_jurisdiction' => '',
|
|
'taxes_tax_jurisdiction_duplicate' => '',
|
|
'taxes_tax_jurisdiction_invalid_chars' => '',
|
|
'taxes_tax_jurisdiction_required' => '',
|
|
'taxes_tax_jurisdictions' => '',
|
|
'taxes_tax_jurisdictions_configuration' => '',
|
|
'taxes_tax_jurisdictions_saved_successfully' => '',
|
|
'taxes_tax_jurisdictions_saved_unsuccessfully' => '',
|
|
'taxes_tax_rate' => '',
|
|
'taxes_tax_rate_configuration' => '',
|
|
'taxes_tax_rate_error_adding_updating' => '',
|
|
'taxes_tax_rate_numeric' => '',
|
|
'taxes_tax_rate_required' => '',
|
|
'taxes_tax_rate_successful_updated' => '',
|
|
'taxes_tax_rate_successfully_added' => '',
|
|
'taxes_tax_rates' => '',
|
|
'taxes_tax_rates_configuration' => '',
|
|
'taxes_tax_rounding' => '',
|
|
'taxes_tax_type' => '',
|
|
'taxes_update' => '',
|
|
'taxes_vat_tax' => '',
|
|
];
|