开发者 | Voidek |
---|---|
更新时间 | 2025年8月27日 15:33 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/your-plugin
directory.No, it works independently.
= How do I create a manager? =\
Go to Users > Add New in the WP Admin, and assign the role Manager
. That user will then access the frontend dashboard upon login.
= Can a manager add employees? =\
Yes. After logging into the frontend, managers have access to a “Users” section to add and manage employees.
= Can everyone create tasks and EODs? =\
Yes, Admins, Managers, and Employees can all create tasks and submit EODs related to their work.
= Are EODs linked to specific tasks? =\
Yes. When adding an EOD, the user selects a task to associate it with. This makes summaries more organized and traceable.
= Can I see a list of all tasks and EODs? =\
Yes. Each role has access to relevant task lists, EOD lists, and summaries. Managers see more than Employees.
Yes, you can modify the templates in the /templates/
folder.
= Can employees see each other's data? =\
No. Employees only see their own data unless permissions are extended.
= Is the frontend dashboard fully AJAX? =\
Yes! All template content (pages, forms, filters, pagination) loads via AJAX for a smooth, fast experience without page reloads.