> ## Documentation Index
> Fetch the complete documentation index at: https://help.kuverbooks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Terms and Conditions for Your Documents

> Set up custom terms and conditions in Kuvera Arc that automatically appear on sales invoices, purchase orders, and other business documents.

The Terms and Conditions module lets you create reusable legal, business, or operational text for printed and exported documents. Define terms once, then make them available for selection across sales and purchase document workflows.

## Where terms appear

Terms can be applied to supported sales and purchase documents.

<Frame caption="Terms and Conditions module" />

<CardGroup cols={2}>
  <Card title="Sales invoices" icon="receipt">
    Add customer-facing payment, return, delivery, or policy terms.
  </Card>

  <Card title="Sales orders" icon="file-signature">
    Include order confirmation terms and customer-facing conditions.
  </Card>

  <Card title="Purchase bills" icon="file-invoice-dollar">
    Add supplier-facing or internal purchase conditions.
  </Card>

  <Card title="Purchase orders" icon="file-invoice">
    Include supplier agreement clauses and delivery expectations.
  </Card>

  <Card title="Printed receipts" icon="print">
    Show concise receipt-level conditions where supported.
  </Card>

  <Card title="Exported documents" icon="file-export">
    Keep terms consistent across printed and exported document outputs.
  </Card>
</CardGroup>

<Info>
  Terms are linked to a document type: **Sales** or **Purchase**. Sales terms appear only in sales workflows, and purchase terms appear only in purchase workflows.
</Info>

<Tabs>
  <Tab title="Sales Terms">
    Sales Terms and Conditions are used for customer-facing documents such as sales invoices, sales orders, and receipts.

    Use them for payment terms, return policies, delivery conditions, warranty notes, or customer-facing legal language.
  </Tab>

  <Tab title="Purchase Terms">
    Purchase Terms and Conditions are used for supplier-facing or internal documents such as purchase bills and purchase orders.

    Use them for supplier agreement clauses, delivery expectations, procurement policies, or internal purchase conditions.
  </Tab>
</Tabs>

## Access Terms and Conditions

<Steps>
  <Step title="Open Configuration">
    From the left navigation panel, go to **Configuration**.

    <Frame caption="Configuration in the sidebar" />
  </Step>

  <Step title="Open Terms and Conditions">
    Click **Terms and Conditions**.

    <Frame caption="Terms and Conditions menu item" />
  </Step>

  <Step title="Select a tab">
    Choose **Sales Terms and Conditions** or **Purchase Terms and Conditions** to view the relevant listing.
  </Step>
</Steps>

## Terms listing

The terms listing shows active terms for the selected document type.

<Frame caption="Terms listing" />

<CardGroup cols={2}>
  <Card title="Name of Terms" icon="tag">
    Identifying name or title for the terms entry.
  </Card>

  <Card title="Created Date" icon="calendar-days">
    Date the terms were originally created.
  </Card>

  <Card title="Options Menu" icon="ellipsis">
    Provides actions to edit or disable the terms entry.
  </Card>
</CardGroup>

<Note>
  Only active terms appear in document selection dropdowns. Disabled terms are retained for audit purposes but are no longer selectable.
</Note>

## Create new terms

<Steps>
  <Step title="Open Terms and Conditions">
    Go to **Configuration** and open **Terms and Conditions**.
  </Step>

  <Step title="Click Add Terms and Conditions">
    Click **Add Terms and Conditions** to open the creation panel.

    <Frame caption="Add Terms and Conditions button" />
  </Step>

  <Step title="Fill in the terms details">
    Enter a name, select the terms type, and write the full terms text.

    <Frame caption="Add Terms and Conditions form" />
  </Step>

  <Step title="Save the terms">
    Click **Add New Terms and Conditions**. The terms become available in the relevant document workflows.
  </Step>
</Steps>

## Terms fields

<AccordionGroup>
  <Accordion title="Name for the T&C">
    Required. Use a clear label that helps users identify the terms during document creation.

    Examples:

    * Standard Sales Terms
    * Net 30 Payment Terms
    * Supplier Delivery Conditions
  </Accordion>

  <Accordion title="T&C Type">
    Required. Select the workflow where the terms should be available.

    * **Sales** — customer-facing documents
    * **Purchase** — supplier-facing or procurement documents
  </Accordion>

  <Accordion title="Terms and Conditions text">
    Required. This is the full body text that appears on printed or exported documents.

    Keep the text clear and concise so it fits well within document layouts.
  </Accordion>
</AccordionGroup>

<Tip>
  Keep terms concise. Long terms can push totals, signatures, and payment details onto another page. For detailed policies, consider maintaining a separate full terms document.
</Tip>

<Note>
  Newly created terms are immediately active and available for selection in the relevant Sales or Purchase document workflow.
</Note>

## Edit existing terms

<Steps>
  <Step title="Open the terms listing">
    Go to **Configuration > Terms and Conditions** and select the appropriate tab.
  </Step>

  <Step title="Open the options menu">
    Locate the terms entry you want to update and click its **Options** menu.

    <Frame caption="Terms options menu" />
  </Step>

  <Step title="Select Edit Terms and Conditions">
    Click **Edit Terms and Conditions** to open the editing panel.
  </Step>

  <Step title="Update the terms">
    Modify the name, type, or body text as needed.
  </Step>

  <Step title="Save your changes">
    Click **Save** or the confirmation action to apply updates.
  </Step>
</Steps>

<Info>
  Updated terms are reflected immediately for future document selection. Finalized documents retain the version applied at the time of creation.
</Info>

## Disable terms

Disable terms when they are no longer applicable, such as expired seasonal policies or outdated supplier clauses.

<Steps>
  <Step title="Open the terms listing">
    Go to **Configuration > Terms and Conditions** and select the relevant tab.
  </Step>

  <Step title="Open the options menu">
    Find the terms entry and click its **Options** menu.
  </Step>

  <Step title="Select Disable Terms and Conditions">
    Click **Disable Terms and Conditions**. The entry is removed from active use.
  </Step>
</Steps>

<Warning>
  Disabling terms removes them from document selection immediately. Confirm the terms are no longer needed before disabling them.
</Warning>

## View and reactivate disabled terms

Disabled terms are retained for audit and can be reactivated.

<Frame caption="Disabled Terms and Conditions view" />

<Steps>
  <Step title="Open Terms and Conditions">
    Go to **Configuration > Terms and Conditions**.
  </Step>

  <Step title="Open the options menu">
    Click the **Options** menu on the listing page.
  </Step>

  <Step title="View disabled terms">
    Select **View Disabled T\&C** to see deactivated terms.
  </Step>
</Steps>

## Disabled terms table

<CardGroup cols={2}>
  <Card title="Name" icon="tag">
    Name of the disabled terms entry.
  </Card>

  <Card title="Disabled On" icon="calendar-days">
    Date the terms were deactivated.
  </Card>

  <Card title="Disabled By" icon="user">
    User who disabled the terms.
  </Card>

  <Card title="Action" icon="rotate-right">
    Available actions, such as reactivating the terms.
  </Card>
</CardGroup>

<Info>
  Reactivating a disabled term restores it immediately to the relevant Sales or Purchase document selection workflow.
</Info>

## System behavior

<AccordionGroup>
  <Accordion title="Sales terms">
    Sales terms are selectable only in Sales document workflows.
  </Accordion>

  <Accordion title="Purchase terms">
    Purchase terms are selectable only in Purchase document workflows.
  </Accordion>

  <Accordion title="Active terms">
    Only active terms appear in document selection dropdowns.
  </Accordion>

  <Accordion title="Disabled terms">
    Disabled terms are excluded from selection but retained for records and audit history.
  </Accordion>

  <Accordion title="Immediate availability">
    Newly created and reactivated terms are available immediately.
  </Accordion>

  <Accordion title="Reusable terms">
    Each terms entry can be reused across multiple documents of the same type.
  </Accordion>
</AccordionGroup>

<Note>
  Use Terms and Conditions to keep legal, payment, delivery, and policy language consistent across your sales and purchase documents.
</Note>
