Libreoffice Base Inventory Templates

Choose from 356 OpenOffice templates, in the native .ODT and .ODS formats, that you can download, edit, and print for free. Choose from templates for business or personal use, including fax cover sheets, letterhead, to-do lists, and more.

  1. Inventory templates to keep track of personal or business inventories. Download your free inventory template for personal or business use. Use it to track personal, home, equipment, product, and asset inventories with ease. With an Excel inventory template, like a fixed asset depreciation calculator, warehouse inventory list, physical inventory.
  2. The Apache OpenOffice User Forum is an user to user help and discussion forum for exchanging information and tips with other users of Apache OpenOffice, the open source office suite.
  3. Choose from 356 OpenOffice templates, in the native.ODT and.ODS formats, that you can download, edit, and print for free.Choose from templates for business or personal use, including fax cover sheets, letterhead, to-do lists, and more.

These free LibreOffice templates are easy to download and print. Each template is available in LibreOffice format: just download one, open it in LibreOffice, edit, and print. Also available: more free printables including templates for OpenOffice, printable signs, and business form templates.

Here are the 10 most popular Open Office templates:


Copyright © 2013-2021 by Savetz Publishing, Inc. Contact us. Privacy Policy.

Subscribe to the Free Printable newsletter. (No spam, ever!)

These free OpenOffice templates are easy to download and print. Each template is available in OpenOffice format: just download one, open it in OpenOffice, edit, and print.

Also available: more free printables includingLibreOffice Templates.

Home

Categories

Search All Printables

If you don't see an OpenOffice Template design or category that you want, please take a moment to let us know what you are looking for.

We're always adding new printables, and would love to hear your suggestions. What are we missing?

x

LibreOffice Base is a database management program, similar to Microsoft Access.
LibreOffice Base is a front end database manager that can be used to create forms and reports from a variety of databases including MySql as well as others.
LibreoOffice Base can be used to create small embedded databases when used with Java-based HSQLDB as its storage engine (The LibreOfice Base default database). This makes LibreOffice Base appear as if it were a database manager and the database, but it is not. LibreOffice Base is just the front end allowing us to tie into the actual database.


LibreOffice Base is a database management program, similar to Microsoft Access.
LibreOffice Base is a front end database manager that can be used to create forms and reports from a variety of databases including MySql as well as others.
LibreoOffice Base can be used to create small embedded databases when used with Java-based HSQLDB as its storage engine (The LibreOfice Base default database). This makes LibreOffice Base appear as if it were a database manager and the database, but it is not. LibreOffice Base is just the front end allowing us to tie into the actual database.



Libreoffice base inventory templates downloads


When creating a LibreOffice Base database, LibreOffice asks us if we want to register the database. This just means making the database available to other LibreOffice modules (like Writer and Calc) - This is explained in Video Tutorial #5




In video tutorial #6 we learn how to create a simple form:




In Video #9 We see how to add buttons on our form (like first record, next record, previous record, and last record):




In video #10 we show how to customize our background and add pictures on a form.




In videos 11 and 12 we look at how to add radio buttons and a date dropdown box to a form.




Videos 15 and 16 show us how to embed a picture in a databbase and link a picture to a database.





We learn how to create queries using the LibreOffice 'Design View' also know as QBE or Query By Example:




We also create queries and review our 'Design View' queries in SQL view:




Sometimes we need to change a query each time it is run, for that we will use an input parameter or input box - shown in video 28.




Often you will want to add subforms to your forms, these are explained in video 35.




To take full advantage of a database, you will need to be able to join two tables. Video 40 shows how to join two tables using LibreOffice Base. The picture below from the video helps describe what data is selected with a standard join (also know as an 'inner join') explained in video 40:


Libreoffice Base Inventory Templates Free



The picture below from video 41 helps describe what a 'right outer join' would look like. This is explained in video 41:




LibreOffice Base has a Relationship Window, Where we can create relationships between tables.

Libreoffice Base Inventory Templates



Templates


LibreOffice Base has an SQL Command Window that allows us to update tables and table properties. You will learn how to use this feature in the second half of the videos.




Drop down boxes (both list boxes and combo boxes) can speed up data entry and help reduce bad data from getting into your database. These are explained in videos 49-52:




The picture below shows that we create and explain how to make a form with multiple search criteria, showing us the results in a subform. Empty fields will be ignored meaning if all fields are empty, every record will show in the subquery. The search criteria uses the combination of a wild card field, a drop-down box and date fields.




Junction tables are needed when we would need a 'many to many' relationship. In this case we want to list all employees by training, as we as list all training for an employee.




The reports module is also explained - the picture below shows that we've grouped by department with each department on a separate page, then grouped by group, and sorted by employee last name. The number of employees are counted and the hourly wage is added up by each department as well as each group for each department.