LibreOffice logo
BASEDOCUMENTER
The software tool for documenting your LibreOffice Base applications
 
Database file/home/jean-pierre/Documents/BaseDocumenter/www/databases/LODoc/Example_direct_Calculation_Form.odb
File actual save date2018-06-27 12:14:48
Scanning done on2018-08-21 17:31:26
Documentation generated on2018-08-21 17:31:36
Table of contents
Example_direct_Calculation_Form
List of queries
Query name Used by Query type List of fields SQL
query form (Form) SELECT Details
SELECT 
"table".*,
"price" / 1.19 "price_without_tax",
"quantity" * "price" "total",
"quantity" * "price" - "quantity" * "price" / 1.19 "tax_total"
FROM
"table"