Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"actions": [],
"allow_rename": 1,
"autoname": "CS-.YY.-.MM.-.DD.-.SITE.-.UNIT.-.###",
"autoname": "CS-.YY.-.MM.-.DD.-.SITE.-.###",
"creation": "2026-04-13 08:14:19.128869",
"doctype": "DocType",
"engine": "InnoDB",
Expand Down Expand Up @@ -155,7 +155,7 @@
"link_fieldname": "custom_clinic_session"
}
],
"modified": "2026-04-24 16:58:21.203224",
"modified": "2026-05-06 21:16:47.235741",
"modified_by": "Administrator",
"module": "Bandhu App",
"name": "Bandhu Clinic Session",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
{
"fieldname": "status",
"fieldtype": "Select",
"label": "Status"
"label": "Status",
"options": "Active\nCompleted\nIn-Active"
},
{
"fieldname": "description",
Expand All @@ -60,7 +61,7 @@
"grid_page_length": 50,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2026-05-06 16:57:19.436265",
"modified": "2026-05-07 08:14:28.793489",
"modified_by": "Administrator",
"module": "Bandhu App",
"name": "Bandhu Projects",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class BandhuProjects(Document):
funding_source: DF.Data | None
project: DF.Data
start_date: DF.Date
status: DF.Literal[None]
status: DF.Literal["Active", "Completed", "In-Active"]
# end: auto-generated types

pass
3 changes: 2 additions & 1 deletion bandhu_app/bandhu_app/doctype/referral/referral.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"actions": [],
"allow_rename": 1,
"autoname": "REF-.YYYY.-.#####",
"creation": "2026-04-11 21:03:19.907745",
"doctype": "DocType",
"engine": "InnoDB",
Expand Down Expand Up @@ -163,7 +164,7 @@
"link_fieldname": "patient"
}
],
"modified": "2026-05-06 16:52:18.880760",
"modified": "2026-05-07 08:22:57.596769",
"modified_by": "Administrator",
"module": "Bandhu App",
"name": "Referral",
Expand Down
4 changes: 2 additions & 2 deletions bandhu_app/bandhu_app/doctype/staff_log/staff_log.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"fieldname": "user",
"fieldtype": "Link",
"label": "User",
"options": "User",
"options": "Healthcare Practitioner",
"reqd": 1
},
{
Expand Down Expand Up @@ -45,7 +45,7 @@
"grid_page_length": 50,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2026-05-06 16:22:12.928170",
"modified": "2026-05-07 08:56:05.132017",
"modified_by": "Administrator",
"module": "Bandhu App",
"name": "Staff Log",
Expand Down
Loading