Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/EricMartinez758/corpointa-frontend/llms.txt

Use this file to discover all available pages before exploring further.

Corpointa is a full-featured inventory management platform designed for organizations that need precise control over warehouse operations. It covers the complete materials lifecycle — from receiving goods (Control Perceptivo) and tracking stock levels to dispatching materials (Despachos) and auditing every action through the built-in Bitácora.

Quickstart

Set up the project locally and connect it to your backend in minutes.

Configuration

Configure environment variables, the API base URL, and authentication settings.

API Integration

Explore the REST API surface — endpoints, authentication, and request/response shapes.

Core Concepts

Understand how the frontend is structured — features, routing, and state management.

What Corpointa Does

Corpointa connects to a backend REST API and gives your team a modern, role-aware interface to manage:
  • Materials catalog — Register and categorize all inventory items with units of measure and storage location
  • Stock levels — Monitor current quantities, set minimum/maximum thresholds, and act on low-stock alerts
  • Warehouse receipts — Record incoming goods via Control Perceptivo with supplier and order references
  • Dispatches — Issue material exits to employees and destinations, with PDF acta generation
  • Suppliers & employees — Maintain contact records linked to movements
  • Users & roles — Manage system access per user identity
  • Audit log — Full Bitácora tracing every create, update, and delete action

Get Up and Running

1

Clone the repository

git clone https://github.com/EricMartinez758/corpointa-frontend.git
cd corpointa-frontend
2

Install dependencies

pnpm install
3

Configure environment

Copy .env.example to .env and set your API URL:
cp .env.example .env
# Edit .env: set VITE_API_URL=http://your-backend-host:4000
4

Start the development server

pnpm dev
Open http://localhost:5173 and sign in with your credentials.

Explore by Feature Area

Dashboard

KPI cards, monthly movement charts, and recent dispatch summaries.

Inventory

Materials, stock levels, categories, and units of measure.

Movements

Record warehouse receipts and material dispatches.

Contacts

Suppliers, employees, and delivery destinations.

Administration

User accounts, role access, and the system audit log.

Deployment

Environment setup and Netlify deployment guide.

Build docs developers (and LLMs) love