@adminide-stack/clock-tik-browser 12.0.22-alpha.0 → 12.0.22-alpha.1
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/templates/content/content-manifest.json +602 -64
- package/lib/templates/content/docs/gettingstarted.md +1 -1
- package/lib/templates/content/docs/hrm/dashboard.md +162 -0
- package/lib/templates/content/docs/hrm/hr-letters.md +66 -0
- package/lib/templates/content/docs/hrm/hrm-overview.md +50 -0
- package/lib/templates/content/docs/hrm/leave.md +85 -0
- package/lib/templates/content/docs/hrm/members.md +79 -0
- package/lib/templates/content/docs/hrm/my-space.md +173 -0
- package/lib/templates/content/docs/hrm/offboarding.md +63 -0
- package/lib/templates/content/docs/hrm/onboarding.md +115 -0
- package/lib/templates/content/docs/hrm/settings.md +158 -0
- package/lib/templates/content/docs/hrm/travel.md +94 -0
- package/lib/templates/content/docs/{timetracking-main.md → timer/timetracking-main.md} +1 -1
- package/lib/templates/content/docs/{timetracking.md → timer/timetracking.md} +8 -8
- package/lib/templates/static/img/hrm/dashboard-candidates-employees.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-overview.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-pending-approvals.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-pending-letters.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-pending-offboarding.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-pending-travels.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-trends-analytics.png +0 -0
- package/lib/templates/static/img/hrm/hr-letters-add-request.png +0 -0
- package/lib/templates/static/img/hrm/hr-letters-main.png +0 -0
- package/lib/templates/static/img/hrm/hrm-dashboard.png +0 -0
- package/lib/templates/static/img/hrm/hrm-offboarding.png +0 -0
- package/lib/templates/static/img/hrm/hrm-onboarding.png +0 -0
- package/lib/templates/static/img/hrm/hrm-overview-time-logs.png +0 -0
- package/lib/templates/static/img/hrm/hrm-overview.png +0 -0
- package/lib/templates/static/img/hrm/hrm-settings.png +0 -0
- package/lib/templates/static/img/hrm/hrm-sidebar-expanded.png +0 -0
- package/lib/templates/static/img/hrm/hrm-travel.png +0 -0
- package/lib/templates/static/img/hrm/inv-members.png +0 -0
- package/lib/templates/static/img/hrm/letter-hr-letters.png +0 -0
- package/lib/templates/static/img/hrm/members-invites.png +0 -0
- package/lib/templates/static/img/hrm/members-list.png +0 -0
- package/lib/templates/static/img/hrm/myspace-attendance.png +0 -0
- package/lib/templates/static/img/hrm/offboarding-full.png +0 -0
- package/lib/templates/static/img/hrm/onboarding-candidates.png +0 -0
- package/lib/templates/static/img/hrm/onboarding-instances.png +0 -0
- package/lib/templates/static/img/hrm/onboarding-main.png +0 -0
- package/lib/templates/static/img/hrm/onboarding-tasks.png +0 -0
- package/lib/templates/static/img/hrm/org-overview-hierarchy.png +0 -0
- package/lib/templates/static/img/hrm/settings-main.png +0 -0
- package/lib/templates/static/img/hrm/settings-permissions-full.png +0 -0
- package/lib/templates/static/img/hrm/settings-permissions.png +0 -0
- package/lib/templates/static/img/hrm/settings-user-access.png +0 -0
- package/lib/templates/static/img/hrm/timeoff-balance.png +0 -0
- package/lib/templates/static/img/hrm/timeoff-requests.png +0 -0
- package/lib/templates/static/img/hrm/timeoff-timeline.png +0 -0
- package/lib/templates/static/img/hrm/timeoff-timeoff.png +0 -0
- package/lib/templates/static/img/hrm/travel-new-request-menu.png +0 -0
- package/lib/templates/static/img/hrm/travel-request-form.png +0 -0
- package/lib/templates/static/img/timer/timer-mode-new2.jpg +0 -0
- package/package.json +2 -2
- /package/lib/templates/static/img/{timer-billable-toggle.png → timer/timer-billable-toggle.png} +0 -0
- /package/lib/templates/static/img/{timer-dashboard.png → timer/timer-dashboard.png} +0 -0
- /package/lib/templates/static/img/{timer-entries-list.png → timer/timer-entries-list.png} +0 -0
- /package/lib/templates/static/img/{timer-page-overview.png → timer/timer-page-overview.png} +0 -0
- /package/lib/templates/static/img/{timer-paused.png → timer/timer-paused.png} +0 -0
- /package/lib/templates/static/img/{timer-project-dropdown.png → timer/timer-project-dropdown.png} +0 -0
- /package/lib/templates/static/img/{timer-running-controls.png → timer/timer-running-controls.png} +0 -0
- /package/lib/templates/static/img/{timer-tags-dropdown.png → timer/timer-tags-dropdown.png} +0 -0
- /package/lib/templates/static/img/{timer-with-description.png → timer/timer-with-description.png} +0 -0
|
@@ -717,6 +717,166 @@
|
|
|
717
717
|
"sidebar_label": "How are activity levels calculated?"
|
|
718
718
|
}
|
|
719
719
|
},
|
|
720
|
+
{
|
|
721
|
+
"contentId": "docs-hrm-dashboard",
|
|
722
|
+
"slug": "hrm-dashboard",
|
|
723
|
+
"filePath": "/content/docs/hrm/dashboard.md",
|
|
724
|
+
"relativePath": "docs/hrm/dashboard.md",
|
|
725
|
+
"categoryId": "docs",
|
|
726
|
+
"title": "HR Dashboard",
|
|
727
|
+
"description": "",
|
|
728
|
+
"author": "Documentation",
|
|
729
|
+
"updatedAt": "Recently",
|
|
730
|
+
"frontmatter": {
|
|
731
|
+
"id": "hrm-dashboard",
|
|
732
|
+
"title": "HR Dashboard",
|
|
733
|
+
"sidebar_label": "HR Dashboard"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"contentId": "docs-hrm-hr-letters",
|
|
738
|
+
"slug": "hrm-hr-letters",
|
|
739
|
+
"filePath": "/content/docs/hrm/hr-letters.md",
|
|
740
|
+
"relativePath": "docs/hrm/hr-letters.md",
|
|
741
|
+
"categoryId": "docs",
|
|
742
|
+
"title": "HR Letters",
|
|
743
|
+
"description": "",
|
|
744
|
+
"author": "Documentation",
|
|
745
|
+
"updatedAt": "Recently",
|
|
746
|
+
"frontmatter": {
|
|
747
|
+
"id": "hrm-hr-letters",
|
|
748
|
+
"title": "HR Letters",
|
|
749
|
+
"sidebar_label": "HR Letters"
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"contentId": "docs-hrm-hrm-overview",
|
|
754
|
+
"slug": "hrm-hrm-overview",
|
|
755
|
+
"filePath": "/content/docs/hrm/hrm-overview.md",
|
|
756
|
+
"relativePath": "docs/hrm/hrm-overview.md",
|
|
757
|
+
"categoryId": "docs",
|
|
758
|
+
"title": "Human Resource Management (HRM)",
|
|
759
|
+
"description": "",
|
|
760
|
+
"author": "Documentation",
|
|
761
|
+
"updatedAt": "Recently",
|
|
762
|
+
"frontmatter": {
|
|
763
|
+
"id": "hrm-overview",
|
|
764
|
+
"title": "Human Resource Management (HRM)",
|
|
765
|
+
"sidebar_label": "HRM Overview"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"contentId": "docs-hrm-leave",
|
|
770
|
+
"slug": "hrm-leave",
|
|
771
|
+
"filePath": "/content/docs/hrm/leave.md",
|
|
772
|
+
"relativePath": "docs/hrm/leave.md",
|
|
773
|
+
"categoryId": "docs",
|
|
774
|
+
"title": "Time Off / Leave Management",
|
|
775
|
+
"description": "",
|
|
776
|
+
"author": "Documentation",
|
|
777
|
+
"updatedAt": "Recently",
|
|
778
|
+
"frontmatter": {
|
|
779
|
+
"id": "hrm-leave",
|
|
780
|
+
"title": "Time Off / Leave Management",
|
|
781
|
+
"sidebar_label": "Time Off / Leave"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"contentId": "docs-hrm-members",
|
|
786
|
+
"slug": "hrm-members",
|
|
787
|
+
"filePath": "/content/docs/hrm/members.md",
|
|
788
|
+
"relativePath": "docs/hrm/members.md",
|
|
789
|
+
"categoryId": "docs",
|
|
790
|
+
"title": "Members & Invitations",
|
|
791
|
+
"description": "",
|
|
792
|
+
"author": "Documentation",
|
|
793
|
+
"updatedAt": "Recently",
|
|
794
|
+
"frontmatter": {
|
|
795
|
+
"id": "hrm-members",
|
|
796
|
+
"title": "Members & Invitations",
|
|
797
|
+
"sidebar_label": "Members & Invites"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"contentId": "docs-hrm-my-space",
|
|
802
|
+
"slug": "hrm-my-space",
|
|
803
|
+
"filePath": "/content/docs/hrm/my-space.md",
|
|
804
|
+
"relativePath": "docs/hrm/my-space.md",
|
|
805
|
+
"categoryId": "docs",
|
|
806
|
+
"title": "My Space — Employee Profile",
|
|
807
|
+
"description": "",
|
|
808
|
+
"author": "Documentation",
|
|
809
|
+
"updatedAt": "Recently",
|
|
810
|
+
"frontmatter": {
|
|
811
|
+
"id": "hrm-my-space",
|
|
812
|
+
"title": "My Space — Employee Profile",
|
|
813
|
+
"sidebar_label": "My Space"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"contentId": "docs-hrm-offboarding",
|
|
818
|
+
"slug": "hrm-offboarding",
|
|
819
|
+
"filePath": "/content/docs/hrm/offboarding.md",
|
|
820
|
+
"relativePath": "docs/hrm/offboarding.md",
|
|
821
|
+
"categoryId": "docs",
|
|
822
|
+
"title": "Offboarding / Exit Request",
|
|
823
|
+
"description": "",
|
|
824
|
+
"author": "Documentation",
|
|
825
|
+
"updatedAt": "Recently",
|
|
826
|
+
"frontmatter": {
|
|
827
|
+
"id": "hrm-offboarding",
|
|
828
|
+
"title": "Offboarding / Exit Request",
|
|
829
|
+
"sidebar_label": "Offboarding"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"contentId": "docs-hrm-onboarding",
|
|
834
|
+
"slug": "hrm-onboarding",
|
|
835
|
+
"filePath": "/content/docs/hrm/onboarding.md",
|
|
836
|
+
"relativePath": "docs/hrm/onboarding.md",
|
|
837
|
+
"categoryId": "docs",
|
|
838
|
+
"title": "Onboarding",
|
|
839
|
+
"description": "",
|
|
840
|
+
"author": "Documentation",
|
|
841
|
+
"updatedAt": "Recently",
|
|
842
|
+
"frontmatter": {
|
|
843
|
+
"id": "hrm-onboarding",
|
|
844
|
+
"title": "Onboarding",
|
|
845
|
+
"sidebar_label": "Onboarding"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"contentId": "docs-hrm-settings",
|
|
850
|
+
"slug": "hrm-settings",
|
|
851
|
+
"filePath": "/content/docs/hrm/settings.md",
|
|
852
|
+
"relativePath": "docs/hrm/settings.md",
|
|
853
|
+
"categoryId": "docs",
|
|
854
|
+
"title": "HRM Settings",
|
|
855
|
+
"description": "",
|
|
856
|
+
"author": "Documentation",
|
|
857
|
+
"updatedAt": "Recently",
|
|
858
|
+
"frontmatter": {
|
|
859
|
+
"id": "hrm-settings",
|
|
860
|
+
"title": "HRM Settings",
|
|
861
|
+
"sidebar_label": "Settings"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"contentId": "docs-hrm-travel",
|
|
866
|
+
"slug": "hrm-travel",
|
|
867
|
+
"filePath": "/content/docs/hrm/travel.md",
|
|
868
|
+
"relativePath": "docs/hrm/travel.md",
|
|
869
|
+
"categoryId": "docs",
|
|
870
|
+
"title": "Travel Management",
|
|
871
|
+
"description": "",
|
|
872
|
+
"author": "Documentation",
|
|
873
|
+
"updatedAt": "Recently",
|
|
874
|
+
"frontmatter": {
|
|
875
|
+
"id": "hrm-travel",
|
|
876
|
+
"title": "Travel Management",
|
|
877
|
+
"sidebar_label": "Travel"
|
|
878
|
+
}
|
|
879
|
+
},
|
|
720
880
|
{
|
|
721
881
|
"contentId": "docs-import-clients-projects",
|
|
722
882
|
"slug": "import-clients-projects",
|
|
@@ -1085,10 +1245,10 @@
|
|
|
1085
1245
|
}
|
|
1086
1246
|
},
|
|
1087
1247
|
{
|
|
1088
|
-
"contentId": "docs-timetracking-main",
|
|
1089
|
-
"slug": "timetracking-main",
|
|
1090
|
-
"filePath": "/content/docs/timetracking-main.md",
|
|
1091
|
-
"relativePath": "docs/timetracking-main.md",
|
|
1248
|
+
"contentId": "docs-timer-timetracking-main",
|
|
1249
|
+
"slug": "timer-timetracking-main",
|
|
1250
|
+
"filePath": "/content/docs/timer/timetracking-main.md",
|
|
1251
|
+
"relativePath": "docs/timer/timetracking-main.md",
|
|
1092
1252
|
"categoryId": "docs",
|
|
1093
1253
|
"title": "Time Tracking",
|
|
1094
1254
|
"description": "",
|
|
@@ -1101,10 +1261,10 @@
|
|
|
1101
1261
|
}
|
|
1102
1262
|
},
|
|
1103
1263
|
{
|
|
1104
|
-
"contentId": "docs-timetracking",
|
|
1105
|
-
"slug": "timetracking",
|
|
1106
|
-
"filePath": "/content/docs/timetracking.md",
|
|
1107
|
-
"relativePath": "docs/timetracking.md",
|
|
1264
|
+
"contentId": "docs-timer-timetracking",
|
|
1265
|
+
"slug": "timer-timetracking",
|
|
1266
|
+
"filePath": "/content/docs/timer/timetracking.md",
|
|
1267
|
+
"relativePath": "docs/timer/timetracking.md",
|
|
1108
1268
|
"categoryId": "docs",
|
|
1109
1269
|
"title": "Time Tracking",
|
|
1110
1270
|
"description": "",
|
|
@@ -1586,6 +1746,42 @@
|
|
|
1586
1746
|
"updatedAt": "Recently",
|
|
1587
1747
|
"categoryId": "docs"
|
|
1588
1748
|
},
|
|
1749
|
+
{
|
|
1750
|
+
"id": "docs-hrm-dashboard",
|
|
1751
|
+
"title": "HR Dashboard",
|
|
1752
|
+
"description": "",
|
|
1753
|
+
"slug": "hrm-dashboard",
|
|
1754
|
+
"author": "Documentation",
|
|
1755
|
+
"updatedAt": "Recently",
|
|
1756
|
+
"categoryId": "docs"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"id": "docs-hrm-hr-letters",
|
|
1760
|
+
"title": "HR Letters",
|
|
1761
|
+
"description": "",
|
|
1762
|
+
"slug": "hrm-hr-letters",
|
|
1763
|
+
"author": "Documentation",
|
|
1764
|
+
"updatedAt": "Recently",
|
|
1765
|
+
"categoryId": "docs"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"id": "docs-hrm-settings",
|
|
1769
|
+
"title": "HRM Settings",
|
|
1770
|
+
"description": "",
|
|
1771
|
+
"slug": "hrm-settings",
|
|
1772
|
+
"author": "Documentation",
|
|
1773
|
+
"updatedAt": "Recently",
|
|
1774
|
+
"categoryId": "docs"
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"id": "docs-hrm-hrm-overview",
|
|
1778
|
+
"title": "Human Resource Management (HRM)",
|
|
1779
|
+
"description": "",
|
|
1780
|
+
"slug": "hrm-hrm-overview",
|
|
1781
|
+
"author": "Documentation",
|
|
1782
|
+
"updatedAt": "Recently",
|
|
1783
|
+
"categoryId": "docs"
|
|
1784
|
+
},
|
|
1589
1785
|
{
|
|
1590
1786
|
"id": "docs-import-clients-projects",
|
|
1591
1787
|
"title": "Import clients, projects, and tasks",
|
|
@@ -1667,6 +1863,42 @@
|
|
|
1667
1863
|
"updatedAt": "Recently",
|
|
1668
1864
|
"categoryId": "docs"
|
|
1669
1865
|
},
|
|
1866
|
+
{
|
|
1867
|
+
"id": "docs-hrm-members",
|
|
1868
|
+
"title": "Members & Invitations",
|
|
1869
|
+
"description": "",
|
|
1870
|
+
"slug": "hrm-members",
|
|
1871
|
+
"author": "Documentation",
|
|
1872
|
+
"updatedAt": "Recently",
|
|
1873
|
+
"categoryId": "docs"
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"id": "docs-hrm-my-space",
|
|
1877
|
+
"title": "My Space — Employee Profile",
|
|
1878
|
+
"description": "",
|
|
1879
|
+
"slug": "hrm-my-space",
|
|
1880
|
+
"author": "Documentation",
|
|
1881
|
+
"updatedAt": "Recently",
|
|
1882
|
+
"categoryId": "docs"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"id": "docs-hrm-offboarding",
|
|
1886
|
+
"title": "Offboarding / Exit Request",
|
|
1887
|
+
"description": "",
|
|
1888
|
+
"slug": "hrm-offboarding",
|
|
1889
|
+
"author": "Documentation",
|
|
1890
|
+
"updatedAt": "Recently",
|
|
1891
|
+
"categoryId": "docs"
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"id": "docs-hrm-onboarding",
|
|
1895
|
+
"title": "Onboarding",
|
|
1896
|
+
"description": "",
|
|
1897
|
+
"slug": "hrm-onboarding",
|
|
1898
|
+
"author": "Documentation",
|
|
1899
|
+
"updatedAt": "Recently",
|
|
1900
|
+
"categoryId": "docs"
|
|
1901
|
+
},
|
|
1670
1902
|
{
|
|
1671
1903
|
"id": "docs-paypalsetup",
|
|
1672
1904
|
"title": "PayPal Payroll Setup",
|
|
@@ -1802,6 +2034,15 @@
|
|
|
1802
2034
|
"updatedAt": "Recently",
|
|
1803
2035
|
"categoryId": "docs"
|
|
1804
2036
|
},
|
|
2037
|
+
{
|
|
2038
|
+
"id": "docs-hrm-leave",
|
|
2039
|
+
"title": "Time Off / Leave Management",
|
|
2040
|
+
"description": "",
|
|
2041
|
+
"slug": "hrm-leave",
|
|
2042
|
+
"author": "Documentation",
|
|
2043
|
+
"updatedAt": "Recently",
|
|
2044
|
+
"categoryId": "docs"
|
|
2045
|
+
},
|
|
1805
2046
|
{
|
|
1806
2047
|
"id": "docs-time-rounding",
|
|
1807
2048
|
"title": "Time Rounding",
|
|
@@ -1812,19 +2053,19 @@
|
|
|
1812
2053
|
"categoryId": "docs"
|
|
1813
2054
|
},
|
|
1814
2055
|
{
|
|
1815
|
-
"id": "docs-timetracking-main",
|
|
2056
|
+
"id": "docs-timer-timetracking-main",
|
|
1816
2057
|
"title": "Time Tracking",
|
|
1817
2058
|
"description": "",
|
|
1818
|
-
"slug": "timetracking-main",
|
|
2059
|
+
"slug": "timer-timetracking-main",
|
|
1819
2060
|
"author": "Documentation",
|
|
1820
2061
|
"updatedAt": "Recently",
|
|
1821
2062
|
"categoryId": "docs"
|
|
1822
2063
|
},
|
|
1823
2064
|
{
|
|
1824
|
-
"id": "docs-timetracking",
|
|
2065
|
+
"id": "docs-timer-timetracking",
|
|
1825
2066
|
"title": "Time Tracking",
|
|
1826
2067
|
"description": "",
|
|
1827
|
-
"slug": "timetracking",
|
|
2068
|
+
"slug": "timer-timetracking",
|
|
1828
2069
|
"author": "Documentation",
|
|
1829
2070
|
"updatedAt": "Recently",
|
|
1830
2071
|
"categoryId": "docs"
|
|
@@ -1847,6 +2088,15 @@
|
|
|
1847
2088
|
"updatedAt": "Recently",
|
|
1848
2089
|
"categoryId": "docs"
|
|
1849
2090
|
},
|
|
2091
|
+
{
|
|
2092
|
+
"id": "docs-hrm-travel",
|
|
2093
|
+
"title": "Travel Management",
|
|
2094
|
+
"description": "",
|
|
2095
|
+
"slug": "hrm-travel",
|
|
2096
|
+
"author": "Documentation",
|
|
2097
|
+
"updatedAt": "Recently",
|
|
2098
|
+
"categoryId": "docs"
|
|
2099
|
+
},
|
|
1850
2100
|
{
|
|
1851
2101
|
"id": "docs-upgrade-and-subscription",
|
|
1852
2102
|
"title": "Upgrade and subscription",
|
|
@@ -1946,6 +2196,16 @@
|
|
|
1946
2196
|
"docs-gettingstarted": "/content/docs/gettingstarted.md",
|
|
1947
2197
|
"docs-hide-time-and-pages": "/content/docs/hide-time-and-pages.md",
|
|
1948
2198
|
"docs-how-are-activity-levels-calculated": "/content/docs/how-are-activity-levels-calculated.md",
|
|
2199
|
+
"docs-hrm-dashboard": "/content/docs/hrm/dashboard.md",
|
|
2200
|
+
"docs-hrm-hr-letters": "/content/docs/hrm/hr-letters.md",
|
|
2201
|
+
"docs-hrm-hrm-overview": "/content/docs/hrm/hrm-overview.md",
|
|
2202
|
+
"docs-hrm-leave": "/content/docs/hrm/leave.md",
|
|
2203
|
+
"docs-hrm-members": "/content/docs/hrm/members.md",
|
|
2204
|
+
"docs-hrm-my-space": "/content/docs/hrm/my-space.md",
|
|
2205
|
+
"docs-hrm-offboarding": "/content/docs/hrm/offboarding.md",
|
|
2206
|
+
"docs-hrm-onboarding": "/content/docs/hrm/onboarding.md",
|
|
2207
|
+
"docs-hrm-settings": "/content/docs/hrm/settings.md",
|
|
2208
|
+
"docs-hrm-travel": "/content/docs/hrm/travel.md",
|
|
1949
2209
|
"docs-import-clients-projects": "/content/docs/import-clients-projects.md",
|
|
1950
2210
|
"docs-import-timesheets": "/content/docs/import-timesheets.md",
|
|
1951
2211
|
"docs-inviting-users": "/content/docs/inviting-users.md",
|
|
@@ -1969,8 +2229,8 @@
|
|
|
1969
2229
|
"docs-time-audit": "/content/docs/time-audit.md",
|
|
1970
2230
|
"docs-time-rounding": "/content/docs/time-rounding.md",
|
|
1971
2231
|
"docs-time-zones": "/content/docs/time-zones.md",
|
|
1972
|
-
"docs-timetracking-main": "/content/docs/timetracking-main.md",
|
|
1973
|
-
"docs-timetracking": "/content/docs/timetracking.md",
|
|
2232
|
+
"docs-timer-timetracking-main": "/content/docs/timer/timetracking-main.md",
|
|
2233
|
+
"docs-timer-timetracking": "/content/docs/timer/timetracking.md",
|
|
1974
2234
|
"docs-tracking-project-progress": "/content/docs/tracking-project-progress.md",
|
|
1975
2235
|
"docs-upgrade-and-subscription": "/content/docs/upgrade-and-subscription.md",
|
|
1976
2236
|
"docs-user-groups": "/content/docs/user-groups.md",
|
|
@@ -2436,6 +2696,248 @@
|
|
|
2436
2696
|
"name": "docs",
|
|
2437
2697
|
"path": "docs",
|
|
2438
2698
|
"children": [
|
|
2699
|
+
{
|
|
2700
|
+
"type": "directory",
|
|
2701
|
+
"name": "hrm",
|
|
2702
|
+
"path": "docs/hrm",
|
|
2703
|
+
"children": [
|
|
2704
|
+
{
|
|
2705
|
+
"type": "file",
|
|
2706
|
+
"name": "dashboard",
|
|
2707
|
+
"title": "HR Dashboard",
|
|
2708
|
+
"path": "docs/hrm/dashboard.md",
|
|
2709
|
+
"contentId": "docs-hrm-dashboard",
|
|
2710
|
+
"slug": "hrm-dashboard",
|
|
2711
|
+
"categoryId": "docs",
|
|
2712
|
+
"filePath": "/content/docs/docs/hrm/dashboard.md",
|
|
2713
|
+
"relativePath": "docs/hrm/dashboard.md",
|
|
2714
|
+
"description": "",
|
|
2715
|
+
"author": "Documentation",
|
|
2716
|
+
"updatedAt": "Recently",
|
|
2717
|
+
"frontmatter": {
|
|
2718
|
+
"id": "hrm-dashboard",
|
|
2719
|
+
"title": "HR Dashboard",
|
|
2720
|
+
"sidebar_label": "HR Dashboard"
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"type": "file",
|
|
2725
|
+
"name": "hr-letters",
|
|
2726
|
+
"title": "HR Letters",
|
|
2727
|
+
"path": "docs/hrm/hr-letters.md",
|
|
2728
|
+
"contentId": "docs-hrm-hr-letters",
|
|
2729
|
+
"slug": "hrm-hr-letters",
|
|
2730
|
+
"categoryId": "docs",
|
|
2731
|
+
"filePath": "/content/docs/docs/hrm/hr-letters.md",
|
|
2732
|
+
"relativePath": "docs/hrm/hr-letters.md",
|
|
2733
|
+
"description": "",
|
|
2734
|
+
"author": "Documentation",
|
|
2735
|
+
"updatedAt": "Recently",
|
|
2736
|
+
"frontmatter": {
|
|
2737
|
+
"id": "hrm-hr-letters",
|
|
2738
|
+
"title": "HR Letters",
|
|
2739
|
+
"sidebar_label": "HR Letters"
|
|
2740
|
+
}
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"type": "file",
|
|
2744
|
+
"name": "hrm-overview",
|
|
2745
|
+
"title": "Human Resource Management (HRM)",
|
|
2746
|
+
"path": "docs/hrm/hrm-overview.md",
|
|
2747
|
+
"contentId": "docs-hrm-hrm-overview",
|
|
2748
|
+
"slug": "hrm-hrm-overview",
|
|
2749
|
+
"categoryId": "docs",
|
|
2750
|
+
"filePath": "/content/docs/docs/hrm/hrm-overview.md",
|
|
2751
|
+
"relativePath": "docs/hrm/hrm-overview.md",
|
|
2752
|
+
"description": "",
|
|
2753
|
+
"author": "Documentation",
|
|
2754
|
+
"updatedAt": "Recently",
|
|
2755
|
+
"frontmatter": {
|
|
2756
|
+
"id": "hrm-overview",
|
|
2757
|
+
"title": "Human Resource Management (HRM)",
|
|
2758
|
+
"sidebar_label": "HRM Overview"
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"type": "file",
|
|
2763
|
+
"name": "leave",
|
|
2764
|
+
"title": "Time Off / Leave Management",
|
|
2765
|
+
"path": "docs/hrm/leave.md",
|
|
2766
|
+
"contentId": "docs-hrm-leave",
|
|
2767
|
+
"slug": "hrm-leave",
|
|
2768
|
+
"categoryId": "docs",
|
|
2769
|
+
"filePath": "/content/docs/docs/hrm/leave.md",
|
|
2770
|
+
"relativePath": "docs/hrm/leave.md",
|
|
2771
|
+
"description": "",
|
|
2772
|
+
"author": "Documentation",
|
|
2773
|
+
"updatedAt": "Recently",
|
|
2774
|
+
"frontmatter": {
|
|
2775
|
+
"id": "hrm-leave",
|
|
2776
|
+
"title": "Time Off / Leave Management",
|
|
2777
|
+
"sidebar_label": "Time Off / Leave"
|
|
2778
|
+
}
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"type": "file",
|
|
2782
|
+
"name": "members",
|
|
2783
|
+
"title": "Members & Invitations",
|
|
2784
|
+
"path": "docs/hrm/members.md",
|
|
2785
|
+
"contentId": "docs-hrm-members",
|
|
2786
|
+
"slug": "hrm-members",
|
|
2787
|
+
"categoryId": "docs",
|
|
2788
|
+
"filePath": "/content/docs/docs/hrm/members.md",
|
|
2789
|
+
"relativePath": "docs/hrm/members.md",
|
|
2790
|
+
"description": "",
|
|
2791
|
+
"author": "Documentation",
|
|
2792
|
+
"updatedAt": "Recently",
|
|
2793
|
+
"frontmatter": {
|
|
2794
|
+
"id": "hrm-members",
|
|
2795
|
+
"title": "Members & Invitations",
|
|
2796
|
+
"sidebar_label": "Members & Invites"
|
|
2797
|
+
}
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"type": "file",
|
|
2801
|
+
"name": "my-space",
|
|
2802
|
+
"title": "My Space — Employee Profile",
|
|
2803
|
+
"path": "docs/hrm/my-space.md",
|
|
2804
|
+
"contentId": "docs-hrm-my-space",
|
|
2805
|
+
"slug": "hrm-my-space",
|
|
2806
|
+
"categoryId": "docs",
|
|
2807
|
+
"filePath": "/content/docs/docs/hrm/my-space.md",
|
|
2808
|
+
"relativePath": "docs/hrm/my-space.md",
|
|
2809
|
+
"description": "",
|
|
2810
|
+
"author": "Documentation",
|
|
2811
|
+
"updatedAt": "Recently",
|
|
2812
|
+
"frontmatter": {
|
|
2813
|
+
"id": "hrm-my-space",
|
|
2814
|
+
"title": "My Space — Employee Profile",
|
|
2815
|
+
"sidebar_label": "My Space"
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"type": "file",
|
|
2820
|
+
"name": "offboarding",
|
|
2821
|
+
"title": "Offboarding / Exit Request",
|
|
2822
|
+
"path": "docs/hrm/offboarding.md",
|
|
2823
|
+
"contentId": "docs-hrm-offboarding",
|
|
2824
|
+
"slug": "hrm-offboarding",
|
|
2825
|
+
"categoryId": "docs",
|
|
2826
|
+
"filePath": "/content/docs/docs/hrm/offboarding.md",
|
|
2827
|
+
"relativePath": "docs/hrm/offboarding.md",
|
|
2828
|
+
"description": "",
|
|
2829
|
+
"author": "Documentation",
|
|
2830
|
+
"updatedAt": "Recently",
|
|
2831
|
+
"frontmatter": {
|
|
2832
|
+
"id": "hrm-offboarding",
|
|
2833
|
+
"title": "Offboarding / Exit Request",
|
|
2834
|
+
"sidebar_label": "Offboarding"
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"type": "file",
|
|
2839
|
+
"name": "onboarding",
|
|
2840
|
+
"title": "Onboarding",
|
|
2841
|
+
"path": "docs/hrm/onboarding.md",
|
|
2842
|
+
"contentId": "docs-hrm-onboarding",
|
|
2843
|
+
"slug": "hrm-onboarding",
|
|
2844
|
+
"categoryId": "docs",
|
|
2845
|
+
"filePath": "/content/docs/docs/hrm/onboarding.md",
|
|
2846
|
+
"relativePath": "docs/hrm/onboarding.md",
|
|
2847
|
+
"description": "",
|
|
2848
|
+
"author": "Documentation",
|
|
2849
|
+
"updatedAt": "Recently",
|
|
2850
|
+
"frontmatter": {
|
|
2851
|
+
"id": "hrm-onboarding",
|
|
2852
|
+
"title": "Onboarding",
|
|
2853
|
+
"sidebar_label": "Onboarding"
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
{
|
|
2857
|
+
"type": "file",
|
|
2858
|
+
"name": "settings",
|
|
2859
|
+
"title": "HRM Settings",
|
|
2860
|
+
"path": "docs/hrm/settings.md",
|
|
2861
|
+
"contentId": "docs-hrm-settings",
|
|
2862
|
+
"slug": "hrm-settings",
|
|
2863
|
+
"categoryId": "docs",
|
|
2864
|
+
"filePath": "/content/docs/docs/hrm/settings.md",
|
|
2865
|
+
"relativePath": "docs/hrm/settings.md",
|
|
2866
|
+
"description": "",
|
|
2867
|
+
"author": "Documentation",
|
|
2868
|
+
"updatedAt": "Recently",
|
|
2869
|
+
"frontmatter": {
|
|
2870
|
+
"id": "hrm-settings",
|
|
2871
|
+
"title": "HRM Settings",
|
|
2872
|
+
"sidebar_label": "Settings"
|
|
2873
|
+
}
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"type": "file",
|
|
2877
|
+
"name": "travel",
|
|
2878
|
+
"title": "Travel Management",
|
|
2879
|
+
"path": "docs/hrm/travel.md",
|
|
2880
|
+
"contentId": "docs-hrm-travel",
|
|
2881
|
+
"slug": "hrm-travel",
|
|
2882
|
+
"categoryId": "docs",
|
|
2883
|
+
"filePath": "/content/docs/docs/hrm/travel.md",
|
|
2884
|
+
"relativePath": "docs/hrm/travel.md",
|
|
2885
|
+
"description": "",
|
|
2886
|
+
"author": "Documentation",
|
|
2887
|
+
"updatedAt": "Recently",
|
|
2888
|
+
"frontmatter": {
|
|
2889
|
+
"id": "hrm-travel",
|
|
2890
|
+
"title": "Travel Management",
|
|
2891
|
+
"sidebar_label": "Travel"
|
|
2892
|
+
}
|
|
2893
|
+
}
|
|
2894
|
+
]
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"type": "directory",
|
|
2898
|
+
"name": "timer",
|
|
2899
|
+
"path": "docs/timer",
|
|
2900
|
+
"children": [
|
|
2901
|
+
{
|
|
2902
|
+
"type": "file",
|
|
2903
|
+
"name": "timetracking-main",
|
|
2904
|
+
"title": "Time Tracking",
|
|
2905
|
+
"path": "docs/timer/timetracking-main.md",
|
|
2906
|
+
"contentId": "docs-timer-timetracking-main",
|
|
2907
|
+
"slug": "timer-timetracking-main",
|
|
2908
|
+
"categoryId": "docs",
|
|
2909
|
+
"filePath": "/content/docs/docs/timer/timetracking-main.md",
|
|
2910
|
+
"relativePath": "docs/timer/timetracking-main.md",
|
|
2911
|
+
"description": "",
|
|
2912
|
+
"author": "Documentation",
|
|
2913
|
+
"updatedAt": "Recently",
|
|
2914
|
+
"frontmatter": {
|
|
2915
|
+
"id": "timetracking-main",
|
|
2916
|
+
"title": "Time Tracking",
|
|
2917
|
+
"sidebar_label": "Time tracking"
|
|
2918
|
+
}
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"type": "file",
|
|
2922
|
+
"name": "timetracking",
|
|
2923
|
+
"title": "Time Tracking",
|
|
2924
|
+
"path": "docs/timer/timetracking.md",
|
|
2925
|
+
"contentId": "docs-timer-timetracking",
|
|
2926
|
+
"slug": "timer-timetracking",
|
|
2927
|
+
"categoryId": "docs",
|
|
2928
|
+
"filePath": "/content/docs/docs/timer/timetracking.md",
|
|
2929
|
+
"relativePath": "docs/timer/timetracking.md",
|
|
2930
|
+
"description": "",
|
|
2931
|
+
"author": "Documentation",
|
|
2932
|
+
"updatedAt": "Recently",
|
|
2933
|
+
"frontmatter": {
|
|
2934
|
+
"id": "timetracking",
|
|
2935
|
+
"title": "Time Tracking",
|
|
2936
|
+
"sidebar_label": "Time tracking"
|
|
2937
|
+
}
|
|
2938
|
+
}
|
|
2939
|
+
]
|
|
2940
|
+
},
|
|
2439
2941
|
{
|
|
2440
2942
|
"type": "file",
|
|
2441
2943
|
"name": "add-time-for-others",
|
|
@@ -3272,44 +3774,6 @@
|
|
|
3272
3774
|
"sidebar_label": "Time zones"
|
|
3273
3775
|
}
|
|
3274
3776
|
},
|
|
3275
|
-
{
|
|
3276
|
-
"type": "file",
|
|
3277
|
-
"name": "timetracking-main",
|
|
3278
|
-
"title": "Time Tracking",
|
|
3279
|
-
"path": "docs/timetracking-main.md",
|
|
3280
|
-
"contentId": "docs-timetracking-main",
|
|
3281
|
-
"slug": "timetracking-main",
|
|
3282
|
-
"categoryId": "docs",
|
|
3283
|
-
"filePath": "/content/docs/docs/timetracking-main.md",
|
|
3284
|
-
"relativePath": "docs/timetracking-main.md",
|
|
3285
|
-
"description": "",
|
|
3286
|
-
"author": "Documentation",
|
|
3287
|
-
"updatedAt": "Recently",
|
|
3288
|
-
"frontmatter": {
|
|
3289
|
-
"id": "timetracking-main",
|
|
3290
|
-
"title": "Time Tracking",
|
|
3291
|
-
"sidebar_label": "Time tracking"
|
|
3292
|
-
}
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
"type": "file",
|
|
3296
|
-
"name": "timetracking",
|
|
3297
|
-
"title": "Time Tracking",
|
|
3298
|
-
"path": "docs/timetracking.md",
|
|
3299
|
-
"contentId": "docs-timetracking",
|
|
3300
|
-
"slug": "timetracking",
|
|
3301
|
-
"categoryId": "docs",
|
|
3302
|
-
"filePath": "/content/docs/docs/timetracking.md",
|
|
3303
|
-
"relativePath": "docs/timetracking.md",
|
|
3304
|
-
"description": "",
|
|
3305
|
-
"author": "Documentation",
|
|
3306
|
-
"updatedAt": "Recently",
|
|
3307
|
-
"frontmatter": {
|
|
3308
|
-
"id": "timetracking",
|
|
3309
|
-
"title": "Time Tracking",
|
|
3310
|
-
"sidebar_label": "Time tracking"
|
|
3311
|
-
}
|
|
3312
|
-
},
|
|
3313
3777
|
{
|
|
3314
3778
|
"type": "file",
|
|
3315
3779
|
"name": "tracking-project-progress",
|
|
@@ -3579,6 +4043,92 @@
|
|
|
3579
4043
|
"title": "Docs",
|
|
3580
4044
|
"path": null,
|
|
3581
4045
|
"children": [
|
|
4046
|
+
{
|
|
4047
|
+
"title": "Hrm",
|
|
4048
|
+
"path": null,
|
|
4049
|
+
"children": [
|
|
4050
|
+
{
|
|
4051
|
+
"title": "HR Dashboard",
|
|
4052
|
+
"path": "/help-center/docs/hrm-dashboard",
|
|
4053
|
+
"children": [],
|
|
4054
|
+
"isFile": true
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"title": "HR Letters",
|
|
4058
|
+
"path": "/help-center/docs/hrm-hr-letters",
|
|
4059
|
+
"children": [],
|
|
4060
|
+
"isFile": true
|
|
4061
|
+
},
|
|
4062
|
+
{
|
|
4063
|
+
"title": "Human Resource Management (HRM)",
|
|
4064
|
+
"path": "/help-center/docs/hrm-hrm-overview",
|
|
4065
|
+
"children": [],
|
|
4066
|
+
"isFile": true
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"title": "Time Off / Leave Management",
|
|
4070
|
+
"path": "/help-center/docs/hrm-leave",
|
|
4071
|
+
"children": [],
|
|
4072
|
+
"isFile": true
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
"title": "Members & Invitations",
|
|
4076
|
+
"path": "/help-center/docs/hrm-members",
|
|
4077
|
+
"children": [],
|
|
4078
|
+
"isFile": true
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
"title": "My Space — Employee Profile",
|
|
4082
|
+
"path": "/help-center/docs/hrm-my-space",
|
|
4083
|
+
"children": [],
|
|
4084
|
+
"isFile": true
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"title": "Offboarding / Exit Request",
|
|
4088
|
+
"path": "/help-center/docs/hrm-offboarding",
|
|
4089
|
+
"children": [],
|
|
4090
|
+
"isFile": true
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"title": "Onboarding",
|
|
4094
|
+
"path": "/help-center/docs/hrm-onboarding",
|
|
4095
|
+
"children": [],
|
|
4096
|
+
"isFile": true
|
|
4097
|
+
},
|
|
4098
|
+
{
|
|
4099
|
+
"title": "HRM Settings",
|
|
4100
|
+
"path": "/help-center/docs/hrm-settings",
|
|
4101
|
+
"children": [],
|
|
4102
|
+
"isFile": true
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"title": "Travel Management",
|
|
4106
|
+
"path": "/help-center/docs/hrm-travel",
|
|
4107
|
+
"children": [],
|
|
4108
|
+
"isFile": true
|
|
4109
|
+
}
|
|
4110
|
+
],
|
|
4111
|
+
"isFile": false
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"title": "Timer",
|
|
4115
|
+
"path": null,
|
|
4116
|
+
"children": [
|
|
4117
|
+
{
|
|
4118
|
+
"title": "Time Tracking",
|
|
4119
|
+
"path": "/help-center/docs/timer-timetracking-main",
|
|
4120
|
+
"children": [],
|
|
4121
|
+
"isFile": true
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"title": "Time Tracking",
|
|
4125
|
+
"path": "/help-center/docs/timer-timetracking",
|
|
4126
|
+
"children": [],
|
|
4127
|
+
"isFile": true
|
|
4128
|
+
}
|
|
4129
|
+
],
|
|
4130
|
+
"isFile": false
|
|
4131
|
+
},
|
|
3582
4132
|
{
|
|
3583
4133
|
"title": "Add time for others",
|
|
3584
4134
|
"path": "/help-center/docs/add-time-for-others",
|
|
@@ -3843,18 +4393,6 @@
|
|
|
3843
4393
|
"children": [],
|
|
3844
4394
|
"isFile": true
|
|
3845
4395
|
},
|
|
3846
|
-
{
|
|
3847
|
-
"title": "Time Tracking",
|
|
3848
|
-
"path": "/help-center/docs/timetracking-main",
|
|
3849
|
-
"children": [],
|
|
3850
|
-
"isFile": true
|
|
3851
|
-
},
|
|
3852
|
-
{
|
|
3853
|
-
"title": "Time Tracking",
|
|
3854
|
-
"path": "/help-center/docs/timetracking",
|
|
3855
|
-
"children": [],
|
|
3856
|
-
"isFile": true
|
|
3857
|
-
},
|
|
3858
4396
|
{
|
|
3859
4397
|
"title": "Tracking project progress",
|
|
3860
4398
|
"path": "/help-center/docs/tracking-project-progress",
|