-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.yaml
More file actions
437 lines (437 loc) · 10 KB
/
Copy pathadmin.yaml
File metadata and controls
437 lines (437 loc) · 10 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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
about:
date: March 12, 2026 19:47:33
merged:
at: March 12, 2026 19:52:22
new_attributes: ''
new_resources: 'Charge Contractor Project ChargeDeptAllocation Department DeptChargeDefinition
ProjectFundingLine ChargeGlAllocation DeptChargeDefinitionLine GlAccount ProjectFundingDefinition
SysProjectReq '
new_tab_groups: ''
recent_changes: works with modified safrs-react-admin
version: 0.0.0
api_root: '{http_type}://{swagger_host}:{port}/{api}'
authentication: '{system-default}'
info:
number_relationships: 0
number_tables: 1
info_toggle_checked: true
resources:
Charge:
attributes:
- label: ' description*'
name: description
search: true
sort: true
- name: contractor_id
- name: project_id
- name: project_description
- name: amount
required: true
- name: total_distributed_amount
- name: charge_date
- name: id
tab_groups:
- direction: tomany
fks:
- charge_id
name: ChargeDeptAllocationList
resource: ChargeDeptAllocation
- direction: toone
fks:
- contractor_id
name: contractor
resource: Contractor
- direction: toone
fks:
- project_id
name: project
resource: Project
type: Charge
user_key: description
ChargeDeptAllocation:
attributes:
- label: ' id*'
name: id
search: true
sort: true
- name: charge_id
required: true
- name: department_id
- name: dept_charge_definition_id
- name: project_funding_line_id
required: true
- name: percent
- name: amount
tab_groups:
- direction: tomany
fks:
- charge_dept_allocation_id
name: ChargeGlAllocationList
resource: ChargeGlAllocation
- direction: toone
fks:
- charge_id
name: charge
resource: Charge
- direction: toone
fks:
- department_id
name: department
resource: Department
- direction: toone
fks:
- dept_charge_definition_id
name: dept_charge_definition
resource: DeptChargeDefinition
- direction: toone
fks:
- project_funding_line_id
name: project_funding_line
resource: ProjectFundingLine
type: ChargeDeptAllocation
user_key: id
ChargeGlAllocation:
attributes:
- label: ' id*'
name: id
search: true
sort: true
- name: charge_dept_allocation_id
required: true
- name: dept_charge_definition_line_id
required: true
- name: gl_account_id
- name: percent
- name: amount
tab_groups:
- direction: toone
fks:
- charge_dept_allocation_id
name: charge_dept_allocation
resource: ChargeDeptAllocation
- direction: toone
fks:
- dept_charge_definition_line_id
name: dept_charge_definition_line
resource: DeptChargeDefinitionLine
- direction: toone
fks:
- gl_account_id
name: gl_account
resource: GlAccount
type: ChargeGlAllocation
user_key: id
Contractor:
attributes:
- label: ' name*'
name: name
required: true
search: true
sort: true
- name: notes
- name: id
tab_groups:
- direction: tomany
fks:
- contractor_id
name: ChargeList
resource: Charge
- direction: tomany
fks:
- contractor_id
name: SysProjectReqList
resource: SysProjectReq
type: Contractor
user_key: name
Department:
attributes:
- label: ' name*'
name: name
required: true
search: true
sort: true
- name: notes
- name: id
tab_groups:
- direction: tomany
fks:
- department_id
name: ChargeDeptAllocationList
resource: ChargeDeptAllocation
- direction: tomany
fks:
- department_id
name: DeptChargeDefinitionList
resource: DeptChargeDefinition
- direction: tomany
fks:
- department_id
name: GlAccountList
resource: GlAccount
- direction: tomany
fks:
- department_id
name: ProjectFundingLineList
resource: ProjectFundingLine
type: Department
user_key: name
DeptChargeDefinition:
attributes:
- label: ' name*'
name: name
required: true
search: true
sort: true
- name: department_id
required: true
- name: total_percent
- name: is_active
- name: notes
- name: id
tab_groups:
- direction: tomany
fks:
- dept_charge_definition_id
name: ChargeDeptAllocationList
resource: ChargeDeptAllocation
- direction: tomany
fks:
- dept_charge_definition_id
name: DeptChargeDefinitionLineList
resource: DeptChargeDefinitionLine
- direction: tomany
fks:
- dept_charge_definition_id
name: ProjectFundingLineList
resource: ProjectFundingLine
- direction: toone
fks:
- department_id
name: department
resource: Department
type: DeptChargeDefinition
user_key: name
DeptChargeDefinitionLine:
attributes:
- label: ' id*'
name: id
search: true
sort: true
- name: dept_charge_definition_id
required: true
- name: gl_account_id
required: true
- name: percent
required: true
- name: notes
tab_groups:
- direction: tomany
fks:
- dept_charge_definition_line_id
name: ChargeGlAllocationList
resource: ChargeGlAllocation
- direction: toone
fks:
- dept_charge_definition_id
name: dept_charge_definition
resource: DeptChargeDefinition
- direction: toone
fks:
- gl_account_id
name: gl_account
resource: GlAccount
type: DeptChargeDefinitionLine
user_key: id
GlAccount:
attributes:
- label: ' name*'
name: name
required: true
search: true
sort: true
- name: department_id
required: true
- name: account_number
required: true
- name: notes
- name: id
- name: total_allocated
tab_groups:
- direction: tomany
fks:
- gl_account_id
name: ChargeGlAllocationList
resource: ChargeGlAllocation
- direction: tomany
fks:
- gl_account_id
name: DeptChargeDefinitionLineList
resource: DeptChargeDefinitionLine
- direction: toone
fks:
- department_id
name: department
resource: Department
type: GlAccount
user_key: name
Project:
attributes:
- label: ' name*'
name: name
required: true
search: true
sort: true
- name: project_funding_definition_id
- name: total_charges
- name: notes
- name: id
tab_groups:
- direction: tomany
fks:
- project_id
name: ChargeList
resource: Charge
- direction: tomany
fks:
- matched_project_id
name: SysProjectReqList
resource: SysProjectReq
- direction: toone
fks:
- project_funding_definition_id
name: project_funding_definition
resource: ProjectFundingDefinition
type: Project
user_key: name
ProjectFundingDefinition:
attributes:
- label: ' name*'
name: name
required: true
search: true
sort: true
- name: total_percent
- name: is_active
- name: notes
- name: id
tab_groups:
- direction: tomany
fks:
- project_funding_definition_id
name: ProjectList
resource: Project
- direction: tomany
fks:
- project_funding_definition_id
name: ProjectFundingLineList
resource: ProjectFundingLine
type: ProjectFundingDefinition
user_key: name
ProjectFundingLine:
attributes:
- label: ' id*'
name: id
search: true
sort: true
- name: department_id
required: true
- name: dept_charge_definition_id
required: true
- name: project_funding_definition_id
required: true
- name: percent
required: true
- name: notes
tab_groups:
- direction: tomany
fks:
- project_funding_line_id
name: ChargeDeptAllocationList
resource: ChargeDeptAllocation
- direction: toone
fks:
- department_id
name: department
resource: Department
- direction: toone
fks:
- dept_charge_definition_id
name: dept_charge_definition
resource: DeptChargeDefinition
- direction: toone
fks:
- project_funding_definition_id
name: project_funding_definition
resource: ProjectFundingDefinition
type: ProjectFundingLine
user_key: id
SysConfig:
attributes:
- label: ' name*'
name: name
required: true
search: true
sort: true
- name: discount_rate
- name: tax_rate
- name: notes
- name: id
type: SysConfig
user_key: name
SysProjectReq:
attributes:
- label: ' project_description*'
name: project_description
search: true
sort: true
- name: contractor_id
- name: matched_project_id
- name: confidence
- name: reason
- name: request
- name: created_on
- name: id
tab_groups:
- direction: toone
fks:
- contractor_id
name: contractor
resource: Contractor
- direction: toone
fks:
- matched_project_id
name: matched_project
resource: Project
type: SysProjectReq
user_key: project_description
settings:
HomeJS: /admin-app/home.js
max_list_columns: 8
style_guide:
applicationLocales:
- en
- es
currency_symbol: $
currency_symbol_position: left
date_format: LL
decimal_max: '1000000000'
decimal_min: '2'
decimal_separator: .
detail_mode: tab
edit_on_mode: dblclick
exclude_listpicker: false
include_translation: 'false'
keycloak_client_id: alsclient
keycloak_realm: kcals
keycloak_url: http://localhost:8080
locale: en
max_decimal_digits: '4'
min_decimal_digits: '2'
new_mode: dialog
pick_style: list
row_height: small,
serviceType: JSONAPI
startSessionPath: /auth/login
style: light
thousand_separator: ','
use_keycloak: 'false'