1 / 22

Hybrid Merchandising-Point of Sale Application

Hybrid Merchandising-Point of Sale Application. Planned Project Summarized…. Purpose the Project. Empower small businesses to maximize profits. Enable small businesses to compete technologically with larger, well funded organizations. Promote competition. Scope of the Project.

derick
Download Presentation

Hybrid Merchandising-Point of Sale Application

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hybrid Merchandising-Point of Sale Application

  2. Planned Project Summarized…

  3. Purpose the Project • Empower small businesses to maximize profits. • Enable small businesses to compete technologically with larger, well funded organizations. • Promote competition.

  4. Scope of the Project • Design an application that can track the following: • Stock-On-Hand (SOH). • Buying Trends. • Sales (Daily, Weekly, Monthly, etc.).

  5. Stock-On-Hand Functionality • Monitor and track the inventory on hand for all items within the store.

  6. Stock-On-Hand Business Rule • If an item fall below a threshold, mark that item for re-order. • If an item is over-stocked, suspend re-order and possibly discount the item. • If an item is being discontinued, mark the item as a clearance item.

  7. Buying Trend Functionality • What items are being bought in combination with one another. • Monitor when the item is bought (time of day, day of week, etc.).

  8. Buying Trend Business Rule • An item or group of items need to be purchased during a specific period of time (time / day combination).

  9. Sales Functionality • Monitor which items are being sold. • At what price are consumers willing to buy the item. • Track the sales history of a particular item for forecasting.

  10. Sales Business Rule • An item has to be sold to a consumer (i.e. not stolen or sent back to the supplier).

  11. Future Enhancements • Product-Location Tracking - the ability to track what items are being sold in relation to where they are within the store. • Seasonal-Trend Tracking - monitor items that are being sold most frequently during a particular season.

  12. DOS Command Prompt Inference Engine (Agent) Knowledge Base Cloudscape Database Project Design

  13. Development Tools • Java Programming Language. • NARL development tool to represent a semantic model of the data-base. • NARL Rule Manager to build rules for SOH, Buying Trend, and Sales tracking. • Cloudscape Data-Base (partially based on the National Retail Foundation Model (NRF)).

  14. Current Project…

  15. Scope Completed • Design an application that can track the following: • Stock-On-Hand (SOH). *Yes* • Buying Trends. *No* • Sales (Daily, Weekly, Monthly, etc.). *Partially*

  16. Rules Used • If an item is below this threshold inform the user to purchase more of this product. • If an item is above the threshold, inform the user to not purchase any more of this product.

  17. Sales Functionality • Created a XML flat file to track sales history with in the store.

  18. XML Functionality • The XML layout was used to simulate a database by keeping the files up-to-date. • Regular Expressions and XML coding was used to search for patterns and to search through the file structure. • The XML files contained a list of Items, Sales History, and Purchase Order information.

  19. Development Tools Used • Java Programming Language. • XML files – simulating a database. • NARL Rule Manager to build rules for SOH, Buying Trend, and Sales tracking.

  20. DOS Command Prompt Inference Engine (Agent) Knowledge Base XML Files New Project Design

  21. What I have learned • Designing intelligent products is one of the hardest things I have done. • How to use rules in an application. • How to manipulate XML files through the use of regular expressions. • How to conceptually add intelligence to an application.

  22. Future Enhancements • Add an association algorithm to determine what items are linked together. • Hook the system up to an actual database. • Clean up the code.

More Related