a3ea985348
I just applied semgrep autofix. Untested completed, review before merging. ```yaml - id: frappe-set-value-semantics patterns: - pattern-either: - pattern: frappe.db.set_value($DOCTYPE, None, $...AFTER) - pattern: frappe.db.set_value($DOCTYPE, $DOCTYPE, $...AFTER) fix: frappe.db.set_single_value($DOCTYPE, $...AFTER) message: | If $DOCTYPE is a single doctype then using `frappe.db.set_value` is discouraged for setting values in DB. Use db.set_single_value for single doctype instead. languages: [python] severity: ERROR ``` |
||
---|---|---|
.. | ||
buying_dashboard/buying | ||
dashboard_chart | ||
doctype | ||
form_tour | ||
module_onboarding/buying | ||
number_card | ||
onboarding_step | ||
page | ||
print_format | ||
print_format_field_template | ||
report | ||
workspace/buying | ||
__init__.py | ||
README.md | ||
utils.py |
Manage buying (purchasing).
Transactions include:
- Material Request
- Supplier Quotation
- Purchase Order
- Quality Inspection