Skip to content

Commit

Permalink
Merge pull request #23 from rtCamp/fix/opp-logs
Browse files Browse the repository at this point in the history
fix: add status change log to opportunity
  • Loading branch information
Aryan20 authored Nov 18, 2024
2 parents e34ba6f + 3daded3 commit dffd1bd
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions next_crm/fixtures/custom_field.json
Original file line number Diff line number Diff line change
Expand Up @@ -1672,5 +1672,113 @@
"translatable": 0,
"unique": 0,
"width": null
},
{
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"collapsible_depends_on": null,
"columns": 0,
"default": null,
"depends_on": null,
"description": null,
"docstatus": 0,
"doctype": "Custom Field",
"dt": "Opportunity",
"fetch_from": null,
"fetch_if_empty": 0,
"fieldname": "log",
"fieldtype": "Tab Break",
"hidden": 0,
"hide_border": 0,
"hide_days": 0,
"hide_seconds": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "first_responded_on",
"is_system_generated": 0,
"is_virtual": 0,
"label": "Log",
"length": 0,
"mandatory_depends_on": null,
"modified": "2024-11-18 22:57:36.926895",
"module": "NCRM",
"name": "Opportunity-log",
"no_copy": 0,
"non_negative": 0,
"options": null,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": null,
"read_only": 0,
"read_only_depends_on": null,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"sort_options": 0,
"translatable": 0,
"unique": 0,
"width": null
},
{
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"collapsible_depends_on": null,
"columns": 0,
"default": null,
"depends_on": null,
"description": null,
"docstatus": 0,
"doctype": "Custom Field",
"dt": "Opportunity",
"fetch_from": null,
"fetch_if_empty": 0,
"fieldname": "status_change_log",
"fieldtype": "Table",
"hidden": 0,
"hide_border": 0,
"hide_days": 0,
"hide_seconds": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "log",
"is_system_generated": 0,
"is_virtual": 0,
"label": "Status Change Log",
"length": 0,
"mandatory_depends_on": null,
"modified": "2024-11-18 22:57:36.841388",
"module": "NCRM",
"name": "Opportunity-status_change_log",
"no_copy": 0,
"non_negative": 0,
"options": "CRM Status Change Log",
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": null,
"read_only": 0,
"read_only_depends_on": null,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"sort_options": 0,
"translatable": 0,
"unique": 0,
"width": null
}
]

0 comments on commit dffd1bd

Please sign in to comment.