Projects

Section: Operations
URL: /admin/projects
Page title: (2) Proiecte

Overview

Projects organise client work — milestones, tasks, files, time tracking, expenses, and billing — into a single dossier.

Business value

Plans and executes client work end-to-end: milestones, tasks, files, time tracking, expenses, and billing — all on a single project record. Replaces juggling between spreadsheets, project boards, and email threads.

Typical use cases:

At a glance

Projects — top of page

Accessing this module

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

/admin/projects

List view

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

Projects — full list view

Common actions

  1. View existing records — open Projects 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).

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}}projects?nr_page&per_page List All Projects
POST {{base_url}}projects Add New Project
GET {{base_url}}projects/:id Get One Project
GET {{base_url}}projects/search/:value Search Project Information
PUT {{base_url}}projects/:id Update a Project
DELETE {{base_url}}delete/projects/10 Delete a Project

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


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