> 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/detailed-mb/view-mb.md).

# View MB

## Scope

View Detailed MB

Search MB → View MB

## Actors <a href="#actors" id="actors"></a>

No change.

## Details <a href="#details" id="details"></a>

1. Measurement book is searched and opened to view the details.
2. Below are the attributes which are displayed.

### Attributes <a href="#attributes" id="attributes"></a>

1. MB Reference Number
2. MB Number
3. Work Order Number
4. Project ID
5. Project Sanction Date
6. Project Location
7. Project Name
8. Project Description
9. View Measurement History
   1. Measurement History
      1. Sr. No
      2. MB Reference Number
      3. MB Date
      4. MB Period
      5. MB Amount
      6. Status

### Validations <a href="#validations" id="validations"></a>

Not applicable.

### Configurations <a href="#configurations" id="configurations"></a>

Not applicable.

### Actions <a href="#actions" id="actions"></a>

1. For In Workflow MB, actions in Action Menu, workflow actions based on the role of logged-in user.
   1. Save as Draft
   2. Verify and Forward
   3. Approve
   4. Send Back
   5. Send Back To Originator
   6. Edit MB
   7. Reject

### Notifications <a href="#notifications" id="notifications"></a>

Not applicable.

## User Interface <a href="#userinterface" id="userinterface"></a>

<https://www.figma.com/file/M2P3O9WlKtxuLCjQKxLLDg/DIGIT-Works?type=design&node-id=9533-24239&mode=design&t=iYj7FtnLquFhW5r2-4>

## Acceptance Criteria <a href="#acceptancecriteria" id="acceptancecriteria"></a>

1. MB details is displayed as described in the story.
2. Actions are enabled as per the estimate workflow state and role logged-in user has.


---

# 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/detailed-mb/view-mb.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.
