lib/xero_gateway/account.rb in xero_gateway-2.0.11 vs lib/xero_gateway/account.rb in xero_gateway-2.0.12
- old
+ new
@@ -24,10 +24,12 @@
'INPUT' => 'GST on expenses',
'SRINPUT' => 'VAT on expenses',
'ZERORATEDINPUT' => 'Expense purchased from overseas (UK only)',
'RRINPUT' => 'Reduced rate VAT on expenses (UK Only)',
'EXEMPTOUTPUT' => 'VAT on sales exempt from VAT (UK only)',
- 'OUTPUT' => 'OUTPUT',
+ 'ECZROUTPUT' => 'EC Zero-rated output',
+ 'OUTPUT' => 'OUTPUT (old rate)',
+ 'OUTPUT2' => 'OUTPUT2',
'SROUTPUT' => 'SROUTPUT',
'ZERORATEDOUTPUT' => 'Sales made from overseas (UK only)',
'RROUTPUT' => 'Reduced rate VAT on sales (UK Only)',
'ZERORATED' => 'Zero-rated supplies/sales from overseas (NZ Only)'
} unless defined?(TAX_TYPE)