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

# Issue and Apply Credit Notes for Invoice Adjustments

> Create and manage Credit Notes in Kuvera Arc to handle returns, billing corrections, and post-invoice discounts while keeping receivables accurate.

A Credit Note reduces the amount a customer owes on an existing Sales Invoice. Use Credit Notes when customers return goods, billing errors need correction, or a post-invoice discount needs to be applied without deleting or voiding the original invoice.

<Info>
  A Credit Note must be linked to a specific Sales Invoice. Standalone Credit Notes are not supported.
</Info>

## Sales Invoice vs. Credit Note

<Tabs>
  <Tab title="Sales Invoice">
    A Sales Invoice represents the **amount a customer owes** for products or services delivered. It is the primary billing document and the financial record used for payment tracking.
  </Tab>

  <Tab title="Credit Note">
    A Credit Note **reduces the value of a Sales Invoice** after it has been issued. It is applied against the linked invoice's outstanding balance.
  </Tab>
</Tabs>

## Credit Note workflow

Credit Notes follow an approval process before any financial adjustment is applied.

<Steps>
  <Step title="Identify the invoice">
    Locate the Sales Invoice that needs a return, correction, or credit adjustment.
  </Step>

  <Step title="Create a Credit Note">
    Open the Credit Note module and start a new credit note. Select the customer and Sales Invoice ID.

    <Frame caption="New Credit Note form" />
  </Step>

  <Step title="Review auto-loaded items">
    Kuvera Arc automatically loads invoice line items from the selected Sales Invoice.
  </Step>

  <Step title="Adjust items">
    Modify quantities for partial returns or remove line items that should not be included in the credit.
  </Step>

  <Step title="Enter a reason">
    Provide a required reason, such as customer return, billing error, or agreed discount.
  </Step>

  <Step title="Save or submit">
    Save as **Draft** to continue editing, or click **Save Credit Note** to submit for approval.
  </Step>

  <Step title="Approve the credit note">
    An authorized user reviews and approves the credit note.
  </Step>

  <Step title="Apply the credit">
    After approval, the linked invoice balance and customer receivable are reduced by the credit amount.
  </Step>
</Steps>

## Approved Credit Note impact

When a Credit Note is approved, Kuvera Arc applies the financial adjustment automatically.

<CardGroup cols={2}>
  <Card title="Invoice balance reduced" icon="file-invoice-dollar">
    The linked Sales Invoice total or outstanding balance is adjusted downward by the credit amount.
  </Card>

  <Card title="Receivable reduced" icon="money-bill-transfer">
    The customer's outstanding receivable balance is reduced accordingly.
  </Card>

  <Card title="Reports updated" icon="chart-line">
    Financial records and accounting reports reflect the approved credit.
  </Card>

  <Card title="Record becomes read-only" icon="lock">
    The approved Credit Note becomes read-only to preserve financial accuracy.
  </Card>
</CardGroup>

## Credit Note statuses

<AccordionGroup>
  <Accordion title="Draft">
    The credit note has been created but not submitted. It remains editable and has no financial impact.
  </Accordion>

  <Accordion title="Pending">
    The credit note has been submitted for review. Invoice totals and customer balances remain unchanged until approval.
  </Accordion>

  <Accordion title="Approved">
    The credit note is finalized and applied. The linked invoice balance and customer receivable are reduced.
  </Accordion>

  <Accordion title="Void">
    The credit note has been cancelled. It is excluded from financial calculations and has no impact on the invoice or customer balance.
  </Accordion>
</AccordionGroup>

<Warning>
  Only **Approved** Credit Notes reduce invoice balances and customer receivables. Draft, Pending, and Void Credit Notes have no financial impact.
</Warning>

## Access Credit Notes

<Frame caption="Credit Note in the Sales sidebar" />

<Steps>
  <Step title="Open Sales">
    In the left navigation panel, click **Sales**.
  </Step>

  <Step title="Select Credit Note">
    Click **Credit Note**. The Credit Note Listing Page opens.
  </Step>
</Steps>

## Credit Note listing

The listing page includes status tabs, search, row-count controls, export tools, and a void Credit Notes view.

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

<CardGroup cols={2}>
  <Card title="Credit Number" icon="hashtag">
    Unique system-generated credit note identifier.
  </Card>

  <Card title="Customer Name" icon="user">
    Customer linked to the Credit Note.
  </Card>

  <Card title="Status" icon="circle-check">
    Current workflow status.
  </Card>

  <Card title="Total Amount" icon="money-bill">
    Total value of the credit adjustment.
  </Card>

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

  <Card title="Action" icon="eye">
    Opens the Credit Note Details Page.
  </Card>
</CardGroup>

## Create a Credit Note

<Steps>
  <Step title="Open Credit Note">
    Go to **Sales > Credit Note**.
  </Step>

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

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

  <Step title="Select customer and invoice">
    Choose the customer and then select the **Sales Invoice ID** you need to adjust. Invoice items load automatically.

    <Frame caption="Customer and invoice selection" />
  </Step>

  <Step title="Enter credit note details">
    Fill in the date, optional reference number, and required reason for the credit.
  </Step>

  <Step title="Review and adjust invoice items">
    Check the auto-loaded line items. Adjust quantities for partial returns or remove items that should not be credited.
  </Step>

  <Step title="Review calculated totals">
    Confirm subtotal, discounts, VAT, and total credit amount.
  </Step>

  <Step title="Save or submit">
    Click **Save as Draft** to continue editing, or **Save Credit Note** to submit for approval.
  </Step>
</Steps>

## Credit Note fields

