Softwares packages
Create project assignments and work orders with a few clicks. Track scheduled projects versus completed. Know when projects are completed. Choose from default project frequencies or customize your own. View scheduled project work on a daily calendar. Create reports. Drop-down menus show daily availability from one week to ten weeks out. Apply the master template across calendar dates with one click. Schedule PTO while seeing the holes in the roster. Print daily sign-in sheets and post schedules by employee and assignment.
Run attendance reports with specific PTO data by employee. Employee Training Employee Training Schedule, document and manage employee training. Create your own in-services or choose from over 50 standardized classes. Schedule in advance and print accurate sign-in sheets.
Document attendance and test scores. View and print individual training records. Report on completed classes, attendance and scores. Document attendance and scores on the mobile app. Mobile app accepts for employee signatures. Customize the scoring system.
Conduct cleaning inspections in the field with our mobile app. No real-time internet connection required for data collection. Data syncs over the cloud to the ES Optimizer database—no secondary processes or data entry needed. Ability to attach pictures and comments to each inspection step.
Access over 40 customizable reports. Document daily and project cleaning on mobile devices instead. Technicians mark tasks complete as they go in the mobile app. Real-time dashboards and reports show managers the status of assignments throughout the day. Generate between-case histories with time stamps for lock-in staffing justification. Easily create cleaning log reports required by regulations or policies. Mobile Task Management Mobile Task Management Schedule, assign, and reassign tasks to team members from your mobile device to theirs.
Technicians can document additional tasks requested by customers. Both technicians and managers can log and inspect completed project work with their mobile devices. Mobile Communications App Mobile Communications App Web-to-mobile, mobile-to-mobile, and mobile-to-web are in a single texting platform that keeps all team communications at your fingertips. Communicating via the communications app eliminates the need for EVS cell phones, pagers, and phone tag.
In-app audio and visual alerts ensure incoming messages get read. Customize the dashboard by choosing built-in charts or create your own.
Filter dashboard data by employee, area, supervisor and date range. Signs can be customized by room type, types of requests, and issues to report. Post QR code signage in any room or high traffic area. They are guaranteed to be unique, no matter who else asks for GUIDs on their computers, they will never collide with yours.
C compilers usually keep them in the ole Alternatively, many programmers' editors and integrated development environments can insert a freshly generated GUID into the source code on request.
If the tool you use generates lowercase hexadecimal letters, convert them to uppercase before you present them to WiX. This also means that the samples cannot be built straight away, without providing your own GUIDs first you get a fatal error CNDL The 'Id' attribute has an invalid value according to its data type. This is a small inconvenience but it is necessary to avoid the remote chance of several people using any of the samples verbatim, forgetting to change the GUIDs, and creating a risk of collision out there in the wild.
GUIDs are only guaranteed to be unique if used exactly as they were generated. To start with, you'll need two GUIDs, one for your product and one for the installation package actually, for any real world project, you'll also need an UpgradeCode GUID; be sure to check out the other lessons before you ship anything. While the other two have to be kept on file because you will probably need to refer to them later, Package GUIDs need to be different with each package you create.
To make it easier and less likely to forget to issue a new one, we can instruct WiX to autogenerate one by typing an asteriskbut remember, this only applies to package GUIDs: all other GUIDs will need to stay unique and kept recorded for times to come. This with all other textual information about the product will go into the very first part of our SampleFirst. Product names and descriptions depend on you, of course. For the Version attribute, use the standard major.
0コメント