Skip to content

This is a simple Office Ordering Supplies Application that allows employees to order items they need to work. Built with PowerApps

Notifications You must be signed in to change notification settings

RathogwaInnocent/Office_Ordering_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Office_Ordering_Application

This is a simple Office Ordering Supplies Application that allows employees to order items they need to work.The aaplication is driven by Sharepoint-site called "OfficeOrderingSite"

On that site we have 3 lists:

"Categories" (these are all required fields!)

  • Title = default Sharepoint-field (will serve as the category name)
  • CategoryID = number field
  • CategoryImage = image field (I used 250x250 jpg-images)

"Items" (these are all required fields!)

  • Title = default Sharepoint-field (will serve as the item name)
  • ItemID = number field
  • CategoryID = number field
  • ItemPrice = currency field
  • ItemImage = Image field (I used 250x250 jpg-images)

"OrderHeader" (these are all required fields, except for "Notes"!)

  • ID = default Sharepoint-field
  • Email = default Title-field renamed to "Email"
  • Orderer = required single line of text field
  • OrderDate = required single line of text field
  • Notes = not-required multiple lines of text field
  • TotalAmount = required currency field
  • NumberOfItems = required number field
  • Status = required Choice-field (with options: Ordered, Approved, Rejected, NeedsApproval)
Screenshot_1

This Home page serves as the main contact of the application, you have two buttons that allows to create an order for what you need and that will be sent to approved and decline. You also get an 2nd button which you can view existing orders that were sent

Screenshot_2

This is the create new order screen,where you add all items. you have a button to clear the backet and confirm order once you are ready to submit your order.

Screenshot_3

On the Existing Order screen you get to view all orders submitted, you can also see you own orders that you placed.

About

This is a simple Office Ordering Supplies Application that allows employees to order items they need to work. Built with PowerApps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published