@adminide-stack/clock-tik-browser 12.0.22-alpha.0 → 12.0.22-alpha.2
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 +1075 -64
- package/lib/templates/content/docs/books/books-overview.md +93 -0
- package/lib/templates/content/docs/books/dashboard.md +133 -0
- package/lib/templates/content/docs/books/expenses.md +151 -0
- package/lib/templates/content/docs/books/notes.md +102 -0
- package/lib/templates/content/docs/books/purchase-orders.md +142 -0
- package/lib/templates/content/docs/books/quotes.md +152 -0
- package/lib/templates/content/docs/books/sales-orders.md +142 -0
- package/lib/templates/content/docs/books/vendor-credits.md +135 -0
- package/lib/templates/content/docs/books/vendors.md +142 -0
- 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
|
@@ -460,6 +460,150 @@
|
|
|
460
460
|
"sidebar_label": "Add time for others"
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
|
+
{
|
|
464
|
+
"contentId": "docs-books-books-overview",
|
|
465
|
+
"slug": "books-books-overview",
|
|
466
|
+
"filePath": "/content/docs/books/books-overview.md",
|
|
467
|
+
"relativePath": "docs/books/books-overview.md",
|
|
468
|
+
"categoryId": "docs",
|
|
469
|
+
"title": "Books (Accounting & Finance)",
|
|
470
|
+
"description": "",
|
|
471
|
+
"author": "Documentation",
|
|
472
|
+
"updatedAt": "Recently",
|
|
473
|
+
"frontmatter": {
|
|
474
|
+
"id": "books-overview",
|
|
475
|
+
"title": "Books (Accounting & Finance)",
|
|
476
|
+
"sidebar_label": "Books Overview"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"contentId": "docs-books-dashboard",
|
|
481
|
+
"slug": "books-dashboard",
|
|
482
|
+
"filePath": "/content/docs/books/dashboard.md",
|
|
483
|
+
"relativePath": "docs/books/dashboard.md",
|
|
484
|
+
"categoryId": "docs",
|
|
485
|
+
"title": "Dashboard",
|
|
486
|
+
"description": "",
|
|
487
|
+
"author": "Documentation",
|
|
488
|
+
"updatedAt": "Recently",
|
|
489
|
+
"frontmatter": {
|
|
490
|
+
"id": "books-dashboard",
|
|
491
|
+
"title": "Dashboard",
|
|
492
|
+
"sidebar_label": "Dashboard"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"contentId": "docs-books-expenses",
|
|
497
|
+
"slug": "books-expenses",
|
|
498
|
+
"filePath": "/content/docs/books/expenses.md",
|
|
499
|
+
"relativePath": "docs/books/expenses.md",
|
|
500
|
+
"categoryId": "docs",
|
|
501
|
+
"title": "Expense Management",
|
|
502
|
+
"description": "",
|
|
503
|
+
"author": "Documentation",
|
|
504
|
+
"updatedAt": "Recently",
|
|
505
|
+
"frontmatter": {
|
|
506
|
+
"id": "books-expenses",
|
|
507
|
+
"title": "Expense Management",
|
|
508
|
+
"sidebar_label": "Expenses"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"contentId": "docs-books-notes",
|
|
513
|
+
"slug": "books-notes",
|
|
514
|
+
"filePath": "/content/docs/books/notes.md",
|
|
515
|
+
"relativePath": "docs/books/notes.md",
|
|
516
|
+
"categoryId": "docs",
|
|
517
|
+
"title": "Notes",
|
|
518
|
+
"description": "",
|
|
519
|
+
"author": "Documentation",
|
|
520
|
+
"updatedAt": "Recently",
|
|
521
|
+
"frontmatter": {
|
|
522
|
+
"id": "books-notes",
|
|
523
|
+
"title": "Notes",
|
|
524
|
+
"sidebar_label": "Notes"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"contentId": "docs-books-purchase-orders",
|
|
529
|
+
"slug": "books-purchase-orders",
|
|
530
|
+
"filePath": "/content/docs/books/purchase-orders.md",
|
|
531
|
+
"relativePath": "docs/books/purchase-orders.md",
|
|
532
|
+
"categoryId": "docs",
|
|
533
|
+
"title": "Purchase Orders",
|
|
534
|
+
"description": "",
|
|
535
|
+
"author": "Documentation",
|
|
536
|
+
"updatedAt": "Recently",
|
|
537
|
+
"frontmatter": {
|
|
538
|
+
"id": "books-purchase-orders",
|
|
539
|
+
"title": "Purchase Orders",
|
|
540
|
+
"sidebar_label": "Purchase Orders"
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"contentId": "docs-books-quotes",
|
|
545
|
+
"slug": "books-quotes",
|
|
546
|
+
"filePath": "/content/docs/books/quotes.md",
|
|
547
|
+
"relativePath": "docs/books/quotes.md",
|
|
548
|
+
"categoryId": "docs",
|
|
549
|
+
"title": "Sales Quotes",
|
|
550
|
+
"description": "",
|
|
551
|
+
"author": "Documentation",
|
|
552
|
+
"updatedAt": "Recently",
|
|
553
|
+
"frontmatter": {
|
|
554
|
+
"id": "books-quotes",
|
|
555
|
+
"title": "Sales Quotes",
|
|
556
|
+
"sidebar_label": "Quotes"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"contentId": "docs-books-sales-orders",
|
|
561
|
+
"slug": "books-sales-orders",
|
|
562
|
+
"filePath": "/content/docs/books/sales-orders.md",
|
|
563
|
+
"relativePath": "docs/books/sales-orders.md",
|
|
564
|
+
"categoryId": "docs",
|
|
565
|
+
"title": "Sales Orders",
|
|
566
|
+
"description": "",
|
|
567
|
+
"author": "Documentation",
|
|
568
|
+
"updatedAt": "Recently",
|
|
569
|
+
"frontmatter": {
|
|
570
|
+
"id": "books-sales-orders",
|
|
571
|
+
"title": "Sales Orders",
|
|
572
|
+
"sidebar_label": "Sales Orders"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"contentId": "docs-books-vendor-credits",
|
|
577
|
+
"slug": "books-vendor-credits",
|
|
578
|
+
"filePath": "/content/docs/books/vendor-credits.md",
|
|
579
|
+
"relativePath": "docs/books/vendor-credits.md",
|
|
580
|
+
"categoryId": "docs",
|
|
581
|
+
"title": "Vendor Credits",
|
|
582
|
+
"description": "",
|
|
583
|
+
"author": "Documentation",
|
|
584
|
+
"updatedAt": "Recently",
|
|
585
|
+
"frontmatter": {
|
|
586
|
+
"id": "books-vendor-credits",
|
|
587
|
+
"title": "Vendor Credits",
|
|
588
|
+
"sidebar_label": "Vendor Credits"
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"contentId": "docs-books-vendors",
|
|
593
|
+
"slug": "books-vendors",
|
|
594
|
+
"filePath": "/content/docs/books/vendors.md",
|
|
595
|
+
"relativePath": "docs/books/vendors.md",
|
|
596
|
+
"categoryId": "docs",
|
|
597
|
+
"title": "Vendor Management",
|
|
598
|
+
"description": "",
|
|
599
|
+
"author": "Documentation",
|
|
600
|
+
"updatedAt": "Recently",
|
|
601
|
+
"frontmatter": {
|
|
602
|
+
"id": "books-vendors",
|
|
603
|
+
"title": "Vendor Management",
|
|
604
|
+
"sidebar_label": "Vendors"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
463
607
|
{
|
|
464
608
|
"contentId": "docs-budget-and-estimates",
|
|
465
609
|
"slug": "budget-and-estimates",
|
|
@@ -717,6 +861,166 @@
|
|
|
717
861
|
"sidebar_label": "How are activity levels calculated?"
|
|
718
862
|
}
|
|
719
863
|
},
|
|
864
|
+
{
|
|
865
|
+
"contentId": "docs-hrm-dashboard",
|
|
866
|
+
"slug": "hrm-dashboard",
|
|
867
|
+
"filePath": "/content/docs/hrm/dashboard.md",
|
|
868
|
+
"relativePath": "docs/hrm/dashboard.md",
|
|
869
|
+
"categoryId": "docs",
|
|
870
|
+
"title": "HR Dashboard",
|
|
871
|
+
"description": "",
|
|
872
|
+
"author": "Documentation",
|
|
873
|
+
"updatedAt": "Recently",
|
|
874
|
+
"frontmatter": {
|
|
875
|
+
"id": "hrm-dashboard",
|
|
876
|
+
"title": "HR Dashboard",
|
|
877
|
+
"sidebar_label": "HR Dashboard"
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"contentId": "docs-hrm-hr-letters",
|
|
882
|
+
"slug": "hrm-hr-letters",
|
|
883
|
+
"filePath": "/content/docs/hrm/hr-letters.md",
|
|
884
|
+
"relativePath": "docs/hrm/hr-letters.md",
|
|
885
|
+
"categoryId": "docs",
|
|
886
|
+
"title": "HR Letters",
|
|
887
|
+
"description": "",
|
|
888
|
+
"author": "Documentation",
|
|
889
|
+
"updatedAt": "Recently",
|
|
890
|
+
"frontmatter": {
|
|
891
|
+
"id": "hrm-hr-letters",
|
|
892
|
+
"title": "HR Letters",
|
|
893
|
+
"sidebar_label": "HR Letters"
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"contentId": "docs-hrm-hrm-overview",
|
|
898
|
+
"slug": "hrm-hrm-overview",
|
|
899
|
+
"filePath": "/content/docs/hrm/hrm-overview.md",
|
|
900
|
+
"relativePath": "docs/hrm/hrm-overview.md",
|
|
901
|
+
"categoryId": "docs",
|
|
902
|
+
"title": "Human Resource Management (HRM)",
|
|
903
|
+
"description": "",
|
|
904
|
+
"author": "Documentation",
|
|
905
|
+
"updatedAt": "Recently",
|
|
906
|
+
"frontmatter": {
|
|
907
|
+
"id": "hrm-overview",
|
|
908
|
+
"title": "Human Resource Management (HRM)",
|
|
909
|
+
"sidebar_label": "HRM Overview"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"contentId": "docs-hrm-leave",
|
|
914
|
+
"slug": "hrm-leave",
|
|
915
|
+
"filePath": "/content/docs/hrm/leave.md",
|
|
916
|
+
"relativePath": "docs/hrm/leave.md",
|
|
917
|
+
"categoryId": "docs",
|
|
918
|
+
"title": "Time Off / Leave Management",
|
|
919
|
+
"description": "",
|
|
920
|
+
"author": "Documentation",
|
|
921
|
+
"updatedAt": "Recently",
|
|
922
|
+
"frontmatter": {
|
|
923
|
+
"id": "hrm-leave",
|
|
924
|
+
"title": "Time Off / Leave Management",
|
|
925
|
+
"sidebar_label": "Time Off / Leave"
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"contentId": "docs-hrm-members",
|
|
930
|
+
"slug": "hrm-members",
|
|
931
|
+
"filePath": "/content/docs/hrm/members.md",
|
|
932
|
+
"relativePath": "docs/hrm/members.md",
|
|
933
|
+
"categoryId": "docs",
|
|
934
|
+
"title": "Members & Invitations",
|
|
935
|
+
"description": "",
|
|
936
|
+
"author": "Documentation",
|
|
937
|
+
"updatedAt": "Recently",
|
|
938
|
+
"frontmatter": {
|
|
939
|
+
"id": "hrm-members",
|
|
940
|
+
"title": "Members & Invitations",
|
|
941
|
+
"sidebar_label": "Members & Invites"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"contentId": "docs-hrm-my-space",
|
|
946
|
+
"slug": "hrm-my-space",
|
|
947
|
+
"filePath": "/content/docs/hrm/my-space.md",
|
|
948
|
+
"relativePath": "docs/hrm/my-space.md",
|
|
949
|
+
"categoryId": "docs",
|
|
950
|
+
"title": "My Space — Employee Profile",
|
|
951
|
+
"description": "",
|
|
952
|
+
"author": "Documentation",
|
|
953
|
+
"updatedAt": "Recently",
|
|
954
|
+
"frontmatter": {
|
|
955
|
+
"id": "hrm-my-space",
|
|
956
|
+
"title": "My Space — Employee Profile",
|
|
957
|
+
"sidebar_label": "My Space"
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"contentId": "docs-hrm-offboarding",
|
|
962
|
+
"slug": "hrm-offboarding",
|
|
963
|
+
"filePath": "/content/docs/hrm/offboarding.md",
|
|
964
|
+
"relativePath": "docs/hrm/offboarding.md",
|
|
965
|
+
"categoryId": "docs",
|
|
966
|
+
"title": "Offboarding / Exit Request",
|
|
967
|
+
"description": "",
|
|
968
|
+
"author": "Documentation",
|
|
969
|
+
"updatedAt": "Recently",
|
|
970
|
+
"frontmatter": {
|
|
971
|
+
"id": "hrm-offboarding",
|
|
972
|
+
"title": "Offboarding / Exit Request",
|
|
973
|
+
"sidebar_label": "Offboarding"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"contentId": "docs-hrm-onboarding",
|
|
978
|
+
"slug": "hrm-onboarding",
|
|
979
|
+
"filePath": "/content/docs/hrm/onboarding.md",
|
|
980
|
+
"relativePath": "docs/hrm/onboarding.md",
|
|
981
|
+
"categoryId": "docs",
|
|
982
|
+
"title": "Onboarding",
|
|
983
|
+
"description": "",
|
|
984
|
+
"author": "Documentation",
|
|
985
|
+
"updatedAt": "Recently",
|
|
986
|
+
"frontmatter": {
|
|
987
|
+
"id": "hrm-onboarding",
|
|
988
|
+
"title": "Onboarding",
|
|
989
|
+
"sidebar_label": "Onboarding"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"contentId": "docs-hrm-settings",
|
|
994
|
+
"slug": "hrm-settings",
|
|
995
|
+
"filePath": "/content/docs/hrm/settings.md",
|
|
996
|
+
"relativePath": "docs/hrm/settings.md",
|
|
997
|
+
"categoryId": "docs",
|
|
998
|
+
"title": "HRM Settings",
|
|
999
|
+
"description": "",
|
|
1000
|
+
"author": "Documentation",
|
|
1001
|
+
"updatedAt": "Recently",
|
|
1002
|
+
"frontmatter": {
|
|
1003
|
+
"id": "hrm-settings",
|
|
1004
|
+
"title": "HRM Settings",
|
|
1005
|
+
"sidebar_label": "Settings"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"contentId": "docs-hrm-travel",
|
|
1010
|
+
"slug": "hrm-travel",
|
|
1011
|
+
"filePath": "/content/docs/hrm/travel.md",
|
|
1012
|
+
"relativePath": "docs/hrm/travel.md",
|
|
1013
|
+
"categoryId": "docs",
|
|
1014
|
+
"title": "Travel Management",
|
|
1015
|
+
"description": "",
|
|
1016
|
+
"author": "Documentation",
|
|
1017
|
+
"updatedAt": "Recently",
|
|
1018
|
+
"frontmatter": {
|
|
1019
|
+
"id": "hrm-travel",
|
|
1020
|
+
"title": "Travel Management",
|
|
1021
|
+
"sidebar_label": "Travel"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
720
1024
|
{
|
|
721
1025
|
"contentId": "docs-import-clients-projects",
|
|
722
1026
|
"slug": "import-clients-projects",
|
|
@@ -1085,10 +1389,10 @@
|
|
|
1085
1389
|
}
|
|
1086
1390
|
},
|
|
1087
1391
|
{
|
|
1088
|
-
"contentId": "docs-timetracking-main",
|
|
1089
|
-
"slug": "timetracking-main",
|
|
1090
|
-
"filePath": "/content/docs/timetracking-main.md",
|
|
1091
|
-
"relativePath": "docs/timetracking-main.md",
|
|
1392
|
+
"contentId": "docs-timer-timetracking-main",
|
|
1393
|
+
"slug": "timer-timetracking-main",
|
|
1394
|
+
"filePath": "/content/docs/timer/timetracking-main.md",
|
|
1395
|
+
"relativePath": "docs/timer/timetracking-main.md",
|
|
1092
1396
|
"categoryId": "docs",
|
|
1093
1397
|
"title": "Time Tracking",
|
|
1094
1398
|
"description": "",
|
|
@@ -1101,10 +1405,10 @@
|
|
|
1101
1405
|
}
|
|
1102
1406
|
},
|
|
1103
1407
|
{
|
|
1104
|
-
"contentId": "docs-timetracking",
|
|
1105
|
-
"slug": "timetracking",
|
|
1106
|
-
"filePath": "/content/docs/timetracking.md",
|
|
1107
|
-
"relativePath": "docs/timetracking.md",
|
|
1408
|
+
"contentId": "docs-timer-timetracking",
|
|
1409
|
+
"slug": "timer-timetracking",
|
|
1410
|
+
"filePath": "/content/docs/timer/timetracking.md",
|
|
1411
|
+
"relativePath": "docs/timer/timetracking.md",
|
|
1108
1412
|
"categoryId": "docs",
|
|
1109
1413
|
"title": "Time Tracking",
|
|
1110
1414
|
"description": "",
|
|
@@ -1442,6 +1746,15 @@
|
|
|
1442
1746
|
"updatedAt": "Recently",
|
|
1443
1747
|
"categoryId": "docs"
|
|
1444
1748
|
},
|
|
1749
|
+
{
|
|
1750
|
+
"id": "docs-books-books-overview",
|
|
1751
|
+
"title": "Books (Accounting & Finance)",
|
|
1752
|
+
"description": "",
|
|
1753
|
+
"slug": "books-books-overview",
|
|
1754
|
+
"author": "Documentation",
|
|
1755
|
+
"updatedAt": "Recently",
|
|
1756
|
+
"categoryId": "docs"
|
|
1757
|
+
},
|
|
1445
1758
|
{
|
|
1446
1759
|
"id": "docs-budget-and-estimates",
|
|
1447
1760
|
"title": "Budget and estimates",
|
|
@@ -1523,6 +1836,15 @@
|
|
|
1523
1836
|
"updatedAt": "Recently",
|
|
1524
1837
|
"categoryId": "docs"
|
|
1525
1838
|
},
|
|
1839
|
+
{
|
|
1840
|
+
"id": "docs-books-dashboard",
|
|
1841
|
+
"title": "Dashboard",
|
|
1842
|
+
"description": "",
|
|
1843
|
+
"slug": "books-dashboard",
|
|
1844
|
+
"author": "Documentation",
|
|
1845
|
+
"updatedAt": "Recently",
|
|
1846
|
+
"categoryId": "docs"
|
|
1847
|
+
},
|
|
1526
1848
|
{
|
|
1527
1849
|
"id": "docs-deleting-account",
|
|
1528
1850
|
"title": "Deleting Account",
|
|
@@ -1532,6 +1854,15 @@
|
|
|
1532
1854
|
"updatedAt": "Recently",
|
|
1533
1855
|
"categoryId": "docs"
|
|
1534
1856
|
},
|
|
1857
|
+
{
|
|
1858
|
+
"id": "docs-books-expenses",
|
|
1859
|
+
"title": "Expense Management",
|
|
1860
|
+
"description": "",
|
|
1861
|
+
"slug": "books-expenses",
|
|
1862
|
+
"author": "Documentation",
|
|
1863
|
+
"updatedAt": "Recently",
|
|
1864
|
+
"categoryId": "docs"
|
|
1865
|
+
},
|
|
1535
1866
|
{
|
|
1536
1867
|
"id": "docs-force-timer",
|
|
1537
1868
|
"title": "Force timer",
|
|
@@ -1586,6 +1917,42 @@
|
|
|
1586
1917
|
"updatedAt": "Recently",
|
|
1587
1918
|
"categoryId": "docs"
|
|
1588
1919
|
},
|
|
1920
|
+
{
|
|
1921
|
+
"id": "docs-hrm-dashboard",
|
|
1922
|
+
"title": "HR Dashboard",
|
|
1923
|
+
"description": "",
|
|
1924
|
+
"slug": "hrm-dashboard",
|
|
1925
|
+
"author": "Documentation",
|
|
1926
|
+
"updatedAt": "Recently",
|
|
1927
|
+
"categoryId": "docs"
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"id": "docs-hrm-hr-letters",
|
|
1931
|
+
"title": "HR Letters",
|
|
1932
|
+
"description": "",
|
|
1933
|
+
"slug": "hrm-hr-letters",
|
|
1934
|
+
"author": "Documentation",
|
|
1935
|
+
"updatedAt": "Recently",
|
|
1936
|
+
"categoryId": "docs"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"id": "docs-hrm-settings",
|
|
1940
|
+
"title": "HRM Settings",
|
|
1941
|
+
"description": "",
|
|
1942
|
+
"slug": "hrm-settings",
|
|
1943
|
+
"author": "Documentation",
|
|
1944
|
+
"updatedAt": "Recently",
|
|
1945
|
+
"categoryId": "docs"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"id": "docs-hrm-hrm-overview",
|
|
1949
|
+
"title": "Human Resource Management (HRM)",
|
|
1950
|
+
"description": "",
|
|
1951
|
+
"slug": "hrm-hrm-overview",
|
|
1952
|
+
"author": "Documentation",
|
|
1953
|
+
"updatedAt": "Recently",
|
|
1954
|
+
"categoryId": "docs"
|
|
1955
|
+
},
|
|
1589
1956
|
{
|
|
1590
1957
|
"id": "docs-import-clients-projects",
|
|
1591
1958
|
"title": "Import clients, projects, and tasks",
|
|
@@ -1667,6 +2034,51 @@
|
|
|
1667
2034
|
"updatedAt": "Recently",
|
|
1668
2035
|
"categoryId": "docs"
|
|
1669
2036
|
},
|
|
2037
|
+
{
|
|
2038
|
+
"id": "docs-hrm-members",
|
|
2039
|
+
"title": "Members & Invitations",
|
|
2040
|
+
"description": "",
|
|
2041
|
+
"slug": "hrm-members",
|
|
2042
|
+
"author": "Documentation",
|
|
2043
|
+
"updatedAt": "Recently",
|
|
2044
|
+
"categoryId": "docs"
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"id": "docs-hrm-my-space",
|
|
2048
|
+
"title": "My Space — Employee Profile",
|
|
2049
|
+
"description": "",
|
|
2050
|
+
"slug": "hrm-my-space",
|
|
2051
|
+
"author": "Documentation",
|
|
2052
|
+
"updatedAt": "Recently",
|
|
2053
|
+
"categoryId": "docs"
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"id": "docs-books-notes",
|
|
2057
|
+
"title": "Notes",
|
|
2058
|
+
"description": "",
|
|
2059
|
+
"slug": "books-notes",
|
|
2060
|
+
"author": "Documentation",
|
|
2061
|
+
"updatedAt": "Recently",
|
|
2062
|
+
"categoryId": "docs"
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"id": "docs-hrm-offboarding",
|
|
2066
|
+
"title": "Offboarding / Exit Request",
|
|
2067
|
+
"description": "",
|
|
2068
|
+
"slug": "hrm-offboarding",
|
|
2069
|
+
"author": "Documentation",
|
|
2070
|
+
"updatedAt": "Recently",
|
|
2071
|
+
"categoryId": "docs"
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"id": "docs-hrm-onboarding",
|
|
2075
|
+
"title": "Onboarding",
|
|
2076
|
+
"description": "",
|
|
2077
|
+
"slug": "hrm-onboarding",
|
|
2078
|
+
"author": "Documentation",
|
|
2079
|
+
"updatedAt": "Recently",
|
|
2080
|
+
"categoryId": "docs"
|
|
2081
|
+
},
|
|
1670
2082
|
{
|
|
1671
2083
|
"id": "docs-paypalsetup",
|
|
1672
2084
|
"title": "PayPal Payroll Setup",
|
|
@@ -1703,6 +2115,15 @@
|
|
|
1703
2115
|
"updatedAt": "Recently",
|
|
1704
2116
|
"categoryId": "docs"
|
|
1705
2117
|
},
|
|
2118
|
+
{
|
|
2119
|
+
"id": "docs-books-purchase-orders",
|
|
2120
|
+
"title": "Purchase Orders",
|
|
2121
|
+
"description": "",
|
|
2122
|
+
"slug": "books-purchase-orders",
|
|
2123
|
+
"author": "Documentation",
|
|
2124
|
+
"updatedAt": "Recently",
|
|
2125
|
+
"categoryId": "docs"
|
|
2126
|
+
},
|
|
1706
2127
|
{
|
|
1707
2128
|
"id": "docs-project-filter",
|
|
1708
2129
|
"title": "Quickly finding projects/tasks",
|
|
@@ -1730,6 +2151,24 @@
|
|
|
1730
2151
|
"updatedAt": "Recently",
|
|
1731
2152
|
"categoryId": "docs"
|
|
1732
2153
|
},
|
|
2154
|
+
{
|
|
2155
|
+
"id": "docs-books-sales-orders",
|
|
2156
|
+
"title": "Sales Orders",
|
|
2157
|
+
"description": "",
|
|
2158
|
+
"slug": "books-sales-orders",
|
|
2159
|
+
"author": "Documentation",
|
|
2160
|
+
"updatedAt": "Recently",
|
|
2161
|
+
"categoryId": "docs"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"id": "docs-books-quotes",
|
|
2165
|
+
"title": "Sales Quotes",
|
|
2166
|
+
"description": "",
|
|
2167
|
+
"slug": "books-quotes",
|
|
2168
|
+
"author": "Documentation",
|
|
2169
|
+
"updatedAt": "Recently",
|
|
2170
|
+
"categoryId": "docs"
|
|
2171
|
+
},
|
|
1733
2172
|
{
|
|
1734
2173
|
"id": "docs-scheduled-reports",
|
|
1735
2174
|
"title": "Scheduled reports",
|
|
@@ -1802,6 +2241,15 @@
|
|
|
1802
2241
|
"updatedAt": "Recently",
|
|
1803
2242
|
"categoryId": "docs"
|
|
1804
2243
|
},
|
|
2244
|
+
{
|
|
2245
|
+
"id": "docs-hrm-leave",
|
|
2246
|
+
"title": "Time Off / Leave Management",
|
|
2247
|
+
"description": "",
|
|
2248
|
+
"slug": "hrm-leave",
|
|
2249
|
+
"author": "Documentation",
|
|
2250
|
+
"updatedAt": "Recently",
|
|
2251
|
+
"categoryId": "docs"
|
|
2252
|
+
},
|
|
1805
2253
|
{
|
|
1806
2254
|
"id": "docs-time-rounding",
|
|
1807
2255
|
"title": "Time Rounding",
|
|
@@ -1812,19 +2260,19 @@
|
|
|
1812
2260
|
"categoryId": "docs"
|
|
1813
2261
|
},
|
|
1814
2262
|
{
|
|
1815
|
-
"id": "docs-timetracking-main",
|
|
2263
|
+
"id": "docs-timer-timetracking-main",
|
|
1816
2264
|
"title": "Time Tracking",
|
|
1817
2265
|
"description": "",
|
|
1818
|
-
"slug": "timetracking-main",
|
|
2266
|
+
"slug": "timer-timetracking-main",
|
|
1819
2267
|
"author": "Documentation",
|
|
1820
2268
|
"updatedAt": "Recently",
|
|
1821
2269
|
"categoryId": "docs"
|
|
1822
2270
|
},
|
|
1823
2271
|
{
|
|
1824
|
-
"id": "docs-timetracking",
|
|
2272
|
+
"id": "docs-timer-timetracking",
|
|
1825
2273
|
"title": "Time Tracking",
|
|
1826
2274
|
"description": "",
|
|
1827
|
-
"slug": "timetracking",
|
|
2275
|
+
"slug": "timer-timetracking",
|
|
1828
2276
|
"author": "Documentation",
|
|
1829
2277
|
"updatedAt": "Recently",
|
|
1830
2278
|
"categoryId": "docs"
|
|
@@ -1847,6 +2295,15 @@
|
|
|
1847
2295
|
"updatedAt": "Recently",
|
|
1848
2296
|
"categoryId": "docs"
|
|
1849
2297
|
},
|
|
2298
|
+
{
|
|
2299
|
+
"id": "docs-hrm-travel",
|
|
2300
|
+
"title": "Travel Management",
|
|
2301
|
+
"description": "",
|
|
2302
|
+
"slug": "hrm-travel",
|
|
2303
|
+
"author": "Documentation",
|
|
2304
|
+
"updatedAt": "Recently",
|
|
2305
|
+
"categoryId": "docs"
|
|
2306
|
+
},
|
|
1850
2307
|
{
|
|
1851
2308
|
"id": "docs-upgrade-and-subscription",
|
|
1852
2309
|
"title": "Upgrade and subscription",
|
|
@@ -1874,6 +2331,24 @@
|
|
|
1874
2331
|
"updatedAt": "Recently",
|
|
1875
2332
|
"categoryId": "docs"
|
|
1876
2333
|
},
|
|
2334
|
+
{
|
|
2335
|
+
"id": "docs-books-vendor-credits",
|
|
2336
|
+
"title": "Vendor Credits",
|
|
2337
|
+
"description": "",
|
|
2338
|
+
"slug": "books-vendor-credits",
|
|
2339
|
+
"author": "Documentation",
|
|
2340
|
+
"updatedAt": "Recently",
|
|
2341
|
+
"categoryId": "docs"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"id": "docs-books-vendors",
|
|
2345
|
+
"title": "Vendor Management",
|
|
2346
|
+
"description": "",
|
|
2347
|
+
"slug": "books-vendors",
|
|
2348
|
+
"author": "Documentation",
|
|
2349
|
+
"updatedAt": "Recently",
|
|
2350
|
+
"categoryId": "docs"
|
|
2351
|
+
},
|
|
1877
2352
|
{
|
|
1878
2353
|
"id": "docs-who-can-do-what",
|
|
1879
2354
|
"title": "Who Can Do What",
|
|
@@ -1930,6 +2405,15 @@
|
|
|
1930
2405
|
"docs-invoicing": "/content/docs/Invoicing.md",
|
|
1931
2406
|
"docs-screenshots": "/content/docs/Screenshots.md",
|
|
1932
2407
|
"docs-add-time-for-others": "/content/docs/add-time-for-others.md",
|
|
2408
|
+
"docs-books-books-overview": "/content/docs/books/books-overview.md",
|
|
2409
|
+
"docs-books-dashboard": "/content/docs/books/dashboard.md",
|
|
2410
|
+
"docs-books-expenses": "/content/docs/books/expenses.md",
|
|
2411
|
+
"docs-books-notes": "/content/docs/books/notes.md",
|
|
2412
|
+
"docs-books-purchase-orders": "/content/docs/books/purchase-orders.md",
|
|
2413
|
+
"docs-books-quotes": "/content/docs/books/quotes.md",
|
|
2414
|
+
"docs-books-sales-orders": "/content/docs/books/sales-orders.md",
|
|
2415
|
+
"docs-books-vendor-credits": "/content/docs/books/vendor-credits.md",
|
|
2416
|
+
"docs-books-vendors": "/content/docs/books/vendors.md",
|
|
1933
2417
|
"docs-budget-and-estimates": "/content/docs/budget-and-estimates.md",
|
|
1934
2418
|
"docs-bulk-edit": "/content/docs/bulk-edit.md",
|
|
1935
2419
|
"docs-change-mail-address": "/content/docs/change-mail-address.md",
|
|
@@ -1946,6 +2430,16 @@
|
|
|
1946
2430
|
"docs-gettingstarted": "/content/docs/gettingstarted.md",
|
|
1947
2431
|
"docs-hide-time-and-pages": "/content/docs/hide-time-and-pages.md",
|
|
1948
2432
|
"docs-how-are-activity-levels-calculated": "/content/docs/how-are-activity-levels-calculated.md",
|
|
2433
|
+
"docs-hrm-dashboard": "/content/docs/hrm/dashboard.md",
|
|
2434
|
+
"docs-hrm-hr-letters": "/content/docs/hrm/hr-letters.md",
|
|
2435
|
+
"docs-hrm-hrm-overview": "/content/docs/hrm/hrm-overview.md",
|
|
2436
|
+
"docs-hrm-leave": "/content/docs/hrm/leave.md",
|
|
2437
|
+
"docs-hrm-members": "/content/docs/hrm/members.md",
|
|
2438
|
+
"docs-hrm-my-space": "/content/docs/hrm/my-space.md",
|
|
2439
|
+
"docs-hrm-offboarding": "/content/docs/hrm/offboarding.md",
|
|
2440
|
+
"docs-hrm-onboarding": "/content/docs/hrm/onboarding.md",
|
|
2441
|
+
"docs-hrm-settings": "/content/docs/hrm/settings.md",
|
|
2442
|
+
"docs-hrm-travel": "/content/docs/hrm/travel.md",
|
|
1949
2443
|
"docs-import-clients-projects": "/content/docs/import-clients-projects.md",
|
|
1950
2444
|
"docs-import-timesheets": "/content/docs/import-timesheets.md",
|
|
1951
2445
|
"docs-inviting-users": "/content/docs/inviting-users.md",
|
|
@@ -1969,8 +2463,8 @@
|
|
|
1969
2463
|
"docs-time-audit": "/content/docs/time-audit.md",
|
|
1970
2464
|
"docs-time-rounding": "/content/docs/time-rounding.md",
|
|
1971
2465
|
"docs-time-zones": "/content/docs/time-zones.md",
|
|
1972
|
-
"docs-timetracking-main": "/content/docs/timetracking-main.md",
|
|
1973
|
-
"docs-timetracking": "/content/docs/timetracking.md",
|
|
2466
|
+
"docs-timer-timetracking-main": "/content/docs/timer/timetracking-main.md",
|
|
2467
|
+
"docs-timer-timetracking": "/content/docs/timer/timetracking.md",
|
|
1974
2468
|
"docs-tracking-project-progress": "/content/docs/tracking-project-progress.md",
|
|
1975
2469
|
"docs-upgrade-and-subscription": "/content/docs/upgrade-and-subscription.md",
|
|
1976
2470
|
"docs-user-groups": "/content/docs/user-groups.md",
|
|
@@ -2436,6 +2930,426 @@
|
|
|
2436
2930
|
"name": "docs",
|
|
2437
2931
|
"path": "docs",
|
|
2438
2932
|
"children": [
|
|
2933
|
+
{
|
|
2934
|
+
"type": "directory",
|
|
2935
|
+
"name": "books",
|
|
2936
|
+
"path": "docs/books",
|
|
2937
|
+
"children": [
|
|
2938
|
+
{
|
|
2939
|
+
"type": "file",
|
|
2940
|
+
"name": "books-overview",
|
|
2941
|
+
"title": "Books (Accounting & Finance)",
|
|
2942
|
+
"path": "docs/books/books-overview.md",
|
|
2943
|
+
"contentId": "docs-books-books-overview",
|
|
2944
|
+
"slug": "books-books-overview",
|
|
2945
|
+
"categoryId": "docs",
|
|
2946
|
+
"filePath": "/content/docs/docs/books/books-overview.md",
|
|
2947
|
+
"relativePath": "docs/books/books-overview.md",
|
|
2948
|
+
"description": "",
|
|
2949
|
+
"author": "Documentation",
|
|
2950
|
+
"updatedAt": "Recently",
|
|
2951
|
+
"frontmatter": {
|
|
2952
|
+
"id": "books-overview",
|
|
2953
|
+
"title": "Books (Accounting & Finance)",
|
|
2954
|
+
"sidebar_label": "Books Overview"
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"type": "file",
|
|
2959
|
+
"name": "dashboard",
|
|
2960
|
+
"title": "Dashboard",
|
|
2961
|
+
"path": "docs/books/dashboard.md",
|
|
2962
|
+
"contentId": "docs-books-dashboard",
|
|
2963
|
+
"slug": "books-dashboard",
|
|
2964
|
+
"categoryId": "docs",
|
|
2965
|
+
"filePath": "/content/docs/docs/books/dashboard.md",
|
|
2966
|
+
"relativePath": "docs/books/dashboard.md",
|
|
2967
|
+
"description": "",
|
|
2968
|
+
"author": "Documentation",
|
|
2969
|
+
"updatedAt": "Recently",
|
|
2970
|
+
"frontmatter": {
|
|
2971
|
+
"id": "books-dashboard",
|
|
2972
|
+
"title": "Dashboard",
|
|
2973
|
+
"sidebar_label": "Dashboard"
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"type": "file",
|
|
2978
|
+
"name": "expenses",
|
|
2979
|
+
"title": "Expense Management",
|
|
2980
|
+
"path": "docs/books/expenses.md",
|
|
2981
|
+
"contentId": "docs-books-expenses",
|
|
2982
|
+
"slug": "books-expenses",
|
|
2983
|
+
"categoryId": "docs",
|
|
2984
|
+
"filePath": "/content/docs/docs/books/expenses.md",
|
|
2985
|
+
"relativePath": "docs/books/expenses.md",
|
|
2986
|
+
"description": "",
|
|
2987
|
+
"author": "Documentation",
|
|
2988
|
+
"updatedAt": "Recently",
|
|
2989
|
+
"frontmatter": {
|
|
2990
|
+
"id": "books-expenses",
|
|
2991
|
+
"title": "Expense Management",
|
|
2992
|
+
"sidebar_label": "Expenses"
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"type": "file",
|
|
2997
|
+
"name": "notes",
|
|
2998
|
+
"title": "Notes",
|
|
2999
|
+
"path": "docs/books/notes.md",
|
|
3000
|
+
"contentId": "docs-books-notes",
|
|
3001
|
+
"slug": "books-notes",
|
|
3002
|
+
"categoryId": "docs",
|
|
3003
|
+
"filePath": "/content/docs/docs/books/notes.md",
|
|
3004
|
+
"relativePath": "docs/books/notes.md",
|
|
3005
|
+
"description": "",
|
|
3006
|
+
"author": "Documentation",
|
|
3007
|
+
"updatedAt": "Recently",
|
|
3008
|
+
"frontmatter": {
|
|
3009
|
+
"id": "books-notes",
|
|
3010
|
+
"title": "Notes",
|
|
3011
|
+
"sidebar_label": "Notes"
|
|
3012
|
+
}
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"type": "file",
|
|
3016
|
+
"name": "purchase-orders",
|
|
3017
|
+
"title": "Purchase Orders",
|
|
3018
|
+
"path": "docs/books/purchase-orders.md",
|
|
3019
|
+
"contentId": "docs-books-purchase-orders",
|
|
3020
|
+
"slug": "books-purchase-orders",
|
|
3021
|
+
"categoryId": "docs",
|
|
3022
|
+
"filePath": "/content/docs/docs/books/purchase-orders.md",
|
|
3023
|
+
"relativePath": "docs/books/purchase-orders.md",
|
|
3024
|
+
"description": "",
|
|
3025
|
+
"author": "Documentation",
|
|
3026
|
+
"updatedAt": "Recently",
|
|
3027
|
+
"frontmatter": {
|
|
3028
|
+
"id": "books-purchase-orders",
|
|
3029
|
+
"title": "Purchase Orders",
|
|
3030
|
+
"sidebar_label": "Purchase Orders"
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"type": "file",
|
|
3035
|
+
"name": "quotes",
|
|
3036
|
+
"title": "Sales Quotes",
|
|
3037
|
+
"path": "docs/books/quotes.md",
|
|
3038
|
+
"contentId": "docs-books-quotes",
|
|
3039
|
+
"slug": "books-quotes",
|
|
3040
|
+
"categoryId": "docs",
|
|
3041
|
+
"filePath": "/content/docs/docs/books/quotes.md",
|
|
3042
|
+
"relativePath": "docs/books/quotes.md",
|
|
3043
|
+
"description": "",
|
|
3044
|
+
"author": "Documentation",
|
|
3045
|
+
"updatedAt": "Recently",
|
|
3046
|
+
"frontmatter": {
|
|
3047
|
+
"id": "books-quotes",
|
|
3048
|
+
"title": "Sales Quotes",
|
|
3049
|
+
"sidebar_label": "Quotes"
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"type": "file",
|
|
3054
|
+
"name": "sales-orders",
|
|
3055
|
+
"title": "Sales Orders",
|
|
3056
|
+
"path": "docs/books/sales-orders.md",
|
|
3057
|
+
"contentId": "docs-books-sales-orders",
|
|
3058
|
+
"slug": "books-sales-orders",
|
|
3059
|
+
"categoryId": "docs",
|
|
3060
|
+
"filePath": "/content/docs/docs/books/sales-orders.md",
|
|
3061
|
+
"relativePath": "docs/books/sales-orders.md",
|
|
3062
|
+
"description": "",
|
|
3063
|
+
"author": "Documentation",
|
|
3064
|
+
"updatedAt": "Recently",
|
|
3065
|
+
"frontmatter": {
|
|
3066
|
+
"id": "books-sales-orders",
|
|
3067
|
+
"title": "Sales Orders",
|
|
3068
|
+
"sidebar_label": "Sales Orders"
|
|
3069
|
+
}
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"type": "file",
|
|
3073
|
+
"name": "vendor-credits",
|
|
3074
|
+
"title": "Vendor Credits",
|
|
3075
|
+
"path": "docs/books/vendor-credits.md",
|
|
3076
|
+
"contentId": "docs-books-vendor-credits",
|
|
3077
|
+
"slug": "books-vendor-credits",
|
|
3078
|
+
"categoryId": "docs",
|
|
3079
|
+
"filePath": "/content/docs/docs/books/vendor-credits.md",
|
|
3080
|
+
"relativePath": "docs/books/vendor-credits.md",
|
|
3081
|
+
"description": "",
|
|
3082
|
+
"author": "Documentation",
|
|
3083
|
+
"updatedAt": "Recently",
|
|
3084
|
+
"frontmatter": {
|
|
3085
|
+
"id": "books-vendor-credits",
|
|
3086
|
+
"title": "Vendor Credits",
|
|
3087
|
+
"sidebar_label": "Vendor Credits"
|
|
3088
|
+
}
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"type": "file",
|
|
3092
|
+
"name": "vendors",
|
|
3093
|
+
"title": "Vendor Management",
|
|
3094
|
+
"path": "docs/books/vendors.md",
|
|
3095
|
+
"contentId": "docs-books-vendors",
|
|
3096
|
+
"slug": "books-vendors",
|
|
3097
|
+
"categoryId": "docs",
|
|
3098
|
+
"filePath": "/content/docs/docs/books/vendors.md",
|
|
3099
|
+
"relativePath": "docs/books/vendors.md",
|
|
3100
|
+
"description": "",
|
|
3101
|
+
"author": "Documentation",
|
|
3102
|
+
"updatedAt": "Recently",
|
|
3103
|
+
"frontmatter": {
|
|
3104
|
+
"id": "books-vendors",
|
|
3105
|
+
"title": "Vendor Management",
|
|
3106
|
+
"sidebar_label": "Vendors"
|
|
3107
|
+
}
|
|
3108
|
+
}
|
|
3109
|
+
]
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"type": "directory",
|
|
3113
|
+
"name": "hrm",
|
|
3114
|
+
"path": "docs/hrm",
|
|
3115
|
+
"children": [
|
|
3116
|
+
{
|
|
3117
|
+
"type": "file",
|
|
3118
|
+
"name": "dashboard",
|
|
3119
|
+
"title": "HR Dashboard",
|
|
3120
|
+
"path": "docs/hrm/dashboard.md",
|
|
3121
|
+
"contentId": "docs-hrm-dashboard",
|
|
3122
|
+
"slug": "hrm-dashboard",
|
|
3123
|
+
"categoryId": "docs",
|
|
3124
|
+
"filePath": "/content/docs/docs/hrm/dashboard.md",
|
|
3125
|
+
"relativePath": "docs/hrm/dashboard.md",
|
|
3126
|
+
"description": "",
|
|
3127
|
+
"author": "Documentation",
|
|
3128
|
+
"updatedAt": "Recently",
|
|
3129
|
+
"frontmatter": {
|
|
3130
|
+
"id": "hrm-dashboard",
|
|
3131
|
+
"title": "HR Dashboard",
|
|
3132
|
+
"sidebar_label": "HR Dashboard"
|
|
3133
|
+
}
|
|
3134
|
+
},
|
|
3135
|
+
{
|
|
3136
|
+
"type": "file",
|
|
3137
|
+
"name": "hr-letters",
|
|
3138
|
+
"title": "HR Letters",
|
|
3139
|
+
"path": "docs/hrm/hr-letters.md",
|
|
3140
|
+
"contentId": "docs-hrm-hr-letters",
|
|
3141
|
+
"slug": "hrm-hr-letters",
|
|
3142
|
+
"categoryId": "docs",
|
|
3143
|
+
"filePath": "/content/docs/docs/hrm/hr-letters.md",
|
|
3144
|
+
"relativePath": "docs/hrm/hr-letters.md",
|
|
3145
|
+
"description": "",
|
|
3146
|
+
"author": "Documentation",
|
|
3147
|
+
"updatedAt": "Recently",
|
|
3148
|
+
"frontmatter": {
|
|
3149
|
+
"id": "hrm-hr-letters",
|
|
3150
|
+
"title": "HR Letters",
|
|
3151
|
+
"sidebar_label": "HR Letters"
|
|
3152
|
+
}
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
"type": "file",
|
|
3156
|
+
"name": "hrm-overview",
|
|
3157
|
+
"title": "Human Resource Management (HRM)",
|
|
3158
|
+
"path": "docs/hrm/hrm-overview.md",
|
|
3159
|
+
"contentId": "docs-hrm-hrm-overview",
|
|
3160
|
+
"slug": "hrm-hrm-overview",
|
|
3161
|
+
"categoryId": "docs",
|
|
3162
|
+
"filePath": "/content/docs/docs/hrm/hrm-overview.md",
|
|
3163
|
+
"relativePath": "docs/hrm/hrm-overview.md",
|
|
3164
|
+
"description": "",
|
|
3165
|
+
"author": "Documentation",
|
|
3166
|
+
"updatedAt": "Recently",
|
|
3167
|
+
"frontmatter": {
|
|
3168
|
+
"id": "hrm-overview",
|
|
3169
|
+
"title": "Human Resource Management (HRM)",
|
|
3170
|
+
"sidebar_label": "HRM Overview"
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"type": "file",
|
|
3175
|
+
"name": "leave",
|
|
3176
|
+
"title": "Time Off / Leave Management",
|
|
3177
|
+
"path": "docs/hrm/leave.md",
|
|
3178
|
+
"contentId": "docs-hrm-leave",
|
|
3179
|
+
"slug": "hrm-leave",
|
|
3180
|
+
"categoryId": "docs",
|
|
3181
|
+
"filePath": "/content/docs/docs/hrm/leave.md",
|
|
3182
|
+
"relativePath": "docs/hrm/leave.md",
|
|
3183
|
+
"description": "",
|
|
3184
|
+
"author": "Documentation",
|
|
3185
|
+
"updatedAt": "Recently",
|
|
3186
|
+
"frontmatter": {
|
|
3187
|
+
"id": "hrm-leave",
|
|
3188
|
+
"title": "Time Off / Leave Management",
|
|
3189
|
+
"sidebar_label": "Time Off / Leave"
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"type": "file",
|
|
3194
|
+
"name": "members",
|
|
3195
|
+
"title": "Members & Invitations",
|
|
3196
|
+
"path": "docs/hrm/members.md",
|
|
3197
|
+
"contentId": "docs-hrm-members",
|
|
3198
|
+
"slug": "hrm-members",
|
|
3199
|
+
"categoryId": "docs",
|
|
3200
|
+
"filePath": "/content/docs/docs/hrm/members.md",
|
|
3201
|
+
"relativePath": "docs/hrm/members.md",
|
|
3202
|
+
"description": "",
|
|
3203
|
+
"author": "Documentation",
|
|
3204
|
+
"updatedAt": "Recently",
|
|
3205
|
+
"frontmatter": {
|
|
3206
|
+
"id": "hrm-members",
|
|
3207
|
+
"title": "Members & Invitations",
|
|
3208
|
+
"sidebar_label": "Members & Invites"
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"type": "file",
|
|
3213
|
+
"name": "my-space",
|
|
3214
|
+
"title": "My Space — Employee Profile",
|
|
3215
|
+
"path": "docs/hrm/my-space.md",
|
|
3216
|
+
"contentId": "docs-hrm-my-space",
|
|
3217
|
+
"slug": "hrm-my-space",
|
|
3218
|
+
"categoryId": "docs",
|
|
3219
|
+
"filePath": "/content/docs/docs/hrm/my-space.md",
|
|
3220
|
+
"relativePath": "docs/hrm/my-space.md",
|
|
3221
|
+
"description": "",
|
|
3222
|
+
"author": "Documentation",
|
|
3223
|
+
"updatedAt": "Recently",
|
|
3224
|
+
"frontmatter": {
|
|
3225
|
+
"id": "hrm-my-space",
|
|
3226
|
+
"title": "My Space — Employee Profile",
|
|
3227
|
+
"sidebar_label": "My Space"
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"type": "file",
|
|
3232
|
+
"name": "offboarding",
|
|
3233
|
+
"title": "Offboarding / Exit Request",
|
|
3234
|
+
"path": "docs/hrm/offboarding.md",
|
|
3235
|
+
"contentId": "docs-hrm-offboarding",
|
|
3236
|
+
"slug": "hrm-offboarding",
|
|
3237
|
+
"categoryId": "docs",
|
|
3238
|
+
"filePath": "/content/docs/docs/hrm/offboarding.md",
|
|
3239
|
+
"relativePath": "docs/hrm/offboarding.md",
|
|
3240
|
+
"description": "",
|
|
3241
|
+
"author": "Documentation",
|
|
3242
|
+
"updatedAt": "Recently",
|
|
3243
|
+
"frontmatter": {
|
|
3244
|
+
"id": "hrm-offboarding",
|
|
3245
|
+
"title": "Offboarding / Exit Request",
|
|
3246
|
+
"sidebar_label": "Offboarding"
|
|
3247
|
+
}
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"type": "file",
|
|
3251
|
+
"name": "onboarding",
|
|
3252
|
+
"title": "Onboarding",
|
|
3253
|
+
"path": "docs/hrm/onboarding.md",
|
|
3254
|
+
"contentId": "docs-hrm-onboarding",
|
|
3255
|
+
"slug": "hrm-onboarding",
|
|
3256
|
+
"categoryId": "docs",
|
|
3257
|
+
"filePath": "/content/docs/docs/hrm/onboarding.md",
|
|
3258
|
+
"relativePath": "docs/hrm/onboarding.md",
|
|
3259
|
+
"description": "",
|
|
3260
|
+
"author": "Documentation",
|
|
3261
|
+
"updatedAt": "Recently",
|
|
3262
|
+
"frontmatter": {
|
|
3263
|
+
"id": "hrm-onboarding",
|
|
3264
|
+
"title": "Onboarding",
|
|
3265
|
+
"sidebar_label": "Onboarding"
|
|
3266
|
+
}
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
"type": "file",
|
|
3270
|
+
"name": "settings",
|
|
3271
|
+
"title": "HRM Settings",
|
|
3272
|
+
"path": "docs/hrm/settings.md",
|
|
3273
|
+
"contentId": "docs-hrm-settings",
|
|
3274
|
+
"slug": "hrm-settings",
|
|
3275
|
+
"categoryId": "docs",
|
|
3276
|
+
"filePath": "/content/docs/docs/hrm/settings.md",
|
|
3277
|
+
"relativePath": "docs/hrm/settings.md",
|
|
3278
|
+
"description": "",
|
|
3279
|
+
"author": "Documentation",
|
|
3280
|
+
"updatedAt": "Recently",
|
|
3281
|
+
"frontmatter": {
|
|
3282
|
+
"id": "hrm-settings",
|
|
3283
|
+
"title": "HRM Settings",
|
|
3284
|
+
"sidebar_label": "Settings"
|
|
3285
|
+
}
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
"type": "file",
|
|
3289
|
+
"name": "travel",
|
|
3290
|
+
"title": "Travel Management",
|
|
3291
|
+
"path": "docs/hrm/travel.md",
|
|
3292
|
+
"contentId": "docs-hrm-travel",
|
|
3293
|
+
"slug": "hrm-travel",
|
|
3294
|
+
"categoryId": "docs",
|
|
3295
|
+
"filePath": "/content/docs/docs/hrm/travel.md",
|
|
3296
|
+
"relativePath": "docs/hrm/travel.md",
|
|
3297
|
+
"description": "",
|
|
3298
|
+
"author": "Documentation",
|
|
3299
|
+
"updatedAt": "Recently",
|
|
3300
|
+
"frontmatter": {
|
|
3301
|
+
"id": "hrm-travel",
|
|
3302
|
+
"title": "Travel Management",
|
|
3303
|
+
"sidebar_label": "Travel"
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
]
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"type": "directory",
|
|
3310
|
+
"name": "timer",
|
|
3311
|
+
"path": "docs/timer",
|
|
3312
|
+
"children": [
|
|
3313
|
+
{
|
|
3314
|
+
"type": "file",
|
|
3315
|
+
"name": "timetracking-main",
|
|
3316
|
+
"title": "Time Tracking",
|
|
3317
|
+
"path": "docs/timer/timetracking-main.md",
|
|
3318
|
+
"contentId": "docs-timer-timetracking-main",
|
|
3319
|
+
"slug": "timer-timetracking-main",
|
|
3320
|
+
"categoryId": "docs",
|
|
3321
|
+
"filePath": "/content/docs/docs/timer/timetracking-main.md",
|
|
3322
|
+
"relativePath": "docs/timer/timetracking-main.md",
|
|
3323
|
+
"description": "",
|
|
3324
|
+
"author": "Documentation",
|
|
3325
|
+
"updatedAt": "Recently",
|
|
3326
|
+
"frontmatter": {
|
|
3327
|
+
"id": "timetracking-main",
|
|
3328
|
+
"title": "Time Tracking",
|
|
3329
|
+
"sidebar_label": "Time tracking"
|
|
3330
|
+
}
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"type": "file",
|
|
3334
|
+
"name": "timetracking",
|
|
3335
|
+
"title": "Time Tracking",
|
|
3336
|
+
"path": "docs/timer/timetracking.md",
|
|
3337
|
+
"contentId": "docs-timer-timetracking",
|
|
3338
|
+
"slug": "timer-timetracking",
|
|
3339
|
+
"categoryId": "docs",
|
|
3340
|
+
"filePath": "/content/docs/docs/timer/timetracking.md",
|
|
3341
|
+
"relativePath": "docs/timer/timetracking.md",
|
|
3342
|
+
"description": "",
|
|
3343
|
+
"author": "Documentation",
|
|
3344
|
+
"updatedAt": "Recently",
|
|
3345
|
+
"frontmatter": {
|
|
3346
|
+
"id": "timetracking",
|
|
3347
|
+
"title": "Time Tracking",
|
|
3348
|
+
"sidebar_label": "Time tracking"
|
|
3349
|
+
}
|
|
3350
|
+
}
|
|
3351
|
+
]
|
|
3352
|
+
},
|
|
2439
3353
|
{
|
|
2440
3354
|
"type": "file",
|
|
2441
3355
|
"name": "add-time-for-others",
|
|
@@ -3272,44 +4186,6 @@
|
|
|
3272
4186
|
"sidebar_label": "Time zones"
|
|
3273
4187
|
}
|
|
3274
4188
|
},
|
|
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
4189
|
{
|
|
3314
4190
|
"type": "file",
|
|
3315
4191
|
"name": "tracking-project-progress",
|
|
@@ -3579,6 +4455,153 @@
|
|
|
3579
4455
|
"title": "Docs",
|
|
3580
4456
|
"path": null,
|
|
3581
4457
|
"children": [
|
|
4458
|
+
{
|
|
4459
|
+
"title": "Books",
|
|
4460
|
+
"path": null,
|
|
4461
|
+
"children": [
|
|
4462
|
+
{
|
|
4463
|
+
"title": "Books (Accounting & Finance)",
|
|
4464
|
+
"path": "/help-center/docs/books-books-overview",
|
|
4465
|
+
"children": [],
|
|
4466
|
+
"isFile": true
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
"title": "Dashboard",
|
|
4470
|
+
"path": "/help-center/docs/books-dashboard",
|
|
4471
|
+
"children": [],
|
|
4472
|
+
"isFile": true
|
|
4473
|
+
},
|
|
4474
|
+
{
|
|
4475
|
+
"title": "Expense Management",
|
|
4476
|
+
"path": "/help-center/docs/books-expenses",
|
|
4477
|
+
"children": [],
|
|
4478
|
+
"isFile": true
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"title": "Notes",
|
|
4482
|
+
"path": "/help-center/docs/books-notes",
|
|
4483
|
+
"children": [],
|
|
4484
|
+
"isFile": true
|
|
4485
|
+
},
|
|
4486
|
+
{
|
|
4487
|
+
"title": "Purchase Orders",
|
|
4488
|
+
"path": "/help-center/docs/books-purchase-orders",
|
|
4489
|
+
"children": [],
|
|
4490
|
+
"isFile": true
|
|
4491
|
+
},
|
|
4492
|
+
{
|
|
4493
|
+
"title": "Sales Quotes",
|
|
4494
|
+
"path": "/help-center/docs/books-quotes",
|
|
4495
|
+
"children": [],
|
|
4496
|
+
"isFile": true
|
|
4497
|
+
},
|
|
4498
|
+
{
|
|
4499
|
+
"title": "Sales Orders",
|
|
4500
|
+
"path": "/help-center/docs/books-sales-orders",
|
|
4501
|
+
"children": [],
|
|
4502
|
+
"isFile": true
|
|
4503
|
+
},
|
|
4504
|
+
{
|
|
4505
|
+
"title": "Vendor Credits",
|
|
4506
|
+
"path": "/help-center/docs/books-vendor-credits",
|
|
4507
|
+
"children": [],
|
|
4508
|
+
"isFile": true
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"title": "Vendor Management",
|
|
4512
|
+
"path": "/help-center/docs/books-vendors",
|
|
4513
|
+
"children": [],
|
|
4514
|
+
"isFile": true
|
|
4515
|
+
}
|
|
4516
|
+
],
|
|
4517
|
+
"isFile": false
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
"title": "Hrm",
|
|
4521
|
+
"path": null,
|
|
4522
|
+
"children": [
|
|
4523
|
+
{
|
|
4524
|
+
"title": "HR Dashboard",
|
|
4525
|
+
"path": "/help-center/docs/hrm-dashboard",
|
|
4526
|
+
"children": [],
|
|
4527
|
+
"isFile": true
|
|
4528
|
+
},
|
|
4529
|
+
{
|
|
4530
|
+
"title": "HR Letters",
|
|
4531
|
+
"path": "/help-center/docs/hrm-hr-letters",
|
|
4532
|
+
"children": [],
|
|
4533
|
+
"isFile": true
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"title": "Human Resource Management (HRM)",
|
|
4537
|
+
"path": "/help-center/docs/hrm-hrm-overview",
|
|
4538
|
+
"children": [],
|
|
4539
|
+
"isFile": true
|
|
4540
|
+
},
|
|
4541
|
+
{
|
|
4542
|
+
"title": "Time Off / Leave Management",
|
|
4543
|
+
"path": "/help-center/docs/hrm-leave",
|
|
4544
|
+
"children": [],
|
|
4545
|
+
"isFile": true
|
|
4546
|
+
},
|
|
4547
|
+
{
|
|
4548
|
+
"title": "Members & Invitations",
|
|
4549
|
+
"path": "/help-center/docs/hrm-members",
|
|
4550
|
+
"children": [],
|
|
4551
|
+
"isFile": true
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
"title": "My Space — Employee Profile",
|
|
4555
|
+
"path": "/help-center/docs/hrm-my-space",
|
|
4556
|
+
"children": [],
|
|
4557
|
+
"isFile": true
|
|
4558
|
+
},
|
|
4559
|
+
{
|
|
4560
|
+
"title": "Offboarding / Exit Request",
|
|
4561
|
+
"path": "/help-center/docs/hrm-offboarding",
|
|
4562
|
+
"children": [],
|
|
4563
|
+
"isFile": true
|
|
4564
|
+
},
|
|
4565
|
+
{
|
|
4566
|
+
"title": "Onboarding",
|
|
4567
|
+
"path": "/help-center/docs/hrm-onboarding",
|
|
4568
|
+
"children": [],
|
|
4569
|
+
"isFile": true
|
|
4570
|
+
},
|
|
4571
|
+
{
|
|
4572
|
+
"title": "HRM Settings",
|
|
4573
|
+
"path": "/help-center/docs/hrm-settings",
|
|
4574
|
+
"children": [],
|
|
4575
|
+
"isFile": true
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
"title": "Travel Management",
|
|
4579
|
+
"path": "/help-center/docs/hrm-travel",
|
|
4580
|
+
"children": [],
|
|
4581
|
+
"isFile": true
|
|
4582
|
+
}
|
|
4583
|
+
],
|
|
4584
|
+
"isFile": false
|
|
4585
|
+
},
|
|
4586
|
+
{
|
|
4587
|
+
"title": "Timer",
|
|
4588
|
+
"path": null,
|
|
4589
|
+
"children": [
|
|
4590
|
+
{
|
|
4591
|
+
"title": "Time Tracking",
|
|
4592
|
+
"path": "/help-center/docs/timer-timetracking-main",
|
|
4593
|
+
"children": [],
|
|
4594
|
+
"isFile": true
|
|
4595
|
+
},
|
|
4596
|
+
{
|
|
4597
|
+
"title": "Time Tracking",
|
|
4598
|
+
"path": "/help-center/docs/timer-timetracking",
|
|
4599
|
+
"children": [],
|
|
4600
|
+
"isFile": true
|
|
4601
|
+
}
|
|
4602
|
+
],
|
|
4603
|
+
"isFile": false
|
|
4604
|
+
},
|
|
3582
4605
|
{
|
|
3583
4606
|
"title": "Add time for others",
|
|
3584
4607
|
"path": "/help-center/docs/add-time-for-others",
|
|
@@ -3843,18 +4866,6 @@
|
|
|
3843
4866
|
"children": [],
|
|
3844
4867
|
"isFile": true
|
|
3845
4868
|
},
|
|
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
4869
|
{
|
|
3859
4870
|
"title": "Tracking project progress",
|
|
3860
4871
|
"path": "/help-center/docs/tracking-project-progress",
|