Add mvp presentation doctype

This commit is contained in:
meichthys 2026-01-12 04:52:32 +00:00
parent a77a6b140c
commit 63558ef751
4 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,3 @@
frappe.ready(function() {
// bind events here
})

View File

@ -0,0 +1,80 @@
{
"allow_comments": 0,
"allow_delete": 0,
"allow_edit": 0,
"allow_incomplete": 0,
"allow_multiple": 0,
"allow_print": 1,
"anonymous": 0,
"apply_document_permissions": 1,
"button_label": "Save",
"condition_json": "[]",
"creation": "2025-12-19 23:50:47.255475",
"doc_type": "Church Presentation",
"docstatus": 0,
"doctype": "Web Form",
"idx": 0,
"is_standard": 1,
"list_columns": [
{
"fieldname": "title",
"fieldtype": "Data",
"label": "Title"
}
],
"list_title": "Presentations",
"login_required": 1,
"max_attachment_size": 0,
"modified": "2025-12-20 00:20:51.007813",
"modified_by": "Administrator",
"module": "Church Communications",
"name": "presentations",
"owner": "Administrator",
"published": 1,
"route": "presentations",
"show_attachments": 1,
"show_list": 1,
"show_sidebar": 0,
"title": "Presentations",
"web_form_fields": [
{
"allow_read_on_all_link_options": 0,
"fieldname": "title",
"fieldtype": "Data",
"hidden": 0,
"label": "Title",
"max_length": 0,
"max_value": 0,
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "section_break_hgry",
"fieldtype": "Section Break",
"hidden": 0,
"max_length": 0,
"max_value": 0,
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "slides",
"fieldtype": "Table",
"hidden": 0,
"label": "Slides",
"max_length": 0,
"max_value": 0,
"options": "Church Presentation Slide",
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
}
]
}

View File

@ -0,0 +1,5 @@
import frappe
def get_context(context):
# do your magic here
pass