function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
swamy PRNswamy PRN 

If anyone understanding this task explain me

Inventory Management Application
Description
Create an inventory application for medical products (medicines) that allows maintaining the
product count in stock, this count will get reduced when an order is created. Here, one order can
consists of multiple products with various quantities and different packaging.
The application should have following additional features:
· As soon as order is saved, an invoice must be generated as a pdf file for printing.
· If the product quantity goes below, pre-configured re-order level for individual products, an
email should be sent to an email address for re-ordering these products.
· Write an apex job that will mark medicines as expired, whose expiry date are over, and so will
not be counted as a part of inventory.
· All validations like order quantity cannot exceed items in stock etc. should be appropriately
taken care of.
· Total price should be available in invoice, with inclusion of configurable tax rate per product
type.
· Addition of products to the inventory should be allowed as a separate transaction i.e. it should
not be an update to an existing product record.
· Reports should be created for:
o Inventory reports to show the product count at current date and count after a week for
different packaging considering products getting expired in the given week sorted by reorder
quantity.
o Report and chart on dashboard to indicate the product demand variation.