Skip to content

Commit

Permalink
[IMP] l10n_nz : add tax group for New Zealand accounting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul Patel committed Mar 23, 2017
1 parent 77b0ca1 commit a386904
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions addons/l10n_nz/__manifest__.py
Expand Up @@ -25,6 +25,7 @@
'data/account.account.template.csv',
'data/account_chart_template_data.xml',
'data/account.account.tag.csv',
'data/account.tax.group.csv',
'data/account.tax.template.csv',
'data/account_fiscal_position_tax_template_data.xml',
'data/account_chart_template_data.yml',
Expand Down
3 changes: 3 additions & 0 deletions addons/l10n_nz/data/account.tax.group.csv
@@ -0,0 +1,3 @@
id,name
tax_group_0,Taxes 0%
tax_group_15,Taxes 15%
18 changes: 9 additions & 9 deletions addons/l10n_nz/data/account.tax.template.csv
@@ -1,9 +1,9 @@
id,chart_template_id:id,name,sequence,description,type_tax_use,amount_type,amount,price_include,account_id:id,refund_account_id:id,tag_ids:id
nz_tax_sale_15,l10n_nz_chart_template,Sale (15%),1,GST Sales,sale,percent,15,FALSE,nz_21310,nz_21310,tag_nz_tax_sale_15
nz_tax_sale_inc_15,l10n_nz_chart_template,GST Inc Sale (15%),2,GST Inclusive Sales,sale,percent,15,TRUE,nz_21310,nz_21310,tag_nz_tax_sale_inc_15
nz_tax_sale_0,l10n_nz_chart_template,Zero/Export (0%) Sale,3,Zero Rated (Export) Sales,sale,percent,0,FALSE,nz_21310,nz_21310,tag_nz_tax_sale_0
nz_tax_purchase_15,l10n_nz_chart_template,Purch (15%),1,GST Purchases,purchase,percent,15,FALSE,nz_21330,nz_21330,tag_nz_tax_purchase_15
nz_tax_purchase_inc_15,l10n_nz_chart_template,GST Inc Purch (15%),2,GST Inclusive Purchases,purchase,percent,15,TRUE,nz_21330,nz_21330,tag_nz_tax_purchase_inc_15
nz_tax_purchase_0,l10n_nz_chart_template,Zero/Import (0%) Purch,3,Zero Rated Purchases,purchase,percent,0,FALSE,nz_21330,nz_21330,tag_nz_tax_purchase_0
nz_tax_purchase_taxable_import,l10n_nz_chart_template,Purch (Imports Taxable),4,Purchase (Taxable Imports) - Tax Paid Separately,purchase,percent,0,FALSE,nz_21330,nz_21330,tag_nz_tax_purchase_taxable_import
nz_tax_purchase_gst_only,l10n_nz_chart_template,GST Only – Imports,5,GST Only on Imports,purchase,percent,100000000,TRUE,nz_21330,nz_21330,tag_nz_tax_purchase_gst_only
id,chart_template_id:id,name,sequence,description,type_tax_use,amount_type,amount,price_include,account_id:id,refund_account_id:id,tag_ids:id,tax_group_id:id
nz_tax_sale_15,l10n_nz_chart_template,Sale (15%),1,GST Sales,sale,percent,15,FALSE,nz_21310,nz_21310,tag_nz_tax_sale_15,tax_group_15
nz_tax_sale_inc_15,l10n_nz_chart_template,GST Inc Sale (15%),2,GST Inclusive Sales,sale,percent,15,TRUE,nz_21310,nz_21310,tag_nz_tax_sale_inc_15,tax_group_15
nz_tax_sale_0,l10n_nz_chart_template,Zero/Export (0%) Sale,3,Zero Rated (Export) Sales,sale,percent,0,FALSE,nz_21310,nz_21310,tag_nz_tax_sale_0,tax_group_0
nz_tax_purchase_15,l10n_nz_chart_template,Purch (15%),1,GST Purchases,purchase,percent,15,FALSE,nz_21330,nz_21330,tag_nz_tax_purchase_15,tax_group_15
nz_tax_purchase_inc_15,l10n_nz_chart_template,GST Inc Purch (15%),2,GST Inclusive Purchases,purchase,percent,15,TRUE,nz_21330,nz_21330,tag_nz_tax_purchase_inc_15,tax_group_15
nz_tax_purchase_0,l10n_nz_chart_template,Zero/Import (0%) Purch,3,Zero Rated Purchases,purchase,percent,0,FALSE,nz_21330,nz_21330,tag_nz_tax_purchase_0,tax_group_0
nz_tax_purchase_taxable_import,l10n_nz_chart_template,Purch (Imports Taxable),4,Purchase (Taxable Imports) - Tax Paid Separately,purchase,percent,0,FALSE,nz_21330,nz_21330,tag_nz_tax_purchase_taxable_import,tax_group_0
nz_tax_purchase_gst_only,l10n_nz_chart_template,GST Only – Imports,5,GST Only on Imports,purchase,percent,100000000,TRUE,nz_21330,nz_21330,tag_nz_tax_purchase_gst_only,tax_group_0

0 comments on commit a386904

Please sign in to comment.