Jelajahi Sumber

Add "getting started" to the help page.

Lee Morgan 5 tahun lalu
induk
melakukan
ac585a9858
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 8 0
      views/informationPages/help.ejs

+ 8 - 0
views/informationPages/help.ejs

@@ -55,6 +55,14 @@
         </div>
 
         <div class="helpContent">
+            <h2 id="gettingStarted">GETTING STARTED</h2>
+
+            <p>The Subline is a web application that is designed for restaurants, bars and other similar businesses to aid in the management of their inventories and to help them to reduce waste.  We provide tracking of ingredients in real time based on purchases, sales and other data so that managers can spot waste in their organizations and eliminate it.</p>
+
+            <p>The application contains four primary objects to help track inventory: ingredients, recipes, orders and transactions.  Ingredients are all of the food/beverage and other items that your organization purchases and keeps in your inventory.  Recipes are the "menu items" that your organization sells.  Recipes are composed of different ingredients that are used to create that recipe.  Orders are your purchases of ingredients.  Whenever you buy products used in your recipe, you can create a new order and your ingredients will be appropriately updated.  Finally, transactions are sales of recipes.  transactions consist of recipes that you sell throughout the business day.  As with orders, when you create a new transaction, your ingredients will be automatically updated.</p>
+
+            <p>Finally, The Subline offers analytics on your ingredients and recipes.  This will help you too see how much you are selling, when you are selling it and other information.  This is to help you to better visualize your data to see where you may be wasting food and give you information on when and how much food to order in the future.  A more detailed explanation of all of this is located below.</p>
+            
             <h2 id="menu">MENU</h2>
             
             <p>After logging in, you will see the menu on the left side of the screen.  This menu will help you to navigate the website and view all of your content.If at any time you feel that the menu is taking up too much screen space, then simply click on the three horizontal bars in the top-right of the menu and it will shrink down to take up less space.</p>