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

# Create Debit Notes for Supplier Returns and Adjustments

> Learn how to create and approve Debit Notes in Kuvera Arc to handle supplier returns, pricing corrections, and purchase bill adjustments accurately.

A Debit Note is a formal document used to reduce or correct the amount owed to a supplier. In Kuvera Arc, create a Debit Note when goods are returned, damaged items need to be adjusted, quantities do not match the bill, or pricing errors need correction against an existing Purchase Bill.

## When to use a Debit Note

Use a Debit Note to adjust supplier payable records after a Purchase Bill has been created.

<CardGroup cols={2}>
  <Card title="Return purchased goods" icon="rotate-left">
    Record goods returned to a supplier after billing.
  </Card>

  <Card title="Adjust damaged items" icon="box-open">
    Remove damaged or rejected items that should not be billed.
  </Card>

  <Card title="Correct quantity mismatch" icon="clipboard-check">
    Adjust cases where billed quantity does not match the actual received or accepted quantity.
  </Card>

  <Card title="Fix pricing errors" icon="tag">
    Correct pricing errors discovered after a Purchase Bill was raised.
  </Card>

  <Card title="Update supplier payables" icon="file-invoice-dollar">
    Maintain accurate supplier payable balances after post-billing changes.
  </Card>
</CardGroup>

<Info>
  A Debit Note must be linked to an existing Purchase Bill. The linked bill provides supplier information, purchased products, pricing, discounts, and tax calculations.
</Info>

## Debit Note workflow

<Steps>
  <Step title="Select the supplier and Purchase Bill">
    Choose the supplier and the specific Purchase Bill that requires adjustment.

    <Frame caption="Debit Note supplier and Purchase Bill fields" />
  </Step>

  <Step title="Review auto-loaded items">
    Kuvera Arc loads purchased items from the selected bill into the debit note.
  </Step>

  <Step title="Enter the adjustment reason">
    Provide a clear reason for the debit note for financial traceability and audit purposes.
  </Step>

  <Step title="Adjust quantities or remove items">
    Edit item quantities to reflect what is being returned or corrected. Remove items that should not be included.
  </Step>

  <Step title="Save or submit">
    Save as **Draft** to finalize later, or click **Save Debit Note** to submit for approval.
  </Step>

  <Step title="Approval review">
    An authorized user reviews the submitted debit note and approves it to confirm the financial adjustment.
  </Step>
</Steps>

## Debit Note statuses

<AccordionGroup>
  <Accordion title="Draft">
    The debit note has been created but not submitted. Fields remain editable.
  </Accordion>

  <Accordion title="Pending">
    The debit note has been submitted and is waiting for review by an authorized user. Editing is usually restricted.
  </Accordion>

  <Accordion title="Approved">
    The debit note has been verified and finalized. Financial adjustments are confirmed, the supplier payable balance is updated, and the record becomes read-only.
  </Accordion>

  <Accordion title="Void">
    The debit note has been cancelled and excluded from active workflows. The record remains available for historical reference and audit.
  </Accordion>
</AccordionGroup>

<Warning>
  Approved debit notes are read-only to protect financial accuracy. Confirm all quantities, items, and amounts before approval.
</Warning>

## Access Debit Notes

<Frame caption="Debit Note in the Purchase sidebar" />

<Steps>
  <Step title="Open Purchase">
    Go to the left navigation panel and click **Purchase**.
  </Step>

  <Step title="Select Debit Note">
    Click **Debit Note** from the Purchase menu.
  </Step>
</Steps>

The Debit Note Listing Page opens. Use status tabs to filter by **All**, **Approved**, **Draft**, or **Pending**.

## Debit Note listing

<Frame caption="Debit Note Listing Page" />

<CardGroup cols={2}>
  <Card title="Debit Number" icon="hashtag">
    Unique system-assigned debit note number.
  </Card>

  <Card title="Supplier Name" icon="truck">
    Supplier linked to the debit note.
  </Card>

  <Card title="Debit Status" icon="circle-check">
    Current workflow status of the debit note.
  </Card>

  <Card title="Total Amount" icon="money-bill">
    Final adjusted debit note amount.
  </Card>

  <Card title="Created On" icon="calendar-days">
    Date the debit note was created.
  </Card>

  <Card title="Option" icon="eye">
    Opens the Debit Note Details page.
  </Card>
