Szkolenie PQM Pracownik
Szkolenie PQM / Employee Worker Portal
Employee Worker Portal
Frontend workspace where employees see assigned work, read instructions and update their production stage.
Training HomeProduction DashboardCore ConfigurationTasks and Add TaskDepartments and WorkflowCalendar and Standard GanttEmail Queue and CommunicationReports and KPIModules / MarketplaceSetup WizardLicense and Demo ModeHelp and TrainingAdmin PanelClient PanelEmployee Worker PortalShop Manager / SupervisorImplementation Checklist
Purpose in plain language
Employee Worker Portal is the frontend workspace for production workers. It should show each worker what they need to do without exposing the full WordPress admin area. A worker should see assigned tasks, update their stage, add production notes and confirm work progress.
For a beginner, this portal answers: what is my work, what should I do next, and how do I mark it correctly?
Where to click / how worker opens it
Worker Portal areas
| Area | What it means | How worker uses it |
|---|---|---|
| My tasks | Tasks assigned to the worker or worker’s department. | Start here every shift. |
| Task details | Production instructions, customer-safe summary, files and notes. | Read before starting work. |
| Status/stage action | Button or select field to update progress. | Change only when the physical work state changes. |
| Production note | Short note from worker about work done or problem found. | Use for facts: “file missing”, “material shortage”, “finished 200 pcs”. |
| Department filter | Shows tasks for relevant department. | Useful when a worker belongs to more than one stage. |
Worker daily workflow
What a worker should not do
| Do not… | Why | Better action |
|---|---|---|
| Use administrator account for normal work | Breaks accountability and exposes dangerous settings. | Use named worker account. |
| Mark task completed if only your department is finished | Other stages may still need to work. | Move to next stage or mark your stage done. |
| Ignore missing information | Wrong production causes waste and complaints. | Add note and ask manager/customer service. |
| Write private comments in customer-visible areas | Customers may see inappropriate/internal text. | Use internal notes when available. |
Good practice
- Make portal buttons large and clear for production environments.
- Use department assignment so workers see only relevant tasks.
- Train employees to update PQM immediately after real production change, not at the end of the week.
- Keep worker instructions practical and direct. They should not read a long manual before every task.
Screenshot reference
Click any screenshot to open it in a new tab. This is useful for zooming in while following the step-by-step instructions.
Troubleshooting for beginners
| Symptom | Simple explanation | What to check first |
|---|---|---|
| The page looks empty | The system may have no demo data yet, or the current user may not have access to the required role/capability. | Create one test task, assign a department, then refresh the screen. Also check the user role. |
| A button opens a login page or My Account | The visitor is not logged in or the page is using a frontend-safe route that requires authentication. | Log in with a test user that has the expected role. Check whether the shortcode/page is visible only to logged-in users. |
| Data exists but does not appear in a report/chart | Filters, date range, status rules or completion dates may exclude the task. | Clear filters, expand the date range and verify that the task has the status/date required by the report. |
| Something changed but the screen still shows old data | Browser cache, WordPress cache or AJAX response cache may show old information. | Refresh the page, clear cache for this page and test in an incognito window before debugging code. |
| The layout is broken on a small screen | Wide tables and timelines need horizontal space; this is normal if the content remains readable. | Use the mobile breakpoint, keep cards in one column and allow horizontal scroll only inside tables/timelines. |


