@adminide-stack/clock-tik-browser 12.0.22-alpha.2 → 12.0.22-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/pages/LandingPage/components/BooksFeatureSection.d.ts +4 -0
- package/lib/pages/LandingPage/components/BooksFeatureSection.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/BooksFeatureSection.js +318 -0
- package/lib/pages/LandingPage/components/BooksFeatureSection.js.map +1 -0
- package/lib/pages/LandingPage/components/HRMFeatureSection.d.ts +4 -0
- package/lib/pages/LandingPage/components/HRMFeatureSection.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/HRMFeatureSection.js +231 -0
- package/lib/pages/LandingPage/components/HRMFeatureSection.js.map +1 -0
- package/lib/pages/LandingPage/components/index.d.ts +2 -0
- package/lib/pages/LandingPage/components/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +7 -3
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/templates/content/blog/2026-02-15-modern-hr-management-small-business-guide.md +112 -0
- package/lib/templates/content/blog/2026-02-18-employee-onboarding-checklist-2026.md +164 -0
- package/lib/templates/content/blog/2026-02-19-leave-management-best-practices.md +143 -0
- package/lib/templates/content/blog/2026-02-20-travel-expense-management-growing-teams.md +143 -0
- package/lib/templates/content/blog/2026-02-21-purchase-order-management-guide.md +155 -0
- package/lib/templates/content/blog/2026-02-22-expense-tracking-small-business.md +155 -0
- package/lib/templates/content/blog/2026-02-23-vendor-management-best-practices.md +157 -0
- package/lib/templates/content/blog/2026-02-24-sales-quotes-orders-closing-deals-faster.md +198 -0
- package/lib/templates/content/blog/authors.yml +6 -0
- package/lib/templates/content/content-manifest.json +488 -0
- package/lib/templates/content/docs/books/books-overview.md +19 -19
- package/lib/templates/content/docs/books/dashboard.md +24 -24
- package/lib/templates/content/docs/books/expenses.md +44 -44
- package/lib/templates/content/docs/books/notes.md +12 -12
- package/lib/templates/content/docs/books/purchase-orders.md +39 -39
- package/lib/templates/content/docs/books/quotes.md +45 -45
- package/lib/templates/content/docs/books/sales-orders.md +39 -39
- package/lib/templates/content/docs/books/vendor-credits.md +41 -41
- package/lib/templates/content/docs/books/vendors.md +38 -38
- package/lib/templates/content/docs/hrm/dashboard.md +49 -48
- package/lib/templates/content/docs/hrm/hr-letters.md +9 -9
- package/lib/templates/content/docs/hrm/hrm-overview.md +11 -11
- package/lib/templates/content/docs/hrm/leave.md +3 -3
- package/lib/templates/content/docs/hrm/members.md +5 -4
- package/lib/templates/content/docs/hrm/my-space.md +64 -64
- package/lib/templates/content/docs/hrm/offboarding.md +4 -4
- package/lib/templates/content/docs/hrm/onboarding.md +23 -23
- package/lib/templates/content/docs/hrm/settings.md +12 -12
- package/lib/templates/content/docs/hrm/travel.md +19 -17
- package/lib/templates/content/docs/timer/timetracking.md +1 -1
- package/lib/templates/static/img/books/books-sidebar-expanded.png +0 -0
- package/lib/templates/static/img/books/dashboard-overview.png +0 -0
- package/lib/templates/static/img/books/expense-form.png +0 -0
- package/lib/templates/static/img/books/expenses-list.png +0 -0
- package/lib/templates/static/img/books/notes-page.png +0 -0
- package/lib/templates/static/img/books/purchase-order-form.png +0 -0
- package/lib/templates/static/img/books/purchase-orders-list.png +0 -0
- package/lib/templates/static/img/books/quote-form.png +0 -0
- package/lib/templates/static/img/books/quotes-list.png +0 -0
- package/lib/templates/static/img/books/sales-order-form.png +0 -0
- package/lib/templates/static/img/books/sales-orders-list.png +0 -0
- package/lib/templates/static/img/books/vendor-credit-form.png +0 -0
- package/lib/templates/static/img/books/vendor-credits-list.png +0 -0
- package/lib/templates/static/img/books/vendor-form.png +0 -0
- package/lib/templates/static/img/books/vendors-list.png +0 -0
- package/package.json +3 -3
|
@@ -22,14 +22,14 @@ Vendor credits (also called credit notes) are documents that reduce the amount o
|
|
|
22
22
|
|
|
23
23
|
The main page displays a data table of all vendor credits with:
|
|
24
24
|
|
|
25
|
-
| Column
|
|
26
|
-
|
|
27
|
-
| **Credit Note Number** | Auto-generated reference number
|
|
28
|
-
| **Date**
|
|
29
|
-
| **Vendor**
|
|
30
|
-
| **Status**
|
|
31
|
-
| **Total Amount**
|
|
32
|
-
| **Actions**
|
|
25
|
+
| Column | Description |
|
|
26
|
+
| ---------------------- | ------------------------------------ |
|
|
27
|
+
| **Credit Note Number** | Auto-generated reference number |
|
|
28
|
+
| **Date** | Date the credit was issued |
|
|
29
|
+
| **Vendor** | Vendor the credit is issued against |
|
|
30
|
+
| **Status** | Current status |
|
|
31
|
+
| **Total Amount** | Credit total with currency |
|
|
32
|
+
| **Actions** | View, edit, delete, or export as PDF |
|
|
33
33
|
|
|
34
34
|
#### Searching & Filtering
|
|
35
35
|
|
|
@@ -40,12 +40,12 @@ The main page displays a data table of all vendor credits with:
|
|
|
40
40
|
|
|
41
41
|
### Vendor Credit Statuses
|
|
42
42
|
|
|
43
|
-
| Status
|
|
44
|
-
|
|
45
|
-
| **Draft**
|
|
46
|
-
| **Open**
|
|
47
|
-
| **Applied**
|
|
48
|
-
| **Cancelled** | Credit note has been cancelled
|
|
43
|
+
| Status | Description |
|
|
44
|
+
| ------------- | --------------------------------------------------- |
|
|
45
|
+
| **Draft** | Credit note created but not yet finalized |
|
|
46
|
+
| **Open** | Credit note is active and available for application |
|
|
47
|
+
| **Applied** | Credit has been applied against a vendor balance |
|
|
48
|
+
| **Cancelled** | Credit note has been cancelled |
|
|
49
49
|
|
|
50
50
|
---
|
|
51
51
|
|
|
@@ -62,41 +62,41 @@ The main page displays a data table of all vendor credits with:
|
|
|
62
62
|
|
|
63
63
|
#### Form Fields
|
|
64
64
|
|
|
65
|
-
| Field
|
|
66
|
-
|
|
67
|
-
| **Credit Note Number** | Auto
|
|
68
|
-
| **Date**
|
|
69
|
-
| **Vendor**
|
|
70
|
-
| **Accounts Payable**
|
|
71
|
-
| **Order Number**
|
|
72
|
-
| **Subject**
|
|
65
|
+
| Field | Required | Description |
|
|
66
|
+
| ---------------------- | -------- | -------------------------------------- |
|
|
67
|
+
| **Credit Note Number** | Auto | Auto-generated reference number |
|
|
68
|
+
| **Date** | Yes | Date the credit is issued |
|
|
69
|
+
| **Vendor** | Yes | Select from your vendor directory |
|
|
70
|
+
| **Accounts Payable** | No | Payable account to credit |
|
|
71
|
+
| **Order Number** | No | Related purchase order reference |
|
|
72
|
+
| **Subject** | No | Brief description of the credit reason |
|
|
73
73
|
|
|
74
74
|
#### Line Items
|
|
75
75
|
|
|
76
76
|
Each line item includes:
|
|
77
77
|
|
|
78
|
-
| Field
|
|
79
|
-
|
|
80
|
-
| **Item Details**
|
|
81
|
-
| **Account**
|
|
82
|
-
| **Quantity**
|
|
83
|
-
| **Rate**
|
|
84
|
-
| **Discount**
|
|
85
|
-
| **Discount Type** | Flat amount or percentage
|
|
86
|
-
| **Amount**
|
|
78
|
+
| Field | Description |
|
|
79
|
+
| ----------------- | ------------------------------------ |
|
|
80
|
+
| **Item Details** | Description of the credited item |
|
|
81
|
+
| **Account** | Account to charge the credit against |
|
|
82
|
+
| **Quantity** | Number of units |
|
|
83
|
+
| **Rate** | Unit price |
|
|
84
|
+
| **Discount** | Discount amount or percentage |
|
|
85
|
+
| **Discount Type** | Flat amount or percentage |
|
|
86
|
+
| **Amount** | Auto-calculated line total |
|
|
87
87
|
|
|
88
88
|
#### Financial Summary
|
|
89
89
|
|
|
90
|
-
| Field
|
|
91
|
-
|
|
92
|
-
| **Sub Total**
|
|
93
|
-
| **Discount**
|
|
94
|
-
| **Tax Type**
|
|
95
|
-
| **Tax**
|
|
96
|
-
| **Tax Amount**
|
|
97
|
-
| **Adjustment**
|
|
98
|
-
| **Total Amount** | Final credit amount
|
|
99
|
-
| **Currency**
|
|
90
|
+
| Field | Description |
|
|
91
|
+
| ---------------- | ---------------------------- |
|
|
92
|
+
| **Sub Total** | Sum of all line item amounts |
|
|
93
|
+
| **Discount** | Overall discount |
|
|
94
|
+
| **Tax Type** | TDS or TCS |
|
|
95
|
+
| **Tax** | Tax rate/amount |
|
|
96
|
+
| **Tax Amount** | Calculated tax |
|
|
97
|
+
| **Adjustment** | Manual adjustment amount |
|
|
98
|
+
| **Total Amount** | Final credit amount |
|
|
99
|
+
| **Currency** | Transaction currency |
|
|
100
100
|
|
|
101
101
|
#### Attachments
|
|
102
102
|
|
|
@@ -22,14 +22,14 @@ The Vendors page is your organization's supplier directory. Each vendor record s
|
|
|
22
22
|
|
|
23
23
|
The main page displays a data table of all vendors with:
|
|
24
24
|
|
|
25
|
-
| Column
|
|
26
|
-
|
|
27
|
-
| **Display Name** | Vendor's display name
|
|
28
|
-
| **Company Name** | Company or business name
|
|
29
|
-
| **Email**
|
|
30
|
-
| **Phone**
|
|
31
|
-
| **Status**
|
|
32
|
-
| **Actions**
|
|
25
|
+
| Column | Description |
|
|
26
|
+
| ---------------- | -------------------------------- |
|
|
27
|
+
| **Display Name** | Vendor's display name |
|
|
28
|
+
| **Company Name** | Company or business name |
|
|
29
|
+
| **Email** | Primary contact email |
|
|
30
|
+
| **Phone** | Work phone number |
|
|
31
|
+
| **Status** | Active or inactive |
|
|
32
|
+
| **Actions** | View, edit, or delete the vendor |
|
|
33
33
|
|
|
34
34
|
#### Searching & Filtering
|
|
35
35
|
|
|
@@ -50,40 +50,40 @@ The main page displays a data table of all vendors with:
|
|
|
50
50
|
|
|
51
51
|
#### Primary Contact
|
|
52
52
|
|
|
53
|
-
| Field
|
|
54
|
-
|
|
53
|
+
| Field | Description |
|
|
54
|
+
| -------------- | ------------------------- |
|
|
55
55
|
| **Salutation** | Mr., Mrs., Ms., Dr., etc. |
|
|
56
|
-
| **First Name** | Contact's first name
|
|
57
|
-
| **Last Name**
|
|
56
|
+
| **First Name** | Contact's first name |
|
|
57
|
+
| **Last Name** | Contact's last name |
|
|
58
58
|
|
|
59
59
|
#### Company Information
|
|
60
60
|
|
|
61
|
-
| Field
|
|
62
|
-
|
|
63
|
-
| **Company Name** | Vendor's company/business name
|
|
61
|
+
| Field | Description |
|
|
62
|
+
| ---------------- | --------------------------------------------- |
|
|
63
|
+
| **Company Name** | Vendor's company/business name |
|
|
64
64
|
| **Display Name** | How the vendor appears in dropdowns and lists |
|
|
65
65
|
|
|
66
66
|
#### Contact Information
|
|
67
67
|
|
|
68
|
-
| Field
|
|
69
|
-
|
|
70
|
-
| **Email**
|
|
71
|
-
| **Work Phone** | Office/business phone number
|
|
72
|
-
| **Mobile**
|
|
73
|
-
| **Language**
|
|
68
|
+
| Field | Description |
|
|
69
|
+
| -------------- | -------------------------------- |
|
|
70
|
+
| **Email** | Primary email address |
|
|
71
|
+
| **Work Phone** | Office/business phone number |
|
|
72
|
+
| **Mobile** | Mobile phone number |
|
|
73
|
+
| **Language** | Preferred communication language |
|
|
74
74
|
|
|
75
75
|
#### Other Details
|
|
76
76
|
|
|
77
|
-
| Field
|
|
78
|
-
|
|
79
|
-
| **PAN**
|
|
80
|
-
| **MSME Registration** | MSME registration number, if applicable
|
|
81
|
-
| **Currency**
|
|
82
|
-
| **Accounts Payable**
|
|
83
|
-
| **Opening Balance**
|
|
84
|
-
| **Payment Terms**
|
|
85
|
-
| **TDS**
|
|
86
|
-
| **Portal Access**
|
|
77
|
+
| Field | Description |
|
|
78
|
+
| --------------------- | ---------------------------------------------------- |
|
|
79
|
+
| **PAN** | Permanent Account Number (tax ID) |
|
|
80
|
+
| **MSME Registration** | MSME registration number, if applicable |
|
|
81
|
+
| **Currency** | Default currency for transactions with this vendor |
|
|
82
|
+
| **Accounts Payable** | Default payable account |
|
|
83
|
+
| **Opening Balance** | Outstanding balance at the time of adding the vendor |
|
|
84
|
+
| **Payment Terms** | Default payment terms (e.g., Net 30, Net 60) |
|
|
85
|
+
| **TDS** | Tax Deducted at Source configuration |
|
|
86
|
+
| **Portal Access** | Whether the vendor has portal login access |
|
|
87
87
|
|
|
88
88
|
#### Address
|
|
89
89
|
|
|
@@ -95,13 +95,13 @@ Add multiple contact persons for the vendor, each with their own name, email, an
|
|
|
95
95
|
|
|
96
96
|
#### Bank Details
|
|
97
97
|
|
|
98
|
-
| Field
|
|
99
|
-
|
|
100
|
-
| **Account Number** | Bank account number
|
|
101
|
-
| **Account Name**
|
|
102
|
-
| **Bank Name**
|
|
103
|
-
| **IFSC Code**
|
|
104
|
-
| **Branch**
|
|
98
|
+
| Field | Description |
|
|
99
|
+
| ------------------ | ----------------------------------- |
|
|
100
|
+
| **Account Number** | Bank account number |
|
|
101
|
+
| **Account Name** | Name on the bank account |
|
|
102
|
+
| **Bank Name** | Name of the bank |
|
|
103
|
+
| **IFSC Code** | Bank's IFSC code (for Indian banks) |
|
|
104
|
+
| **Branch** | Bank branch name |
|
|
105
105
|
|
|
106
106
|
#### Additional
|
|
107
107
|
|
|
@@ -16,15 +16,15 @@ The **HR Dashboard** (`HRM > HR Dashboard`) gives administrators a centralized,
|
|
|
16
16
|
|
|
17
17
|
The dashboard features seven tabs across the top, each focused on a different aspect of HR management:
|
|
18
18
|
|
|
19
|
-
| Tab
|
|
20
|
-
|
|
21
|
-
| **Overview**
|
|
22
|
-
| **Pending Letters**
|
|
23
|
-
| **Pending Travels**
|
|
24
|
-
| **Pending Offboarding**
|
|
25
|
-
| **Pending Approvals**
|
|
26
|
-
| **Trends & Analytics**
|
|
27
|
-
| **Candidates & Employees** | Candidate pipeline and employee directory
|
|
19
|
+
| Tab | Description |
|
|
20
|
+
| -------------------------- | ----------------------------------------------------------- |
|
|
21
|
+
| **Overview** | Summary statistics, charts, and approval category breakdown |
|
|
22
|
+
| **Pending Letters** | HR letter requests awaiting action |
|
|
23
|
+
| **Pending Travels** | Travel requests awaiting approval |
|
|
24
|
+
| **Pending Offboarding** | Resignation / exit requests in progress |
|
|
25
|
+
| **Pending Approvals** | All pending approvals across all categories |
|
|
26
|
+
| **Trends & Analytics** | Historical trend charts and approval analytics |
|
|
27
|
+
| **Candidates & Employees** | Candidate pipeline and employee directory |
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
@@ -34,11 +34,11 @@ The main dashboard view displays key organizational metrics:
|
|
|
34
34
|
|
|
35
35
|
#### Summary Cards
|
|
36
36
|
|
|
37
|
-
| Metric
|
|
38
|
-
|
|
39
|
-
| **Total Employees**
|
|
40
|
-
| **Active Employees**
|
|
41
|
-
| **On Leave**
|
|
37
|
+
| Metric | Description |
|
|
38
|
+
| --------------------- | --------------------------------------------------- |
|
|
39
|
+
| **Total Employees** | Total headcount in the organization |
|
|
40
|
+
| **Active Employees** | Currently active employees |
|
|
41
|
+
| **On Leave** | Employees currently on approved leave |
|
|
42
42
|
| **Pending Approvals** | Total items awaiting approval across all categories |
|
|
43
43
|
|
|
44
44
|
#### Onboarding & Training
|
|
@@ -47,30 +47,30 @@ The main dashboard view displays key organizational metrics:
|
|
|
47
47
|
|
|
48
48
|
#### Employee Growth
|
|
49
49
|
|
|
50
|
-
| Metric
|
|
51
|
-
|
|
52
|
-
| Growth Rate
|
|
53
|
-
| New Hires
|
|
50
|
+
| Metric | Description |
|
|
51
|
+
| ------------ | ---------------------------------------------- |
|
|
52
|
+
| Growth Rate | Workforce growth percentage |
|
|
53
|
+
| New Hires | New employees added in the selected period |
|
|
54
54
|
| Terminations | Employment terminations in the selected period |
|
|
55
55
|
|
|
56
56
|
#### Asset Management
|
|
57
57
|
|
|
58
|
-
| Metric
|
|
59
|
-
|
|
60
|
-
| Total Allocated
|
|
61
|
-
| Pending Requests
|
|
62
|
-
| Recently Delivered | Assets recently provisioned
|
|
58
|
+
| Metric | Description |
|
|
59
|
+
| ------------------ | ----------------------------------- |
|
|
60
|
+
| Total Allocated | Assets assigned to employees |
|
|
61
|
+
| Pending Requests | Asset requests awaiting fulfillment |
|
|
62
|
+
| Recently Delivered | Assets recently provisioned |
|
|
63
63
|
|
|
64
64
|
#### Approvals by Category
|
|
65
65
|
|
|
66
66
|
A breakdown of all pending approval items:
|
|
67
67
|
|
|
68
|
-
| Category
|
|
69
|
-
|
|
70
|
-
| Asset Request
|
|
71
|
-
| Access Grant
|
|
72
|
-
| HR Letter
|
|
73
|
-
| Travel Request | Business travel requests
|
|
68
|
+
| Category | Description |
|
|
69
|
+
| -------------- | --------------------------------------- |
|
|
70
|
+
| Asset Request | Hardware / software allocation requests |
|
|
71
|
+
| Access Grant | System access / permission requests |
|
|
72
|
+
| HR Letter | Letter generation requests |
|
|
73
|
+
| Travel Request | Business travel requests |
|
|
74
74
|
|
|
75
75
|
---
|
|
76
76
|
|
|
@@ -86,15 +86,15 @@ Use the **date picker** fields (From / To) at the top right of the dashboard to
|
|
|
86
86
|
|
|
87
87
|
Displays a table of all pending HR letter requests with columns:
|
|
88
88
|
|
|
89
|
-
| Column
|
|
90
|
-
|
|
91
|
-
| Title
|
|
92
|
-
| Category
|
|
93
|
-
| Requester
|
|
94
|
-
| Priority
|
|
95
|
-
| Requested
|
|
89
|
+
| Column | Description |
|
|
90
|
+
| ------------ | ------------------------------------- |
|
|
91
|
+
| Title | Letter request title |
|
|
92
|
+
| Category | Request category (see filter list) |
|
|
93
|
+
| Requester | Employee who submitted the request |
|
|
94
|
+
| Priority | Request priority level |
|
|
95
|
+
| Requested | Date the request was submitted |
|
|
96
96
|
| Days Pending | How long the request has been waiting |
|
|
97
|
-
| Actions
|
|
97
|
+
| Actions | Approve, reject, or view actions |
|
|
98
98
|
|
|
99
99
|
**Filter by category:** Asset Request, Access Grant, Training, Onboarding, Travel Request, Candidate, Leave Request, Expense Claim, HR Letter
|
|
100
100
|
|
|
@@ -111,6 +111,7 @@ Same table format as Pending Letters, filtered to show travel-related approval r
|
|
|
111
111
|

