Contracts

Section: Customer Relationship Management
URL: /admin/contracts
Page title: (2) Documente Clienți

Overview

Contracts store the legal agreements with clients and vendors, including type, value, validity period, and renewal terms.

Business value

Stores the legal commitments (with clients and vendors): scope, value, validity period, renewal terms, signed PDFs. Surfaces upcoming renewals and expirations so revenue isn't lost to forgotten dates.

Typical use cases:

At a glance

Contracts — top of page

Accessing this module

From the admin sidebar, navigate to Contracts, or open the URL directly:

/admin/contracts

List view

The list view shows existing contracts records. Use it to search, filter, sort, and bulk-act on items.

Contracts — full list view

Create / edit form

Open the create form to add a new contracts record. Editing an existing record uses the same form pre-populated with current values.

Contracts — create form

Common actions

  1. View existing records — open Contracts from the sidebar to see the list view.
  2. Search and filter — use the search box and column filters to find records.
  3. Create a new record — click the Add / New button (or follow the "Create" URL above) and fill in the required fields.
  4. Edit a record — click a row to open the detail view, then use the edit action.
  5. Delete a record — use the row's delete action; deletion may be soft or hard depending on the module.
  6. Bulk operations — select multiple rows via the checkboxes and apply a bulk action from the toolbar (export, delete, status change, etc., where supported).

Contracts Opportunity

URL: /admin/contracts_opportunity

Contracts Opportunity links a contract directly to a CRM opportunity, capturing the commercial agreement that closes a deal. This gives account managers a single place to see which deal each contract originated from and lets pipeline reports reflect the contracted value of won opportunities.

Key actions:


Contracts Vendor

URL: /admin/contracts_vendor

Contracts Vendor manages agreements with suppliers — framework agreements, service-level agreements, NDAs, and supply contracts — separately from client-facing contracts. Storing vendor contracts here keeps procurement commitments auditable and surfaces expiry alerts before supply is disrupted.

Key actions:

Note: Vendor contracts are distinct from purchase-module purchase contracts (/admin/purchase/contracts). Use this view for master/framework agreements; use purchase contracts for transactional purchase-order-level agreements.

API

This module is available via the REST API.

Authentication. All API requests require the header authtoken: <token> (generate one at /admin/api/api_management). Base URL. https://your-domain.tld/api/

Key endpoints:

Method Path Purpose
GET {{base_url}}contracts?nr_page=1&per_page=10 List all Contracts
GET {{base_url}}contracts/:id Get One
POST {{base_url}}contracts/ Add new Contract
DELETE {{base_url}}delete/contracts/35 Delete Contract

See the full payload schemas, query parameters, and example responses in the API reference (Contracts).


Captured: 2026-05-10T09:51:26.776Z · Source: demo.crmconnect.io/admin/contracts