Skip to content
farhanshaikh05 edited this page Jul 26, 2022 · 1 revision

Welcome to the nodejs-procurement-management wiki!

Scope

  1. Admin: Owner of the supply chain
  2. Inspection Manager: Check if the checklist has been met for the goods to transform from point A to point B
  3. Procurement Manager: Create the Checklist to be verified if all conditions have met/ attach a default checklist for an order to process and verify the details filled by the Inspection-manager
  4. Client: Can track the status of their order & also provide the list of checklists to be followed when transporting the goods

Flow

  • Client sent a document of the requirement to be present in a vehicle or to be followed while in transit. (this can be taken off the system offline)(client calls admin/procurement manager offline and mentions the order and the requirement for the vehicle transporting his goods).

  • The procurement manager creates the checklist based on the document submitted by the client(this will be submitted offline), creates the order in the system, and attaches this checklist with the order/default one/already present checklist of the same client. (already present means if same client,list of checklist is to be shown if one of the previous checklists is to be attached)

  • Inspection manager checks the checklist and adds value. The value can be from the dropDown list/choice of one/multiple-choice/summary kind of answer.Along with this, the checklist requires an image of the vehicle to be uploaded then the inspection manager takes the photo and uploads the photo.(Just like any survey form,try creating a survey form on google forms or similar platforms like survey monkey, this will be the checklist)

  • Once the inspection manager confirms the checklist as done, the procurement manager also needs to confirm the order(updates order status).

  • While the admin can see all this activity going on for a client/for a particular order.

Clone this wiki locally