estimate handling, percentage discounts

This commit is contained in:
Casey 2025-12-23 08:12:37 -06:00
parent 9c837deb52
commit b8c264f779
10 changed files with 1365 additions and 31 deletions

View file

@ -177,6 +177,25 @@ doc_events = {
}
}
fixtures = [
{
"dt": "DocType",
"filters": [
["name", "in", [
"Quotation Template",
"Quotation Template Item"
]]
]
},
{
"dt": "Custom Field",
"filters": [
["dt", "=", "Quotation"],
["fieldname", "=", "custom_quotation_template"]
]
}
]
# Scheduled Tasks
# ---------------