-
Notifications
You must be signed in to change notification settings - Fork 340
Expand file tree
/
Copy pathApprovals.fx.yaml
More file actions
288 lines (265 loc) · 6.6 KB
/
Approvals.fx.yaml
File metadata and controls
288 lines (265 loc) · 6.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
Approvals As screen:
Button6_2 As button:
BorderStyle: =BorderStyle.None
Color: =RGBA(0, 0, 0, 1)
DisabledFill: =RGBA(230, 230, 230, 1)
Fill: =RGBA(179, 179, 179, 1)
HoverFill: =RGBA(166, 166, 166, 1)
PaddingRight: =5.29
PaddingTop: =5.29
PressedFill: =RGBA(166, 166, 166, 1)
RadiusBottomLeft: =0
RadiusBottomRight: =0
Size: =15.86
Text: ="Approvals"
Width: =169.25
X: =396.66
Y: =30
ZIndex: =1
Button5_2 As button:
BorderStyle: =BorderStyle.None
Color: =RGBA(0, 0, 0, 1)
DisabledFill: =RGBA(230, 230, 230, 1)
Fill: =RGBA(230, 230, 230, 1)
HoverFill: =RGBA(166, 166, 166, 1)
OnSelect: =Navigate(InvoiceLines)
PaddingRight: =5.29
PaddingTop: =5.29
PressedFill: =RGBA(166, 166, 166, 1)
RadiusBottomLeft: =0
RadiusBottomRight: =0
Size: =15.86
Text: ="Line Items"
Width: =169.25
X: =211.55
Y: =30
ZIndex: =2
Button4_2 As button:
BorderStyle: =BorderStyle.None
Color: =RGBA(0, 0, 0, 1)
DisabledFill: =RGBA(230, 230, 230, 1)
Fill: =RGBA(230, 230, 230, 1)
HoverFill: =ColorFade(RGBA(166, 166, 166, 1), -20%)
OnSelect: =Navigate(SplashScreen)
PaddingRight: =5.29
PaddingTop: =5.29
PressedFill: =RGBA(166, 166, 166, 1)
RadiusBottomLeft: =0
RadiusBottomRight: =0
Size: =15.86
Text: ="Details"
Width: =169.25
X: =27.50
Y: =30
ZIndex: =3
Label9_2 As label:
Fill: =RGBA(230, 230, 230, 1)
Height: =574
PaddingRight: =5.29
PaddingTop: =5.29
Size: =13.75
Text: =""
Width: =1268.27
X: =15.86
Y: =65
ZIndex: =4
Label2_4 As label:
Height: =36
PaddingRight: =4.76
PaddingTop: =4.76
Size: =12.37
Text: |-
=Concatenate("Invoice Number: ",varInvoiceNumber)
Width: =261.71
X: =297.23
Y: =74
ZIndex: =7
Label2_5 As label:
Height: =36
PaddingRight: =4.76
PaddingTop: =4.76
Size: =12.37
Text: |-
=Concatenate("Invoice Amount: ",varInvoiceAmount)
Width: =261.71
X: =576.48
Y: =74
ZIndex: =8
Label2_3 As label:
Height: =36
PaddingRight: =4.76
PaddingTop: =4.76
Size: =12.37
Text: |-
=Concatenate("Vendor: ",varVendor)
Width: =261.71
X: =34.91
Y: =74
ZIndex: =9
Label10_1 As label:
Fill: =RGBA(0, 0, 0, 1)
Height: =2
PaddingRight: =5.29
PaddingTop: =5.29
Size: =13.75
Text: =""
Width: =731.98
X: =34.91
Y: =110
ZIndex: =14
Label11 As label:
FontWeight: =FontWeight.Bold
PaddingRight: =5.29
PaddingTop: =5.29
Size: =25.39
Text: ="Review History"
Width: =358.58
X: =38.08
Y: =126
ZIndex: =15
Label12 As label:
FontWeight: =FontWeight.Semibold
PaddingRight: =5.29
PaddingTop: =5.29
Size: =13.75
Text: ="Requested By"
Width: =139.62
X: =147.03
Y: =180
ZIndex: =16
Label13 As label:
PaddingRight: =5.29
PaddingTop: =5.29
Size: =13.75
Text: |
=Office365Users.MyProfile().DisplayName
Width: =158.66
X: =161.84
Y: =208
ZIndex: =17
Image1 As image:
DisplayMode: =DisplayMode.View
Height: =68
Image: =Office365Users.UserPhoto(varRequestedBy)
PaddingRight: =0.00
PaddingTop: =0.00
RadiusBottomLeft: =50
RadiusBottomRight: =50
RadiusTopLeft: =50
RadiusTopRight: =50
Width: =71.93
X: =58.18
Y: =180
ZIndex: =18
Label14 As label:
PaddingRight: =5.29
PaddingTop: =5.29
Size: =13.75
Text: =lstInvoices.Selected.Created
Width: =271.85
X: =161.84
Y: =238
ZIndex: =19
Label15 As label:
Fill: =RGBA(0, 0, 0, 1)
Height: =18
PaddingRight: =5.29
PaddingTop: =5.29
Size: =13.75
Text: =""
Width: =2.11
X: =95.20
Y: =253
ZIndex: =20
Label15_1 As label:
Fill: =RGBA(0, 0, 0, 1)
Height: =18
PaddingRight: =5.29
PaddingTop: =5.29
Size: =13.75
Text: =""
Width: =2.11
X: =95.20
Y: =278
ZIndex: =21
Label15_2 As label:
Fill: =RGBA(0, 0, 0, 1)
Height: =18
PaddingRight: =5.29
PaddingTop: =5.29
Size: =13.75
Text: =""
Width: =2.11
X: =95.20
Y: =303
ZIndex: =22
Label12_1 As label:
FontWeight: =FontWeight.Semibold
PaddingRight: =5.29
PaddingTop: =5.29
Size: =13.75
Text: ="Approver"
Width: =139.62
X: =147.03
Y: =321
ZIndex: =23
Label13_1 As label:
PaddingRight: =5.29
PaddingTop: =5.29
Size: =13.75
Text: ="Diego Siciliani"
Width: =158.66
X: =161.84
Y: =349
ZIndex: =24
Image2 As image:
DisplayMode: =DisplayMode.View
Height: =18
Image: =GreenCheckTransparent
PaddingRight: =0.00
PaddingTop: =0.00
RadiusBottomLeft: =50
RadiusBottomRight: =50
RadiusTopLeft: =50
RadiusTopRight: =50
Width: =22.21
X: =124.81
Y: =188
ZIndex: =25
Image1_1 As image:
DisplayMode: =DisplayMode.View
Height: =68
Image: =Diego
PaddingRight: =0.00
PaddingTop: =0.00
RadiusBottomLeft: =50
RadiusBottomRight: =50
RadiusTopLeft: =50
RadiusTopRight: =50
Width: =71.93
X: =58.18
Y: =330
ZIndex: =26
Image2_1 As image:
DisplayMode: =DisplayMode.View
Height: =18
Image: =InProgressTransparent
PaddingRight: =0.00
PaddingTop: =0.00
RadiusBottomLeft: =50
RadiusBottomRight: =50
RadiusTopLeft: =50
RadiusTopRight: =50
Width: =22.21
X: =119.53
Y: =330
ZIndex: =27
Label14_1 As label:
PaddingRight: =5.29
PaddingTop: =5.29
Size: =13.75
Text: ="Pending"
Width: =271.85
X: =161.84
Y: =376
ZIndex: =28