Sold [C++] Priority Queue Program to Manage Orders $70

Discussion in 'All Other Game Services for Sale - Buy & Sell' started by Hack Forums - Service, 4/17/19.

Thread Status:
Not open for further replies.
  1. Hack Forums - Service

    Hack Forums - Service
    Expand Collapse
    High Risk Status: This user has been flagged as high risk due to one or more reasons

    0   0   0

    Offline
    I need a c++ project completed that uses a priority queue that manages orders. I need the project by Sunday 4/21 before midnight and will pay $70 through paypal or venmo.

    Please let me know if you can complete the project, thanks! If you have any questions feel free to message me.

    The price of the widgets in the program is up to you.

    Instructions:

    Write a program a menu driven program to handle the flow of widgets out of a warehouse. Orders are received throughout a day and processed at night. The orders are filled in the order they were received, with consideration of the orders with rush status.

    The warehouse will have numerous orders for widgets throughout a day
    Program menu
    option to to receive a new order
    assign order number for each new order
    number of widget ordered and rush status are entered by a user
    option to print orders on back-order
    option to close a day and process back orders ( if any ) and orders received on that day
    show number of orders processed along with their total cost to the warehouse, total profit, and total cost to the customers
    show a list of back orders if any and store them in a file so it can be used as in input file for the next day
    show inventory on hand (if any) after day's orders been processed.
    show a list of processed orders in the order they will be shipped. With each filled order include the following information: order number, rush status, total quantity shipped, total quantity ordered, number of units on back order (if any), % of markup, % # ( if any), total cost to a customer broken down by batch price, total cost to the warehouse, amount of markup, amount of #, and warehouse profit. If different batches were used to fill the order include the following: unit price and number of units at that price, cost to a customer, cost to the warehouse and warehouse profit
    Orders are filled in the first come first serve bases with the exception of rush and back-order orders;use enum for the rush status
    extreme rush orders - filled before any other order
    expedite rush orders - filled before rush and no rush, but after extreme rush orders
    back ordered orders - filled as expedite rush orders
    standard orders - filled in the order received
    The widgets in a filled order are billed at the following profit (markup)
    extreme rush orders - 80%, give 20% # if part of the order is on back order
    expedite rush orders - 60%, give 20% # if part of the order is on back order
    standard orders - 40%, give 10% # if part of the order is on back order
    Inventory of widget is stored in a file: number of widgets on hand and their price to the warehouse.
    Start Contract
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.