Add intake page to westech_r2 app

This commit is contained in:
Westech Admin
2026-05-21 01:17:59 +00:00
parent 17584d0002
commit 8be0cf57cf
5 changed files with 811 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from frappe import _
def get_context(context):
context.no_cache = 1
context.title = _("Intake Station")