SOR Uploader
Overview
SOR Uploader is a bulk upload service that facilitates the upload of the SOR description at state level and their respective rates at the ULB level.
Dependency
MDMS-V2
SOR Description And Rates sheet
Create the Overheads, Type, Variants,UOM first before trigerring the bulk upload API.
Create the requried excel from the provided excel once the above point is completed.
Code
Deployment
Role Action
For this api --/bulk-upload/_bulkUpload , there is no role mapping as such because for the first time upload it will be used by our internal team as no UI is developed for it as of now. But as we are calling mdms-V2 Sor (/mdms-v2/v2/_create/WORKS-SOR.SOR) and rates(/mdms-v2/v2/_create/WORKS-SOR.Rates) apis so need roles specific to that.
Bulk Upload Service Requirements
This service is not developed on a generic level so it requires some human intervention to setup the data in the required format. As the field teams provide us the data without bifurcating it in State-specific and ULB-specific sheets.
Link to the sheet provied by the field team - https://docs.google.com/spreadsheets/d/13D54ifHgaIGqGAAkJEjIpqJx3TrJSxr3tcG2kX52JUo/edit#gid=15557893
Create and maintain the SOR description sheet and SOR rates sheet separately to incorporate the changes required for the bulk upload service.
Excel sheet to upload SOR Description-- https://docs.google.com/spreadsheets/d/1GPTWmUZI_YB_-O-K1VZxfK-96sFGFPTfKkStt19GDQE/edit#gid=0
The SOR IDs obtained from the bulk upload response for each SOR description above, along with the previously established headers (Overheads, UOM) is required to create the sheet below.
Excel sheet to upload Sor Rates -- https://docs.google.com/spreadsheets/d/1bw-_6tm8mx4PiIOBST2caqGPcFgxchL5t03NKh6p7-Q/edit#gid=0
Last updated