> For the complete documentation index, see [llms.txt](https://docs.mastersindia.co/notice-management/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mastersindia.co/notice-management/documentation/readme/notices-and-orders-module/notice-detail-view.md).

# Notice Detail View

Clicking the **Eye icon** in the Actions column opens a detail side-panel for the selected notice. The panel has three tabs: **Details**, **Comments**, and **Activities Timeline**.

The panel header displays:

* **Notice Subject** — the full notice description as a heading.
* **Edit Button** (blue) — opens the Edit Notice/Order form.
* **Assign Button** (outlined) — dropdown to assign the notice to a team member.
* **Status Button** (outlined) — dropdown to update the notice status.

### **Details Tab**

<figure><img src="/files/9UoizG2wavOHAKq4UUM1" alt=""><figcaption></figcaption></figure>

The Details tab shows comprehensive notice information organised in a card layout:

#### **Top Section — Notice Summary:**

<table><thead><tr><th width="247.3333740234375">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Notice Number</strong></td><td>Unique reference (e.g., "ZD330426075190M")</td></tr><tr><td><strong>Financial Year</strong></td><td>The FY the notice belongs to (e.g., "2026-27")</td></tr><tr><td><strong>Issue Date</strong></td><td>Date of issue with calendar icon (e.g., "09-04-2026")</td></tr><tr><td><strong>Due Date</strong></td><td>Response deadline (shown as <code>-</code> if not set)</td></tr><tr><td><strong>Issuing Authority</strong></td><td>The government department (e.g., "GST Department")</td></tr><tr><td><strong>Notice Type</strong></td><td>Classification (e.g., "Case")</td></tr><tr><td><strong>Priority</strong></td><td>Priority badge with color (e.g., <code>Low</code> in blue)</td></tr><tr><td><strong>Status</strong></td><td>Current status badge (e.g., <code>Pending</code> in yellow)</td></tr><tr><td><strong>Entity</strong></td><td>GSTIN/PAN with a building icon (e.g., "33AAHCK6456G1ZG")</td></tr><tr><td><strong>Assigned To</strong></td><td>Name of the assigned user, or <code>-</code> if unassigned</td></tr></tbody></table>

#### **Financial Details Section:**

| Field                 | Description              |
| --------------------- | ------------------------ |
| **Form Name**         | Relevant form identifier |
| **Demand in Dispute** | Disputed amount          |
| **Payment Made**      | Amount paid              |
| **Litigation Fee**    | Litigation costs         |
| **Total Expense**     | Cumulative expenses      |
| **Demand Amount**     | Total demand             |
| **Tax**               | Tax component            |
| **Penalty**           | Penalty component        |
| **Interest**          | Interest component       |
| **Fee**               | Fee component            |

All financial fields display `-` If no value has been entered.

#### **Description Section:**

A free-text area displaying the full notice description.

**Case/Application Details (Blue Highlighted Section):**

A bordered section (blue accent) showing:

| Field                                 | Description                                       |
| ------------------------------------- | ------------------------------------------------- |
| **Case ID**                           | Unique case identifier (e.g., "AD33042600076656") |
| **GSTIN/UIN/Temporary ID**            | Entity registration number                        |
| **Date of Application/Case Creation** | Date the case was created on the portal           |
| **Status**                            | Portal-level status (e.g., "Deemed Approved")     |

#### **Portal Details**

This section mirrors all the details available the respective government portal.&#x20;

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

A section labelled **"Portal Links"** provides a redirect link (e.g., a **GST** button with an external link icon) that opens the corresponding government portal page for this notice.

#### **File Attachments**

A file upload area is available at the bottom of the Details tab:

* **Upload your file** header.
* **Drag & Drop zone** — users can drag files into the area.
* **Choose File** button (blue) — opens a file browser.


---

# 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.mastersindia.co/notice-management/documentation/readme/notices-and-orders-module/notice-detail-view.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.
