Below we show an example showing a panel with custom styles, where three themes are applied, one at a general level and two to give specific styles to cards with background and border colors, in addition to rounded corners, shadows, etc.
Virtually any detail, such as buttons, watermark colors, and form elements, can be customized in the filter system.
We will soon add a dark theme to Biuwer's predefined themes for integrations in applications with dark colors. How do you plan to use Themes in your Organization?
New IFNULL function available for Card Calculated Fields. Usage is simple, as a wrapper to handle nulls or no data returned. The usage is as follows: IFNULL(expression, value if expression is null), for example, IFNULL({Q1.1 Field}, 0)
New PREV_PERIOD function available for Card Calculated Fields. The use is like the rest of the PREV_XXX functions (PREV_YEAR, PREV_QUARTER, PREV_MONTH, PREV_WEEK, PREV_DAY), only in this case the level of the applied date filter (YEAR, QUARTER, MONTH, WEEK, DAY) is taken into account to obtain the previous interval dynamically and transparently for the user. The usage is as follows: PREV_PERIOD(metric field, date field), e.g., PREV_PERIOD({Q1.1 Metric field}, {Q1.2 Filter Date field})
A new error notification email has been included when processing credit card payments in the Biuwer billing system. This way, if any incident occurs with your credit card, we will inform you what is happening so we can solve it. For example: expired card, insufficient funds or authentication error with your bank.
New Billing Contacts section in the Biuwer Administration area, where you can include both Biuwer users and external emails to be notified by email of everything related to subscription billing.
Related to the above, an order payment link has been included, without the need to access Biuwer with an administrator user.
SQL query formatting for connections to ClickHouse databases has been included. This way, when you analyze data on this database, you will be able to easily read the queries that are launched from the Biuwer query engine.
The API of our payment provider (Stripe) has been updated to the latest available version.
The YEAR-WEEK format for date filters has been included in the filter mapping of the ACTIONS system.
Fixed an issue detected when editing the properties of data models managed by Biuwer.
A flickering that occurred in some listings in the Administration and Data Center area has been fixed, depending on the zoom percentage and screen resolution that some users had.
Other minor fixes.