We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ee913 commit 5f92c57Copy full SHA for 5f92c57
1 file changed
docs/receipt-types.md
@@ -157,7 +157,7 @@ Typical ZIMRA tax types:
157
|--------|------|---------|
158
| 1 | Exempt | 0% |
159
| 2 | Zero Rated 0% | 0% |
160
-| 3+ | Standard Rated | 15% or 15.5% |
+| 3+ | Standard Rated | 15.5% |
161
162
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.
163
@@ -171,7 +171,7 @@ Attach buyer registration data to any receipt type:
171
# Create a buyer first
172
from fiscguy.models import Buyer
173
buyer = Buyer.objects.create(
174
- name="ACME Corp",
+ name="AC",
175
tin_number="1234567890",
176
email="accounts@acme.co.zw",
177
)
0 commit comments