Letter Generate
The Letter Generate category allows users to create new letters based on predefined types and customize them with relevant employee data.
Interface Overview:
Navigation Path: Users see the path "Home • Letter • Generate" to indicate their location within the system.
Employee Selection: A search bar for selecting employees to whom the letter will be addressed.
Letter Type Dropdown: A selection field for choosing the type of letter being generated.
Created Date: The date when the letter was created, which is displayed alongside the relevant letters.
Table of Generated Letters:
The main area features a table displaying:
Employees: The names of employees associated with the letter.
Letter Type: The type of letter generated.
Created: The date of creation.
Action: Options for managing the letter.
When the table is empty, a message indicating "No data available in table" is shown.
Adding a New Letter:
Clicking the "Add New" button leads to a form for creating a new letter, which includes:
Letter Type: A dropdown to select the type of letter.
Employees: A field for selecting the employee.
Adjustable Space Settings: Users can set margins (left, right, top, bottom) in pixels.
Description Field: A space to add additional information or context.
Available Variables: A list of dynamic variables that can be inserted into the letter template, such as:
##CURRENT_DATE##
##EMPLOYEE_NAME##
##COMPANY_NAME##
Save and Cancel Buttons: Options to save the new letter or cancel the operation.
Preview Letter: Functionality to preview the letter before finalizing it.
Last updated