Skip to content

Instantly share code, notes, and snippets.

@tobyweston
Created September 16, 2012 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobyweston/3733592 to your computer and use it in GitHub Desktop.
Save tobyweston/3733592 to your computer and use it in GitHub Desktop.
Example of sales rate and manual tax amount (WTF)
<expenses type="array">
<expense>
<nominal-code>285</nominal-code>
<expense-type>Accommodation and Meals</expense-type>
<dated-on type="date">2011-12-05T00:00:00Z</dated-on>
<gross-value type="decimal">-8.85</gross-value>
<sales-tax-rate type="decimal">20.0</sales-tax-rate>
<description>Subsistence</description>
<manual-sales-tax-amount type="decimal">0.09</manual-sales-tax-amount>
</expense>
</expenses>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment