Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 7.35 KB

File metadata and controls

79 lines (49 loc) · 7.35 KB

Create Estimate

Context

The estimate is a document which is prepared to estimate the amount of work required to complete. The estimate helps the Government in tendering, contracting and measuring the work to release the payment.

Scope

Create Estimate

Search Project → Search Result → View Project Details → Create Estimate

Actors

Employee Role: Estimate Creator

Details

  1. For each project, an estimate is created to award the work to CBO/ JE.
  2. Create Estimate form is developed as per the UI design provided and the attributes listed below.

Attributes

S. No.FieldData TypeRequiredDescription
1Estimate TypeAuto-selectedYOptions are Original, Revised, Deviated.
2Project IDDisplay OnlyYProject ID
3Date of ProposalDisplay OnlyYDate of proposal
4Project NameDisplay OnlyYName of the project
5Project DescriptionDisplay OnlyYProject description
6Project DetailsTab Same as View Project Details Page.
7Estimation DetailsTab
8Line ItemsGridYTo capture SOR/ Non-SOR items.
9DescriptionTextboxYThe description of SOR/ Non-SOR item.
10UOMDrop-downYUnit of measurement from the drop-down.
11RateNumericYRate per unit
12QuantityNumericYQuantity estimated
13AmountAuto-calculatedYAmount calculated, Rate*Quantity.
14TotalAuto-calculatedYGrid total
15OverheadsSection/ GridYA grid to add the overheads configured in the system.
16OverheadDrop-downYOverhead from the drop-down
17Percentage/ Lump-sumDisplayYValued from the configuration.
18AmountNumericYAuto-calculated/ user entered based on the configuration
19TotalAuto-calculatedYGrid Total
20Total Estimated AmountAuto-calculatedYTotal Estimated Amount = Line Item Amount + Total of all the overheads/ additions.
21Labour and Material AnalysisSection
22Material CostNumericYCost of material component of the work.
23Labour CostNumericYCost of labour component of the work.
24Relevant Documents
25Detailed EstimateFile AttachmentY

DIGIT standard file attachment component, file size 5MB.

Format support doc,docx, xls,xlsx pdf, jpg.

26Labor Analysis File AttachmentY

DIGIT standard file attachment component, file size 5MB.

Format support doc,docx, xls,xlsx pdf, jpg.

27Material AnalysisFile AttachmentY

DIGIT standard file attachment component, file size 5MB.

Format support doc,docx, xls,xlsx pdf, jpg.

28Project DesignFile AttachmentN

DIGIT standard file attachment component, file size 5MB.

Format support doc,docx, xls,xlsx pdf, jpg.

29OthersTexboxNTo capture the file which is to be uploaded.
File AttachmentN

DIGIT standard file attachment component, file size 5MB.

Format support doc,docx, xls,xlsx pdf, jpg.

Validations

  1. Field level validations as mentioned in the attribute tables and the in-line validations are displayed.
    • Amount: “Amount can include numbers only.”
    • Material Cost: “Material cost includes numbers only.”
    • Labour Cost: “Labour cost includes numbers only.”
  2. The total Material Cost and Labour Costs should not be more than the Total Estimated Amount.
    • Validation Message: “Material and labour costs should not be more than the estimated amount.”

Configurations

Attachments

DIGIT standard attachment component.

Workflow

It is configurable at the ULB level, the stories for configuring the workflow are given separately.

Overheads/ Additions

  1. The overheads in general being used in estimates are given below.
    • Royalty on Earth Work - It is user entered value
    • Supervision Charge - It is calculated and calculated on the line item amount at the rate of 7.5%.
    • Goods and Service Tax - It is calculated and calculated on the line item amount at the rate of 18%.
  2. Overheads are configurable in the system and configured with its complete definition.
  3. There is a separate ticket for overhead configuration.

Actions

On Submit

  1. The workflow window is displayed to capture the assignee name and the comments for forwarding the estimate.
  2. On Forward -
    • The success Page is displayed.
    • The estimate record gets saved into the system, and the workflow state reflects ‘Pending for verification’.
    • Estimate No. is generated in a specified format, if it is a direct submit.
    • Format for Estimate No. is ES/FY/<6digitrunningno.>. Example: ES/2022-23/000051
    • The 6-digit running sequence no. is reset to 1 at the start of every FY.
    • The estimate is available to download in PDF as per the given format. There will be a separate ticket for PDF download.
  3. In case the system fails to create the record, the Failure Page is displayed.

Notifications

Not applicable.

User Interface

DIGIT-Works

Acceptance Criteria

Acceptance CriteriaDescription
1Overheads are rendered and their values are calculated according to the configuration.
2On Submit, the estimate gets saved, workflow state changes accordingly, and estimate no. is generated.