Skip to content

Instantly share code, notes, and snippets.

@edwinv
Created January 22, 2016 10:11
Show Gist options
  • Save edwinv/18b5b895fd1f6cf3bc23 to your computer and use it in GitHub Desktop.
Save edwinv/18b5b895fd1f6cf3bc23 to your computer and use it in GitHub Desktop.
<filter_invoice_filter>
<filter_filter_rule>
<filter_scope>invoice_date</filter_scope>
<date_scope>period</date_scope>
<from_date>...</from_date>
<to_date>...</to_date>
</filter_filter_rule>
<filter_filter_rule>
<filter_scope>price</filter_scope>
<price_relative>more_than</price_relative>
<price>...</price>
</filter_filter_rule>
</filter_invoice_filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment