> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/subscription-and-recurring-billing-management/configuration/subscription-schedules/subscription-lines.md).

# Subscription Lines

The Subscription Line entity is used to enter the information for the Products related to the Subscription Schedule and track the quantity and the amount to be billed. You must have at least one Subscription Line on a Subscription Schedule. The Subscription Lines will be carried over to the Invoice as the Invoice Lines.

### How to Create Subscription Lines:

* Navigate to **Subscription and Recurring Billing Management App --> Schedules --> Subscription Schedules -->** Open the **Subscription Schedule** for which you wish to add the Subscription Lines.&#x20;
* Go to **‘Subscription Lines’** tab --> Click on the button **‘New Billing Line’** to add a new line.

![](/files/-Mb1SJq-_Uee_amyqXFn)

* Enter details in the required information and any optional fields you wish to include.
  * **Name:** The name of the Subscription Line is auto populated and is made up from the Product concatenated with the Customer.&#x20;
  * **Subscription Schedule:** The parent Subscription Schedule associated with the Subscription Line. This field is required as a Subscription Line cannot exist without a Subscription Schedule. This is prefilled with the Subscription Schedule from where you are adding the Subscription Lines.&#x20;
  * **Product:** Product that needs to be added in the Invoice line.&#x20;
  * **Plan:** Select plan as you want the pricing to be calculated&#x20;
  * **Subscriber Count:** The quantity to bill on the Subscription Line. This is at the line level as each line could have a different quantity. If left blank, it will default to 1.&#x20;
  * **Price Per Billing Period:** Charges which are going to be billed as per the interval. E.g.: If the plan selected is on Monthly basis, then the price will be set per month.&#x20;
  * **Discount:** If you wish to add any Discount to the line that can be added here.&#x20;
  * **Extended Amount:** This field is auto-calculated.&#x20;
  * **Tax Processing:** This section is visible only if tax calculation is enabled on Configuration record. If Tax Calculation Type on the configuration record is set as Standard, and the country selected is USA then Is Taxable field is visible or else Tax Schedule field is visible. These fields determine how the tax needs to be calculated.

![](/files/-Mb1SQyX0BH2TO0zDaNi)

![](/files/-Mb1SVqL6UxlSkAKb39d)

If the product has an Add-On and if you wish to add it in the Subscription Schedule you can add it by clicking on the **‘Add Add-Ons’** button either on the **Subscription Line** form **Ribbon** or on the **Subscription Line** **Subgrid** on the Subscription Schedule Form.

![](/files/-Mb1Sm-1leYR9tBGThCU)

![](/files/-Mb1SsKmcdvGNSGr2dIM)

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

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

```
GET https://docs.inogic.com/subscription-and-recurring-billing-management/configuration/subscription-schedules/subscription-lines.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.
