diff --git a/custom_ui/fixtures/selling_settings.json b/custom_ui/fixtures/selling_settings.json new file mode 100644 index 0000000..2db7941 --- /dev/null +++ b/custom_ui/fixtures/selling_settings.json @@ -0,0 +1,32 @@ +[ + { + "allow_against_multiple_purchase_orders": 1, + "allow_multiple_items": 1, + "allow_negative_rates_for_items": 0, + "allow_sales_order_creation_for_expired_quotation": 1, + "allow_zero_qty_in_quotation": 0, + "allow_zero_qty_in_sales_order": 0, + "blanket_order_allowance": 5.0, + "cust_master_name": "Customer Name", + "customer_group": "Residential - Irrigation service", + "dn_required": "No", + "docstatus": 0, + "doctype": "Selling Settings", + "dont_reserve_sales_order_qty_on_sales_return": 0, + "editable_bundle_item_rates": 1, + "editable_price_list_rate": 1, + "enable_discount_accounting": 0, + "fallback_to_default_price_list": 0, + "hide_tax_id": 0, + "maintain_same_rate_action": "Stop", + "maintain_same_sales_rate": 0, + "modified": "2025-01-30 14:03:19.895633", + "name": "Selling Settings", + "role_to_override_stop_action": null, + "sales_update_frequency": "Each Transaction", + "selling_price_list": "Standard Selling", + "so_required": "No", + "territory": "Idaho", + "validate_selling_price": 1 + } +] \ No newline at end of file diff --git a/custom_ui/hooks.py b/custom_ui/hooks.py index c91dcc6..5d72f5a 100644 --- a/custom_ui/hooks.py +++ b/custom_ui/hooks.py @@ -239,6 +239,7 @@ fixtures = [ {"dt": "Payment Term"}, {"dt": "Payment Terms Template"}, {"dt": "Territory"}, + {"dt": "Selling Settings"}, ]