</CardGroup>

<Info>
  The listing page provides visibility into debit note records. It does not directly modify debit note data.
</Info>

## Create a Debit Note

<Steps>
  <Step title="Open Debit Note">
    Go to **Purchase > Debit Note**.
  </Step>

  <Step title="Click New Debit Note">
    Click **New Debit Note**.

    <Frame caption="New Debit Note button" />
  </Step>

  <Step title="Select the supplier">
    Choose the supplier associated with the purchase you are adjusting.
  </Step>

  <Step title="Select the Purchase Bill ID">
    Select the Purchase Bill being corrected. Kuvera Arc loads related products, supplier details, and financial values from the bill.

    <Frame caption="Purchase Bill selected on Debit Note form" />
  </Step>

  <Step title="Enter the adjustment reason">
    Type a clear reason, such as **Goods returned due to damage** or **Quantity billed exceeds quantity received**.
  </Step>

  <Step title="Review and adjust items">
    Review the product table. Adjust quantities for returns or corrections, and remove items not included in the adjustment.
  </Step>

  <Step title="Save the debit note">
    Click **Save as Draft** to save without submitting, or **Save Debit Note** to submit for approval.
  </Step>
</Steps>

## Debit Note fields

<AccordionGroup>
  <Accordion title="Required fields">
    **Select Supplier** — Supplier linked to the debit note adjustment.

    **Purchase Bill ID** — Existing Purchase Bill being corrected or returned against.

    **Reason** — Mandatory explanation of why the adjustment is being made.
  </Accordion>

  <Accordion title="Optional fields">
    **Date** — Date of the debit note. Defaults to today if left blank.

    **Reference Number** — Internal or external tracking reference for the adjustment.
  </Accordion>

  <Accordion title="Item adjustment fields">
    **Product Name** — Loaded from the selected Purchase Bill and not editable.

    **Quantity** — Editable quantity being returned or corrected.

    **Rate per Item** — Loaded from the bill and not editable.

    **Discount** — Controlled by the original bill and product configuration.

    **Total Price** — Recalculated automatically based on adjusted quantity.
  </Accordion>
</AccordionGroup>

<Info>
  Quantity is the primary editable field in a Debit Note. Use it to define the exact number of units being returned or corrected.
</Info>

## Adjust debit note items

When the Purchase Bill is selected, Kuvera Arc loads the related products and values automatically.

<Frame caption="Debit Note item table" />

<CardGroup cols={2}>
  <Card title="Adjust quantity" icon="calculator">
    Set the quantity to the number of units being returned or corrected.
  </Card>

  <Card title="Remove items" icon="xmark">
    Exclude products that are not part of the adjustment.
  </Card>

  <Card title="Recalculate totals" icon="calculator">
    Totals update automatically when quantities or included items change.
  </Card>

  <Card title="Preserve bill rates" icon="tag">
    Rates and discount settings come from the linked Purchase Bill.
  </Card>
</CardGroup>

<Tabs>
  <Tab title="Discountable products">
    If discount is enabled for the product, the discount carries over from the original bill and is reflected in the recalculated totals.
  </Tab>

  <Tab title="Non-discountable products">
    If discount is disabled for the product, the discount field remains inactive and cannot be modified.
  </Tab>
</Tabs>

## Debit Note totals

Kuvera Arc recalculates debit totals automatically as quantities and included items change.

<CardGroup cols={2}>
  <Card title="Subtotal" icon="calculator">
    Sum of adjusted line totals before discounts.
  </Card>

  <Card title="Discount" icon="tag">
    Total discounts applied based on original bill settings.
  </Card>

  <Card title="Taxable total" icon="percent">
    Adjusted amount subject to VAT.
  </Card>

  <Card title="Non-taxable total" icon="circle-minus">
    Adjusted amount not subject to VAT.
  </Card>

  <Card title="VAT total" icon="file-invoice-dollar">
    Recalculated tax based on adjusted values.
  </Card>

  <Card title="Total amount" icon="money-bill">
    Final debit note value after adjustments.
  </Card>
