# Daily Schedule

<p class="doc-lead">Daily Schedule is a working view of tasks planned for a chosen day, grouped by project — update progress or quantity inline, add tasks, and export or print the plan.</p>

<div class="doc-toc">
<p class="doc-toc-title">On this page</p>
<div class="doc-toc-links">
<a href="#/project/daily-schedule?id=overview">Overview</a>
<a href="#/project/daily-schedule?id=filters">Filters</a>
<a href="#/project/daily-schedule?id=columns">Columns</a>
<a href="#/project/daily-schedule?id=actions">Actions</a>
<a href="#/project/daily-schedule?id=field-sale-app">Field Sale App</a>
<a href="#/project/daily-schedule?id=faq">FAQ</a>
<a href="#/project/daily-schedule?id=related">Related</a>
</div>
</div>

<hr class="doc-section-divider">

<h2 id="overview">Overview</h2>

Go to <b>Project → Daily Schedule</b>.

The screen opens with <b>today's</b> date and lists tasks scheduled for that day, grouped under each project. Use it for morning planning, site coordination, and end-of-day progress updates.

> Screenshot pending — `project/images/daily-schedule.webp`

<hr class="doc-section-divider">

<h2 id="filters">Filters</h2>

| **Filter** | **Description** |
|------------|-----------------|
| Schedule date | Day to view. Defaults to <b>today</b>. |
| Project | Optional — limit results to one project. |

Click <b>Apply</b> after changing filters.

<hr class="doc-section-divider">

<h2 id="columns">Columns</h2>

Each project group shows a header (project name, project number, employee in charge) and a task table:

| **Column** | **Description** |
|------------|-----------------|
| # | Row number. |
| Task No | Task reference (click to open task). |
| Task | Task name (click to open task). |
| Category | Project category. |
| Team Members | Employees assigned to the task besides the employee in charge. |
| Target Qty | Planned quantity (when quantity tracking is enabled). |
| Completed Qty | Quantity completed — editable when quantity mode is on and you have progress update access. |
| Progress | Completion percentage — editable when progress mode is on and you have progress update access. |
| Status | Not Started, In Progress, or Completed. |
| Remarks | Task description or notes. |

<b>Progress tracking mode</b> is set under <a href="#/project/project-settings">Project Settings</a>. In <b>quantity</b> mode you edit Completed Qty; in <b>progress</b> mode you edit Progress (%).

<b>Status updates automatically</b> when you save: a task becomes <b>In Progress</b> once progress is above 0 and <b>Completed</b> when progress reaches 100% (in quantity mode, when Completed Qty reaches Target Qty). Lowering progress below 100% on a completed task reopens it to <b>In Progress</b>.

<hr class="doc-section-divider">

<h2 id="actions">Actions</h2>

| **Action** | **Description** |
|------------|-----------------|
| **Apply** | Reload tasks for the selected date and project. |
| New Task | Create a task with planned start and end pre-filled to the schedule date. |
| Add task to [project] | Same as New Task, with the project pre-selected for that group. |
| Save Changes | Appears when you edit progress or quantity — saves all pending row updates in one step. |
| Export | Download the schedule to Excel. |
| Print | Print the schedule. |

<hr class="doc-section-divider">

<h2 id="field-sale-app">Field Sale App</h2>

Field staff can run Daily Schedule from the mobile app without opening the web ERP.

<ul>
<li><b>Home → Daily Schedule</b> — same day's tasks grouped by project; update progress or completed quantity inline and tap <b>Save Changes</b> for bulk save.</li>
<li><b>New Task</b> — create tasks with planned dates defaulting to the schedule date (requires <b>Project Task — create</b> on the mobile role).</li>
<li>Progress vs quantity columns follow the same <a href="#/project/project-settings">Project Settings</a> as this web screen.</li>
<li>Excel export and print are web-only — use this screen or <a href="#/project/reports/work-schedule">Work Schedule</a> for those actions.</li>
</ul>

Full mobile workflow: <a href="#/field-sale-app/daily-schedule">Field Sale App — Daily Schedule</a>.

<hr class="doc-section-divider">

<h2 id="faq">FAQ</h2>

<b>How is this different from Work Schedule?</b><br>
<a href="#/project/reports/work-schedule">Work Schedule</a> is a read-only report under Project → Reports. Daily Schedule is an operational screen where you can update progress or quantity and create tasks.

<b>How is this different from Task Schedule?</b><br>
<a href="#/project/reports/task-schedule">Task Schedule</a> is a paginated filterable list across date ranges. Daily Schedule focuses on one calendar day, grouped by project, for field updates.

<b>Why is the schedule empty?</b><br>
No tasks have planned dates covering the selected day, or the project filter excludes them. Try another date or clear the project filter.

<b>Who can edit progress on this screen?</b><br>
Users with permission to update task progress. Others see progress and quantity as read-only values.

<b>What date is used when I add a new task?</b><br>
The task's planned start and planned end default to the schedule date shown in the header.

<hr class="doc-section-divider">

<h2 id="related">Related</h2>

<ul>
<li><a href="#/project/project-task">Project Task</a></li>
<li><a href="#/project/reports/work-schedule">Work Schedule</a></li>
<li><a href="#/project/reports/task-schedule">Task Schedule</a></li>
<li><a href="#/project/project-settings">Project Settings</a></li>
</ul>
