> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/user-access/logic-global-admin/sale/sale-settings-1/allow-saving-of-bills-without-items.md).

# Allow Saving of Bills without Items

**YouTube:** [How to Allow Saving a Sale Bill Without Items?](https://www.youtube.com/watch?v=890lh4L5v-Y)

## How to Allow Saving a Sale Bill Without Items?

In this tutorial, we will guide you through the process of enabling the setting that allows you to save a sales bill without adding any items.&#x20;

### **Default Behavior and Customization**

* By default, the software prompts an alert when attempting to save a bill without items.

<figure><img src="/files/ia0CDk2oz32vb42xHTZP" alt=""><figcaption><p>The picture shows the software prompting an alert when attempting to save a bill without items.</p></figcaption></figure>

* This behavior can be modified to suit your needs.

### **Steps to Enable Saving a Sales Bill Without Items:**

* Open **Logic Admin** and navigate to **Global Settings**.
* Go to the **Sales Settings 1** section.
* Locate and enable the option Labeled: "**Allow Saving of Bills Without Items"**.

<figure><img src="/files/YaOhxLnJOsFlEJpPEWHD" alt=""><figcaption><p>We will keep this feature enabled to evaluate its effect on the billing process.</p></figcaption></figure>

* Save the changes and restart the software to apply the new settings.

### **Implement the Functionality:**

* Navigate to the **"Billing"** and create a new **"Sale Bill".**
* Try saving a sales voucher without any items.
* The software will now allow the bill to be saved without items, confirming that the setting has been enabled.

### **Important Note:**

* This feature will only work if the **Calculation Mode** defined in the sales voucher configuration is set to **Bill Wise**.

<figure><img src="/files/hZ6vrwTMLUQ8KtUDe3Kv" alt=""><figcaption><p>The above shown image represents calculation as Bill Wise.</p></figcaption></figure>


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/user-access/logic-global-admin/sale/sale-settings-1/allow-saving-of-bills-without-items.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.