|
|
112
112
|
|
|
113
113
|
Shows all active resignation / exit requests with:
|
|
114
|
+
|
|
114
115
|
- **Refresh** button to update the list
|
|
115
116
|
- Count of total pending offboarding requests
|
|
116
117
|
- Details of each request when present
|
|
@@ -131,11 +132,11 @@ A unified view of **all** pending approvals across all categories, with the same
|
|
|
131
132
|
|
|
132
133
|
Visual analytics for HR operations:
|
|
133
134
|
|
|
134
|
-
| Metric
|
|
135
|
-
|
|
136
|
-
| Total Approved | Number of approved requests
|
|
137
|
-
| Total Rejected | Number of rejected requests
|
|
138
|
-
| Approval Rate
|
|
135
|
+
| Metric | Description |
|
|
136
|
+
| -------------- | ------------------------------- |
|
|
137
|
+
| Total Approved | Number of approved requests |
|
|
138
|
+
| Total Rejected | Number of rejected requests |
|
|
139
|
+
| Approval Rate | Percentage of requests approved |
|
|
139
140
|
|
|
140
141
|
#### Charts
|
|
141
142
|
|
|
@@ -152,11 +153,11 @@ Visual analytics for HR operations:
|
|
|
152
153
|
|
|
153
154
|
Manage your talent pipeline and workforce:
|
|
154
155
|
|
|
155
|
-
| Filter Tab
|
|
156
|
-
|
|
157
|
-
| **All**
|
|
158
|
-
| **Active**
|
|
159
|
-
| **Onboarding** | Candidates in onboarding process
|
|
160
|
-
| **Completed**
|
|
156
|
+
| Filter Tab | Description |
|
|
157
|
+
| -------------- | ----------------------------------- |
|
|
158
|
+
| **All** | All candidates and employees |
|
|
159
|
+
| **Active** | Currently active employees |
|
|
160
|
+
| **Onboarding** | Candidates in onboarding process |
|
|
161
|
+
| **Completed** | Candidates who completed onboarding |
|
|
161
162
|
|
|
162
163
|
Summary statistics show Total, Active, Onboarding, and Completed counts.
|
|
@@ -24,11 +24,11 @@ The HR Letters page provides a streamlined interface for requesting, tracking, a
|
|
|
24
24
|
|
|
25
25
|
Three types of HR letters are available:
|
|
26
26
|
|
|
27
|
-
| Letter Type
|
|
28
|
-
|
|
29
|
-
| **Address Proof**
|
|
30
|
-
| **Bonafide Letter**
|
|
31
|
-
| **Experience Letter** | Letter documenting your employment period, role, and experience
|
|
27
|
+
| Letter Type | Description |
|
|
28
|
+
| --------------------- | -------------------------------------------------------------------------------------- |
|
|
29
|
+
| **Address Proof** | Official letter confirming your residential address for banks, visa applications, etc. |
|
|
30
|
+
| **Bonafide Letter** | Letter certifying you as a current employee of the organization |
|
|
31
|
+
| **Experience Letter** | Letter documenting your employment period, role, and experience |
|
|
32
32
|
|
|
33
33
|
---
|
|
34
34
|
|
|
@@ -36,11 +36,11 @@ Three types of HR letters are available:
|
|
|
36
36
|
|
|
37
37
|
The page displays real-time counts:
|
|
38
38
|
|
|
39
|
-
| Stat
|
|
40
|
-
|
|
41
|
-
| **Pending Requests**
|
|
39
|
+
| Stat | Description |
|
|
40
|
+
| ------------------------ | --------------------------------------------- |
|
|
41
|
+
| **Pending Requests** | Letter requests awaiting HR approval |
|
|
42
42
|
| **Approved / Generated** | Letters that have been approved and generated |
|
|
43
|
-
| **Rejected**
|
|
43
|
+
| **Rejected** | Requests that were denied |
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
@@ -14,17 +14,17 @@ Click **HRM** in the left sidebar to expand the HRM menu. The module contains th
|
|
|
14
14
|
|
|
15
15
|