<AccordionGroup>
  <Accordion title="Header fields">
    **Select Customer** — Required customer whose invoice is being adjusted.

    **Sales Invoice ID** — Required invoice linked to the Credit Note.

    **Date** — Optional Credit Note date. Defaults to today if left blank.

    **Reference** — Optional internal or external reference number.

    **Reason** — Required reason for the credit adjustment, such as customer return, billing error, or agreed discount.
  </Accordion>

  <Accordion title="Item table fields">
    **Product Name** — Auto-loaded from the selected invoice and read-only.

    **Quantity** — Editable quantity used for partial return or partial credit.

    **Rate per Item** — Inherited from the original invoice and read-only.

    **Discount** — Inherited from the original invoice line settings.

    **Total** — Recalculates automatically when quantity changes.
  </Accordion>
</AccordionGroup>

<Info>
  Selecting a Sales Invoice ID automatically loads all invoice line items into the Credit Note item table.
</Info>

## Adjust credit note items

Use the item table to define which invoice items are being credited.

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

<CardGroup cols={2}>
  <Card title="Adjust quantity" icon="calculator">
    Reduce the quantity to reflect a partial return or partial credit.
  </Card>

  <Card title="Remove line items" icon="xmark">
    Remove products that should not be included in the Credit Note.
  </Card>

  <Card title="Inherited pricing" icon="tag">
    Rates and item-level discounts come from the original Sales Invoice.
  </Card>

  <Card title="Automatic totals" icon="calculator">
    Totals recalculate when quantities or included items change.
  </Card>
</CardGroup>

<Tabs>
  <Tab title="Item-level discount">
    Each line item inherits the discount applied on the original invoice. These discounts are calculated per line before totals are summed.
  </Tab>

  <Tab title="Overall discount">
    An additional adjustment-level discount can be applied to the Credit Note total, separate from item-level discounts.
  </Tab>
</Tabs>

<Note>
  Kuvera Arc calculates item-level and overall discounts independently and combines them in the final Credit Note total.
</Note>

## Credit Note totals

The summary section calculates credit values automatically.

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

  <Card title="Discount" icon="tag">
    Total discount applied.
  </Card>

  <Card title="Taxable Total" icon="percent">
    Amount subject to VAT.
  </Card>

  <Card title="Non-Taxable Total" icon="circle-minus">
    Amount exempt from tax.
  </Card>

  <Card title="VAT Total" icon="file-invoice-dollar">
    Computed VAT on the credit.
  </Card>

  <Card title="Total Amount" icon="money-bill">
    Final credit value to be applied.
  </Card>
</CardGroup>

<Warning>
  Invoice selection is mandatory. The financial impact only takes effect after the Credit Note is approved.
</Warning>

## Credit Note details page

The Credit Note Details Page shows the full record, including the linked invoice, credited items, totals, current status, and available actions.

<Steps>
  <Step title="Open Credit Note">
    Go to **Sales > Credit Note**.
  </Step>

  <Step title="Locate the credit note">
    Find the record using the search bar, status tabs, or filters.
  </Step>

  <Step title="Open the record">
    Click the **Action** field on the credit note row.

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

<Frame caption="Credit Note Details Page" />

<CardGroup cols={2}>
  <Card title="Credit Note Information" icon="file-lines">
    Credit note ID, creation date, creator, customer, linked Sales Invoice, original invoice amount, reason, and status.
  </Card>

  <Card title="Product & Summary Details" icon="boxes-stacked">
    Credited items with product name, rate, quantity, discount, totals, subtotal, VAT, and total credit amount.
  </Card>
</CardGroup>

<Info>
  The Credit Note Details Page is audit-ready. It shows who created the adjustment, which invoice it applies to, why it was raised, and how much was credited.
</Info>

## Credit Note actions

Actions depend on Credit Note status and user permissions.

<AccordionGroup>
  <Accordion title="Edit Credit Note">
    Opens the credit note for modification. Usually available in **Draft** status and, depending on permissions, in **Pending** status.
  </Accordion>

  <Accordion title="Duplicate Credit Note">
    Creates a copy of the credit note as a new **Draft**, including customer, invoice reference, and line items.
  </Accordion>

  <Accordion title="Void Credit Note">
    Cancels the credit note and excludes it from financial calculations. A reason is required before voiding.
  </Accordion>

  <Accordion title="Approve Credit Note">
    Finalizes the credit note and applies the financial adjustment.

    Upon approval:

    * The linked invoice balance is reduced by the credit amount
    * The customer's receivable balance is reduced
    * The Credit Note becomes read-only
    * Related financial reports are updated
  </Accordion>

  <Accordion title="View Print Preview">
    Opens a print-ready version of the Credit Note for review, records, or sharing with the customer.
  </Accordion>
</AccordionGroup>

<Warning>
  Financial adjustments happen only after **Approve** is executed. Void actions require a reason and cannot be undone.
</Warning>

## Filter Credit Notes

Use **Filter Data** to search and narrow Credit Note records.

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

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

  <Card title="Creation Date" icon="calendar-days">
    Narrow results to a specific date or date range.
  </Card>

  <Card title="Amount Range" icon="money-bill">
    Filter by minimum and maximum credit note value.
  </Card>
</CardGroup>

<Note>
  Combine multiple filters if needed. Click **Apply Filter** to update the list, or **Clear** to reset conditions.
</Note>

## Export Credit Notes

Use **Export Data** to download Credit Note records. Exporting does not modify any records.

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

<Tabs>
  <Tab title="Full Export">
    Downloads all Credit Note records, regardless of active filters or status tabs.
  </Tab>

  <Tab title="Current View Export">
    Downloads only records currently visible in the listing, including active filters, status tab selection, or search terms.
  </Tab>
</Tabs>

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

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

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

<Note>
  Exported files are generated as a snapshot of the current listing view.
</Note>
