mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 09:48:02 -05:00
84 lines
4.0 KiB
PHP
84 lines
4.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'add_exception' => '',
|
|
'cascade' => '',
|
|
'cascade_sequence' => '',
|
|
'city' => '',
|
|
'code' => '',
|
|
'confirm_delete' => '',
|
|
'confirm_restore' => '',
|
|
'default_tax_category' => '',
|
|
'default_tax_rate' => '',
|
|
'error_adding_updating' => '',
|
|
'group_seq' => '',
|
|
'jurisdiction_name' => '',
|
|
'name' => '',
|
|
'new' => '',
|
|
'no_taxes' => '',
|
|
'no_taxes_to_display' => '',
|
|
'reporting_authority' => '',
|
|
'round_half_down' => '',
|
|
'round_half_even' => '',
|
|
'round_half_odd' => '',
|
|
'round_half_up' => '',
|
|
'rounding_code' => '',
|
|
'sales_tax' => '',
|
|
'sales_tax_by_invoice' => '',
|
|
'sequence' => '',
|
|
'state' => '',
|
|
'successful_deleted' => '',
|
|
'tax_categories' => '',
|
|
'tax_categories_configuration' => '',
|
|
'tax_categories_saved_successfully' => '',
|
|
'tax_categories_saved_unsuccessfully' => '',
|
|
'tax_category' => '',
|
|
'tax_category_code' => '',
|
|
'tax_category_duplicate' => '',
|
|
'tax_category_invalid_chars' => '',
|
|
'tax_category_name' => '',
|
|
'tax_category_new' => '',
|
|
'tax_category_required' => '',
|
|
'tax_code' => '',
|
|
'tax_code_cannot_be_deleted' => '',
|
|
'tax_code_duplicate' => '',
|
|
'tax_code_invalid_chars' => '',
|
|
'tax_code_name' => '',
|
|
'tax_code_required' => '',
|
|
'tax_code_successful_deleted' => '',
|
|
'tax_code_successful_updated' => '',
|
|
'tax_code_successful_updating' => '',
|
|
'tax_code_successfully_added' => '',
|
|
'tax_code_type' => '',
|
|
'tax_codes' => '',
|
|
'tax_codes_configuration' => '',
|
|
'tax_codes_saved_successfully' => '',
|
|
'tax_codes_saved_unsuccessfully' => '',
|
|
'tax_excluded' => '',
|
|
'tax_group' => '',
|
|
'tax_group_not_unique' => '',
|
|
'tax_group_sequence' => '',
|
|
'tax_included' => '',
|
|
'tax_jurisdiction' => '',
|
|
'tax_jurisdiction_duplicate' => '',
|
|
'tax_jurisdiction_invalid_chars' => '',
|
|
'tax_jurisdiction_required' => '',
|
|
'tax_jurisdictions' => '',
|
|
'tax_jurisdictions_configuration' => '',
|
|
'tax_jurisdictions_saved_successfully' => '',
|
|
'tax_jurisdictions_saved_unsuccessfully' => '',
|
|
'tax_rate' => '',
|
|
'tax_rate_configuration' => '',
|
|
'tax_rate_error_adding_updating' => '',
|
|
'tax_rate_numeric' => '',
|
|
'tax_rate_required' => '',
|
|
'tax_rate_successful_updated' => '',
|
|
'tax_rate_successfully_added' => '',
|
|
'tax_rates' => '',
|
|
'tax_rates_configuration' => '',
|
|
'tax_rounding' => '',
|
|
'tax_type' => '',
|
|
'update' => '',
|
|
'vat_tax' => '',
|
|
];
|