mirror of
https://github.com/Karaka-Management/User-Guide.git
synced 2026-01-09 19:38:42 +00:00
started with template fixes
This commit is contained in:
parent
9bbaf2ea94
commit
da0638bec5
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
## User Interface (UI)
|
||||
|
||||
* [General]({%}?page=ui/general)
|
||||
* [Hotkeys]({%}?page=ui/hotkeys)
|
||||
* [Tables]({%}?page=ui/tables)
|
||||
* [Search]({%}?page=ui/search)
|
||||
<!--* [Tables]({%}?page=ui/tables)
|
||||
* [Search]({%}?page=ui/search)-->
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ The application provides activity monitoring through error logging as well as au
|
|||
|
||||
The error logging creates log entries whenever an error occurs. These error logs contain specific information about what, when, where and who caused the error. These error messages indicate that something is not working as intended and require immediate attention. These errors however are not known to the development team since they are application specific; in order to inform the development team that there is an error it's possible to forward this error via a simple click of a button. This error can now get inspected and fixed. Make sure to report all errors so that they can get fixed. Errors that appear because of changes in the source code will be ignored since customer or third party code changes are not supported or allowed.
|
||||
|
||||
> Logs are stored in `Logs/`
|
||||
|
||||
### Audit Trails
|
||||
|
||||
The audit trails are used by modules in order to log user and system activities such as changes/updates to existing elements or the creation and deletion of elements. Elements in this context refers to all database data and state changes. These logs are important in order to investigate changes by certain people or to certain elements. Activity logs can be an important factor for audits as they prove that all changes can be inspected, supervised and tracked back. These log files can be used for compliance reports as well as approval reports where certain activities need to be approved. While there are modules like the `Workflow` module which allow pre-approval in some cases a post-approval may be necessary and in these situations these logs can be used to generate a report which then can be approved.
|
||||
|
|
@ -15,3 +17,9 @@ The audit trails are used by modules in order to log user and system activities
|
|||
## External
|
||||
|
||||
Despite the internal monitoring features additional third party monitoring is recommended. Please make yourself familiar with tools that monitor network activities and server activities. These tools help to provide a high availability of your server and application, help with monitoring suspicious behavior and find and solve problems in a timely manner. In addition third party monitoring tools can help to optimize server and application configurations.
|
||||
|
||||
## Debugging
|
||||
|
||||
If you need to perform additional inspections and logs due to some issues you can temporarily enable a debugging mode by adding `&debug` or `?debug` at the end of the url.
|
||||
|
||||
This debug mode is only available for users that have full writing permissions for a specific unit and application (aka admin permissions).
|
||||
|
|
|
|||
7
ui/general.md
Normal file
7
ui/general.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# General UI
|
||||
|
||||
## Dark mode
|
||||
|
||||
Some users prefer to use the darkmode of a website. Unfortunately due to the way Windows settings work it is no longer feasible to automatically provide the dark mode based on these settings. However, you may enable dark mode by adding `&darkmode` or `?darkmode` at the end of the url.
|
||||
|
||||
> Dark mode is only experimental and we recommend useres to use the default theme
|
||||
|
|
@ -10,6 +10,8 @@ The following hotkeys allow you to navigate the application.
|
|||
| Global | Ctrl + Right Arrow | Jump to next UI element |
|
||||
| Global | Ctrl + Left Arrow | Jump to previous UI element |
|
||||
| Global | Ctrl + B | Go to previous page (back) |
|
||||
| Global | Alt + Right Arrow | Go to previous page (back) |
|
||||
| Global | Alt + Left Arrow | Go to nex page (only works after going back) |
|
||||
| Link or Tab | Enter | Activate/execute/follow link |
|
||||
|
||||
## Form Interaction
|
||||
|
|
@ -27,4 +29,4 @@ The following hotkeys provide table interactions.
|
|||
| Element | Hotkey | Action |
|
||||
| ----------------- | ------------------ | --------------------------------------------------- |
|
||||
| Table | Ctrl + A | Select all table elements |
|
||||
| Table | Ctrl + E | Export selected elements to excel |
|
||||
| Table | Ctrl + E | Export selected elements to excel (*coming soon*) |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user