Skip to content
Merged
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
211 changes: 211 additions & 0 deletions samaaja/samaaja/doctype/events/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
{
"actions": [],
"allow_import": 1,
"allow_rename": 1,
"creation": "2022-07-06 20:23:26.567812",
"doctype": "DocType",
"editable_grid": 1,
"engine": "InnoDB",
"field_order": [
"title",
"type",
"status",
"category",
"subcategory",
"attachment1",
"attachment2",
"source",
"anonymous",
"user",
"location",
"latitude",
"longitude",
"description",
"url",
"has_govt_engagement",
"authority",
"section_break_0",
"impacted_entity_count",
"column_break_19",
"impacted_entity_unit",
"section_break_2",
"followup_count",
"feedback",
"rating",
"hours_invested",
"verified_by"
],
"fields": [
{
"fieldname": "title",
"fieldtype": "Data",
"label": "Title"
},
{
"fieldname": "type",
"fieldtype": "Link",
"label": "Type",
"options": "Event Type"
},
{
"fieldname": "status",
"fieldtype": "Link",
"label": "Status",
"options": "Event Status"
},
{
"fieldname": "category",
"fieldtype": "Link",
"label": "Category",
"options": "Event Category"
},
{
"fieldname": "subcategory",
"fieldtype": "Link",
"label": "Sub category",
"options": "Event Sub Category"
},
{
"fieldname": "attachment1",
"fieldtype": "Attach",
"label": "Attachment #1"
},
{
"fieldname": "attachment2",
"fieldtype": "Attach",
"label": "Attachment #2"
},
{
"fieldname": "source",
"fieldtype": "Link",
"label": "Source",
"options": "Event Source"
},
{
"default": "0",
"fieldname": "anonymous",
"fieldtype": "Check",
"label": "Anonymous"
},
{
"description": "Email address of user who created this event",
"fieldname": "user",
"fieldtype": "Data",
"label": "User"
},
{
"fieldname": "location",
"fieldtype": "Link",
"label": "Location",
"options": "Location"
},
{
"fieldname": "latitude",
"fieldtype": "Data",
"hidden": 1,
"label": "Latitude"
},
{
"fieldname": "longitude",
"fieldtype": "Data",
"hidden": 1,
"label": "Longitude"
},
{
"fieldname": "description",
"fieldtype": "Long Text",
"label": "Description"
},
{
"fieldname": "url",
"fieldtype": "Data",
"label": "URL"
},
{
"default": "0",
"fieldname": "has_govt_engagement",
"fieldtype": "Check",
"label": "Has engaged government"
},
{
"fieldname": "authority",
"fieldtype": "Data",
"label": "Authority"
},
{
"fieldname": "section_break_0",
"fieldtype": "Section Break",
"label": "Impacted entities"
},
{
"default": "0",
"fieldname": "impacted_entity_count",
"fieldtype": "Data",
"label": "Impacted entity count"
},
{
"fieldname": "column_break_19",
"fieldtype": "Column Break"
},
{
"fieldname": "impacted_entity_unit",
"fieldtype": "Link",
"label": "Impacted entity unit",
"options": "Impacted Entity Unit"
},
{
"fieldname": "section_break_2",
"fieldtype": "Section Break"
},
{
"fieldname": "followup_count",
"fieldtype": "Data",
"label": "Followup count"
},
{
"fieldname": "feedback",
"fieldtype": "Long Text",
"label": "Feedback"
},
{
"fieldname": "rating",
"fieldtype": "Rating",
"label": "Rating"
},
{
"fieldname": "hours_invested",
"fieldtype": "Float",
"label": "Hours invested"
},
{
"fieldname": "verified_by",
"fieldtype": "Data",
"label": "Verified by"
}
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2025-05-03 19:45:37.805535",
"modified_by": "Administrator",
"module": "Samaaja",
"name": "Events",
"owner": "Administrator",
"permissions": [
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "System Manager",
"share": 1,
"write": 1
}
],
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
Loading