> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/works/reference-implementations/muktasoft-v2.2/specifications/functional-requirements/user-stories/rate-analysis/download-of-analysis-statements.md).

# Download of analysis statements

## Scope&#x20;

Analysis statements are generated out of an estimates and shared with CBO along with WO.&#x20;

## Actors&#x20;

CBOs&#x20;

## Details

1. The analysis statements are generated out of saved estimate details.
2. These are generated SORs wise and then consolidated to have Material Wise, Labour Wise, and Machinery Wise View.
3. The attributes and format is same for all three.
4. The option to download into PDF is provided from Work Order Details View page.
   1. Labour Analysis
   2. Material Analysis
   3. Machinery Analysis
5. The attributes defining detailed estimate are given in below table.&#x20;

<table data-header-hidden><thead><tr><th width="96"></th><th width="131"></th><th></th></tr></thead><tbody><tr><td><strong>Sr. No.</strong></td><td><strong>Field Name</strong></td><td><strong>Description</strong></td></tr><tr><td>1</td><td>Code</td><td>The item code from the lead charges</td></tr><tr><td>2</td><td>Description</td><td>The item name from the lead charges</td></tr><tr><td>3</td><td>Unit</td><td>The unit of measurement</td></tr><tr><td>4</td><td>Rate</td><td>Rate per unit</td></tr><tr><td>5</td><td>Quantity</td><td>Total quantity required.</td></tr><tr><td>6</td><td>Amount</td><td>Amount calculated rate*quantity.</td></tr><tr><td>7</td><td>Total</td><td>Total of all the material required.</td></tr></tbody></table>

&#x20;

### Actions&#x20;

Not applicable.&#x20;

### Validations&#x20;

Not applicable.&#x20;

### Configuration&#x20;

Not applicable.&#x20;

### Notifications&#x20;

Not applicable&#x20;

## User Interface&#x20;

<figure><img src="/files/NfkTU1FMIutdeWmKCjBg" alt=""><figcaption></figcaption></figure>

## Acceptance Criteria

1. Analysis is generated of material, labour and machinery required.
2. The format and template is same for all three.
3. Option to download these into PDF to be provided.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.digit.org/works/reference-implementations/muktasoft-v2.2/specifications/functional-requirements/user-stories/rate-analysis/download-of-analysis-statements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