|
|
16
16
|
|
|
17
|
-
| Sub-module
|
|
18
|
-
|
|
19
|
-
| [**My Space**](/docs/hrm/my-space)
|
|
20
|
-
| [**HR Dashboard**](/docs/hrm/dashboard)
|
|
21
|
-
| [**Onboarding**](/docs/hrm/onboarding)
|
|
22
|
-
| [**Offboarding**](/docs/hrm/offboarding)
|
|
23
|
-
| [**HR Letters**](/docs/hrm/hr-letters)
|
|
24
|
-
| [**Travel**](/docs/hrm/travel)
|
|
25
|
-
| [**Time Off / Leave**](/docs/hrm/leave)
|
|
26
|
-
| [**Members & Invites**](/docs/hrm/members) | Organization members and invitation management
|
|
27
|
-
| [**Settings**](/docs/hrm/settings)
|
|
17
|
+
| Sub-module | Description |
|
|
18
|
+
| ------------------------------------------ | --------------------------------------------------------- |
|
|
19
|
+
| [**My Space**](/docs/hrm/my-space) | Personal employee profile, check-in/check-out, shift info |
|
|
20
|
+
| [**HR Dashboard**](/docs/hrm/dashboard) | Organization-wide metrics, approvals, analytics |
|
|
21
|
+
| [**Onboarding**](/docs/hrm/onboarding) | Candidate and employee onboarding flows, tasks |
|
|
22
|
+
| [**Offboarding**](/docs/hrm/offboarding) | Resignation and exit request management |
|
|
23
|
+
| [**HR Letters**](/docs/hrm/hr-letters) | Address proof, bonafide, experience letter requests |
|
|
24
|
+
| [**Travel**](/docs/hrm/travel) | Travel request and expense management |
|
|
25
|
+
| [**Time Off / Leave**](/docs/hrm/leave) | Leave requests, timeline, balance tracking |
|
|
26
|
+
| [**Members & Invites**](/docs/hrm/members) | Organization members and invitation management |
|
|
27
|
+
| [**Settings**](/docs/hrm/settings) | Permissions and user access control |
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
@@ -39,9 +39,9 @@ The **Timeline** tab provides a visual calendar view of time off across your tea
|
|
|
39
39
|
- **Today button** — Jump to the current date
|
|
40
40
|
- **Team Members** — Shows each team member as a row with their leave blocks plotted on the calendar
|
|
41
41
|
- **Legend:**
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
- **Approved Leave** — Confirmed time off (shown in one color)
|
|
43
|
+
- **Pending Leave** — Requests awaiting approval (shown in a different color)
|
|
44
|
+
- **Today** marker — Highlights the current date
|
|
45
45
|
|
|
46
46
|
This view is especially useful for managers planning team capacity and avoiding scheduling conflicts.
|
|
47
47
|
|
|
@@ -51,10 +51,10 @@ The invited person will receive an email with instructions to join the organizat
|
|
|
51
51
|
|
|
52
52
|
Members can be assigned roles that determine their permissions across the platform:
|
|
53
53
|
|
|
54
|
-
| Role
|
|
55
|
-
|
|
56
|
-
| Admin
|
|
57
|
-
| Member
|
|
54
|
+
| Role | Description |
|
|
55
|
+
| ------- | ------------------------------------------------------ |
|
|
56
|
+
| Admin | Full access to all organization settings and data |
|
|
57
|
+
| Member | Standard access to assigned modules |
|
|
58
58
|
| Manager | Team management permissions with approval capabilities |
|
|
59
59
|
|
|
60
60
|
For HRM-specific roles, see [HRM Settings > Permissions](/docs/hrm/settings).
|
|
@@ -70,6 +70,7 @@ The organization's hierarchy is defined through the **Reporting Manager** field
|
|
|
70
70
|
- **Dashboard visibility** — What data managers can see in the HR Dashboard
|
|
71
71
|
|
|
72
72
|
The Work Information section in My Space includes:
|
|
73
|
+
|
|
73
74
|
- **Department** — Organizational department
|
|
74
75
|
- **Role** — Employee's role within the organization
|
|
75
76
|
- **Location** — Office location
|