Skip to content

Commit 5f92c57

Browse files
Update receipt-types.md
1 parent b2ee913 commit 5f92c57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/receipt-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Typical ZIMRA tax types:
157157
|--------|------|---------|
158158
| 1 | Exempt | 0% |
159159
| 2 | Zero Rated 0% | 0% |
160-
| 3+ | Standard Rated | 15% or 15.5% |
160+
| 3+ | Standard Rated | 15.5% |
161161

162162
When building a receipt line, pass the `tax_name` exactly as it appears in `Taxes.name` so the correct `tax_id` and `tax_percent` are resolved.
163163

@@ -171,7 +171,7 @@ Attach buyer registration data to any receipt type:
171171
# Create a buyer first
172172
from fiscguy.models import Buyer
173173
buyer = Buyer.objects.create(
174-
name="ACME Corp",
174+
name="AC",
175175
tin_number="1234567890",
176176
email="accounts@acme.co.zw",
177177
)

0 commit comments

Comments
 (0)