Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion csf_za/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.5"
__version__ = "0.2.6"
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"html_gqyc",
"output_tax_doctype",
"standard_rate_non_capital",
"standard_rate_non_capital_2",
"standard_rate_capital",
"zero_rate_non_exported",
"zero_rate_exported",
Expand Down Expand Up @@ -165,11 +166,19 @@
"fieldtype": "Dynamic Link",
"label": "D. Other goods imported by you (not capital goods) ",
"options": "input_tax_doctype"
},
{
"description": "Use if you have a second Taxes and Charges Template for 'Standard Rate'",
"fieldname": "standard_rate_non_capital_2",
"fieldtype": "Dynamic Link",
"label": "A. Standard rate (excl capital goods/services and accommodation) Additional",
"options": "output_tax_doctype"
}
],
"grid_page_length": 50,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-04-24 12:41:05.701784",
"modified": "2025-11-18 11:59:14.360510",
"modified_by": "Administrator",
"module": "Tax Compliance",
"name": "Value-added Tax Return Settings",
Expand Down Expand Up @@ -211,6 +220,8 @@
"write": 1
}
],
"row_format": "Dynamic",
"rows_threshold_for_grid_search": 20,
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"classification": "Output - A Standard rate (excl capital goods)",
"reference_doctype": "Sales Invoice",
},
{
"field_name": "standard_rate_non_capital_2",
"classification": "Output - A Standard rate (excl capital goods)",
"reference_doctype": "Sales Invoice",
},
{
"field_name": "standard_rate_capital",
"classification": "Output - B Standard rate (only capital goods)",
Expand Down