Revising Rate
Scope
Writing the rate calculation logic and a scheduler to revise the rates for pending revise rate SORs on demand.
Details
Search SOR is used to search and schedule the revision of rates.
It runs on demand and triggered by the user from pending rate revision screen.
User complete the rate revision of all required material, labour, and machinery SORs using edit SOR rate before calling for this JOB.
User search the works SORs which are to be revised.
User initiate the action by clicking on “Revise Rate” and select for the Effective Date for rates.
Revision rate JOB gets scheduled and runs in the back-end and only those SORs picked which has a different existing rate from calculated rate.
Revise rate scheduler runs in the back-ground, system generates the new rates and then link with the SOR with new effective date.
All the errors encountered during revision are captured and reported.
In case there is a rate already exists for same given effective date and existing rate is different from new generated rate, existing rate is inactivated and new rate is made effective from given effective date.
In case a rate exists from past effective date, existing rate is closed and new rate is added and made effective from given effective date.
In case no rate, new rate is generated and added from given effective date.
Users can see the progress and status of JOB from view rate revision JOBs screen.
Actions
Revise Rate
On revise rate, all the components of rates are calculated and added/update to SOR.
Validations
All the validations applicable for add/edit SOR rates.
All the errors encountered are captured and reported.
For rates effective date should not be a date before current rate effective date.
Effective from time is always start of the day i.e. 00:00.
Effective to date, the time is always 11:59:59.
Configuration
The components/ heads defined to calculate the SOR rates are as given below.
Basic Rate
Conveyance
Royalty on Minerals
Environment Management Fund (EMF)
District Mineral Fund (DMF)
Additional Charges
Labour Cess
Calculation Logic
Basic Rate
Rate Analysis Basic Rate is calculated for the quantity define for analysis.
SOR Basic Rate = (Basic Rate*Quantity defined for SOR)/ (Quantity defined for Rate Analysis).
Conveyance
Conveyance is calculated for the quantity define for analysis.
SOR Conveyance = (Conveyance*Quantity defined for SOR)/ (Quantity defined for Rate Analysis).
Royalty on Minerals
Royalty is calculated for the quantity define for analysis.
SOR Royalty = (Royalty*Quantity defined for SOR)/ (Quantity defined for Rate Analysis).
EMF
EMF is calculated for the quantity define for analysis.
SOR EMF= (EMF*Quantity defined for SOR)/ (Quantity defined for Rate Analysis).
DMF
DMF is calculated for the quantity define for analysis.
SOR DMF= (DMF*Quantity defined for SOR)/ (Quantity defined for Rate Analysis).
Additional Charges
Additional charges is calculated for the quantity define for analysis.
SOR Additional charges= (Additional charges*Quantity defined for SOR)/ (Quantity defined for Rate Analysis).
Labour Cess
SOR Labour Cess = 1% of (SOR Basic Rate + SOR Conveyance + SOR Royalty + SOR EMF + SOR DMF + SOR Additional charges);
SOR Rate = Basic Rate + Conveyance + Royalty + EMF + DMF + Additional Charges + Labour Cess;
Notifications
Not applicable
User Interface
View Scheduled JOBs
Acceptance Criteria
Scheduler runs when triggered by user.
It reports the issues found during execution.
View scheduled job screen is provided to view all the jobs.
Last updated