# Sale summary disabled in sale bill window

**YouTube:** [Sale summary disabled in sale bill window](https://www.youtube.com/watch?v=iMWINGBoXHw)

 In this tutorial, we’ll address a common issue encountered in **Logic ERP** where the **daily sales summary** is not displayed when pressing **Ctrl + F5** in the Sale Bill window — even though transactions exist for the day.

***

### Understanding the Problem

1. Navigate to the **Main Menu** and open the **Sale Bill** window.
2. Press **Ctrl + F5** to view the **Sales Summary**.
3. You may observe that the **summary is showing as nil or empty**.

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

* However, when you right-click on the **Modify** button and check the transaction list:
  * You can see that **bills exist** for the current date.

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

* But these are not reflected in the **sales summary**.

***

### Step-by-Step Solution

* Navigate to the **Main Menu**.
* Expand the **Utilities** module.
* Click on **General Utilities**.
* From the list of utilities, select **“Update Zero Records from New Fin Year.**
* A confirmation prompt will appear — click **Yes** to proceed.

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

* The utility will now execute and update any missing summary records.

***

### Final Check

* Return to the **Sale Bill** window.
* Press **Ctrl + F5** again to view the **Sales Summary**.
* You will now observe that the **summary is visible and accurate** based on the existing bills.

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

***

This process helps fix discrepancies between the transaction data and its display in daily summaries, ensuring accurate sales monitoring within the system.


---

# Agent Instructions: 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:

```
GET https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/troubleshooting/sales/sale-summary-disabled-in-sale-bill-window.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
