🏠 Helper Daily Checklist

နေ့စဉ်အလုပ်စာရင်း
⏳ Loading...
🛒 Shopping
🛍️ Purchases
🏪 Wholesale
🧊 Fridge
🔐 Owner Access
Enter password to edit job scopes · ကုဒ်နံပါတ် ထည့်ပါ
❌ Wrong password · မမှန်ပါ
➕ Add New Task
Task name (English)
Task name (Myanmar)
Add to section
Move item
📅 History View
မှတ်တမ်းများ — View only
Select a date above
function deleteHeaderTask(el){const hdr=el.querySelector(".header-text").innerText;const section=findSectionByHeader(hdr);if(!section){console.error("Could not find section for header: "+hdr);return}const taskList=tasks[selectedDate];taskList.sections=taskList.sections.filter(s=>s.header!==hdr);saveSelectedDateTasks();rerenderSelectedDate();} function findSectionByHeader(hdr){const taskList=tasks[selectedDate];return taskList.sections.find(s=>s.header===hdr);}