This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
niota-docs:niota_constants [2022/01/05 15:51] admin |
niota-docs:niota_constants [2025/07/17 14:11] (current) |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| \\ | \\ | ||
| ==== application / database defined constants ==== | ==== application / database defined constants ==== | ||
| - | |||
| === special usergroups === | === special usergroups === | ||
| * ''*ALL_GROUP'' - every user in niota is member of this group | * ''*ALL_GROUP'' - every user in niota is member of this group | ||
| Line 68: | Line 67: | ||
| * ''N'' - numeric | * ''N'' - numeric | ||
| * ''C'' - textual | * ''C'' - textual | ||
| + | \\ | ||
| + | === connection type === | ||
| + | * ''0'' - database connection | ||
| + | * ''1'' - web service connection | ||
| + | \\ | ||
| + | === table link type === | ||
| + | * ''0'' - tables are linked in a master-detail relation | ||
| + | * ''1'' - tables are linke as advanced filter relation | ||
| \\ | \\ | ||
| === operations for constraints/ master detail / advanced filter === | === operations for constraints/ master detail / advanced filter === | ||
| Line 86: | Line 93: | ||
| * ''14'' - ends not with | * ''14'' - ends not with | ||
| \\ | \\ | ||
| + | === transaction target page === | ||
| + | * ''niota.php'' - for table loading | ||
| + | * ''execute_callable.php'' - to execute callable objects | ||
| + | \\ | ||
| + | === transaction parameters === | ||
| + | * ''popup_filter'' - define popup filter | ||
| + | * ''selected_instance'' - loads a catalog object instance | ||
| + | * ''callable_object'' - runs a callable object | ||
| + | * ''filter instance'' - popup filter catalog-object-instance | ||
| + | \\ | ||
| + | === usergroup types === | ||
| + | * ''1'' - self group - has only user as it's implicit member | ||
| + | * ''2'' - custom group - may have more then on user as member | ||
| + | \\ | ||
| + | |||
| + | === color codes === | ||
| + | System values, cannot be overwritten. | ||
| + | ^vega ^sandstorm ^vulcan ^moss ^salva ^ | ||
| + | |light |#B8DDE1 |#F1E6B2 |#FCC89B |#C2E189 |#d0d3d4 | ||
| + | |mid |#9BD3DD |#DFD1A7 |#FDBE87 |#B7DD79 |#c1c6c8 | ||
| + | |dark |#77C5D5 |#D9C89C |#FDAA63 |#A4D65E |#a2aaad | ||
| + | |dark(rgb) |119,197,213 |217,200,156 |253,170,99 |164,214,94 |162,170,173 | ||