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

# Manage and Organize Supplier Records in Kuvera Arc

> Learn how to create, import, view, and manage supplier records in Kuvera Arc to support accurate purchase workflows and supplier tracking.

Suppliers are required for purchase workflows in Kuvera Arc. Before you raise a purchase order, record a bill, or process supplier-related activity, create a supplier record so purchase documents and supplier history stay organized.

## What you can do

The Suppliers page gives you a central place to create, review, import, export, and manage supplier records.

<Frame caption="Suppliers listing page" />

<CardGroup cols={2}>
  <Card title="View suppliers" icon="users">
    Review active supplier records with contact details and credit information.
  </Card>

  <Card title="Search suppliers" icon="magnifying-glass">
    Find suppliers quickly by name.
  </Card>

  <Card title="Filter by credit limit" icon="filter">
    Narrow suppliers based on minimum or maximum credit limit.
  </Card>

  <Card title="Add suppliers" icon="plus">
    Create supplier records individually.
  </Card>

  <Card title="Import suppliers" icon="file-import">
    Upload multiple supplier records using a spreadsheet file.
  </Card>

  <Card title="Export supplier data" icon="file-export">
    Download supplier records for reporting or external use.
  </Card>

  <Card title="Manage inactive suppliers" icon="eye">
    View and manage suppliers that have been disabled.
  </Card>

  <Card title="Open supplier profiles" icon="address-card">
    Review supplier details, purchase orders, transactions, and logs.
  </Card>
</CardGroup>

<Info>
  The Suppliers listing page displays and organizes records. Supplier changes are made through supplier profiles and dedicated action forms.
</Info>

## Access Suppliers

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

    <Frame caption="Purchase section in the sidebar" />
  </Step>

  <Step title="Select Suppliers">
    Click **Suppliers** from the Purchase menu.

    <Frame caption="Suppliers menu item" />
  </Step>
</Steps>

The Suppliers listing page opens with active supplier records.

## Suppliers listing page

The listing page shows key supplier information and management tools.

<Frame caption="Supplier records table" />

<CardGroup cols={2}>
  <Card title="Supplier name" icon="building">
    Name of the supplier or vendor.
  </Card>

  <Card title="Credit limit" icon="credit-card">
    Approved credit amount assigned to the supplier, if configured.
  </Card>

  <Card title="Phone number" icon="phone">
    Primary contact number for the supplier.
  </Card>

  <Card title="Email address" icon="envelope">
    Primary email address for supplier communication.
  </Card>

  <Card title="Options" icon="ellipsis">
    Opens supplier actions and profile details.
  </Card>
</CardGroup>

## Create a supplier

Create a supplier record from the Suppliers listing page. Supplier records store contact details, tax identification, credit details, and payment information used throughout purchase workflows.

<Frame caption="Add Supplier button" />

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

  <Step title="Click Add Supplier">
    Click **Add Supplier** in the top-right area of the page.
  </Step>

  <Step title="Enter supplier information">
    Fill in the required fields and any optional details relevant to the supplier.

    <Frame caption="Add Supplier form" />
  </Step>

  <Step title="Add secondary contact if needed">
    Enable **Add Secondary Contact Info** if the supplier has an alternate contact person or communication channel.

    <Frame caption="Secondary contact toggle" />
  </Step>

  <Step title="Save the supplier">
    Click **Save Supplier** to create the supplier record.
  </Step>
</Steps>

Once saved, the supplier appears in the listing and becomes available in purchase orders, bills, and related workflows.

## Supplier fields

<AccordionGroup>
  <Accordion title="Required fields">
    Complete these fields before saving:

    * **Supplier Name** — full name of the supplier
    * **Primary Contact Number** — main phone number for the supplier
    * **Primary Contact Person** — main contact person at the supplier
    * **Primary Email Address** — main email address for the supplier
    * **PAN Number or VAT Number** — at least one tax identification field is required
  </Accordion>

  <Accordion title="Optional fields">
    Optional fields help build a more complete supplier profile:

    * Supplier landline number
    * Credit limit
    * Payment terms
    * PAN number
    * VAT number
    * Supplier location
    * Supplier description
    * Secondary email address
    * Secondary phone number
  </Accordion>

  <Accordion title="Secondary contact information">
    Enable **Add Secondary Contact Info** to add alternate contact details.

    Use this when the supplier has another contact person, department, phone number, or email address for communication.
  </Accordion>
</AccordionGroup>

<Warning>
  You must provide either **PAN Number** or **VAT Number** to complete supplier creation.
</Warning>