</CardGroup>

<Warning>
  A Debit Note must be linked to a Purchase Bill before it can be saved. This keeps every adjustment traceable to an existing supplier transaction.
</Warning>

## View Debit Note details

<Steps>
  <Step title="Open Debit Note">
    Go to **Purchase > Debit Note**.
  </Step>

  <Step title="Find the record">
    Locate the debit note in the listing table using status tabs or supplier name search.
  </Step>

  <Step title="Open details">
    Click the **Option** field on the debit note row.

    <Frame caption="Open Debit Note details" />
  </Step>
</Steps>

<Frame caption="Debit Note Details page" />

<CardGroup cols={2}>
  <Card title="Basic details" icon="file-lines">
    Debit note ID, creation date, creator, supplier name, linked Purchase Bill, reason, and original bill amount.
  </Card>

  <Card title="Adjustment details" icon="boxes-stacked">
    Product name, rate, adjusted quantity, discount, line total, subtotal, taxable total, VAT, and total adjusted amount.
  </Card>
</CardGroup>

<Info>
  The Debit Note Details page centralizes supplier details, item-level corrections, financial totals, and workflow status.
</Info>

## Debit Note actions

Actions are available from the Debit Note Details page based on status and permissions.

<AccordionGroup>
  <Accordion title="Edit Debit Note">
    Modify debit note details when editing is allowed, usually in **Draft** or **Pending** status. Changes are revalidated before saving.
  </Accordion>

  <Accordion title="Duplicate Debit Note">
    Creates a copy of the current debit note as a new Draft.

    Supplier details, item selections, and adjustment details are copied. A new debit note number is assigned, and the original note remains unchanged.
  </Accordion>

  <Accordion title="Approve Debit Note">
    Finalizes the debit note adjustment.

    When approved:

    * Status changes to **Approved**
    * Supplier payable adjustment is confirmed
    * The debit note becomes read-only
  </Accordion>

  <Accordion title="Void Debit Note">
    Cancels the debit note and removes it from active financial processing.

    When voiding:

    * You must provide a reason
    * The debit note is excluded from financial adjustments
    * The record remains visible for audit history
    * A voided debit note cannot be reused or edited
  </Accordion>
</AccordionGroup>

<Warning>
  Approval and void actions are controlled by user roles, document status, and permissions. All action-based changes are tracked for audit purposes.
</Warning>

## Filter debit notes

Use **Filter Data** to narrow debit note records.

<Frame caption="Debit Note filter panel" />

<CardGroup cols={2}>
  <Card title="Debit Note Number" icon="hashtag">
    Find a specific debit note by its number.
  </Card>

  <Card title="Creation Date" icon="calendar-days">
    Filter by the date the debit note was created.
  </Card>

  <Card title="Minimum Amount" icon="arrow-up">
    Show debit notes with totals at or above this value.
  </Card>

  <Card title="Maximum Amount" icon="arrow-down">
    Show debit notes with totals at or below this value.
  </Card>
</CardGroup>

<Note>
  Combine filters to refine results. Click **Apply Filter** to update the listing, or **Cancel** to close without applying changes.
</Note>

## Export debit notes

Use **Export Data** to download debit note records. Exporting does not affect workflow status or supplier financial data.

<Frame caption="Export Debit Notes panel" />

<Tabs>
  <Tab title="Full Export">
    Exports all debit note records in the system, regardless of active filters.
  </Tab>

  <Tab title="Current View Export">
    Exports only the debit notes currently visible in the listing, including filtered results.
  </Tab>
</Tabs>

<CardGroup cols={3}>
  <Card title="XLSX" icon="file-excel">
    Export debit notes for spreadsheet use.
  </Card>

  <Card title="PDF" icon="file-pdf">
    Export debit notes for document sharing.
  </Card>

  <Card title="CSV" icon="file-csv">
    Export debit notes for data processing or integrations.
  </Card>
</CardGroup>

<Note>
  Exports reflect current records and any active filters at the time of export.
</Note>
