Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 331374f

Browse files
committed
Add taxes to free-form invoice example
1 parent 5e83a21 commit 331374f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sections/Invoices.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,12 @@ Sample post:
216216
<notes>Some notes go here</notes>
217217
<number>82208</number>
218218
<kind>free_form</kind>
219+
<tax type="decimal">3</tax>
220+
<tax2 type="decimal">5</tax2>
219221
<!-- Line items in CSV format -->
220222
<csv-line-items>
221223
kind,description,quantity,unit_price,amount,taxed,taxed2,project_id
222-
Service,Security support / Apply upgrades,0.68,80.00,54.4,true,false,3
224+
Service,Security support / Apply upgrades,0.68,80.00,54.4,true,true,3
223225
Service,Security support / Intrusion detection,0.57,80.00,45.6,true,false,3
224226
Service,Backend Programming / Forum admin,1.20,80.00,96.0,true,false,3
225227
</csv-line-items>

0 commit comments

Comments
 (0)