## Import suppliers

Use **Import Suppliers** when migrating supplier data or adding many suppliers at once.

<Frame caption="Import Suppliers button" />

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

  <Step title="Click Import Suppliers">
    Click **Import Suppliers** on the listing page.
  </Step>

  <Step title="Upload your file">
    Upload the supplier spreadsheet file.

    <Frame caption="Upload supplier file" />
  </Step>

  <Step title="Match column headers">
    Map spreadsheet column headers to the corresponding Kuvera Arc supplier fields.

    <Frame caption="Match supplier headers" />
  </Step>

  <Step title="Verify field mapping">
    Confirm that spreadsheet values are mapped to the correct supplier fields.

    <Frame caption="Match supplier fields" />
  </Step>

  <Step title="Finalize the import">
    Complete the import to add all mapped supplier records.
  </Step>
</Steps>

<Tip>
  Download and use the sample import file if you are unsure about the required spreadsheet format.
</Tip>

<AccordionGroup>
  <Accordion title="Common import mistakes">
    Check for missing required fields, incorrect formatting, mismatched headers, duplicate supplier records, missing PAN or VAT information, and incomplete contact details before importing.
  </Accordion>
</AccordionGroup>

## View supplier details

Each supplier has a details page with profile information, purchase history, transactions, and logs.

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

  <Step title="Find the supplier">
    Locate the supplier record in the listing table.
  </Step>

  <Step title="Open the profile">
    Click the **Options** field on the supplier row to open the Supplier Details page.

    <Frame caption="Open supplier profile" />
  </Step>
</Steps>

<Frame caption="Supplier Details page" />

<CardGroup cols={2}>
  <Card title="Basic details" icon="address-card">
    Supplier name, ID, contact person, phone number, email, PAN, VAT, credit limit, and address.
  </Card>

  <Card title="Activity history" icon="clock-rotate-left">
    Purchase orders, transactions, system logs, and recent supplier activity.
  </Card>
</CardGroup>

## Supplier activity tabs

<Tabs>
  <Tab title="Overview">
    Shows a summary of recent purchase orders, transactions, and logs with quick shortcut links.
  </Tab>

  <Tab title="Purchase Orders">
    Shows all purchase orders linked to the supplier. Select an order to open its details.
  </Tab>

  <Tab title="Transactions">
    Shows supplier-related transaction records with links to billing detail pages.
  </Tab>

  <Tab title="Logs">
    Shows system-generated activity logs and operational history for the supplier.
  </Tab>
</Tabs>

<Info>
  Supplier activity data remains accessible even if the supplier is later disabled.
</Info>

## Supplier actions

Use the actions menu on the Supplier Details page to manage supplier records.

<Frame caption="Supplier actions menu" />

<Tabs>
  <Tab title="Create Purchase Order">
    Opens the Add Purchase Order page with this supplier pre-selected.

    Use this shortcut to raise a purchase order without leaving the supplier profile.
  </Tab>

  <Tab title="Edit Supplier">
    Opens the supplier edit form so you can update contact details, tax information, credit limit, payment terms, or other supplier fields.

    Changes are reflected across purchase-related modules that reference the supplier.
  </Tab>

  <Tab title="Disable Supplier">
    Marks the supplier as inactive.

    A disabled supplier:

    * Cannot be selected in new purchase orders, bills, or related workflows
    * Remains visible in inactive supplier listings
    * Retains purchase history, transactions, and logs
  </Tab>
</Tabs>

<Warning>
  Disabling a supplier prevents future use in purchase operations. It does not delete the supplier or remove historical records.
</Warning>

## Filter supplier records

Use **Filter Data** to filter suppliers by assigned credit limit.

<Frame caption="Supplier filter panel" />

<CardGroup cols={2}>
  <Card title="Minimum Credit Limit" icon="arrow-up">
    Shows suppliers with a credit limit at or above the entered value.
  </Card>

  <Card title="Maximum Credit Limit" icon="arrow-down">
    Shows suppliers with a credit limit at or below the entered value.
  </Card>
</CardGroup>

<Note>
  Click **Apply Filter** to update the listing, or **Cancel** to close the filter panel without changes.
</Note>

## Export supplier data

Use **Export Data** to download supplier records.

<Frame caption="Export Supplier Data panel" />

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

  <Tab title="Current View Export">
    Exports only the supplier records currently visible in the listing, including any active filters.
  </Tab>
</Tabs>

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

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

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

<Note>
  Exported data reflects the current state of supplier records and any filters applied at the time of export. Exporting does not modify supplier data.
</Note>
