> For the complete documentation index, see [llms.txt](https://docs.mastersindia.co/masters-india-gst-software/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/masters-india-gst-software/introduction/import-data/view-data-and-invoice-actions.md).

# View Data and Invoice Actions

Sales and purchase data successfully imported will appear in the "View" section of the Data Import module. From there user can view and take actions on the invoices.

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

Data can be filtered based on the business units, the return periods (both yearly or monthly) and the invoice type.

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

## Invoice Actions

### A. Invoice Edit

If the users want to make some changes in these invoices then that can be done using the edit icon.

1. Click on the three dots, under the "Actions" column and click on Edit.

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

2. Changes can be made in the invoice details like Invoice number, date, place of supply, etc and line item-wise details like HSN and item descriptions, Quantity, etc.

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

### B. Invoice Delete

If the user wants to delete unwanted invoices then that can be done in 2 ways:

1. **Selecting Invoices:** Invoices can be selected individually by clicking on the check box on the left and then proceed to click on the "Delete" button.&#x20;

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

Invoices can also be deleted individually, by taking the action from the "Action" column as well.

2. **Delete All:** This button deletes the complete data of that month in one click.

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

### C. Invoice Lock/Unlock

User can also Lock their invoices. Locking is a feature which prohibits users from deleting or editing the locked invoice. Using this feature, every user who has permission to lock the invoices can lock them and avoid any changes by the users who don't have permission to lock/unlock.

1. Selected invoices individually by clicking on the check box on the left and then proceed by clicking on the "Lock" button.

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

Locked invoices can be unlocked as well. Then they will return to their previous state where they can be edited and deleted.

### D. Invoice Download

Users can download the data that they have imported into the GST Software, they can do it using the "Export" button in the "View Data" section.

Users can download complete data by directly clicking on "Export" or download selected data by:

1. Select invoices using checkboxes and click the "Export" button. This will download only ticked invoices.
2. Apply filters as per requirement on Invoice type, Return period and Business units.

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

Now, this data will be downloaded in an Excel that the user can download with a single click. For this, the user has to go to the "Download Data" section.

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

When data is exported, a job will be created in the "Download Data" section.

The user will be able to see the GSTIN in which the job was executed, the invoice type downloaded, the user who downloaded it, the time when the export job was created, the status of the job and actions. Till the job is in the pending status, the users can refresh the page by clicking on the and after some time the status will change to "Completed".

Users can download the data using the "Download" button in the Action column. An Excel file containing data on the invoices will be downloaded.

Also, user can delete the job if needed using the "Delete" button.


---

# 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/masters-india-gst-software/introduction/import-data/view-data-and-invoice-actions.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.
