You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message={"Begin typing a contact's name to see suggested signers from your saved contacts or add new ones. Arrange the signing order by adding signers in the desired sequence. Use the '+' button to include signers and the 'x' to remove them. Each signer will receive an email prompt to sign the document in the order listed."}
Copy file name to clipboardExpand all lines: apps/OpenSign/src/json/ReportJson.js
+19-8Lines changed: 19 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ export default function reportJson(id) {
18
18
btnIcon: "fa fa-plus",
19
19
redirectUrl: "draftDocument"
20
20
}
21
-
]
21
+
],
22
+
helpMsg: "This are documents you have started but have not finalized for sending."
22
23
};
23
24
// Need your sign report
24
25
case"4Hhwbp482K":
@@ -33,7 +34,9 @@ export default function reportJson(id) {
33
34
btnIcon: "fa fa-eye",
34
35
redirectUrl: "pdfRequestFiles"
35
36
}
36
-
]
37
+
],
38
+
helpMsg:
39
+
"This is a list of documents that are waiting for your signature"
37
40
};
38
41
// In progess report
39
42
case"1MwEuxLEkF":
@@ -48,7 +51,9 @@ export default function reportJson(id) {
48
51
btnIcon: "fa fa-eye",
49
52
redirectUrl: "pdfRequestFiles"
50
53
}
51
-
]
54
+
],
55
+
helpMsg:
56
+
"This is a list of documents you've sent to other parties for signature."
52
57
};
53
58
// completed documents report
54
59
case"kQUoW4hUXz":
@@ -63,7 +68,8 @@ export default function reportJson(id) {
63
68
btnIcon: "fa fa-eye",
64
69
redirectUrl: "draftDocument"
65
70
}
66
-
]
71
+
],
72
+
helpMsg: "This is a list of documents that have been signed by all parties."
67
73
};
68
74
// declined documents report
69
75
case"UPr2Fm5WY3":
@@ -78,7 +84,8 @@ export default function reportJson(id) {
78
84
btnIcon: "fa fa-eye",
79
85
redirectUrl: "draftDocument"
80
86
}
81
-
]
87
+
],
88
+
helpMsg: "This is a list of documents that have been declined by one of the signers."
82
89
};
83
90
// Expired Documents report
84
91
case"zNqBHXHsYH":
@@ -93,7 +100,8 @@ export default function reportJson(id) {
93
100
btnIcon: "fa fa-eye",
94
101
redirectUrl: "draftDocument"
95
102
}
96
-
]
103
+
],
104
+
helpMsg: "This is a list of documents that have reached their expiration date."
97
105
};
98
106
// Recently sent for signatures report show on dashboard
99
107
case"d9k3UfYHBc":
@@ -153,7 +161,8 @@ export default function reportJson(id) {
153
161
btnIcon: "fa-solid fa-trash"
154
162
}
155
163
],
156
-
form: "ContactBook"
164
+
form: "ContactBook",
165
+
helpMsg: "This is a list of contacts/signers added by you. These will appear as suggestions when you try to add signers to a new document."
157
166
};
158
167
// template report
159
168
case"6TeaPr321t":
@@ -175,7 +184,9 @@ export default function reportJson(id) {
175
184
btnIcon: "fa fa-plus",
176
185
redirectUrl: "template"
177
186
}
178
-
]
187
+
],
188
+
helpMsg:
189
+
"This is a list of templates that are available to you for creating documents. You can click the 'use' button to create a new document using a template, modify the document & add signers in the next step."
0 commit comments