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 fields by query
Query name Field name Field type Source table Source field
query ID INTEGER table (Table) ID
  price DOUBLE table (Table) price
  price_without_tax     "price" / 1.19
  product VARCHAR table (Table) product
  quantity TINYINT table (Table) quantity
  tax_total     "quantity" * "price" - "quantity" * "price" / 1.19
  total     "quantity" * "price"