SQL Access
Last updated
Last updated
In the DocBits settings module, administrators can directly access the BI database using SQL. This feature is designed for advanced data management and custom reporting needs.
Navigate to the SQL Direct Access section in the settings module. Here, you will find credentials and access details, including username, password, database name, and host information.
Username: user_23f3d6
Password: Encrypted
Database: demo
Host: see in the Screenshot
The following results display the number of documents by their respective status and invoice type:
Ready for Validation: 71 Invoices, 6 unspecified
Pending Confirmation: 1 unspecified
Finished: 3 unspecified, 1 Invoice
Error: 2 unspecified
For developers preferring terminal usage, access can be established via clickhouse-client
:
We recommend creating materialized views for pre-calculating data to enhance performance in analytics tools like PowerBI:
This example shows how to group total amounts by the week they were created, which is useful for weekly financial summaries or audit trails.
For further assistance or advanced configurations, please consult our support team or access our comprehensive video training available in the help section.