Skip to content
Draft
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
30 changes: 29 additions & 1 deletion buzz/events/doctype/buzz_event/buzz_event.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"section_break_mieu",
"sponsor_deck_attachments",
"customisations_tab",
"naming_series_section",
"ticket_naming_series",
"column_break_fits",
"booking_naming_series",
"section_break_vmpu",
"ticket_email_template",
"column_break_ukql",
"ticket_print_format"
Expand Down Expand Up @@ -311,6 +316,29 @@
"fieldname": "free_webinar",
"fieldtype": "Check",
"label": "Free Webinar?"
},
{
"fieldname": "naming_series_section",
"fieldtype": "Section Break",
"label": "Naming Series"
},
{
"fieldname": "ticket_naming_series",
"fieldtype": "Data",
"label": "Ticket Naming Series"
},
{
"fieldname": "column_break_fits",
"fieldtype": "Column Break"
},
{
"fieldname": "booking_naming_series",
"fieldtype": "Data",
"label": "Booking Naming Series"
},
{
"fieldname": "section_break_vmpu",
"fieldtype": "Section Break"
}
],
"grid_page_length": 50,
Expand Down Expand Up @@ -388,7 +416,7 @@
"link_fieldname": "event"
}
],
"modified": "2025-12-06 13:48:23.569043",
"modified": "2025-12-06 17:27:31.435837",
"modified_by": "Administrator",
"module": "Events",
"name": "Buzz Event",
Expand Down
2 changes: 2 additions & 0 deletions buzz/events/doctype/buzz_event/buzz_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class BuzzEvent(Document):
about: DF.TextEditor | None
auto_send_pitch_deck: DF.Check
banner_image: DF.AttachImage | None
booking_naming_series: DF.Data | None
category: DF.Link
default_ticket_type: DF.Link | None
end_date: DF.Date | None
Expand All @@ -47,6 +48,7 @@ class BuzzEvent(Document):
start_date: DF.Date
start_time: DF.Time | None
ticket_email_template: DF.Link | None
ticket_naming_series: DF.Data | None
ticket_print_format: DF.Link | None
time_zone: DF.Autocomplete | None
title: DF.Data
Expand Down
4 changes: 2 additions & 2 deletions buzz/ticketing/doctype/event_ticket/event_ticket.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"options": "Additional Field"
},
{
"description": "Configurable through <strong>Document Naming Settings</strong>",
"description": "Configurable through event",
"fieldname": "naming_series",
"fieldtype": "Select",
"label": "Naming Series",
Expand All @@ -135,7 +135,7 @@
"link_fieldname": "ticket"
}
],
"modified": "2025-11-29 16:03:34.031381",
"modified": "2025-12-06 17:28:19.969265",
"modified_by": "Administrator",
"module": "Ticketing",
"name": "Event Ticket",
Expand Down