
- #HOME INVENTORY APP HOW TO#
- #HOME INVENTORY APP SERIAL#
- #HOME INVENTORY APP UPDATE#
- #HOME INVENTORY APP SOFTWARE#
- #HOME INVENTORY APP CODE#
For now, I am focusing on the base implementation. You may notice that the Item Image is not included this is because I will be adding this later in the series when I start using the phone. On all screens, cancel, save, and delete actions return to the previous screen. If the user creates or edits an item, they use the same screen they can also create new Item Types and Manufacturers from this screen. When a user views an item, they can delete it or edit it. From the Items screen, a user can view or create a new Item. Here, users can search, sort, and scroll through items in the system. The user interface below begins with the Items screen. Additionally, the mockup below does not include the Item Image library, as I will cover it in a separate post. As data gets added to the system, I will do this because I may discover challenges and new ideas. Below is the resulting data model summary.įor the user interface, I will begin with the phone app and develop the administration app later. Due to requirements in the Microsoft Dataverse, I will need to add a Name column to the Image table I will want to handle this name’s generation when I implement the Item Images part of the application. Using the database model above, I can create custom tables for the system in the Microsoft Dataverse. Master Bedroom, Living Room, etc.), and an ItemType (ex. Each Item will also have a lookup to a Manufacturer (ex. Each Item record may have 0 or more Image records. There is an Item table that contains most of the data. Using the requirements above, I can derive a simple database model.


#HOME INVENTORY APP SERIAL#
This could be for serial numbers, model numbers, or even UPC for the entire item.
#HOME INVENTORY APP CODE#
Bar code Scanner – for items with a bar code, it would be helpful to scan these automatically.In addition to the requirements, there are some future enhancements or “nice to haves” that I can investigate adding to the system later, for example: The system should allow Admins to export the inventory.
#HOME INVENTORY APP UPDATE#
#HOME INVENTORY APP SOFTWARE#

You have a Power Apps tenant with administrative privileges.This post concludes with a review of the User Interface mockup. It takes time to explain the database model and how it translates into tables in the Microsoft Dataverse. It then takes the reader over the requirements of the system, including potential future enhancements. It begins by explaining why we would want to create a home inventory system. Readers should know software development fundamentals.
#HOME INVENTORY APP HOW TO#
This blog series is for anyone trying to learn how to use the Power Platform.
