Compare commits
38 Commits
repoCumpli
...
fix/proces
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0ac0ce06b | ||
| 80701159fb | |||
| b29c586524 | |||
| 2fd3ab5483 | |||
| f9ece2923f | |||
| 96e0b4eea2 | |||
| 7c40275381 | |||
| 407597c959 | |||
| 07facb8ae2 | |||
| 0d60156b7f | |||
|
|
5a0e9a8259 | ||
| a36178df1b | |||
| 50716e363d | |||
| 4b66b4944a | |||
| 4414923d04 | |||
| a78ed6f51b | |||
| dfddb418d0 | |||
|
|
d46ea97340 | ||
| 29e0f1a68d | |||
| 3f01709952 | |||
| 5580c3cc91 | |||
| bb59d1e487 | |||
| 769a1fd4e8 | |||
| 06ec641691 | |||
| a91ef2f11a | |||
| 70f0b38e93 | |||
| d8c23dcf09 | |||
| 97a39a6d37 | |||
| 756815983d | |||
| 33ca76c054 | |||
|
|
6acb55c563 | ||
| bdabc94974 | |||
|
|
5387eb25cf | ||
| 06c5d32ae0 | |||
| 0c4a48a60b | |||
| 539954eb41 | |||
| 63ab45856f | |||
| 4660ed59a7 |
5
.env
5
.env
@@ -1,5 +0,0 @@
|
|||||||
VITE_DEBUG_MODE=true
|
|
||||||
|
|
||||||
VITE_EFC_API_URL=http://192.168.1.79:8000/api/v1
|
|
||||||
VITE_EFC_MICROSERVICE_URL=http://192.168.1.79:8001/api/v1
|
|
||||||
VITE_EFC_MICROSERVICE_URL_2=http://192.168.1.79:8001/api/v2
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,3 +23,4 @@ dist-ssr
|
|||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
.env
|
.env
|
||||||
|
*.bak
|
||||||
105
package-lock.json
generated
105
package-lock.json
generated
@@ -14,6 +14,8 @@
|
|||||||
"@tanstack/react-query": "^5.62.7",
|
"@tanstack/react-query": "^5.62.7",
|
||||||
"chart.js": "^4.5.0",
|
"chart.js": "^4.5.0",
|
||||||
"highlight.js": "^11.11.1",
|
"highlight.js": "^11.11.1",
|
||||||
|
"jszip": "^3.10.1",
|
||||||
|
"lucide-react": "^0.562.0",
|
||||||
"react": "^19.1.0",
|
"react": "^19.1.0",
|
||||||
"react-chartjs-2": "^5.3.0",
|
"react-chartjs-2": "^5.3.0",
|
||||||
"react-dom": "^19.1.0",
|
"react-dom": "^19.1.0",
|
||||||
@@ -1706,6 +1708,12 @@
|
|||||||
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"node_modules/core-util-is": {
|
||||||
|
"version": "1.0.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
||||||
|
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/cross-spawn": {
|
"node_modules/cross-spawn": {
|
||||||
"version": "7.0.6",
|
"version": "7.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
||||||
@@ -2420,6 +2428,12 @@
|
|||||||
"node": ">= 4"
|
"node": ">= 4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/immediate": {
|
||||||
|
"version": "3.0.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
|
||||||
|
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/imurmurhash": {
|
"node_modules/imurmurhash": {
|
||||||
"version": "0.1.4",
|
"version": "0.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
||||||
@@ -2429,6 +2443,12 @@
|
|||||||
"node": ">=0.8.19"
|
"node": ">=0.8.19"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/inherits": {
|
||||||
|
"version": "2.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
||||||
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
||||||
|
"license": "ISC"
|
||||||
|
},
|
||||||
"node_modules/is-binary-path": {
|
"node_modules/is-binary-path": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
@@ -2488,6 +2508,12 @@
|
|||||||
"node": ">=0.12.0"
|
"node": ">=0.12.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/isarray": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
||||||
|
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/jiti": {
|
"node_modules/jiti": {
|
||||||
"version": "2.5.1",
|
"version": "2.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.1.tgz",
|
||||||
@@ -2531,6 +2557,27 @@
|
|||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/jszip": {
|
||||||
|
"version": "3.10.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
|
||||||
|
"integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
|
||||||
|
"license": "(MIT OR GPL-3.0-or-later)",
|
||||||
|
"dependencies": {
|
||||||
|
"lie": "~3.3.0",
|
||||||
|
"pako": "~1.0.2",
|
||||||
|
"readable-stream": "~2.3.6",
|
||||||
|
"setimmediate": "^1.0.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/lie": {
|
||||||
|
"version": "3.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
|
||||||
|
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"immediate": "~3.0.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/lilconfig": {
|
"node_modules/lilconfig": {
|
||||||
"version": "3.1.3",
|
"version": "3.1.3",
|
||||||
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
||||||
@@ -2557,6 +2604,15 @@
|
|||||||
"yallist": "^3.0.2"
|
"yallist": "^3.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/lucide-react": {
|
||||||
|
"version": "0.562.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.562.0.tgz",
|
||||||
|
"integrity": "sha512-82hOAu7y0dbVuFfmO4bYF1XEwYk/mEbM5E+b1jgci/udUBEE/R7LF5Ip0CCEmXe8AybRM8L+04eP+LGZeDvkiw==",
|
||||||
|
"license": "ISC",
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/memoize-one": {
|
"node_modules/memoize-one": {
|
||||||
"version": "5.2.1",
|
"version": "5.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz",
|
||||||
@@ -2703,6 +2759,12 @@
|
|||||||
"node": ">= 0.8.0"
|
"node": ">= 0.8.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/pako": {
|
||||||
|
"version": "1.0.11",
|
||||||
|
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
|
||||||
|
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
|
||||||
|
"license": "(MIT AND Zlib)"
|
||||||
|
},
|
||||||
"node_modules/path-parse": {
|
"node_modules/path-parse": {
|
||||||
"version": "1.0.7",
|
"version": "1.0.7",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
@@ -2919,6 +2981,12 @@
|
|||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/process-nextick-args": {
|
||||||
|
"version": "2.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
||||||
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/react": {
|
"node_modules/react": {
|
||||||
"version": "19.1.1",
|
"version": "19.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz",
|
||||||
@@ -3029,6 +3097,21 @@
|
|||||||
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/readable-stream": {
|
||||||
|
"version": "2.3.8",
|
||||||
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
||||||
|
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"core-util-is": "~1.0.0",
|
||||||
|
"inherits": "~2.0.3",
|
||||||
|
"isarray": "~1.0.0",
|
||||||
|
"process-nextick-args": "~2.0.0",
|
||||||
|
"safe-buffer": "~5.1.1",
|
||||||
|
"string_decoder": "~1.1.1",
|
||||||
|
"util-deprecate": "~1.0.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/readdirp": {
|
"node_modules/readdirp": {
|
||||||
"version": "3.6.0",
|
"version": "3.6.0",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
@@ -3069,6 +3152,12 @@
|
|||||||
"url": "https://github.com/sponsors/ljharb"
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/safe-buffer": {
|
||||||
|
"version": "5.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
||||||
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/scheduler": {
|
"node_modules/scheduler": {
|
||||||
"version": "0.26.0",
|
"version": "0.26.0",
|
||||||
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz",
|
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz",
|
||||||
@@ -3082,11 +3171,26 @@
|
|||||||
"semver": "bin/semver.js"
|
"semver": "bin/semver.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/setimmediate": {
|
||||||
|
"version": "1.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
|
||||||
|
"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/shallowequal": {
|
"node_modules/shallowequal": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
|
||||||
"integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ=="
|
"integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ=="
|
||||||
},
|
},
|
||||||
|
"node_modules/string_decoder": {
|
||||||
|
"version": "1.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
||||||
|
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"safe-buffer": "~5.1.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/string-width-cjs": {
|
"node_modules/string-width-cjs": {
|
||||||
"name": "string-width",
|
"name": "string-width",
|
||||||
"version": "4.2.3",
|
"version": "4.2.3",
|
||||||
@@ -3727,7 +3831,6 @@
|
|||||||
},
|
},
|
||||||
"node_modules/util-deprecate": {
|
"node_modules/util-deprecate": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"dev": true,
|
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/vite": {
|
"node_modules/vite": {
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
"@tanstack/react-query": "^5.62.7",
|
"@tanstack/react-query": "^5.62.7",
|
||||||
"chart.js": "^4.5.0",
|
"chart.js": "^4.5.0",
|
||||||
"highlight.js": "^11.11.1",
|
"highlight.js": "^11.11.1",
|
||||||
|
"jszip": "^3.10.1",
|
||||||
|
"lucide-react": "^0.562.0",
|
||||||
"react": "^19.1.0",
|
"react": "^19.1.0",
|
||||||
"react-chartjs-2": "^5.3.0",
|
"react-chartjs-2": "^5.3.0",
|
||||||
"react-dom": "^19.1.0",
|
"react-dom": "^19.1.0",
|
||||||
|
|||||||
BIN
public/images/empresaria001.webp
Normal file
BIN
public/images/empresaria001.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 MiB |
BIN
public/images/sistemagestion002.webp
Normal file
BIN
public/images/sistemagestion002.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 MiB |
68
src/api/pedimentoCompleto.ts
Normal file
68
src/api/pedimentoCompleto.ts
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
// src\api\pedimentoCompleto.ts
|
||||||
|
import { fetchWithAuth } from '../fetchWithAuth';
|
||||||
|
|
||||||
|
export interface PedimentoCompleto {
|
||||||
|
id: string;
|
||||||
|
organizacion: string;
|
||||||
|
pedimento: string;
|
||||||
|
pedimento_numero: string;
|
||||||
|
archivo: string;
|
||||||
|
document_type: number;
|
||||||
|
size: number;
|
||||||
|
extension: string;
|
||||||
|
fuente: number;
|
||||||
|
created_at: string;
|
||||||
|
updated_at: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface PedimentoCompletoResponse {
|
||||||
|
count: number;
|
||||||
|
next: string | null;
|
||||||
|
previous: string | null;
|
||||||
|
results: PedimentoCompleto[];
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface DocumentFilters {
|
||||||
|
document_type?: string;
|
||||||
|
archivo__icontains?: string;
|
||||||
|
extension?: string;
|
||||||
|
created_at__date?: string;
|
||||||
|
ordering?: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
const API_URL = (import.meta as any).env.VITE_EFC_API_URL;
|
||||||
|
|
||||||
|
export async function fetchPedimentoCompleto(
|
||||||
|
pedimentoId: string,
|
||||||
|
page: number = 1,
|
||||||
|
pageSize: number = 10,
|
||||||
|
filters: DocumentFilters = {}
|
||||||
|
): Promise<PedimentoCompletoResponse> {
|
||||||
|
try {
|
||||||
|
// Construir URL con filtros
|
||||||
|
const params = new URLSearchParams({
|
||||||
|
page: page.toString(),
|
||||||
|
page_size: pageSize.toString(),
|
||||||
|
pedimento: pedimentoId
|
||||||
|
});
|
||||||
|
|
||||||
|
// Agregar filtros si existen
|
||||||
|
Object.entries(filters).forEach(([key, value]) => {
|
||||||
|
if (value !== undefined && value !== '') {
|
||||||
|
params.append(key, value.toString());
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// const res = await fetchWithAuth(`${API_URL}/record/documents/?${params.toString()}`);
|
||||||
|
const res = await fetchWithAuth(`${API_URL}/record/pedimento-documents/?${params.toString()}`);
|
||||||
|
|
||||||
|
if (!res.ok) {
|
||||||
|
throw new Error('No autorizado o error en la petición');
|
||||||
|
}
|
||||||
|
|
||||||
|
return res.json();
|
||||||
|
} catch (error) {
|
||||||
|
console.error('Error in fetchPedimentoCompleto:', error);
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
import { fetchWithAuth } from '../fetchWithAuth';
|
import { fetchWithAuth, postWithAuth } from '../fetchWithAuth';
|
||||||
|
|
||||||
// Tipos para la respuesta y registros
|
// Tipos para la respuesta y registros
|
||||||
export interface Task {
|
export interface Task {
|
||||||
@@ -39,6 +39,7 @@ export async function fetchTasks(
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log('Params:', params.toString());
|
||||||
const res = await fetchWithAuth(`${API_URL}/tasks/tasks/?${params.toString()}`);
|
const res = await fetchWithAuth(`${API_URL}/tasks/tasks/?${params.toString()}`);
|
||||||
|
|
||||||
if (!res.ok) {
|
if (!res.ok) {
|
||||||
@@ -51,3 +52,66 @@ export async function fetchTasks(
|
|||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Interfaz para la respuesta del comando
|
||||||
|
export interface ComandoResponse {
|
||||||
|
message?: string;
|
||||||
|
error?: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Interfaz para los parámetros de ejecución
|
||||||
|
export interface EjecutarComandoParams {
|
||||||
|
procesamiento?: string;
|
||||||
|
organizacionid?: string;
|
||||||
|
todos?: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
|
// API para ejecutar comando de procesamiento
|
||||||
|
export async function ejecutarComando(
|
||||||
|
params: EjecutarComandoParams
|
||||||
|
): Promise<ComandoResponse> {
|
||||||
|
try {
|
||||||
|
const API_URL = (import.meta as any).env.VITE_EFC_API_URL;
|
||||||
|
|
||||||
|
console.log('API_URL:', API_URL);
|
||||||
|
// Preparar los datos para la petición POST
|
||||||
|
const requestData: any = {};
|
||||||
|
|
||||||
|
if (params.procesamiento !== undefined) {
|
||||||
|
requestData.procesamiento = params.procesamiento;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (params.organizacionid !== undefined) {
|
||||||
|
requestData.organizacionid = params.organizacionid;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (params.todos !== undefined) {
|
||||||
|
requestData.todos = params.todos;
|
||||||
|
}
|
||||||
|
|
||||||
|
// const res = await fetchWithAuth(`${API_URL}/customs/procesamientopedimentos-ejecutar-comando/`, {
|
||||||
|
// method: 'POST',
|
||||||
|
// headers: {
|
||||||
|
// 'Content-Type': 'application/json',
|
||||||
|
// },
|
||||||
|
// body: JSON.stringify(requestData),
|
||||||
|
// });
|
||||||
|
|
||||||
|
const res = await postWithAuth(`${API_URL}/customs/procesamientopedimentos-ejecutar-comando/`, requestData);
|
||||||
|
|
||||||
|
if (!res.ok) {
|
||||||
|
// Intentar obtener el mensaje de error del servidor
|
||||||
|
try {
|
||||||
|
const errorData = await res.json();
|
||||||
|
throw new Error(errorData.message || errorData.error || `Error ${res.status}: ${res.statusText}`);
|
||||||
|
} catch {
|
||||||
|
throw new Error(`Error ${res.status}: ${res.statusText}`);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return await res.json();
|
||||||
|
} catch (error) {
|
||||||
|
// console.error('Error in ejecutarComando:', error);
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -13,6 +13,7 @@ export default function LandingAnimated() {
|
|||||||
message: ''
|
message: ''
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const currentYear = new Date().getFullYear();
|
||||||
const observerRef = useRef(null);
|
const observerRef = useRef(null);
|
||||||
const sectionsRef = useRef({});
|
const sectionsRef = useRef({});
|
||||||
|
|
||||||
@@ -101,7 +102,7 @@ export default function LandingAnimated() {
|
|||||||
|
|
||||||
// Estadísticas animadas
|
// Estadísticas animadas
|
||||||
const stats = [
|
const stats = [
|
||||||
{ number: '500+', label: 'Agentes Aduanales', icon: '🏢' },
|
{ number: '350+', label: 'Clientes', icon: '🏢' },
|
||||||
{ number: '15,000+', label: 'Pedimentos Procesados', icon: '📋' },
|
{ number: '15,000+', label: 'Pedimentos Procesados', icon: '📋' },
|
||||||
{ number: '99.9%', label: 'Uptime Garantizado', icon: '⚡' },
|
{ number: '99.9%', label: 'Uptime Garantizado', icon: '⚡' },
|
||||||
{ number: '24/7', label: 'Soporte Especializado', icon: '🛡️' }
|
{ number: '24/7', label: 'Soporte Especializado', icon: '🛡️' }
|
||||||
@@ -115,24 +116,31 @@ export default function LandingAnimated() {
|
|||||||
? 'bg-white/95 backdrop-blur-md shadow-lg border-b border-gray-200'
|
? 'bg-white/95 backdrop-blur-md shadow-lg border-b border-gray-200'
|
||||||
: 'bg-transparent'
|
: 'bg-transparent'
|
||||||
}`}>
|
}`}>
|
||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div className="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
|
||||||
<div className="flex justify-between items-center py-4">
|
<div className="flex items-center justify-between py-4">
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
<div className="flex-shrink-0">
|
<div className="flex-shrink-0">
|
||||||
<h1 className="text-2xl font-bold">
|
<h1 className="text-2xl font-bold">
|
||||||
<span
|
<span
|
||||||
className="bg-clip-text text-transparent"
|
className="text-transparent bg-clip-text"
|
||||||
style={{
|
style={{
|
||||||
background: `linear-gradient(to right, #1B2A41, #4DA6FF)`,
|
color: isScrolled
|
||||||
WebkitBackgroundClip: 'text',
|
? 'transparent'
|
||||||
WebkitTextFillColor: 'transparent'
|
: '#FFFFFF',
|
||||||
|
background: isScrolled
|
||||||
|
? 'linear-gradient(to right, #1B2A41, #4DA6FF)'
|
||||||
|
: 'none',
|
||||||
|
WebkitBackgroundClip: isScrolled ? 'text' : 'unset',
|
||||||
|
WebkitTextFillColor: isScrolled ? 'transparent' : '#FFFFFF',
|
||||||
|
backgroundClip: isScrolled ? 'text' : 'unset'
|
||||||
}}
|
}}
|
||||||
|
|
||||||
>
|
>
|
||||||
EFC
|
EFC
|
||||||
</span>
|
</span>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<nav className="hidden md:flex ml-10 space-x-8">
|
<nav className="hidden ml-10 space-x-8 md:flex">
|
||||||
{[
|
{[
|
||||||
{ id: 'inicio', label: 'Inicio' },
|
{ id: 'inicio', label: 'Inicio' },
|
||||||
{ id: 'estadisticas', label: 'Confianza' },
|
{ id: 'estadisticas', label: 'Confianza' },
|
||||||
@@ -146,20 +154,32 @@ export default function LandingAnimated() {
|
|||||||
onClick={() => scrollToSection(item.id)}
|
onClick={() => scrollToSection(item.id)}
|
||||||
className={`relative text-sm font-medium transition-all duration-300 hover:scale-105 group`}
|
className={`relative text-sm font-medium transition-all duration-300 hover:scale-105 group`}
|
||||||
style={{
|
style={{
|
||||||
color: activeSection === item.id
|
color: item.id === 'inicio'
|
||||||
|
? (isScrolled
|
||||||
|
? (activeSection === 'inicio' ? '#1B2A41' : '#333333')
|
||||||
|
: (activeSection === 'inicio' ? 'white' : 'white'))
|
||||||
|
: (activeSection === item.id
|
||||||
? '#1B2A41'
|
? '#1B2A41'
|
||||||
: isScrolled
|
: isScrolled
|
||||||
? '#333333'
|
? '#333333'
|
||||||
: 'white'
|
: 'white')
|
||||||
}}
|
}}
|
||||||
onMouseEnter={(e) => {
|
onMouseEnter={(e) => {
|
||||||
if (activeSection !== item.id) {
|
if (activeSection !== item.id) {
|
||||||
|
if (item.id === 'inicio') {
|
||||||
e.target.style.color = isScrolled ? '#1B2A41' : '#4DA6FF';
|
e.target.style.color = isScrolled ? '#1B2A41' : '#4DA6FF';
|
||||||
|
} else {
|
||||||
|
e.target.style.color = isScrolled ? '#1B2A41' : '#4DA6FF';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
onMouseLeave={(e) => {
|
onMouseLeave={(e) => {
|
||||||
if (activeSection !== item.id) {
|
if (activeSection !== item.id) {
|
||||||
|
if (item.id === 'inicio') {
|
||||||
e.target.style.color = isScrolled ? '#333333' : 'white';
|
e.target.style.color = isScrolled ? '#333333' : 'white';
|
||||||
|
} else {
|
||||||
|
e.target.style.color = isScrolled ? '#333333' : 'white';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
@@ -168,7 +188,11 @@ export default function LandingAnimated() {
|
|||||||
className={`absolute -bottom-1 left-0 h-0.5 transition-all duration-300 ${
|
className={`absolute -bottom-1 left-0 h-0.5 transition-all duration-300 ${
|
||||||
activeSection === item.id ? 'w-full' : 'w-0 group-hover:w-full'
|
activeSection === item.id ? 'w-full' : 'w-0 group-hover:w-full'
|
||||||
}`}
|
}`}
|
||||||
style={{ backgroundColor: '#1B2A41' }}
|
style={{
|
||||||
|
backgroundColor: item.id === 'inicio' && !isScrolled && activeSection === 'inicio'
|
||||||
|
? 'white'
|
||||||
|
: '#1B2A41'
|
||||||
|
}}
|
||||||
></span>
|
></span>
|
||||||
</button>
|
</button>
|
||||||
))}
|
))}
|
||||||
@@ -196,21 +220,33 @@ export default function LandingAnimated() {
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
{/* Hero Section con efectos de gradiente animado */}
|
{/* Hero Section con efectos de gradiente animado */}
|
||||||
<section id="inicio" className="relative min-h-screen flex items-center overflow-hidden">
|
<section id="inicio" className="relative flex items-center min-h-screen overflow-hidden">
|
||||||
{/* Background con gradientes animados */}
|
{/* Background con imagen */}
|
||||||
|
<div className="absolute inset-0">
|
||||||
|
{/* Imagen de fondo */}
|
||||||
|
<div
|
||||||
|
className="absolute inset-0 bg-center bg-no-repeat bg-cover"
|
||||||
|
style={{
|
||||||
|
backgroundImage: 'url("images/empresaria001.webp")', // Cambia esta ruta
|
||||||
|
backgroundColor: '#1B2A41', // Color de respaldo
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{/* Overlay para oscurecer la imagen y mejorar legibilidad */}
|
||||||
<div
|
<div
|
||||||
className="absolute inset-0"
|
className="absolute inset-0"
|
||||||
style={{
|
style={{
|
||||||
background: 'linear-gradient(135deg, #1B2A41 0%, #263549 50%, #1976D2 100%)'
|
background: 'linear-gradient(to bottom, rgba(27, 42, 65, 0.85), rgba(27, 42, 65, 0.7))',
|
||||||
}}
|
}}
|
||||||
>
|
></div>
|
||||||
<div className="absolute inset-0 bg-gradient-to-t from-black/20 to-transparent"></div>
|
</div>
|
||||||
|
|
||||||
|
{/* Efectos adicionales */}
|
||||||
<div className="absolute inset-0 opacity-20">
|
<div className="absolute inset-0 opacity-20">
|
||||||
<div className="absolute inset-0 bg-gradient-to-r from-transparent via-white/5 to-transparent animate-pulse"></div>
|
<div className="absolute inset-0 bg-gradient-to-r from-transparent via-white/5 to-transparent animate-pulse"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-32 text-center">
|
<div className="relative px-4 py-32 mx-auto text-center max-w-7xl sm:px-6 lg:px-8">
|
||||||
<div className="space-y-8">
|
<div className="space-y-8">
|
||||||
<h1
|
<h1
|
||||||
data-animate="hero-title"
|
data-animate="hero-title"
|
||||||
@@ -222,7 +258,7 @@ export default function LandingAnimated() {
|
|||||||
>
|
>
|
||||||
<span className="block">
|
<span className="block">
|
||||||
<span
|
<span
|
||||||
className="bg-clip-text text-transparent"
|
className="text-transparent bg-clip-text"
|
||||||
style={{
|
style={{
|
||||||
background: 'linear-gradient(to right, white, #64B5F6)',
|
background: 'linear-gradient(to right, white, #64B5F6)',
|
||||||
WebkitBackgroundClip: 'text',
|
WebkitBackgroundClip: 'text',
|
||||||
@@ -233,7 +269,7 @@ export default function LandingAnimated() {
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
className="block text-3xl sm:text-4xl md:text-5xl mt-4 bg-clip-text text-transparent"
|
className="block mt-4 text-3xl text-transparent sm:text-4xl md:text-5xl bg-clip-text"
|
||||||
style={{
|
style={{
|
||||||
background: 'linear-gradient(to right, #64B5F6, white)',
|
background: 'linear-gradient(to right, #64B5F6, white)',
|
||||||
WebkitBackgroundClip: 'text',
|
WebkitBackgroundClip: 'text',
|
||||||
@@ -243,7 +279,7 @@ export default function LandingAnimated() {
|
|||||||
Para Agentes Aduanales
|
Para Agentes Aduanales
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
className="block text-3xl sm:text-4xl md:text-5xl bg-clip-text text-transparent"
|
className="block text-3xl text-transparent sm:text-4xl md:text-5xl bg-clip-text"
|
||||||
style={{
|
style={{
|
||||||
background: 'linear-gradient(to right, white, #64B5F6)',
|
background: 'linear-gradient(to right, white, #64B5F6)',
|
||||||
WebkitBackgroundClip: 'text',
|
WebkitBackgroundClip: 'text',
|
||||||
@@ -264,8 +300,8 @@ export default function LandingAnimated() {
|
|||||||
style={{ color: '#64B5F6' }}
|
style={{ color: '#64B5F6' }}
|
||||||
>
|
>
|
||||||
La plataforma líder desarrollada por
|
La plataforma líder desarrollada por
|
||||||
<span className="font-bold text-white"> @AduanaSoft</span> para
|
<span className="font-bold text-white"> Aduanasoft®</span> para
|
||||||
<span className="font-semibold" style={{ color: '#FF9800' }}> digitalizar y optimizar</span>
|
<span className="font-semibold" style={{ color: '#FFFFFF' }}> digitalizar y optimizar</span>
|
||||||
{' '}todos tus procesos de comercio exterior con tecnología de vanguardia
|
{' '}todos tus procesos de comercio exterior con tecnología de vanguardia
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -279,7 +315,7 @@ export default function LandingAnimated() {
|
|||||||
>
|
>
|
||||||
<Link
|
<Link
|
||||||
to="/login"
|
to="/login"
|
||||||
className="group inline-flex items-center px-8 py-4 text-lg font-semibold rounded-full transition-all duration-300 shadow-2xl hover:shadow-3xl transform hover:-translate-y-1 hover:scale-105"
|
className="inline-flex items-center px-8 py-4 text-lg font-semibold transition-all duration-300 transform rounded-full shadow-2xl group hover:shadow-3xl hover:-translate-y-1 hover:scale-105"
|
||||||
style={{
|
style={{
|
||||||
color: '#1B2A41',
|
color: '#1B2A41',
|
||||||
background: 'linear-gradient(to right, white, #F2F4F7)'
|
background: 'linear-gradient(to right, white, #F2F4F7)'
|
||||||
@@ -292,15 +328,15 @@ export default function LandingAnimated() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<span>Comenzar Ahora</span>
|
<span>Comenzar Ahora</span>
|
||||||
<svg className="ml-2 w-5 h-5 group-hover:translate-x-1 transition-transform duration-200" fill="currentColor" viewBox="0 0 20 20">
|
<svg className="w-5 h-5 ml-2 transition-transform duration-200 group-hover:translate-x-1" fill="currentColor" viewBox="0 0 20 20">
|
||||||
<path fillRule="evenodd" d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clipRule="evenodd" />
|
<path fillRule="evenodd" d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clipRule="evenodd" />
|
||||||
</svg>
|
</svg>
|
||||||
</Link>
|
</Link>
|
||||||
<button
|
<button
|
||||||
onClick={() => scrollToSection('caracteristicas')}
|
onClick={() => scrollToSection('caracteristicas')}
|
||||||
className="group inline-flex items-center px-8 py-4 text-lg font-semibold rounded-full text-white bg-transparent border-2 border-white/30 hover:border-white hover:bg-white/10 transition-all duration-300 backdrop-blur-sm"
|
className="inline-flex items-center px-8 py-4 text-lg font-semibold text-white transition-all duration-300 bg-transparent border-2 rounded-full group border-white/30 hover:border-white hover:bg-white/10 backdrop-blur-sm"
|
||||||
>
|
>
|
||||||
<svg className="mr-2 w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-5 h-5 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M14.828 14.828a4 4 0 01-5.656 0M9 10h1m4 0h1m-6 4h.01M19 10a9 9 0 11-18 0 9 9 0 0118 0z" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M14.828 14.828a4 4 0 01-5.656 0M9 10h1m4 0h1m-6 4h.01M19 10a9 9 0 11-18 0 9 9 0 0118 0z" />
|
||||||
</svg>
|
</svg>
|
||||||
<span>Ver Demo</span>
|
<span>Ver Demo</span>
|
||||||
@@ -308,11 +344,11 @@ export default function LandingAnimated() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Floating cards con efectos */}
|
{/* Floating cards con efectos */}
|
||||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 max-w-4xl mx-auto">
|
<div className="grid max-w-4xl grid-cols-1 gap-6 mx-auto md:grid-cols-3">
|
||||||
{[
|
{[
|
||||||
{ icon: '🚀', title: 'Rápido', desc: 'Procesamiento instantáneo' },
|
{ icon: '🚀', title: 'Rápido', desc: 'Procesamiento instantáneo' },
|
||||||
{ icon: '🔒', title: 'Seguro', desc: 'Cifrado de nivel bancario' },
|
{ icon: '🔒', title: 'Seguro', desc: 'Cifrado de nivel bancario' },
|
||||||
{ icon: '📊', title: 'Inteligente', desc: 'IA para optimización' }
|
{ icon: '📊', title: 'Inteligente', desc: 'IA para optimización' },
|
||||||
].map((feature, index) => (
|
].map((feature, index) => (
|
||||||
<div
|
<div
|
||||||
key={index}
|
key={index}
|
||||||
@@ -324,8 +360,8 @@ export default function LandingAnimated() {
|
|||||||
}`}
|
}`}
|
||||||
style={{ transitionDelay: `${700 + index * 200}ms` }}
|
style={{ transitionDelay: `${700 + index * 200}ms` }}
|
||||||
>
|
>
|
||||||
<div className="text-4xl mb-3">{feature.icon}</div>
|
<div className="mb-3 text-4xl">{feature.icon}</div>
|
||||||
<h3 className="text-white font-semibold text-lg mb-2">{feature.title}</h3>
|
<h3 className="mb-2 text-lg font-semibold text-white">{feature.title}</h3>
|
||||||
<p className="text-sm" style={{ color: '#64B5F6' }}>{feature.desc}</p>
|
<p className="text-sm" style={{ color: '#64B5F6' }}>{feature.desc}</p>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
@@ -334,10 +370,10 @@ export default function LandingAnimated() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Scroll indicator animado */}
|
{/* Scroll indicator animado */}
|
||||||
<div className="absolute bottom-8 left-1/2 transform -translate-x-1/2 animate-bounce">
|
<div className="absolute transform -translate-x-1/2 bottom-8 left-1/2 animate-bounce">
|
||||||
<button
|
<button
|
||||||
onClick={() => scrollToSection('estadisticas')}
|
onClick={() => scrollToSection('estadisticas')}
|
||||||
className="text-white/70 hover:text-white transition-colors duration-200"
|
className="transition-colors duration-200 text-white/70 hover:text-white"
|
||||||
>
|
>
|
||||||
<svg className="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M19 14l-7 7m0 0l-7-7m7 7V3" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M19 14l-7 7m0 0l-7-7m7 7V3" />
|
||||||
@@ -348,7 +384,7 @@ export default function LandingAnimated() {
|
|||||||
|
|
||||||
{/* Sección de Estadísticas y Confianza */}
|
{/* Sección de Estadísticas y Confianza */}
|
||||||
<section id="estadisticas" className="py-20" style={{ background: 'linear-gradient(to right, #F2F4F7, white)' }}>
|
<section id="estadisticas" className="py-20" style={{ background: 'linear-gradient(to right, #F2F4F7, white)' }}>
|
||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div className="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
|
||||||
<div
|
<div
|
||||||
data-animate="stats-header"
|
data-animate="stats-header"
|
||||||
className={`text-center mb-16 transition-all duration-1000 ${
|
className={`text-center mb-16 transition-all duration-1000 ${
|
||||||
@@ -357,17 +393,17 @@ export default function LandingAnimated() {
|
|||||||
: 'opacity-0 translate-y-10'
|
: 'opacity-0 translate-y-10'
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<h2 className="text-4xl font-extrabold mb-4" style={{ color: '#333333' }}>
|
<h2 className="mb-4 text-4xl font-extrabold" style={{ color: '#333333' }}>
|
||||||
Más de <span style={{ color: '#1B2A41' }}>500 empresas</span> confían en nosotros
|
Más de <span style={{ color: '#1B2A41' }}>350 empresas</span> confían en nosotros
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-xl max-w-3xl mx-auto" style={{ color: '#7A7A7A' }}>
|
<p className="max-w-3xl mx-auto text-xl" style={{ color: '#7A7A7A' }}>
|
||||||
Desarrollado por <span className="font-bold" style={{ color: '#1B2A41' }}>@AduanaSoft</span>,
|
Desarrollado por <span className="font-bold" style={{ color: '#1B2A41' }}>Aduanasoft®</span>,
|
||||||
líderes en tecnología aduanal con más de 10 años de experiencia
|
líderes en tecnología aduanal con más de 29 años de experiencia
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Stats con animaciones */}
|
{/* Stats con animaciones */}
|
||||||
<div className="grid grid-cols-2 lg:grid-cols-4 gap-8 mb-16">
|
<div className="grid grid-cols-2 gap-8 mb-16 lg:grid-cols-4">
|
||||||
{stats.map((stat, index) => (
|
{stats.map((stat, index) => (
|
||||||
<div
|
<div
|
||||||
key={index}
|
key={index}
|
||||||
@@ -379,8 +415,8 @@ export default function LandingAnimated() {
|
|||||||
}`}
|
}`}
|
||||||
style={{ transitionDelay: `${index * 200}ms` }}
|
style={{ transitionDelay: `${index * 200}ms` }}
|
||||||
>
|
>
|
||||||
<div className="text-4xl mb-4 animate-pulse">{stat.icon}</div>
|
<div className="mb-4 text-4xl animate-pulse">{stat.icon}</div>
|
||||||
<div className="text-3xl font-bold mb-2" style={{ color: '#1B2A41' }}>{stat.number}</div>
|
<div className="mb-2 text-3xl font-bold" style={{ color: '#1B2A41' }}>{stat.number}</div>
|
||||||
<div className="font-medium" style={{ color: '#7A7A7A' }}>{stat.label}</div>
|
<div className="font-medium" style={{ color: '#7A7A7A' }}>{stat.label}</div>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
@@ -396,18 +432,18 @@ export default function LandingAnimated() {
|
|||||||
}`}
|
}`}
|
||||||
style={{ background: 'linear-gradient(to right, #1B2A41, #263549)' }}
|
style={{ background: 'linear-gradient(to right, #1B2A41, #263549)' }}
|
||||||
>
|
>
|
||||||
<div className="grid md:grid-cols-2 gap-8 items-center">
|
<div className="grid items-center gap-8 md:grid-cols-2">
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-3xl font-bold mb-6">Acerca de AduanaSoft</h3>
|
<h3 className="mb-6 text-3xl font-bold">Acerca de Aduanasoft</h3>
|
||||||
<div className="space-y-4 text-indigo-100">
|
<div className="space-y-4 text-indigo-100">
|
||||||
{[
|
{[
|
||||||
"10+ años especializados en software aduanal",
|
"29+ años especializados en software aduanal",
|
||||||
"Equipo experto en comercio exterior y tecnología",
|
"Equipo experto en comercio exterior y tecnología",
|
||||||
"Certificación SAT y cumplimiento normativo total",
|
"Certificación SAT y cumplimiento normativo total",
|
||||||
"Soporte 24/7 con especialistas aduanales"
|
"Soporte 24/7 con especialistas aduanales"
|
||||||
].map((item, idx) => (
|
].map((item, idx) => (
|
||||||
<div key={idx} className="flex items-start space-x-3">
|
<div key={idx} className="flex items-start space-x-3">
|
||||||
<div className="flex-shrink-0 w-6 h-6 bg-white/20 rounded-full flex items-center justify-center mt-1">
|
<div className="flex items-center justify-center flex-shrink-0 w-6 h-6 mt-1 rounded-full bg-white/20">
|
||||||
<svg className="w-3 h-3" fill="currentColor" viewBox="0 0 20 20">
|
<svg className="w-3 h-3" fill="currentColor" viewBox="0 0 20 20">
|
||||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||||
</svg>
|
</svg>
|
||||||
@@ -418,9 +454,9 @@ export default function LandingAnimated() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<div className="bg-white/10 backdrop-blur-md rounded-2xl p-8 border border-white/20">
|
<div className="p-8 border bg-white/10 backdrop-blur-md rounded-2xl border-white/20">
|
||||||
<div className="text-6xl mb-4">🏆</div>
|
<div className="mb-4 text-6xl">🏆</div>
|
||||||
<h4 className="text-2xl font-bold mb-2">Líder del Mercado</h4>
|
<h4 className="mb-2 text-2xl font-bold">Líder del Mercado</h4>
|
||||||
<p className="text-indigo-100">
|
<p className="text-indigo-100">
|
||||||
Reconocidos como la mejor solución tecnológica para agentes aduanales en México
|
Reconocidos como la mejor solución tecnológica para agentes aduanales en México
|
||||||
</p>
|
</p>
|
||||||
@@ -433,7 +469,7 @@ export default function LandingAnimated() {
|
|||||||
|
|
||||||
{/* Características con efectos interactivos */}
|
{/* Características con efectos interactivos */}
|
||||||
<section id="caracteristicas" className="py-20 bg-white">
|
<section id="caracteristicas" className="py-20 bg-white">
|
||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div className="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
|
||||||
<div
|
<div
|
||||||
data-animate="features-header"
|
data-animate="features-header"
|
||||||
className={`text-center mb-16 transition-all duration-1000 ${
|
className={`text-center mb-16 transition-all duration-1000 ${
|
||||||
@@ -442,7 +478,7 @@ export default function LandingAnimated() {
|
|||||||
: 'opacity-0 translate-y-10'
|
: 'opacity-0 translate-y-10'
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<h2 className="text-4xl font-extrabold text-gray-900 mb-4">
|
<h2 className="mb-4 text-4xl font-extrabold text-gray-900">
|
||||||
Soluciones Especializadas para Comercio Exterior
|
Soluciones Especializadas para Comercio Exterior
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-xl text-gray-600">
|
<p className="text-xl text-gray-600">
|
||||||
@@ -450,7 +486,7 @@ export default function LandingAnimated() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid grid-cols-1 lg:grid-cols-3 gap-8">
|
<div className="grid grid-cols-1 gap-8 lg:grid-cols-3">
|
||||||
{[
|
{[
|
||||||
{
|
{
|
||||||
icon: '📋',
|
icon: '📋',
|
||||||
@@ -492,7 +528,7 @@ export default function LandingAnimated() {
|
|||||||
}`}>
|
}`}>
|
||||||
{feature.icon}
|
{feature.icon}
|
||||||
</div>
|
</div>
|
||||||
<h3 className="text-2xl font-bold mb-4 transition-colors duration-300" style={{
|
<h3 className="mb-4 text-2xl font-bold transition-colors duration-300" style={{
|
||||||
color: visibleElements.has(`feature-${index}`) ? '#1B2A41' : '#333333'
|
color: visibleElements.has(`feature-${index}`) ? '#1B2A41' : '#333333'
|
||||||
}}>
|
}}>
|
||||||
{feature.title}
|
{feature.title}
|
||||||
@@ -503,7 +539,7 @@ export default function LandingAnimated() {
|
|||||||
<ul className="space-y-2">
|
<ul className="space-y-2">
|
||||||
{feature.features.map((item, idx) => (
|
{feature.features.map((item, idx) => (
|
||||||
<li key={idx} className="flex items-center text-sm" style={{ color: '#7A7A7A' }}>
|
<li key={idx} className="flex items-center text-sm" style={{ color: '#7A7A7A' }}>
|
||||||
<svg className="w-4 h-4 mr-2 flex-shrink-0" style={{ color: '#2E7D32' }} fill="currentColor" viewBox="0 0 20 20">
|
<svg className="flex-shrink-0 w-4 h-4 mr-2" style={{ color: '#2E7D32' }} fill="currentColor" viewBox="0 0 20 20">
|
||||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||||
</svg>
|
</svg>
|
||||||
{item}
|
{item}
|
||||||
@@ -514,7 +550,7 @@ export default function LandingAnimated() {
|
|||||||
<div className="p-4 transition-colors duration-300" style={{
|
<div className="p-4 transition-colors duration-300" style={{
|
||||||
background: 'linear-gradient(to right, #F2F4F7, #FFFFFF)'
|
background: 'linear-gradient(to right, #F2F4F7, #FFFFFF)'
|
||||||
}}>
|
}}>
|
||||||
<button className="font-semibold text-sm transition-colors duration-200" style={{
|
<button className="text-sm font-semibold transition-colors duration-200" style={{
|
||||||
color: '#1B2A41'
|
color: '#1B2A41'
|
||||||
}}>
|
}}>
|
||||||
Conocer más →
|
Conocer más →
|
||||||
@@ -528,7 +564,7 @@ export default function LandingAnimated() {
|
|||||||
|
|
||||||
{/* Precios */}
|
{/* Precios */}
|
||||||
<section id="precios" className="py-20 bg-white">
|
<section id="precios" className="py-20 bg-white">
|
||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div className="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
|
||||||
<div
|
<div
|
||||||
data-animate="pricing-header"
|
data-animate="pricing-header"
|
||||||
className={`text-center mb-16 transition-all duration-1000 ${
|
className={`text-center mb-16 transition-all duration-1000 ${
|
||||||
@@ -537,7 +573,7 @@ export default function LandingAnimated() {
|
|||||||
: 'opacity-0 translate-y-10'
|
: 'opacity-0 translate-y-10'
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<h2 className="text-4xl font-extrabold text-gray-900 mb-4">
|
<h2 className="mb-4 text-4xl font-extrabold text-gray-900">
|
||||||
Planes diseñados para tu crecimiento
|
Planes diseñados para tu crecimiento
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-xl text-gray-600">
|
<p className="text-xl text-gray-600">
|
||||||
@@ -545,7 +581,7 @@ export default function LandingAnimated() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
|
<div className="grid grid-cols-1 gap-8 md:grid-cols-3">
|
||||||
{[
|
{[
|
||||||
{
|
{
|
||||||
name: 'Starter',
|
name: 'Starter',
|
||||||
@@ -614,8 +650,8 @@ export default function LandingAnimated() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{plan.popular && (
|
{plan.popular && (
|
||||||
<div className="absolute -top-4 left-1/2 transform -translate-x-1/2">
|
<div className="absolute transform -translate-x-1/2 -top-4 left-1/2">
|
||||||
<span className="text-white px-4 py-2 rounded-full text-sm font-semibold animate-pulse" style={{
|
<span className="px-4 py-2 text-sm font-semibold text-white rounded-full animate-pulse" style={{
|
||||||
background: 'linear-gradient(to right, #1B2A41, #263549)'
|
background: 'linear-gradient(to right, #1B2A41, #263549)'
|
||||||
}}>
|
}}>
|
||||||
Más Popular
|
Más Popular
|
||||||
@@ -623,8 +659,8 @@ export default function LandingAnimated() {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="text-center mb-8">
|
<div className="mb-8 text-center">
|
||||||
<h3 className="text-2xl font-bold mb-2" style={{ color: '#333333' }}>{plan.name}</h3>
|
<h3 className="mb-2 text-2xl font-bold" style={{ color: '#333333' }}>{plan.name}</h3>
|
||||||
<p className="mb-4" style={{ color: '#7A7A7A' }}>{plan.description}</p>
|
<p className="mb-4" style={{ color: '#7A7A7A' }}>{plan.description}</p>
|
||||||
{/*
|
{/*
|
||||||
<div className="mb-4">
|
<div className="mb-4">
|
||||||
@@ -634,10 +670,10 @@ export default function LandingAnimated() {
|
|||||||
*/}
|
*/}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul className="space-y-3 mb-8">
|
<ul className="mb-8 space-y-3">
|
||||||
{plan.features.map((feature, idx) => (
|
{plan.features.map((feature, idx) => (
|
||||||
<li key={idx} className="flex items-center">
|
<li key={idx} className="flex items-center">
|
||||||
<svg className="w-5 h-5 text-green-500 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
<svg className="w-5 h-5 mr-3 text-green-500" fill="currentColor" viewBox="0 0 20 20">
|
||||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||||
</svg>
|
</svg>
|
||||||
<span className="text-gray-700">{feature}</span>
|
<span className="text-gray-700">{feature}</span>
|
||||||
@@ -662,32 +698,50 @@ export default function LandingAnimated() {
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* Contacto */}
|
{/* Contacto */}
|
||||||
<section id="contacto" className="relative py-20 overflow-hidden" style={{
|
<section id="contacto" className="relative py-20 overflow-hidden">
|
||||||
background: 'linear-gradient(135deg, #1B2A41 0%, #263549 50%, #1B2A41 100%)'
|
{/* Background con imagen */}
|
||||||
}}>
|
<div className="absolute inset-0">
|
||||||
|
{/* Misma imagen de fondo que la sección inicio */}
|
||||||
|
<div
|
||||||
|
className="absolute inset-0 bg-center bg-no-repeat bg-cover"
|
||||||
|
style={{
|
||||||
|
backgroundImage: 'url("images/sistemagestion002.webp")',
|
||||||
|
backgroundColor: '#1B2A41',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{/* Overlay más oscuro para mejor legibilidad en formulario */}
|
||||||
|
<div
|
||||||
|
className="absolute inset-0"
|
||||||
|
style={{
|
||||||
|
background: 'linear-gradient(to bottom, rgba(27, 42, 65, 0.85), rgba(27, 42, 65, 0.7))',
|
||||||
|
}}
|
||||||
|
></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Background Pattern */}
|
{/* Background Pattern */}
|
||||||
<div className="absolute inset-0 opacity-10">
|
<div className="absolute inset-0 opacity-10">
|
||||||
<div className="absolute inset-0" style={{
|
<div className="absolute inset-0" style={{
|
||||||
backgroundImage: `url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fillRule='evenodd'%3E%3Cg fill='%234DA6FF' fillOpacity='0.3'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")`
|
backgroundImage: `url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fillRule='evenodd'%3E%3Cg fill='%234DA6FF' fillOpacity='0.3'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")`
|
||||||
}}></div>
|
}}></div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Floating elements */}
|
{/* Floating elements */}
|
||||||
<div className="absolute top-10 left-10 w-20 h-20 rounded-full opacity-20" style={{ backgroundColor: '#4DA6FF' }}></div>
|
{/* <div className="absolute w-20 h-20 rounded-full top-10 left-10 opacity-20" style={{ backgroundColor: '#4DA6FF' }}></div>
|
||||||
<div className="absolute bottom-10 right-10 w-32 h-32 rounded-full opacity-15" style={{ backgroundColor: '#F57C00' }}></div>
|
<div className="absolute w-32 h-32 rounded-full bottom-10 right-10 opacity-15" style={{ backgroundColor: '#F57C00' }}></div>
|
||||||
<div className="absolute top-1/2 left-1/4 w-16 h-16 rounded-full opacity-10" style={{ backgroundColor: '#2E7D32' }}></div>
|
<div className="absolute w-16 h-16 rounded-full top-1/2 left-1/4 opacity-10" style={{ backgroundColor: '#2E7D32' }}></div> */}
|
||||||
|
|
||||||
<div className="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div className="relative px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
|
||||||
<div className="text-center mb-16">
|
<div className="mb-16 text-center">
|
||||||
<h2 className="text-4xl md:text-5xl font-extrabold text-white mb-6">
|
<h2 className="mb-6 text-4xl font-extrabold text-white md:text-5xl">
|
||||||
¿Listo para <span style={{ color: '#4DA6FF' }}>transformar</span> tu operación aduanal?
|
¿Listo para <span style={{ color: '#4DA6FF' }}>transformar</span> tu operación aduanal?
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-xl md:text-2xl max-w-3xl mx-auto" style={{ color: '#64B5F6' }}>
|
<p className="max-w-3xl mx-auto text-xl md:text-2xl" style={{ color: '#64B5F6' }}>
|
||||||
Únete a más de 500 empresas que ya optimizaron sus procesos con EFC
|
Únete a más de 350 empresas que ya optimizaron sus procesos con EFC
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-12 items-start">
|
<div className="grid items-start grid-cols-1 gap-12 lg:grid-cols-2">
|
||||||
<div
|
<div
|
||||||
data-animate="contact-info"
|
data-animate="contact-info"
|
||||||
className={`transition-all duration-1000 ${
|
className={`transition-all duration-1000 ${
|
||||||
@@ -697,9 +751,9 @@ export default function LandingAnimated() {
|
|||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{/* Card de información de contacto */}
|
{/* Card de información de contacto */}
|
||||||
<div className="bg-white/10 backdrop-blur-md rounded-3xl p-8 border border-white/20">
|
<div className="p-8 border bg-white/10 backdrop-blur-md rounded-3xl border-white/20">
|
||||||
<div className="mb-8">
|
<div className="mb-8">
|
||||||
<h3 className="text-2xl font-bold text-white mb-4">
|
<h3 className="mb-4 text-2xl font-bold text-white">
|
||||||
Hablemos de tu proyecto
|
Hablemos de tu proyecto
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-lg" style={{ color: '#64B5F6' }}>
|
<p className="text-lg" style={{ color: '#64B5F6' }}>
|
||||||
@@ -728,15 +782,15 @@ export default function LandingAnimated() {
|
|||||||
subtitle: 'Visitas con cita previa'
|
subtitle: 'Visitas con cita previa'
|
||||||
}
|
}
|
||||||
].map((contact, idx) => (
|
].map((contact, idx) => (
|
||||||
<div key={idx} className="flex items-start space-x-4 p-4 rounded-xl bg-white/5 hover:bg-white/10 transition-all duration-300">
|
<div key={idx} className="flex items-start p-4 space-x-4 transition-all duration-300 rounded-xl bg-white/5 hover:bg-white/10">
|
||||||
<div className="w-14 h-14 flex items-center justify-center rounded-full" style={{ backgroundColor: '#4DA6FF' }}>
|
<div className="flex items-center justify-center rounded-full w-14 h-14" style={{ backgroundColor: '#4DA6FF' }}>
|
||||||
<svg className="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="text-white w-7 h-7" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d={contact.icon} />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d={contact.icon} />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex-1">
|
<div className="flex-1">
|
||||||
<h4 className="font-bold text-white text-lg">{contact.title}</h4>
|
<h4 className="text-lg font-bold text-white">{contact.title}</h4>
|
||||||
<p className="font-semibold mb-1" style={{ color: '#4DA6FF' }}>{contact.info}</p>
|
<p className="mb-1 font-semibold" style={{ color: '#4DA6FF' }}>{contact.info}</p>
|
||||||
<p className="text-sm" style={{ color: '#64B5F6' }}>{contact.subtitle}</p>
|
<p className="text-sm" style={{ color: '#64B5F6' }}>{contact.subtitle}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -744,10 +798,10 @@ export default function LandingAnimated() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Botón adicional para WhatsApp */}
|
{/* Botón adicional para WhatsApp */}
|
||||||
<div className="mt-8 pt-6 border-t border-white/20">
|
<div className="pt-6 mt-8 border-t border-white/20">
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="#"
|
||||||
className="flex items-center justify-center w-full py-4 px-6 rounded-xl font-semibold text-white transition-all duration-300 transform hover:scale-105"
|
className="flex items-center justify-center w-full px-6 py-4 font-semibold text-white transition-all duration-300 transform rounded-xl hover:scale-105"
|
||||||
style={{
|
style={{
|
||||||
background: 'linear-gradient(45deg, #25D366, #128C7E)'
|
background: 'linear-gradient(45deg, #25D366, #128C7E)'
|
||||||
}}
|
}}
|
||||||
@@ -769,10 +823,10 @@ export default function LandingAnimated() {
|
|||||||
: 'opacity-0 translate-x-10'
|
: 'opacity-0 translate-x-10'
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<h3 className="text-2xl font-bold mb-6" style={{ color: '#333333' }}>Solicita una demostración</h3>
|
<h3 className="mb-6 text-2xl font-bold" style={{ color: '#333333' }}>Solicita una demostración</h3>
|
||||||
<form onSubmit={handleContactSubmit} className="space-y-4">
|
<form onSubmit={handleContactSubmit} className="space-y-4">
|
||||||
<div>
|
<div>
|
||||||
<label className="block text-sm font-semibold mb-2" style={{ color: '#333333' }}>
|
<label className="block mb-2 text-sm font-semibold" style={{ color: '#333333' }}>
|
||||||
Nombre completo
|
Nombre completo
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
@@ -780,7 +834,7 @@ export default function LandingAnimated() {
|
|||||||
required
|
required
|
||||||
value={contactForm.name}
|
value={contactForm.name}
|
||||||
onChange={(e) => setContactForm({...contactForm, name: e.target.value})}
|
onChange={(e) => setContactForm({...contactForm, name: e.target.value})}
|
||||||
className="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:border-transparent transition-all duration-200"
|
className="w-full px-4 py-3 transition-all duration-200 border border-gray-300 rounded-lg focus:ring-2 focus:border-transparent"
|
||||||
style={{
|
style={{
|
||||||
focusRingColor: '#4DA6FF',
|
focusRingColor: '#4DA6FF',
|
||||||
outline: 'none'
|
outline: 'none'
|
||||||
@@ -792,7 +846,7 @@ export default function LandingAnimated() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label className="block text-sm font-semibold mb-2" style={{ color: '#333333' }}>
|
<label className="block mb-2 text-sm font-semibold" style={{ color: '#333333' }}>
|
||||||
Email corporativo
|
Email corporativo
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
@@ -800,7 +854,7 @@ export default function LandingAnimated() {
|
|||||||
required
|
required
|
||||||
value={contactForm.email}
|
value={contactForm.email}
|
||||||
onChange={(e) => setContactForm({...contactForm, email: e.target.value})}
|
onChange={(e) => setContactForm({...contactForm, email: e.target.value})}
|
||||||
className="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:border-transparent transition-all duration-200"
|
className="w-full px-4 py-3 transition-all duration-200 border border-gray-300 rounded-lg focus:ring-2 focus:border-transparent"
|
||||||
onFocus={(e) => e.target.style.borderColor = '#4DA6FF'}
|
onFocus={(e) => e.target.style.borderColor = '#4DA6FF'}
|
||||||
onBlur={(e) => e.target.style.borderColor = '#d1d5db'}
|
onBlur={(e) => e.target.style.borderColor = '#d1d5db'}
|
||||||
placeholder="tu@empresa.com"
|
placeholder="tu@empresa.com"
|
||||||
@@ -808,7 +862,7 @@ export default function LandingAnimated() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label className="block text-sm font-semibold mb-2" style={{ color: '#333333' }}>
|
<label className="block mb-2 text-sm font-semibold" style={{ color: '#333333' }}>
|
||||||
Empresa
|
Empresa
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
@@ -816,7 +870,7 @@ export default function LandingAnimated() {
|
|||||||
required
|
required
|
||||||
value={contactForm.company}
|
value={contactForm.company}
|
||||||
onChange={(e) => setContactForm({...contactForm, company: e.target.value})}
|
onChange={(e) => setContactForm({...contactForm, company: e.target.value})}
|
||||||
className="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:border-transparent transition-all duration-200"
|
className="w-full px-4 py-3 transition-all duration-200 border border-gray-300 rounded-lg focus:ring-2 focus:border-transparent"
|
||||||
onFocus={(e) => e.target.style.borderColor = '#4DA6FF'}
|
onFocus={(e) => e.target.style.borderColor = '#4DA6FF'}
|
||||||
onBlur={(e) => e.target.style.borderColor = '#d1d5db'}
|
onBlur={(e) => e.target.style.borderColor = '#d1d5db'}
|
||||||
placeholder="Nombre de tu empresa"
|
placeholder="Nombre de tu empresa"
|
||||||
@@ -824,14 +878,14 @@ export default function LandingAnimated() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label className="block text-sm font-semibold mb-2" style={{ color: '#333333' }}>
|
<label className="block mb-2 text-sm font-semibold" style={{ color: '#333333' }}>
|
||||||
Mensaje
|
Mensaje
|
||||||
</label>
|
</label>
|
||||||
<textarea
|
<textarea
|
||||||
rows="4"
|
rows="4"
|
||||||
value={contactForm.message}
|
value={contactForm.message}
|
||||||
onChange={(e) => setContactForm({...contactForm, message: e.target.value})}
|
onChange={(e) => setContactForm({...contactForm, message: e.target.value})}
|
||||||
className="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:border-transparent transition-all duration-200"
|
className="w-full px-4 py-3 transition-all duration-200 border border-gray-300 rounded-lg focus:ring-2 focus:border-transparent"
|
||||||
onFocus={(e) => e.target.style.borderColor = '#4DA6FF'}
|
onFocus={(e) => e.target.style.borderColor = '#4DA6FF'}
|
||||||
onBlur={(e) => e.target.style.borderColor = '#d1d5db'}
|
onBlur={(e) => e.target.style.borderColor = '#d1d5db'}
|
||||||
placeholder="Cuéntanos sobre tu operación aduanal..."
|
placeholder="Cuéntanos sobre tu operación aduanal..."
|
||||||
@@ -860,11 +914,11 @@ export default function LandingAnimated() {
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<footer className="text-white py-12" style={{ backgroundColor: '#1B2A41' }}>
|
<footer className="py-12 text-white" style={{ backgroundColor: '#1B2A41' }}>
|
||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div className="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
|
||||||
<div className="grid grid-cols-1 md:grid-cols-4 gap-8">
|
<div className="grid grid-cols-1 gap-8 md:grid-cols-4">
|
||||||
<div className="col-span-1 md:col-span-2">
|
<div className="col-span-1 md:col-span-2">
|
||||||
<h3 className="text-2xl font-bold mb-4">
|
<h3 className="mb-4 text-2xl font-bold">
|
||||||
<span style={{
|
<span style={{
|
||||||
background: 'linear-gradient(to right, #4DA6FF, #64B5F6)',
|
background: 'linear-gradient(to right, #4DA6FF, #64B5F6)',
|
||||||
WebkitBackgroundClip: 'text',
|
WebkitBackgroundClip: 'text',
|
||||||
@@ -873,13 +927,13 @@ export default function LandingAnimated() {
|
|||||||
EFC
|
EFC
|
||||||
</span>
|
</span>
|
||||||
</h3>
|
</h3>
|
||||||
<p className="mb-2 max-w-md" style={{ color: '#7A7A7A' }}>
|
{/* <p className="max-w-md mb-2" style={{ color: '#7A7A7A' }}>
|
||||||
Uso correcto <span className="font-semibold" style={{ color: '#4DA6FF' }}>Aduanasoft®</span>
|
Uso correcto <span className="font-semibold" style={{ color: '#4DA6FF' }}>Aduanasoft®</span>
|
||||||
</p>
|
</p> */}
|
||||||
<ul className="mb-4 text-sm text-gray-300 space-y-1">
|
{/* <ul className="mb-4 space-y-1 text-sm text-gray-300">
|
||||||
<li><span className="font-bold text-white">+350</span> clientes en todo el país</li>
|
<li><span className="font-bold text-white">+350</span> clientes en todo el país</li>
|
||||||
<li><span className="font-bold text-white">29 años</span> de experiencia</li>
|
<li><span className="font-bold text-white">29 años</span> de experiencia</li>
|
||||||
</ul>
|
</ul> */}
|
||||||
<div className="flex space-x-4">
|
<div className="flex space-x-4">
|
||||||
<a href="https://www.facebook.com/AduanaSoftMX" target="_blank" rel="noopener noreferrer" className="transition-colors duration-200" style={{ color: '#7A7A7A' }} onMouseEnter={e => e.target.style.color = 'white'} onMouseLeave={e => e.target.style.color = '#7A7A7A'} title="Facebook">
|
<a href="https://www.facebook.com/AduanaSoftMX" target="_blank" rel="noopener noreferrer" className="transition-colors duration-200" style={{ color: '#7A7A7A' }} onMouseEnter={e => e.target.style.color = 'white'} onMouseLeave={e => e.target.style.color = '#7A7A7A'} title="Facebook">
|
||||||
<svg className="w-6 h-6" fill="currentColor" viewBox="0 0 24 24"><path d="M22.675 0h-21.35C.595 0 0 .592 0 1.326v21.348C0 23.408.595 24 1.325 24h11.495v-9.294H9.692v-3.622h3.128V8.413c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.797.143v3.24l-1.918.001c-1.504 0-1.797.715-1.797 1.763v2.313h3.587l-.467 3.622h-3.12V24h6.116C23.406 24 24 23.408 24 22.674V1.326C24 .592 23.406 0 22.675 0"/></svg>
|
<svg className="w-6 h-6" fill="currentColor" viewBox="0 0 24 24"><path d="M22.675 0h-21.35C.595 0 0 .592 0 1.326v21.348C0 23.408.595 24 1.325 24h11.495v-9.294H9.692v-3.622h3.128V8.413c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.797.143v3.24l-1.918.001c-1.504 0-1.797.715-1.797 1.763v2.313h3.587l-.467 3.622h-3.12V24h6.116C23.406 24 24 23.408 24 22.674V1.326C24 .592 23.406 0 22.675 0"/></svg>
|
||||||
@@ -903,29 +957,29 @@ export default function LandingAnimated() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h4 className="font-semibold mb-4">Producto</h4>
|
<h4 className="mb-4 font-semibold">Producto</h4>
|
||||||
<ul className="space-y-2 text-gray-400">
|
<ul className="space-y-2 text-gray-400">
|
||||||
<li><button onClick={() => scrollToSection('caracteristicas')} className="hover:text-white transition-colors duration-200">Características</button></li>
|
<li><button onClick={() => scrollToSection('caracteristicas')} className="transition-colors duration-200 hover:text-white">Características</button></li>
|
||||||
<li><button onClick={() => scrollToSection('precios')} className="hover:text-white transition-colors duration-200">Precios</button></li>
|
<li><button onClick={() => scrollToSection('precios')} className="transition-colors duration-200 hover:text-white">Precios</button></li>
|
||||||
<li><a href="#" className="hover:text-white transition-colors duration-200">Integraciónes</a></li>
|
<li><a href="#" className="transition-colors duration-200 hover:text-white">Integraciónes</a></li>
|
||||||
<li><a href="#" className="hover:text-white transition-colors duration-200">API</a></li>
|
<li><a href="#" className="transition-colors duration-200 hover:text-white">API</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h4 className="font-semibold mb-4">Soporte</h4>
|
<h4 className="mb-4 font-semibold">Soporte</h4>
|
||||||
<ul className="space-y-2 text-gray-400">
|
<ul className="space-y-2 text-gray-400">
|
||||||
<li><button onClick={() => scrollToSection('contacto')} className="hover:text-white transition-colors duration-200">Contacto</button></li>
|
<li><button onClick={() => scrollToSection('contacto')} className="transition-colors duration-200 hover:text-white">Contacto</button></li>
|
||||||
<li><a href="#" className="hover:text-white transition-colors duration-200">Documentación</a></li>
|
<li><a href="#" className="transition-colors duration-200 hover:text-white">Documentación</a></li>
|
||||||
<li><a href="#" className="hover:text-white transition-colors duration-200">Centro de Ayuda</a></li>
|
<li><a href="#" className="transition-colors duration-200 hover:text-white">Centro de Ayuda</a></li>
|
||||||
<li><a href="#" className="hover:text-white transition-colors duration-200">Status</a></li>
|
<li><a href="#" className="transition-colors duration-200 hover:text-white">Status</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
|
<div className="pt-8 mt-8 text-center text-gray-400 border-t border-gray-800">
|
||||||
<p>
|
<p>
|
||||||
© 2025 EFC by <span className="font-semibold text-indigo-400">@AduanaSoft</span>.
|
© {currentYear} EFC by <span className="font-semibold text-white">Aduanasoft®</span>.
|
||||||
Todos los derechos reservados. | Solución especializada para Agentes Aduanales e Importadores.
|
Todos los derechos reservados. | Solución especializada para Agentes Aduanales e Importadores.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,10 @@
|
|||||||
|
|
||||||
import React, { useEffect, useState, useRef } from 'react';
|
import React, { useEffect, useState, useRef } from 'react';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
import { fetchTasks } from '../api/procesos.ts';
|
import { fetchTasks, ejecutarComando } from '../api/procesos.ts';
|
||||||
import { fetchWithAuth } from '../fetchWithAuth';
|
import { fetchWithAuth } from '../fetchWithAuth';
|
||||||
|
import { useNotification } from '../context/NotificationContext';
|
||||||
|
const API_URL = import.meta.env.VITE_EFC_API_URL;
|
||||||
|
|
||||||
// Modal para mostrar detalles del task
|
// Modal para mostrar detalles del task
|
||||||
const TaskDetailsModal = ({ task, onClose }) => {
|
const TaskDetailsModal = ({ task, onClose }) => {
|
||||||
@@ -42,9 +44,9 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
|
<div className="fixed inset-0 z-50 flex items-center justify-center bg-black bg-opacity-50">
|
||||||
<div className="bg-white rounded-2xl p-6 max-w-3xl w-full mx-4 max-h-[90vh] overflow-y-auto">
|
<div className="bg-white rounded-2xl p-6 max-w-3xl w-full mx-4 max-h-[90vh] overflow-y-auto">
|
||||||
<div className="flex justify-between items-center mb-6">
|
<div className="flex items-center justify-between mb-6">
|
||||||
<h3 className="text-xl font-semibold text-gray-900">Detalles de la Tarea</h3>
|
<h3 className="text-xl font-semibold text-gray-900">Detalles de la Tarea</h3>
|
||||||
<button
|
<button
|
||||||
onClick={onClose}
|
onClick={onClose}
|
||||||
@@ -58,20 +60,20 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
|
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
{/* Información básica de la tarea */}
|
{/* Información básica de la tarea */}
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
<div className="grid grid-cols-1 gap-4 md:grid-cols-2">
|
||||||
<div className="bg-gray-50 p-4 rounded-xl">
|
<div className="p-4 bg-gray-50 rounded-xl">
|
||||||
<h4 className="text-sm font-medium text-gray-500">Task ID</h4>
|
<h4 className="text-sm font-medium text-gray-500">Task ID</h4>
|
||||||
<p className="mt-1 text-sm font-mono text-gray-900">{task.task_id}</p>
|
<p className="mt-1 font-mono text-sm text-gray-900">{task.task_id}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="bg-gray-50 p-4 rounded-xl">
|
<div className="p-4 bg-gray-50 rounded-xl">
|
||||||
<h4 className="text-sm font-medium text-gray-500">Estado</h4>
|
<h4 className="text-sm font-medium text-gray-500">Estado</h4>
|
||||||
<span className={`mt-2 inline-flex items-center px-2.5 py-1 rounded-lg text-xs font-semibold border ${getStatusColor(task.status)}`}>
|
<span className={`mt-2 inline-flex items-center px-2.5 py-1 rounded-lg text-xs font-semibold border ${getStatusColor(task.status)}`}>
|
||||||
{task.status}
|
{task.status}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="bg-gray-50 p-4 rounded-xl">
|
<div className="p-4 bg-gray-50 rounded-xl">
|
||||||
<h4 className="text-sm font-medium text-gray-500">Fecha</h4>
|
<h4 className="text-sm font-medium text-gray-500">Fecha</h4>
|
||||||
<p className="mt-1 text-sm text-gray-900">
|
<p className="mt-1 text-sm text-gray-900">
|
||||||
{new Date(task.timestamp).toLocaleString('es-MX', {
|
{new Date(task.timestamp).toLocaleString('es-MX', {
|
||||||
@@ -86,14 +88,14 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="bg-gray-50 p-4 rounded-xl">
|
<div className="p-4 bg-gray-50 rounded-xl">
|
||||||
<h4 className="text-sm font-medium text-gray-500">Progreso</h4>
|
<h4 className="text-sm font-medium text-gray-500">Progreso</h4>
|
||||||
<p className="mt-1 text-sm text-gray-900">{task.progress || 0}%</p>
|
<p className="mt-1 text-sm text-gray-900">{task.progress || 0}%</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Mensajes y Errores */}
|
{/* Mensajes y Errores */}
|
||||||
<div className="bg-gray-50 p-4 rounded-xl">
|
<div className="p-4 bg-gray-50 rounded-xl">
|
||||||
<h4 className="text-sm font-medium text-gray-500">Mensaje de la tarea</h4>
|
<h4 className="text-sm font-medium text-gray-500">Mensaje de la tarea</h4>
|
||||||
{(() => {
|
{(() => {
|
||||||
// Intentar parsear el mensaje si contiene un error HTTPException
|
// Intentar parsear el mensaje si contiene un error HTTPException
|
||||||
@@ -104,12 +106,12 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
const detail = JSON.parse(match[1].replace(/'/g, '"'));
|
const detail = JSON.parse(match[1].replace(/'/g, '"'));
|
||||||
return (
|
return (
|
||||||
<div className="mt-2 space-y-3">
|
<div className="mt-2 space-y-3">
|
||||||
<div className="bg-red-50 p-3 rounded-lg">
|
<div className="p-3 rounded-lg bg-red-50">
|
||||||
<p className="text-sm text-red-700 font-medium">{detail.message}</p>
|
<p className="text-sm font-medium text-red-700">{detail.message}</p>
|
||||||
</div>
|
</div>
|
||||||
{detail.errors && detail.errors.length > 0 && (
|
{detail.errors && detail.errors.length > 0 && (
|
||||||
<div className="bg-red-50 p-3 rounded-lg">
|
<div className="p-3 rounded-lg bg-red-50">
|
||||||
<ul className="list-disc pl-4 space-y-1">
|
<ul className="pl-4 space-y-1 list-disc">
|
||||||
{detail.errors.map((error, idx) => (
|
{detail.errors.map((error, idx) => (
|
||||||
<li key={idx} className="text-sm text-red-600">{error}</li>
|
<li key={idx} className="text-sm text-red-600">{error}</li>
|
||||||
))}
|
))}
|
||||||
@@ -117,14 +119,14 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{detail.data && (
|
{detail.data && (
|
||||||
<div className="bg-orange-50 p-3 rounded-lg">
|
<div className="p-3 rounded-lg bg-orange-50">
|
||||||
<h5 className="text-sm font-medium text-orange-700 mb-2">Archivo de Error:</h5>
|
<h5 className="mb-2 text-sm font-medium text-orange-700">Archivo de Error:</h5>
|
||||||
<p className="text-sm text-orange-600 font-mono">{detail.data.error_file}</p>
|
<p className="font-mono text-sm text-orange-600">{detail.data.error_file}</p>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{detail.metadata && (
|
{detail.metadata && (
|
||||||
<div className="bg-blue-50 p-3 rounded-lg">
|
<div className="p-3 rounded-lg bg-blue-50">
|
||||||
<h5 className="text-sm font-medium text-blue-700 mb-2">Información Adicional:</h5>
|
<h5 className="mb-2 text-sm font-medium text-blue-700">Información Adicional:</h5>
|
||||||
<div className="grid grid-cols-2 gap-2">
|
<div className="grid grid-cols-2 gap-2">
|
||||||
{Object.entries(detail.metadata).map(([key, value]) => (
|
{Object.entries(detail.metadata).map(([key, value]) => (
|
||||||
<div key={key} className="flex items-start gap-2">
|
<div key={key} className="flex items-start gap-2">
|
||||||
@@ -149,7 +151,7 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
{/* Mostrar detalles de error si existe */}
|
{/* Mostrar detalles de error si existe */}
|
||||||
{(task.status === 'FAILURE' || task.status === 'FAILED') && task.error && (
|
{(task.status === 'FAILURE' || task.status === 'FAILED') && task.error && (
|
||||||
<div className="mt-4 space-y-4">
|
<div className="mt-4 space-y-4">
|
||||||
<div className="border-t pt-4">
|
<div className="pt-4 border-t">
|
||||||
<h4 className="text-sm font-medium text-red-600">Detalles del Error</h4>
|
<h4 className="text-sm font-medium text-red-600">Detalles del Error</h4>
|
||||||
{(() => {
|
{(() => {
|
||||||
const errorDetail = parseError(task.error);
|
const errorDetail = parseError(task.error);
|
||||||
@@ -158,16 +160,16 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
<div className="mt-3 space-y-4">
|
<div className="mt-3 space-y-4">
|
||||||
{/* Mensaje principal del error */}
|
{/* Mensaje principal del error */}
|
||||||
{errorDetail.detail.message && (
|
{errorDetail.detail.message && (
|
||||||
<div className="bg-red-50 p-3 rounded-lg">
|
<div className="p-3 rounded-lg bg-red-50">
|
||||||
<p className="text-sm text-red-700">{errorDetail.detail.message}</p>
|
<p className="text-sm text-red-700">{errorDetail.detail.message}</p>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Lista de errores específicos */}
|
{/* Lista de errores específicos */}
|
||||||
{errorDetail.detail.errors && errorDetail.detail.errors.length > 0 && (
|
{errorDetail.detail.errors && errorDetail.detail.errors.length > 0 && (
|
||||||
<div className="bg-red-50 p-3 rounded-lg">
|
<div className="p-3 rounded-lg bg-red-50">
|
||||||
<h5 className="text-sm font-medium text-red-700 mb-2">Errores detectados:</h5>
|
<h5 className="mb-2 text-sm font-medium text-red-700">Errores detectados:</h5>
|
||||||
<ul className="list-disc pl-4 space-y-1">
|
<ul className="pl-4 space-y-1 list-disc">
|
||||||
{errorDetail.detail.errors.map((error, idx) => (
|
{errorDetail.detail.errors.map((error, idx) => (
|
||||||
<li key={idx} className="text-sm text-red-600">{error}</li>
|
<li key={idx} className="text-sm text-red-600">{error}</li>
|
||||||
))}
|
))}
|
||||||
@@ -177,8 +179,8 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
|
|
||||||
{/* Datos adicionales del error */}
|
{/* Datos adicionales del error */}
|
||||||
{errorDetail.detail.data && (
|
{errorDetail.detail.data && (
|
||||||
<div className="bg-orange-50 p-3 rounded-lg">
|
<div className="p-3 rounded-lg bg-orange-50">
|
||||||
<h5 className="text-sm font-medium text-orange-700 mb-2">Archivos relacionados:</h5>
|
<h5 className="mb-2 text-sm font-medium text-orange-700">Archivos relacionados:</h5>
|
||||||
<div className="grid grid-cols-1 gap-2">
|
<div className="grid grid-cols-1 gap-2">
|
||||||
{Object.entries(errorDetail.detail.data).map(([key, value]) => (
|
{Object.entries(errorDetail.detail.data).map(([key, value]) => (
|
||||||
<div key={key} className="flex items-start gap-2">
|
<div key={key} className="flex items-start gap-2">
|
||||||
@@ -192,9 +194,9 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
|
|
||||||
{/* Metadata */}
|
{/* Metadata */}
|
||||||
{errorDetail.detail.metadata && (
|
{errorDetail.detail.metadata && (
|
||||||
<div className="bg-blue-50 p-3 rounded-lg">
|
<div className="p-3 rounded-lg bg-blue-50">
|
||||||
<h5 className="text-sm font-medium text-blue-700 mb-2">Metadata:</h5>
|
<h5 className="mb-2 text-sm font-medium text-blue-700">Metadata:</h5>
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-2">
|
<div className="grid grid-cols-1 gap-2 md:grid-cols-2">
|
||||||
{Object.entries(errorDetail.detail.metadata).map(([key, value]) => (
|
{Object.entries(errorDetail.detail.metadata).map(([key, value]) => (
|
||||||
<div key={key} className="flex items-start gap-2">
|
<div key={key} className="flex items-start gap-2">
|
||||||
<span className="text-sm font-medium text-blue-600">{key}:</span>
|
<span className="text-sm font-medium text-blue-600">{key}:</span>
|
||||||
@@ -208,7 +210,7 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div className="bg-red-50 p-3 rounded-lg mt-2">
|
<div className="p-3 mt-2 rounded-lg bg-red-50">
|
||||||
<p className="text-sm text-red-700">{task.error}</p>
|
<p className="text-sm text-red-700">{task.error}</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
@@ -220,7 +222,7 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
{/* Mensaje del resultado si existe */}
|
{/* Mensaje del resultado si existe */}
|
||||||
{task.result?.message && (
|
{task.result?.message && (
|
||||||
<>
|
<>
|
||||||
<h4 className="text-sm font-medium text-gray-500 mt-3">Mensaje del resultado</h4>
|
<h4 className="mt-3 text-sm font-medium text-gray-500">Mensaje del resultado</h4>
|
||||||
<p className="mt-1 text-sm text-gray-900">{task.result.message}</p>
|
<p className="mt-1 text-sm text-gray-900">{task.result.message}</p>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
@@ -229,13 +231,13 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
{/* Detalles del resultado */}
|
{/* Detalles del resultado */}
|
||||||
{task.result?.data && (
|
{task.result?.data && (
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<h4 className="text-lg font-medium text-gray-700 border-b pb-2">Detalles del Resultado</h4>
|
<h4 className="pb-2 text-lg font-medium text-gray-700 border-b">Detalles del Resultado</h4>
|
||||||
|
|
||||||
{/* Información del documento si existe */}
|
{/* Información del documento si existe */}
|
||||||
{task.result.data.data?.documento && (
|
{task.result.data.data?.documento && (
|
||||||
<div className="bg-blue-50 p-4 rounded-xl">
|
<div className="p-4 bg-blue-50 rounded-xl">
|
||||||
<h5 className="text-sm font-medium text-blue-700 mb-3">Información del Documento</h5>
|
<h5 className="mb-3 text-sm font-medium text-blue-700">Información del Documento</h5>
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
<div className="grid grid-cols-1 gap-4 md:grid-cols-2">
|
||||||
<div>
|
<div>
|
||||||
<p className="text-xs font-medium text-blue-600">Número de Pedimento</p>
|
<p className="text-xs font-medium text-blue-600">Número de Pedimento</p>
|
||||||
<p className="text-sm text-blue-900">{task.result.data.data.documento.pedimento_numero}</p>
|
<p className="text-sm text-blue-900">{task.result.data.data.documento.pedimento_numero}</p>
|
||||||
@@ -258,9 +260,9 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
|
|
||||||
{/* Información de la partida si existe */}
|
{/* Información de la partida si existe */}
|
||||||
{task.result.data.data?.partida_update_response && (
|
{task.result.data.data?.partida_update_response && (
|
||||||
<div className="bg-indigo-50 p-4 rounded-xl">
|
<div className="p-4 bg-indigo-50 rounded-xl">
|
||||||
<h5 className="text-sm font-medium text-indigo-700 mb-3">Información de la Partida</h5>
|
<h5 className="mb-3 text-sm font-medium text-indigo-700">Información de la Partida</h5>
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
<div className="grid grid-cols-1 gap-4 md:grid-cols-2">
|
||||||
<div>
|
<div>
|
||||||
<p className="text-xs font-medium text-indigo-600">Número de Partida</p>
|
<p className="text-xs font-medium text-indigo-600">Número de Partida</p>
|
||||||
<p className="text-sm text-indigo-900">{task.result.data.data.partida_update_response.numero_partida}</p>
|
<p className="text-sm text-indigo-900">{task.result.data.data.partida_update_response.numero_partida}</p>
|
||||||
@@ -277,9 +279,9 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
|
|
||||||
{/* Metadata si existe */}
|
{/* Metadata si existe */}
|
||||||
{task.result.data?.metadata && (
|
{task.result.data?.metadata && (
|
||||||
<div className="bg-gray-50 p-4 rounded-xl">
|
<div className="p-4 bg-gray-50 rounded-xl">
|
||||||
<h5 className="text-sm font-medium text-gray-700 mb-3">Metadata</h5>
|
<h5 className="mb-3 text-sm font-medium text-gray-700">Metadata</h5>
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
<div className="grid grid-cols-1 gap-4 md:grid-cols-2">
|
||||||
{Object.entries(task.result.data.metadata).map(([key, value]) => (
|
{Object.entries(task.result.data.metadata).map(([key, value]) => (
|
||||||
<div key={key}>
|
<div key={key}>
|
||||||
<p className="text-xs font-medium text-gray-500">{key}</p>
|
<p className="text-xs font-medium text-gray-500">{key}</p>
|
||||||
@@ -298,7 +300,10 @@ const TaskDetailsModal = ({ task, onClose }) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
export default function Procesos() {
|
export default function Procesos() {
|
||||||
|
const { showMessage } = useNotification();
|
||||||
const [procesos, setProcesos] = useState([]);
|
const [procesos, setProcesos] = useState([]);
|
||||||
const [loading, setLoading] = useState(true);
|
const [loading, setLoading] = useState(true);
|
||||||
const [error, setError] = useState('');
|
const [error, setError] = useState('');
|
||||||
@@ -348,6 +353,10 @@ export default function Procesos() {
|
|||||||
const [servicioFilter, setServicioFilter] = useState('');
|
const [servicioFilter, setServicioFilter] = useState('');
|
||||||
const [statusFilter, setStatusFilter] = useState('');
|
const [statusFilter, setStatusFilter] = useState('');
|
||||||
|
|
||||||
|
const [organizacionFilter, setOrganizacionFilter] = useState('');
|
||||||
|
const [organizaciones, setOrganizaciones] = useState([]);
|
||||||
|
const [loadingOrganizaciones, setLoadingOrganizaciones] = useState(false);
|
||||||
|
|
||||||
// Sorting
|
// Sorting
|
||||||
const [sortField, setSortField] = useState('');
|
const [sortField, setSortField] = useState('');
|
||||||
const [sortOrder, setSortOrder] = useState('asc'); // 'asc' | 'desc'
|
const [sortOrder, setSortOrder] = useState('asc'); // 'asc' | 'desc'
|
||||||
@@ -357,6 +366,7 @@ export default function Procesos() {
|
|||||||
pedimentoPedimentoFilter: '',
|
pedimentoPedimentoFilter: '',
|
||||||
statusFilter: '',
|
statusFilter: '',
|
||||||
servicioFilter: '',
|
servicioFilter: '',
|
||||||
|
organizacionFilter: '', // Añadir esta línea
|
||||||
sortField: '',
|
sortField: '',
|
||||||
sortOrder: 'asc'
|
sortOrder: 'asc'
|
||||||
});
|
});
|
||||||
@@ -370,6 +380,7 @@ export default function Procesos() {
|
|||||||
pedimentoPedimentoFilter,
|
pedimentoPedimentoFilter,
|
||||||
servicioFilter,
|
servicioFilter,
|
||||||
statusFilter,
|
statusFilter,
|
||||||
|
organizacionFilter, // Añadir esta línea
|
||||||
sortField,
|
sortField,
|
||||||
sortOrder
|
sortOrder
|
||||||
};
|
};
|
||||||
@@ -397,6 +408,7 @@ export default function Procesos() {
|
|||||||
if (pedimentoPedimentoFilter) filters['pedimento_app'] = pedimentoPedimentoFilter;
|
if (pedimentoPedimentoFilter) filters['pedimento_app'] = pedimentoPedimentoFilter;
|
||||||
if (servicioFilter) filters['servicio'] = servicioFilter;
|
if (servicioFilter) filters['servicio'] = servicioFilter;
|
||||||
if (statusFilter) filters['status'] = statusFilter;
|
if (statusFilter) filters['status'] = statusFilter;
|
||||||
|
if (organizacionFilter) filters['organizacion'] = organizacionFilter; // Añadir esta línea
|
||||||
if (sortField) {
|
if (sortField) {
|
||||||
// Mapear campos antiguos a nuevos si es necesario
|
// Mapear campos antiguos a nuevos si es necesario
|
||||||
const fieldMapping = {
|
const fieldMapping = {
|
||||||
@@ -422,10 +434,98 @@ export default function Procesos() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
fetchData();
|
fetchData();
|
||||||
}, [page, itemsPerPage, pedimentoPedimentoFilter, servicioFilter, statusFilter, sortField, sortOrder]);
|
}, [page, itemsPerPage, pedimentoPedimentoFilter, servicioFilter, statusFilter, organizacionFilter, sortField, sortOrder]);
|
||||||
|
|
||||||
|
const [showProcesosDropdown, setShowProcesosDropdown] = useState(false);
|
||||||
|
const [ejecutandoProceso, setEjecutandoProceso] = useState(false);
|
||||||
|
|
||||||
|
const handleEjecutarProcesamiento = async (params) => {
|
||||||
|
// Verificar si se ha seleccionado una organización
|
||||||
|
if (!organizacionFilter) {
|
||||||
|
showMessage('Debes seleccionar una organización antes de ejecutar el proceso', 'warning');
|
||||||
|
return; // Detener la ejecución
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
setEjecutandoProceso(true);
|
||||||
|
setShowProcesosDropdown(false);
|
||||||
|
|
||||||
|
// Agregar el ID de la organización a los parámetros
|
||||||
|
const paramsConOrganizacion = {
|
||||||
|
...params,
|
||||||
|
organizacionid: organizacionFilter // Solo necesitamos el ID
|
||||||
|
};
|
||||||
|
|
||||||
|
console.log('Ejecutando proceso con parámetros:', paramsConOrganizacion);
|
||||||
|
|
||||||
|
const resultado = await ejecutarComando(paramsConOrganizacion);
|
||||||
|
|
||||||
|
if (resultado.message) {
|
||||||
|
// Mostrar mensaje de éxito
|
||||||
|
showMessage(`${resultado.message}`, 'success');
|
||||||
|
|
||||||
|
// Recargar los datos después de 2 segundos
|
||||||
|
setTimeout(() => {
|
||||||
|
// Forzar recarga de datos
|
||||||
|
const currentFilters = {
|
||||||
|
pedimentoPedimentoFilter,
|
||||||
|
servicioFilter,
|
||||||
|
statusFilter,
|
||||||
|
sortField,
|
||||||
|
sortOrder
|
||||||
|
};
|
||||||
|
prevFiltersRef.current = { ...currentFilters };
|
||||||
|
// Esto activará el useEffect para recargar
|
||||||
|
setPage(prev => prev);
|
||||||
|
}, 2000);
|
||||||
|
} else if (resultado.error) {
|
||||||
|
showMessage(`Error: ${resultado.error}`, 'error');
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
// console.error('Error al ejecutar procesamiento:', error);
|
||||||
|
showMessage(`Error: ${error.message}`, 'error');
|
||||||
|
} finally {
|
||||||
|
setEjecutandoProceso(false);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// Agrega este efecto para cerrar el dropdown
|
||||||
|
useEffect(() => {
|
||||||
|
const handleClickOutside = (event) => {
|
||||||
|
if (showProcesosDropdown && !event.target.closest('.relative')) {
|
||||||
|
setShowProcesosDropdown(false);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
document.addEventListener('click', handleClickOutside);
|
||||||
|
return () => {
|
||||||
|
document.removeEventListener('click', handleClickOutside);
|
||||||
|
};
|
||||||
|
}, [showProcesosDropdown]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
async function fetchOrganizaciones() {
|
||||||
|
try {
|
||||||
|
setLoadingOrganizaciones(true);
|
||||||
|
const response = await fetchWithAuth(`${API_URL}/organization/organizaciones/`);
|
||||||
|
if (response.ok) {
|
||||||
|
const data = await response.json();
|
||||||
|
setOrganizaciones(data.results || []);
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error('Error al cargar organizaciones:', error);
|
||||||
|
} finally {
|
||||||
|
setLoadingOrganizaciones(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fetchOrganizaciones();
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="min-h-screen bg-gradient-to-br from-slate-50 via-blue-50 to-indigo-100 p-4 sm:p-6 lg:p-8">
|
<div className="min-h-screen p-4 bg-gradient-to-br from-slate-50 via-blue-50 to-indigo-100 sm:p-6 lg:p-8">
|
||||||
{/* Modal de detalles del task */}
|
{/* Modal de detalles del task */}
|
||||||
{selectedTask && (
|
{selectedTask && (
|
||||||
<TaskDetailsModal
|
<TaskDetailsModal
|
||||||
@@ -435,45 +535,45 @@ export default function Procesos() {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{loadingTask && (
|
{loadingTask && (
|
||||||
<div className="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
|
<div className="fixed inset-0 z-50 flex items-center justify-center bg-black bg-opacity-50">
|
||||||
<div className="bg-white rounded-full p-4">
|
<div className="p-4 bg-white rounded-full">
|
||||||
<div className="animate-spin rounded-full h-8 w-8 border-b-2 border-blue-600"></div>
|
<div className="w-8 h-8 border-b-2 border-blue-600 rounded-full animate-spin"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="max-w-7xl mx-auto">
|
<div className="mx-auto max-w-7xl">
|
||||||
{/* Header mejorado y responsivo */}
|
{/* Header mejorado y responsivo */}
|
||||||
<div className="mb-6 sm:mb-8 relative overflow-hidden rounded-3xl shadow-2xl bg-gradient-to-r from-blue-600 via-blue-700 to-blue-800 p-6 sm:p-8 flex items-center gap-4 sm:gap-6 animate-fadein-slideup opacity-0"
|
<div className="relative flex items-center gap-4 p-6 mb-6 overflow-hidden shadow-2xl opacity-0 sm:mb-8 rounded-3xl bg-gradient-to-r from-blue-600 via-blue-700 to-blue-800 sm:p-8 sm:gap-6 animate-fadein-slideup"
|
||||||
style={{ animation: 'fadein-slideup 0.7s cubic-bezier(0.22,1,0.36,1) 0.05s forwards' }}>
|
style={{ animation: 'fadein-slideup 0.7s cubic-bezier(0.22,1,0.36,1) 0.05s forwards' }}>
|
||||||
<div className="flex-shrink-0 bg-white/20 backdrop-blur-sm rounded-full p-3 sm:p-4 shadow-lg animate-bounce-slow">
|
<div className="flex-shrink-0 p-3 rounded-full shadow-lg bg-white/20 backdrop-blur-sm sm:p-4 animate-bounce-slow">
|
||||||
<svg className="h-8 w-8 sm:h-10 sm:w-10 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-8 h-8 text-white sm:h-10 sm:w-10" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex-1 min-w-0">
|
<div className="flex-1 min-w-0">
|
||||||
<h1 className="text-2xl sm:text-3xl lg:text-4xl font-extrabold text-white tracking-tight mb-1 flex flex-col sm:flex-row sm:items-center gap-2">
|
<h1 className="flex flex-col gap-2 mb-1 text-2xl font-extrabold tracking-tight text-white sm:text-3xl lg:text-4xl sm:flex-row sm:items-center">
|
||||||
<span>Procesos del Sistema</span>
|
<span>Procesos del Sistema</span>
|
||||||
{count > 0 && (
|
{count > 0 && (
|
||||||
<span className="inline-block bg-white/20 backdrop-blur-sm text-white text-xs sm:text-sm font-semibold px-3 py-1 rounded-full shadow-lg animate-fade-in">
|
<span className="inline-block px-3 py-1 text-xs font-semibold text-white rounded-full shadow-lg bg-white/20 backdrop-blur-sm sm:text-sm animate-fade-in">
|
||||||
{count} procesos
|
{count} procesos
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-sm sm:text-lg text-blue-100 font-medium leading-relaxed">Estado actual de los procesos de la agencia aduanal</p>
|
<p className="text-sm font-medium leading-relaxed text-blue-100 sm:text-lg">Estado actual de los procesos de la agencia aduanal</p>
|
||||||
</div>
|
</div>
|
||||||
{/* Efectos decorativos de fondo modernos */}
|
{/* Efectos decorativos de fondo modernos */}
|
||||||
<div className="absolute -top-10 -right-10 opacity-20 pointer-events-none select-none">
|
<div className="absolute pointer-events-none select-none -top-10 -right-10 opacity-20">
|
||||||
<div className="w-32 h-32 bg-white/10 rounded-full blur-xl"></div>
|
<div className="w-32 h-32 rounded-full bg-white/10 blur-xl"></div>
|
||||||
</div>
|
</div>
|
||||||
<div className="absolute -bottom-6 -left-6 opacity-15 pointer-events-none select-none">
|
<div className="absolute pointer-events-none select-none -bottom-6 -left-6 opacity-15">
|
||||||
<div className="w-24 h-24 bg-white/10 rounded-full blur-lg"></div>
|
<div className="w-24 h-24 rounded-full bg-white/10 blur-lg"></div>
|
||||||
</div>
|
</div>
|
||||||
{/* Partículas flotantes */}
|
{/* Partículas flotantes */}
|
||||||
<div className="absolute inset-0 overflow-hidden pointer-events-none">
|
<div className="absolute inset-0 overflow-hidden pointer-events-none">
|
||||||
<div className="absolute top-1/4 left-1/4 w-2 h-2 bg-white/30 rounded-full animate-ping"></div>
|
<div className="absolute w-2 h-2 rounded-full top-1/4 left-1/4 bg-white/30 animate-ping"></div>
|
||||||
<div className="absolute top-3/4 right-1/3 w-1 h-1 bg-white/40 rounded-full animate-pulse"></div>
|
<div className="absolute w-1 h-1 rounded-full top-3/4 right-1/3 bg-white/40 animate-pulse"></div>
|
||||||
<div className="absolute top-1/2 right-1/4 w-3 h-3 bg-white/20 rounded-full animate-bounce"></div>
|
<div className="absolute w-3 h-3 rounded-full top-1/2 right-1/4 bg-white/20 animate-bounce"></div>
|
||||||
</div>
|
</div>
|
||||||
{/* Animaciones CSS */}
|
{/* Animaciones CSS */}
|
||||||
<style>{`
|
<style>{`
|
||||||
@@ -501,20 +601,20 @@ export default function Procesos() {
|
|||||||
`}</style>
|
`}</style>
|
||||||
</div>
|
</div>
|
||||||
{/* Contenido principal */}
|
{/* Contenido principal */}
|
||||||
<div className="bg-white rounded-3xl shadow-2xl border border-gray-100 p-4 sm:p-6 lg:p-8 animate-fadein-slideup opacity-0"
|
<div className="p-4 bg-white border border-gray-100 shadow-2xl opacity-0 rounded-3xl sm:p-6 lg:p-8 animate-fadein-slideup"
|
||||||
style={{ animation: 'fadein-slideup 0.7s cubic-bezier(0.22,1,0.36,1) 0.15s forwards' }}>
|
style={{ animation: 'fadein-slideup 0.7s cubic-bezier(0.22,1,0.36,1) 0.15s forwards' }}>
|
||||||
<div className="flex flex-col sm:flex-row sm:items-center justify-between mb-6 gap-4">
|
<div className="flex flex-col justify-between gap-4 mb-6 sm:flex-row sm:items-center">
|
||||||
<h2 className="text-xl sm:text-2xl font-bold text-gray-900 flex items-center gap-3">
|
<h2 className="flex items-center gap-3 text-xl font-bold text-gray-900 sm:text-2xl">
|
||||||
<div className="bg-gradient-to-br from-blue-500 to-blue-600 rounded-xl p-2 shadow-lg">
|
<div className="p-2 shadow-lg bg-gradient-to-br from-blue-500 to-blue-600 rounded-xl">
|
||||||
<svg className="w-5 h-5 sm:w-6 sm:h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-5 h-5 text-white sm:w-6 sm:h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
Procesamiento de Pedimentos
|
Procesamiento de Pedimentos
|
||||||
</h2>
|
</h2>
|
||||||
<div className="flex flex-col sm:flex-row gap-3">
|
<div className="flex flex-col gap-3 sm:flex-row">
|
||||||
{count > 0 && (
|
{count > 0 && (
|
||||||
<div className="bg-gradient-to-r from-blue-50 to-indigo-50 rounded-xl px-4 py-2 border border-blue-100">
|
<div className="px-4 py-2 border border-blue-100 bg-gradient-to-r from-blue-50 to-indigo-50 rounded-xl">
|
||||||
<span className="text-sm font-medium text-blue-700">Total de registros: </span>
|
<span className="text-sm font-medium text-blue-700">Total de registros: </span>
|
||||||
<span className="text-lg font-bold text-blue-800">{count}</span>
|
<span className="text-lg font-bold text-blue-800">{count}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -525,16 +625,16 @@ export default function Procesos() {
|
|||||||
|
|
||||||
|
|
||||||
{/* Filtros responsivos mejorados */}
|
{/* Filtros responsivos mejorados */}
|
||||||
<div className="mb-6 bg-gradient-to-r from-gray-50 to-slate-50 rounded-2xl p-4 sm:p-6 border border-gray-100">
|
<div className="p-4 mb-6 border border-gray-100 bg-gradient-to-r from-gray-50 to-slate-50 rounded-2xl sm:p-6">
|
||||||
<h3 className="text-lg font-semibold text-gray-800 mb-4 flex items-center gap-2">
|
<h3 className="flex items-center gap-2 mb-4 text-lg font-semibold text-gray-800">
|
||||||
<svg className="w-5 h-5 text-gray-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-5 h-5 text-gray-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.414A1 1 0 013 6.707V4z" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.414A1 1 0 013 6.707V4z" />
|
||||||
</svg>
|
</svg>
|
||||||
Filtros de búsqueda
|
Filtros de búsqueda
|
||||||
</h3>
|
</h3>
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
|
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-4">
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<label className="text-sm font-semibold text-gray-700 flex items-center gap-2">
|
<label className="flex items-center gap-2 text-sm font-semibold text-gray-700">
|
||||||
<div className="w-2 h-2 bg-blue-500 rounded-full"></div>
|
<div className="w-2 h-2 bg-blue-500 rounded-full"></div>
|
||||||
Pedimento
|
Pedimento
|
||||||
</label>
|
</label>
|
||||||
@@ -546,12 +646,12 @@ export default function Procesos() {
|
|||||||
setPage(1);
|
setPage(1);
|
||||||
}}
|
}}
|
||||||
placeholder="Buscar por pedimento..."
|
placeholder="Buscar por pedimento..."
|
||||||
className="w-full border border-gray-300 rounded-xl px-4 py-3 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 bg-white shadow-sm transition-all duration-200 hover:shadow-md"
|
className="w-full px-4 py-3 text-sm transition-all duration-200 bg-white border border-gray-300 shadow-sm rounded-xl focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 hover:shadow-md"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<label className="text-sm font-semibold text-gray-700 flex items-center gap-2">
|
<label className="flex items-center gap-2 text-sm font-semibold text-gray-700">
|
||||||
<div className="w-2 h-2 bg-purple-500 rounded-full"></div>
|
<div className="w-2 h-2 bg-purple-500 rounded-full"></div>
|
||||||
Estado
|
Estado
|
||||||
</label>
|
</label>
|
||||||
@@ -561,7 +661,7 @@ export default function Procesos() {
|
|||||||
setStatusFilter(e.target.value);
|
setStatusFilter(e.target.value);
|
||||||
setPage(1);
|
setPage(1);
|
||||||
}}
|
}}
|
||||||
className="w-full border border-gray-300 rounded-xl px-4 py-3 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 bg-white shadow-sm transition-all duration-200 hover:shadow-md"
|
className="w-full px-4 py-3 text-sm transition-all duration-200 bg-white border border-gray-300 shadow-sm rounded-xl focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 hover:shadow-md"
|
||||||
>
|
>
|
||||||
<option value="">Todos los estados</option>
|
<option value="">Todos los estados</option>
|
||||||
<option value="submitted">Enviado</option>
|
<option value="submitted">Enviado</option>
|
||||||
@@ -572,7 +672,7 @@ export default function Procesos() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<label className="text-sm font-semibold text-gray-700 flex items-center gap-2">
|
<label className="flex items-center gap-2 text-sm font-semibold text-gray-700">
|
||||||
<div className="w-2 h-2 bg-orange-500 rounded-full"></div>
|
<div className="w-2 h-2 bg-orange-500 rounded-full"></div>
|
||||||
Servicio
|
Servicio
|
||||||
</label>
|
</label>
|
||||||
@@ -582,7 +682,7 @@ export default function Procesos() {
|
|||||||
setServicioFilter(e.target.value);
|
setServicioFilter(e.target.value);
|
||||||
setPage(1);
|
setPage(1);
|
||||||
}}
|
}}
|
||||||
className="w-full border border-gray-300 rounded-xl px-4 py-3 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 bg-white shadow-sm transition-all duration-200 hover:shadow-md"
|
className="w-full px-4 py-3 text-sm transition-all duration-200 bg-white border border-gray-300 shadow-sm rounded-xl focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 hover:shadow-md"
|
||||||
>
|
>
|
||||||
<option value="">Todos los servicios</option>
|
<option value="">Todos los servicios</option>
|
||||||
<option value="1">Estado de pedimento</option>
|
<option value="1">Estado de pedimento</option>
|
||||||
@@ -596,39 +696,151 @@ export default function Procesos() {
|
|||||||
<option value="9">Acuse Cove</option>
|
<option value="9">Acuse Cove</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="space-y-2">
|
||||||
|
<label className="flex items-center gap-2 text-sm font-semibold text-gray-700">
|
||||||
|
<div className="w-2 h-2 bg-teal-500 rounded-full"></div>
|
||||||
|
Organización
|
||||||
|
</label>
|
||||||
|
<select
|
||||||
|
className="w-full px-4 py-3 text-sm transition-all duration-200 bg-white border border-gray-300 shadow-sm rounded-xl focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 hover:shadow-md"
|
||||||
|
disabled={loadingOrganizaciones}
|
||||||
|
value={organizacionFilter}
|
||||||
|
onChange={e => {
|
||||||
|
setOrganizacionFilter(e.target.value);
|
||||||
|
setPage(1);
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<option value="">Todas las organizaciones</option>
|
||||||
|
{loadingOrganizaciones ? (
|
||||||
|
<option value="" disabled>Cargando organizaciones...</option>
|
||||||
|
) : (
|
||||||
|
organizaciones.map((org) => (
|
||||||
|
<option key={org.id} value={org.id}>
|
||||||
|
{org.nombre}
|
||||||
|
</option>
|
||||||
|
))
|
||||||
|
)}
|
||||||
|
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/* BOTÓN PARA EJECUTAR PROCESAMIENTOS - AGREGAR AQUÍ */}
|
||||||
|
<div className="flex justify-end mb-6">
|
||||||
|
<div className="relative">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="inline-flex items-center gap-2 bg-gradient-to-r from-green-600 to-emerald-600 hover:from-green-700 hover:to-emerald-700 text-white font-semibold py-3 px-6 rounded-2xl shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-0.5"
|
||||||
|
onClick={() => setShowProcesosDropdown(!showProcesosDropdown)}
|
||||||
|
disabled={ejecutandoProceso}
|
||||||
|
>
|
||||||
|
{ejecutandoProceso ? (
|
||||||
|
<>
|
||||||
|
<div className="w-4 h-4 border-b-2 border-white rounded-full animate-spin"></div>
|
||||||
|
Ejecutando...
|
||||||
|
</>
|
||||||
|
) : (
|
||||||
|
<>
|
||||||
|
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M13 10V3L4 14h7v7l9-11h-7z" />
|
||||||
|
</svg>
|
||||||
|
Ejecutar Procesamiento
|
||||||
|
<svg
|
||||||
|
className={`w-4 h-4 transition-transform duration-200 ${showProcesosDropdown ? 'rotate-180' : ''}`}
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
>
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M19 9l-7 7-7-7" />
|
||||||
|
</svg>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
|
</button>
|
||||||
|
|
||||||
|
{/* Dropdown de opciones de procesamiento */}
|
||||||
|
{showProcesosDropdown && (
|
||||||
|
<div className="absolute right-0 z-50 w-64 mt-2 overflow-hidden bg-white border border-gray-200 shadow-2xl rounded-2xl animate-fade-in">
|
||||||
|
<div className="p-2">
|
||||||
|
{/* Encabezado del dropdown */}
|
||||||
|
<div className="px-3 py-2 mb-1 rounded-lg bg-gradient-to-r from-green-50 to-emerald-50">
|
||||||
|
<p className="text-sm font-semibold text-green-800">Selecciona un proceso</p>
|
||||||
|
<p className="text-xs text-green-600">Se ejecutará para tu organización</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Opción "Todos" */}
|
||||||
|
<button
|
||||||
|
onClick={() => handleEjecutarProcesamiento({ todos: true })}
|
||||||
|
className="flex items-center w-full gap-3 px-4 py-3 mb-1 font-medium text-left text-gray-700 transition-colors duration-200 hover:bg-green-50 rounded-xl hover:text-green-700 group"
|
||||||
|
>
|
||||||
|
<div className="w-3 h-3 transition-transform duration-200 bg-green-500 rounded-full group-hover:scale-125"></div>
|
||||||
|
<div className="flex-1">
|
||||||
|
<span className="font-semibold">Todos</span>
|
||||||
|
<p className="text-xs text-gray-500 group-hover:text-green-600">Ejecutar todos los procesos</p>
|
||||||
|
</div>
|
||||||
|
<span className="text-xs text-gray-400 group-hover:text-green-500"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div className="my-2 border-t border-gray-100"></div>
|
||||||
|
|
||||||
|
{/* Opciones específicas */}
|
||||||
|
{[
|
||||||
|
{ id: 'procesamiento_pedimento', label: 'Procesamiento Inicial', desc: 'Procemiento Inicial de consulta a VU' },
|
||||||
|
{ id: 'pedimentos_completos', label: 'Pedimento Completo', desc: 'Procesar pedimentos completos' },
|
||||||
|
{ id: 'remesas', label: 'Remesas', desc: 'Procesar remesas' },
|
||||||
|
{ id: 'partidas', label: 'Partidas', desc: 'Procesar partidas' },
|
||||||
|
{ id: 'coves', label: 'Coves', desc: 'Procesar coves' },
|
||||||
|
{ id: 'edocs', label: 'Edocuments', desc: 'Procesar edocuments' },
|
||||||
|
{ id: 'acuse_coves', label: 'Acuses COVE', desc: 'Procesar acuses COVE' },
|
||||||
|
{ id: 'acuses', label: 'Acuses', desc: 'Procesar acuses' }
|
||||||
|
].map((proceso) => (
|
||||||
|
<button
|
||||||
|
key={proceso.id}
|
||||||
|
onClick={() => handleEjecutarProcesamiento({ procesamiento: proceso.id })}
|
||||||
|
className="flex items-center w-full gap-3 px-4 py-3 font-medium text-left text-gray-700 transition-colors duration-200 hover:bg-blue-50 rounded-xl hover:text-blue-700 group"
|
||||||
|
>
|
||||||
|
<div className="w-2 h-2 transition-transform duration-200 bg-blue-500 rounded-full group-hover:scale-125"></div>
|
||||||
|
<div className="flex-1">
|
||||||
|
<span>{proceso.label}</span>
|
||||||
|
<p className="text-xs text-gray-500 group-hover:text-blue-600">{proceso.desc}</p>
|
||||||
|
</div>
|
||||||
|
</button>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/* Estados de carga y error mejorados */}
|
{/* Estados de carga y error mejorados */}
|
||||||
{loading ? (
|
{loading ? (
|
||||||
<div className="flex flex-col items-center justify-center py-12">
|
<div className="flex flex-col items-center justify-center py-12">
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<div className="animate-spin rounded-full h-16 w-16 border-b-2 border-blue-600"></div>
|
<div className="w-16 h-16 border-b-2 border-blue-600 rounded-full animate-spin"></div>
|
||||||
<div className="absolute inset-0 bg-blue-500/10 rounded-full blur-xl animate-pulse"></div>
|
<div className="absolute inset-0 rounded-full bg-blue-500/10 blur-xl animate-pulse"></div>
|
||||||
</div>
|
</div>
|
||||||
<p className="mt-4 text-gray-600 font-medium">Cargando procesos...</p>
|
<p className="mt-4 font-medium text-gray-600">Cargando procesos...</p>
|
||||||
</div>
|
</div>
|
||||||
) : error ? (
|
) : error ? (
|
||||||
<div className="bg-red-50 border border-red-200 rounded-2xl p-6 text-center">
|
<div className="p-6 text-center border border-red-200 bg-red-50 rounded-2xl">
|
||||||
<div className="bg-red-100 rounded-full p-3 w-12 h-12 mx-auto mb-4 flex items-center justify-center">
|
<div className="flex items-center justify-center w-12 h-12 p-3 mx-auto mb-4 bg-red-100 rounded-full">
|
||||||
<svg className="w-6 h-6 text-red-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-6 h-6 text-red-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<h3 className="text-lg font-semibold text-red-800 mb-2">Error al cargar</h3>
|
<h3 className="mb-2 text-lg font-semibold text-red-800">Error al cargar</h3>
|
||||||
<p className="text-red-600">{error}</p>
|
<p className="text-red-600">{error}</p>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
{/* Vista de tabla para pantallas grandes */}
|
{/* Vista de tabla para pantallas grandes */}
|
||||||
<div className="hidden lg:block overflow-x-auto bg-white rounded-2xl border border-gray-200 shadow-sm relative pb-20"
|
<div className="relative hidden pb-20 overflow-x-auto bg-white border border-gray-200 shadow-sm lg:block rounded-2xl"
|
||||||
style={{
|
style={{
|
||||||
overflowY: 'visible' // Permitir que los dropdowns se muestren fuera del contenedor
|
overflowY: 'visible' // Permitir que los dropdowns se muestren fuera del contenedor
|
||||||
}}>
|
}}>
|
||||||
<table className="min-w-full divide-y divide-gray-300 relative"
|
<table className="relative min-w-full divide-y divide-gray-300"
|
||||||
style={{ position: 'relative', zIndex: 1 }}>
|
style={{ position: 'relative', zIndex: 1 }}>
|
||||||
<thead className="bg-gray-50 sticky top-0 z-10">
|
<thead className="sticky top-0 z-10 bg-gray-50">
|
||||||
<tr>
|
<tr>
|
||||||
<th className="px-4 py-4 text-center text-xs font-bold text-gray-600 uppercase tracking-wider cursor-pointer select-none hover:bg-gray-100 transition-colors duration-200"
|
<th className="px-4 py-4 text-xs font-bold tracking-wider text-center text-gray-600 uppercase transition-colors duration-200 cursor-pointer select-none hover:bg-gray-100"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSortField('task_id');
|
setSortField('task_id');
|
||||||
setSortOrder(sortField === 'task_id' && sortOrder === 'asc' ? 'desc' : 'asc');
|
setSortOrder(sortField === 'task_id' && sortOrder === 'asc' ? 'desc' : 'asc');
|
||||||
@@ -638,7 +850,7 @@ export default function Procesos() {
|
|||||||
Task ID {sortField === 'task_id' && (sortOrder === 'asc' ? '▲' : '▼')}
|
Task ID {sortField === 'task_id' && (sortOrder === 'asc' ? '▲' : '▼')}
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<th className="px-4 py-4 text-left text-xs font-bold text-gray-600 uppercase tracking-wider cursor-pointer select-none hover:bg-gray-100 transition-colors duration-200"
|
<th className="px-4 py-4 text-xs font-bold tracking-wider text-left text-gray-600 uppercase transition-colors duration-200 cursor-pointer select-none hover:bg-gray-100"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSortField('pedimento_app');
|
setSortField('pedimento_app');
|
||||||
setSortOrder(sortField === 'pedimento_app' && sortOrder === 'asc' ? 'desc' : 'asc');
|
setSortOrder(sortField === 'pedimento_app' && sortOrder === 'asc' ? 'desc' : 'asc');
|
||||||
@@ -648,7 +860,7 @@ export default function Procesos() {
|
|||||||
Pedimento {sortField === 'pedimento_app' && (sortOrder === 'asc' ? '▲' : '▼')}
|
Pedimento {sortField === 'pedimento_app' && (sortOrder === 'asc' ? '▲' : '▼')}
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<th className="px-4 py-4 text-left text-xs font-bold text-gray-600 uppercase tracking-wider cursor-pointer select-none hover:bg-gray-100 transition-colors duration-200"
|
<th className="px-4 py-4 text-xs font-bold tracking-wider text-left text-gray-600 uppercase transition-colors duration-200 cursor-pointer select-none hover:bg-gray-100"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSortField('status');
|
setSortField('status');
|
||||||
setSortOrder(sortField === 'status' && sortOrder === 'asc' ? 'desc' : 'asc');
|
setSortOrder(sortField === 'status' && sortOrder === 'asc' ? 'desc' : 'asc');
|
||||||
@@ -658,7 +870,7 @@ export default function Procesos() {
|
|||||||
Estado {sortField === 'status' && (sortOrder === 'asc' ? '▲' : '▼')}
|
Estado {sortField === 'status' && (sortOrder === 'asc' ? '▲' : '▼')}
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<th className="px-4 py-4 text-left text-xs font-bold text-gray-600 uppercase tracking-wider cursor-pointer select-none hover:bg-gray-100 transition-colors duration-200 rounded-tr-2xl"
|
<th className="px-4 py-4 text-xs font-bold tracking-wider text-left text-gray-600 uppercase transition-colors duration-200 cursor-pointer select-none hover:bg-gray-100 rounded-tr-2xl"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSortField('timestamp');
|
setSortField('timestamp');
|
||||||
setSortOrder(sortField === 'timestamp' && sortOrder === 'asc' ? 'desc' : 'asc');
|
setSortOrder(sortField === 'timestamp' && sortOrder === 'asc' ? 'desc' : 'asc');
|
||||||
@@ -668,7 +880,7 @@ export default function Procesos() {
|
|||||||
Fecha de creación {sortField === 'timestamp' && (sortOrder === 'asc' ? '▲' : '▼')}
|
Fecha de creación {sortField === 'timestamp' && (sortOrder === 'asc' ? '▲' : '▼')}
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<th className="px-4 py-4 text-left text-xs font-bold text-gray-600 uppercase tracking-wider cursor-pointer select-none hover:bg-gray-100 transition-colors duration-200 rounded-tr-2xl"
|
<th className="px-4 py-4 text-xs font-bold tracking-wider text-left text-gray-600 uppercase transition-colors duration-200 cursor-pointer select-none hover:bg-gray-100 rounded-tr-2xl"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSortField('servicio');
|
setSortField('servicio');
|
||||||
setSortOrder(sortField === 'servicio' && sortOrder === 'asc' ? 'desc' : 'asc');
|
setSortOrder(sortField === 'servicio' && sortOrder === 'asc' ? 'desc' : 'asc');
|
||||||
@@ -680,18 +892,18 @@ export default function Procesos() {
|
|||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody className="bg-white divide-y divide-gray-100 relative" style={{ position: 'relative' }}>
|
<tbody className="relative bg-white divide-y divide-gray-100" style={{ position: 'relative' }}>
|
||||||
{procesos.length === 0 ? (
|
{procesos.length === 0 ? (
|
||||||
<tr>
|
<tr>
|
||||||
<td colSpan={5} className="text-center py-12">
|
<td colSpan={5} className="py-12 text-center">
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<div className="bg-gray-100 rounded-full p-4 w-16 h-16 mx-auto mb-4 flex items-center justify-center">
|
<div className="flex items-center justify-center w-16 h-16 p-4 mx-auto mb-4 bg-gray-100 rounded-full">
|
||||||
<svg className="w-8 h-8 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-8 h-8 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-gray-500 font-medium">No hay procesos disponibles</p>
|
<p className="font-medium text-gray-500">No hay procesos disponibles</p>
|
||||||
<p className="text-gray-400 text-sm mt-1">Intenta ajustar los filtros de búsqueda</p>
|
<p className="mt-1 text-sm text-gray-400">Intenta ajustar los filtros de búsqueda</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -701,17 +913,17 @@ export default function Procesos() {
|
|||||||
<td className="px-4 py-4 text-center align-middle whitespace-nowrap">
|
<td className="px-4 py-4 text-center align-middle whitespace-nowrap">
|
||||||
<button
|
<button
|
||||||
onClick={() => handleTaskClick(proc.task_id)}
|
onClick={() => handleTaskClick(proc.task_id)}
|
||||||
className="bg-gray-100 text-gray-800 px-2 py-1 rounded-lg text-sm font-semibold hover:bg-blue-100 hover:text-blue-800 transition-colors duration-200 cursor-pointer"
|
className="px-2 py-1 text-sm font-semibold text-gray-800 transition-colors duration-200 bg-gray-100 rounded-lg cursor-pointer hover:bg-blue-100 hover:text-blue-800"
|
||||||
>
|
>
|
||||||
{proc.task_id}
|
{proc.task_id}
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
<td className="px-4 py-4 whitespace-nowrap align-middle text-sm font-medium text-gray-900">
|
<td className="px-4 py-4 text-sm font-medium text-gray-900 align-middle whitespace-nowrap">
|
||||||
<Link to={`/expedientes/pedimento/${proc.pedimento}`} className='hover:text-blue-500 hover:text-bold hover:text-underline'>
|
<Link to={`/expedientes/pedimento/${proc.pedimento}`} className='hover:text-blue-500 hover:text-bold hover:text-underline'>
|
||||||
{proc.pedimento_app || '-'}
|
{proc.pedimento_app || '-'}
|
||||||
</Link>
|
</Link>
|
||||||
</td>
|
</td>
|
||||||
<td className="px-4 py-4 whitespace-nowrap align-middle">
|
<td className="px-4 py-4 align-middle whitespace-nowrap">
|
||||||
{(() => {
|
{(() => {
|
||||||
const estado = proc.status?.toLowerCase() === 'pending' ? { text: 'En Espera', color: 'bg-yellow-100 text-yellow-800 border-yellow-200' }
|
const estado = proc.status?.toLowerCase() === 'pending' ? { text: 'En Espera', color: 'bg-yellow-100 text-yellow-800 border-yellow-200' }
|
||||||
: proc.status?.toLowerCase() === 'running' ? { text: 'Procesando', color: 'bg-blue-100 text-blue-800 border-blue-200' }
|
: proc.status?.toLowerCase() === 'running' ? { text: 'Procesando', color: 'bg-blue-100 text-blue-800 border-blue-200' }
|
||||||
@@ -725,7 +937,7 @@ export default function Procesos() {
|
|||||||
);
|
);
|
||||||
})()}
|
})()}
|
||||||
</td>
|
</td>
|
||||||
<td className="px-4 py-4 whitespace-nowrap align-middle text-sm text-gray-600">
|
<td className="px-4 py-4 text-sm text-gray-600 align-middle whitespace-nowrap">
|
||||||
{new Date(proc.timestamp).toLocaleString('es-MX', {
|
{new Date(proc.timestamp).toLocaleString('es-MX', {
|
||||||
day: '2-digit',
|
day: '2-digit',
|
||||||
month: '2-digit',
|
month: '2-digit',
|
||||||
@@ -735,7 +947,7 @@ export default function Procesos() {
|
|||||||
hour12: true
|
hour12: true
|
||||||
})}
|
})}
|
||||||
</td>
|
</td>
|
||||||
<td className="px-4 py-4 whitespace-nowrap align-middle">
|
<td className="px-4 py-4 align-middle whitespace-nowrap">
|
||||||
{(() => {
|
{(() => {
|
||||||
const services = {
|
const services = {
|
||||||
'1': 'Estado de pedimento',
|
'1': 'Estado de pedimento',
|
||||||
@@ -763,29 +975,29 @@ export default function Procesos() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Vista de tarjetas para pantallas pequeñas y medianas */}
|
{/* Vista de tarjetas para pantallas pequeñas y medianas */}
|
||||||
<div className="lg:hidden space-y-4">
|
<div className="space-y-4 lg:hidden">
|
||||||
{procesos.length === 0 ? (
|
{procesos.length === 0 ? (
|
||||||
<div className="bg-gray-50 rounded-2xl p-8 text-center">
|
<div className="p-8 text-center bg-gray-50 rounded-2xl">
|
||||||
<div className="bg-gray-100 rounded-full p-4 w-16 h-16 mx-auto mb-4 flex items-center justify-center">
|
<div className="flex items-center justify-center w-16 h-16 p-4 mx-auto mb-4 bg-gray-100 rounded-full">
|
||||||
<svg className="w-8 h-8 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-8 h-8 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-gray-500 font-medium">No hay procesos disponibles</p>
|
<p className="font-medium text-gray-500">No hay procesos disponibles</p>
|
||||||
<p className="text-gray-400 text-sm mt-1">Intenta ajustar los filtros de búsqueda</p>
|
<p className="mt-1 text-sm text-gray-400">Intenta ajustar los filtros de búsqueda</p>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
procesos.map((proc) => (
|
procesos.map((proc) => (
|
||||||
<div key={proc.task_id} className="bg-white rounded-2xl shadow-lg border border-gray-200 p-4 hover:shadow-xl transition-all duration-300">
|
<div key={proc.task_id} className="p-4 transition-all duration-300 bg-white border border-gray-200 shadow-lg rounded-2xl hover:shadow-xl">
|
||||||
<div className="flex items-start justify-between mb-4">
|
<div className="flex items-start justify-between mb-4">
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
|
|
||||||
<div className="bg-blue-100 rounded-xl p-2 flex-shrink-0">
|
<div className="flex-shrink-0 p-2 bg-blue-100 rounded-xl">
|
||||||
<svg className="w-5 h-5 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-5 h-5 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div className="min-w-0 flex-1">
|
<div className="flex-1 min-w-0">
|
||||||
<h3 className="text-lg font-semibold text-gray-900">Proceso #{proc.task_id}</h3>
|
<h3 className="text-lg font-semibold text-gray-900">Proceso #{proc.task_id}</h3>
|
||||||
<p className="text-sm text-gray-500">{proc.organizacion_name || 'Sin organización'}</p>
|
<p className="text-sm text-gray-500">{proc.organizacion_name || 'Sin organización'}</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -804,10 +1016,10 @@ export default function Procesos() {
|
|||||||
})()}
|
})()}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="space-y-3 mb-4">
|
<div className="mb-4 space-y-3">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<span className="text-sm font-medium text-gray-600">Pedimento:</span>
|
<span className="text-sm font-medium text-gray-600">Pedimento:</span>
|
||||||
<span className="text-sm font-mono text-gray-900 bg-gray-100 px-2 py-1 rounded">
|
<span className="px-2 py-1 font-mono text-sm text-gray-900 bg-gray-100 rounded">
|
||||||
{proc.pedimento_app || '-'}
|
{proc.pedimento_app || '-'}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -854,7 +1066,7 @@ export default function Procesos() {
|
|||||||
|
|
||||||
{/* Paginación compartida mejorada */}
|
{/* Paginación compartida mejorada */}
|
||||||
{count > 0 && (
|
{count > 0 && (
|
||||||
<div className="bg-gradient-to-r from-gray-50 to-slate-50 px-4 sm:px-6 py-4 mt-6 rounded-2xl border border-gray-200 flex flex-col sm:flex-row items-center justify-between gap-4">
|
<div className="flex flex-col items-center justify-between gap-4 px-4 py-4 mt-6 border border-gray-200 bg-gradient-to-r from-gray-50 to-slate-50 sm:px-6 rounded-2xl sm:flex-row">
|
||||||
{(() => {
|
{(() => {
|
||||||
const totalPages = Math.max(1, Math.ceil(count / itemsPerPage));
|
const totalPages = Math.max(1, Math.ceil(count / itemsPerPage));
|
||||||
const maxPagesToShow = 5;
|
const maxPagesToShow = 5;
|
||||||
@@ -871,12 +1083,12 @@ export default function Procesos() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
<label htmlFor="itemsPerPage" className="text-sm text-gray-600 font-medium">Registros por página:</label>
|
<label htmlFor="itemsPerPage" className="text-sm font-medium text-gray-600">Registros por página:</label>
|
||||||
<select
|
<select
|
||||||
id="itemsPerPage"
|
id="itemsPerPage"
|
||||||
value={itemsPerPage}
|
value={itemsPerPage}
|
||||||
onChange={e => { setItemsPerPage(Number(e.target.value)); setPage(1); }}
|
onChange={e => { setItemsPerPage(Number(e.target.value)); setPage(1); }}
|
||||||
className="border border-gray-300 rounded-xl px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 bg-white shadow-sm"
|
className="px-3 py-2 text-sm bg-white border border-gray-300 shadow-sm rounded-xl focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500"
|
||||||
>
|
>
|
||||||
{[5, 8, 12, 20, 50, 100].map(size => (
|
{[5, 8, 12, 20, 50, 100].map(size => (
|
||||||
<option key={size} value={size}>{size}</option>
|
<option key={size} value={size}>{size}</option>
|
||||||
|
|||||||
@@ -81,6 +81,7 @@ export default function Reports() {
|
|||||||
}
|
}
|
||||||
fetchOrgId();
|
fetchOrgId();
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
// Handler for Generar Reporte in Cumplimiento tab
|
// Handler for Generar Reporte in Cumplimiento tab
|
||||||
const handleGenerarReporteCumplimiento = async () => {
|
const handleGenerarReporteCumplimiento = async () => {
|
||||||
if (!organizacionId) {
|
if (!organizacionId) {
|
||||||
@@ -94,11 +95,9 @@ export default function Reports() {
|
|||||||
.map(([k, v]) => `${encodeURIComponent(k)}=${encodeURIComponent(v)}`)
|
.map(([k, v]) => `${encodeURIComponent(k)}=${encodeURIComponent(v)}`)
|
||||||
.join('&');
|
.join('&');
|
||||||
const url = `${import.meta.env.VITE_EFC_API_URL}/reports/table-summary/${params ? `?${params}` : ''}`;
|
const url = `${import.meta.env.VITE_EFC_API_URL}/reports/table-summary/${params ? `?${params}` : ''}`;
|
||||||
console.log('Cumplimiento Report Request:', url);
|
|
||||||
try {
|
try {
|
||||||
const res = await fetchWithAuth(url);
|
const res = await fetchWithAuth(url);
|
||||||
const data = await res.json();
|
const data = await res.json();
|
||||||
console.log('Cumplimiento Report Response:', data);
|
|
||||||
if (!res.ok) throw new Error('Error al generar el reporte');
|
if (!res.ok) throw new Error('Error al generar el reporte');
|
||||||
alert('Reporte solicitado correctamente. Aparecerá en el historial cuando esté listo.');
|
alert('Reporte solicitado correctamente. Aparecerá en el historial cuando esté listo.');
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
@@ -123,6 +122,47 @@ export default function Reports() {
|
|||||||
};
|
};
|
||||||
const [summaryData, setSummaryData] = useState(null);
|
const [summaryData, setSummaryData] = useState(null);
|
||||||
|
|
||||||
|
const initialFiltersControlPedimento = {
|
||||||
|
pedimento_app: '',
|
||||||
|
fecha_pago__gte: '',
|
||||||
|
fecha_pago__lte: '',
|
||||||
|
organizacion_id: organizacionId || '',
|
||||||
|
};
|
||||||
|
|
||||||
|
// control_pedimento
|
||||||
|
const [filtersControlPedimento, setFiltersControlPedimento] = useState(initialFiltersControlPedimento);
|
||||||
|
const handleFilterChangeControlPedimento = (e) => {
|
||||||
|
setFiltersControlPedimento({ ...filtersControlPedimento, [e.target.name]: e.target.value });
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleGenerarReporteControlPedimento = async () => {
|
||||||
|
// if (!organizacionId ) {
|
||||||
|
// alert('No se pudo obtener el organizacion_id. Intenta de nuevo más tarde.');
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
// Build query params from filtersCumplimiento and add organizacion_id
|
||||||
|
const paramsObj = { ...filtersControlPedimento };
|
||||||
|
|
||||||
|
if(paramsObj.organizacion_id == ''){
|
||||||
|
alert('No se pudo obtener el organizacion_id. Selecciona tu organizacion para intenta de nuevo.');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const params = Object.entries(paramsObj)
|
||||||
|
.filter(([_, v]) => v)
|
||||||
|
.map(([k, v]) => `${encodeURIComponent(k)}=${encodeURIComponent(v)}`)
|
||||||
|
.join('&');
|
||||||
|
const url = `${import.meta.env.VITE_EFC_API_URL}/reports/control-pedimento/${params ? `?${params}` : ''}`;
|
||||||
|
try {
|
||||||
|
const res = await fetchWithAuth(url);
|
||||||
|
const data = await res.json();
|
||||||
|
if (!res.ok) throw new Error('Error al generar el reporte');
|
||||||
|
alert('Reporte solicitado correctamente. Aparecerá en el historial cuando esté listo.');
|
||||||
|
} catch (err) {
|
||||||
|
alert('No se pudo generar el reporte.');
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
// Fetch summary data for dashboard/cards
|
// Fetch summary data for dashboard/cards
|
||||||
const fetchSummary = async () => {
|
const fetchSummary = async () => {
|
||||||
try {
|
try {
|
||||||
@@ -156,6 +196,270 @@ export default function Reports() {
|
|||||||
const [showTour, setShowTour] = useState(false);
|
const [showTour, setShowTour] = useState(false);
|
||||||
const [tourStep, setTourStep] = useState(0);
|
const [tourStep, setTourStep] = useState(0);
|
||||||
|
|
||||||
|
const [organizaciones, setOrganizaciones] = useState([]);
|
||||||
|
const [importadores, setImportadores] = useState([]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
const fetchOrganizaciones = async () => {
|
||||||
|
try {
|
||||||
|
const url = `${import.meta.env.VITE_EFC_API_URL}/organization/organizaciones/`;
|
||||||
|
const res = await fetchWithAuth(url); // ← USA fetchWithAuth
|
||||||
|
if (!res.ok) throw new Error('Error al obtener las organizaciones');
|
||||||
|
const data = await res.json();
|
||||||
|
setOrganizaciones(data);
|
||||||
|
} catch (err) {
|
||||||
|
console.error('Error fetching organizaciones:', err);
|
||||||
|
setOrganizaciones([]); // ← Asegurar que siempre sea un array
|
||||||
|
}
|
||||||
|
};
|
||||||
|
fetchOrganizaciones();
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
const fetchImportadores = async () => {
|
||||||
|
try {
|
||||||
|
const res = await fetch(
|
||||||
|
`${import.meta.env.VITE_EFC_API_URL}/customs/importadores/`,
|
||||||
|
{ method: 'GET', headers: { 'Authorization': `Bearer ${localStorage.getItem('access')}` }
|
||||||
|
});
|
||||||
|
const data = await res.json();
|
||||||
|
setImportadores(data);
|
||||||
|
} catch {
|
||||||
|
console.error('Error fetching importadores:', err);
|
||||||
|
setImportadores([]);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
fetchImportadores();
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
const [globalFilters, setGlobalFilters] = useState({
|
||||||
|
rfc: '',
|
||||||
|
fecha_pago_desde: '',
|
||||||
|
fecha_pago_hasta: '',
|
||||||
|
organizacion: '',
|
||||||
|
patente: '',
|
||||||
|
pedimento: ''
|
||||||
|
});
|
||||||
|
|
||||||
|
const renderGlobalFilters = () => (
|
||||||
|
<div className="mb-6">
|
||||||
|
<div className="bg-white rounded-xl shadow-lg overflow-hidden border border-blue-100">
|
||||||
|
<div className="p-4 border-b border-blue-50">
|
||||||
|
<div className="flex items-center gap-3">
|
||||||
|
<div className="h-10 w-10 bg-blue-100 rounded-lg flex items-center justify-center">
|
||||||
|
<svg className="w-6 h-6 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 4a1 1 0 011-1h16a1 1 0 011 1v2.586a1 1 0 01-.293.707l-6.414 6.414a1 1 0 00-.293.707V17l-4 4v-6.586a1 1 0 00-.293-.707L3.293 7.293A1 1 0 013 6.586V4z" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3 className="font-bold text-gray-900">Filtros globales</h3>
|
||||||
|
<p className="text-sm text-gray-500">Filtros aplicables a todos los modelos</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="p-4">
|
||||||
|
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
|
||||||
|
{/* Filtro por Organización */}
|
||||||
|
<div className="group">
|
||||||
|
<label className="block text-sm font-medium text-gray-700 mb-1">
|
||||||
|
Organización
|
||||||
|
</label>
|
||||||
|
<div className="relative rounded-lg shadow-sm">
|
||||||
|
<select
|
||||||
|
value={globalFilters.organizacion || ''}
|
||||||
|
onChange={(e) => setGlobalFilters(prev => ({
|
||||||
|
...prev,
|
||||||
|
organizacion: e.target.value
|
||||||
|
}))}
|
||||||
|
className="block w-full rounded-lg border-gray-300 pl-3 pr-10 py-2.5 text-gray-900 placeholder-gray-500
|
||||||
|
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 sm:text-sm
|
||||||
|
transition-all duration-200 bg-white appearance-none"
|
||||||
|
>
|
||||||
|
<option value="">Todas las organizaciones</option>
|
||||||
|
{organizaciones.results && organizaciones.results.map(org => (
|
||||||
|
<option key={org.id} value={org.id}>
|
||||||
|
{org.nombre} {/* Usar el campo 'nombre' que sí existe */}
|
||||||
|
</option>
|
||||||
|
))}
|
||||||
|
</select>
|
||||||
|
<div className="absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none">
|
||||||
|
<svg className="h-5 w-5 text-gray-400 group-focus-within:text-blue-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M19 9l-7 7-7-7" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Filtro por RFC */}
|
||||||
|
<div className="group">
|
||||||
|
<label className="block text-sm font-medium text-gray-700 mb-1">
|
||||||
|
RFC
|
||||||
|
</label>
|
||||||
|
{/* modificar de input a select */}
|
||||||
|
<div className="relative rounded-lg shadow-sm">
|
||||||
|
{/* <input
|
||||||
|
type="text"
|
||||||
|
value={globalFilters.rfc || ''}
|
||||||
|
onChange={(e) => setGlobalFilters(prev => ({
|
||||||
|
...prev,
|
||||||
|
rfc: e.target.value
|
||||||
|
}))}
|
||||||
|
className="block w-full rounded-lg border-gray-300 pl-3 pr-10 py-2.5 text-gray-900 placeholder-gray-500
|
||||||
|
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 sm:text-sm
|
||||||
|
transition-all duration-200 bg-white"
|
||||||
|
placeholder="Ej: ABC123456789"
|
||||||
|
/> */}
|
||||||
|
<select
|
||||||
|
name="rfc"
|
||||||
|
value={globalFilters.rfc || ''}
|
||||||
|
onChange={(e) => setGlobalFilters(prev => ({
|
||||||
|
...prev,
|
||||||
|
rfc: e.target.value
|
||||||
|
}))}
|
||||||
|
className="w-full px-3 py-2 border border-green-300 rounded-md shadow-sm focus:ring-2 focus:ring-green-500 focus:border-green-500 transition-all duration-200 bg-white text-slate-900 text-sm font-mono uppercase"
|
||||||
|
style={{ textTransform: 'uppercase' }}
|
||||||
|
>
|
||||||
|
<option value="" >Selecciona un RFC</option>
|
||||||
|
{importadores.filter(imp => {
|
||||||
|
if (!globalFilters.organizacion) return true;
|
||||||
|
return imp.organizacion === globalFilters.organizacion;
|
||||||
|
}).map(imp => (
|
||||||
|
<option key={imp.rfc} value={imp.rfc}>{imp.rfc}</option>
|
||||||
|
))}
|
||||||
|
</select>
|
||||||
|
<div className="absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none">
|
||||||
|
<svg className="h-5 w-5 text-gray-400 group-focus-within:text-blue-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Filtro por Fecha Pago Desde */}
|
||||||
|
<div className="group">
|
||||||
|
<label className="block text-sm font-medium text-gray-700 mb-1">
|
||||||
|
Fecha Pago Desde
|
||||||
|
</label>
|
||||||
|
<div className="relative rounded-lg shadow-sm">
|
||||||
|
<input
|
||||||
|
type="date"
|
||||||
|
value={globalFilters.fecha_pago_desde || ''}
|
||||||
|
onChange={(e) => setGlobalFilters(prev => ({
|
||||||
|
...prev,
|
||||||
|
fecha_pago_desde: e.target.value
|
||||||
|
}))}
|
||||||
|
className="block w-full rounded-lg border-gray-300 pl-3 pr-10 py-2.5 text-gray-900 placeholder-gray-500
|
||||||
|
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 sm:text-sm
|
||||||
|
transition-all duration-200 bg-white"
|
||||||
|
/>
|
||||||
|
<div className="absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none">
|
||||||
|
<svg className="h-5 w-5 text-gray-400 group-focus-within:text-blue-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Filtro por Fecha Pago Hasta */}
|
||||||
|
<div className="group">
|
||||||
|
<label className="block text-sm font-medium text-gray-700 mb-1">
|
||||||
|
Fecha Pago Hasta
|
||||||
|
</label>
|
||||||
|
<div className="relative rounded-lg shadow-sm">
|
||||||
|
<input
|
||||||
|
type="date"
|
||||||
|
value={globalFilters.fecha_pago_hasta || ''}
|
||||||
|
onChange={(e) => setGlobalFilters(prev => ({
|
||||||
|
...prev,
|
||||||
|
fecha_pago_hasta: e.target.value
|
||||||
|
}))}
|
||||||
|
className="block w-full rounded-lg border-gray-300 pl-3 pr-10 py-2.5 text-gray-900 placeholder-gray-500
|
||||||
|
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 sm:text-sm
|
||||||
|
transition-all duration-200 bg-white"
|
||||||
|
/>
|
||||||
|
<div className="absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none">
|
||||||
|
<svg className="h-5 w-5 text-gray-400 group-focus-within:text-blue-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Filtro por Patente */}
|
||||||
|
<div className="group">
|
||||||
|
<label className="block text-sm font-medium text-gray-700 mb-1">
|
||||||
|
Patente
|
||||||
|
</label>
|
||||||
|
<div className="relative rounded-lg shadow-sm">
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
value={globalFilters.patente || ''}
|
||||||
|
onChange={(e) => setGlobalFilters(prev => ({
|
||||||
|
...prev,
|
||||||
|
patente: e.target.value
|
||||||
|
}))}
|
||||||
|
className="block w-full rounded-lg border-gray-300 pl-3 pr-10 py-2.5 text-gray-900 placeholder-gray-500
|
||||||
|
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 sm:text-sm
|
||||||
|
transition-all duration-200 bg-white"
|
||||||
|
placeholder="Ej: 1234"
|
||||||
|
/>
|
||||||
|
<div className="absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none">
|
||||||
|
<svg className="h-5 w-5 text-gray-400 group-focus-within:text-blue-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Filtro por Pedimento */}
|
||||||
|
<div className="group">
|
||||||
|
<label className="block text-sm font-medium text-gray-700 mb-1">
|
||||||
|
Pedimento
|
||||||
|
</label>
|
||||||
|
<div className="relative rounded-lg shadow-sm">
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
value={globalFilters.pedimento || ''}
|
||||||
|
onChange={(e) => setGlobalFilters(prev => ({
|
||||||
|
...prev,
|
||||||
|
pedimento: e.target.value
|
||||||
|
}))}
|
||||||
|
className="block w-full rounded-lg border-gray-300 pl-3 pr-10 py-2.5 text-gray-900 placeholder-gray-500
|
||||||
|
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 sm:text-sm
|
||||||
|
transition-all duration-200 bg-white"
|
||||||
|
placeholder="Ej: 1234567"
|
||||||
|
/>
|
||||||
|
<div className="absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none">
|
||||||
|
<svg className="h-5 w-5 text-gray-400 group-focus-within:text-blue-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Botón para limpiar filtros globales */}
|
||||||
|
<div className="mt-4 flex justify-end">
|
||||||
|
<button
|
||||||
|
onClick={() => setGlobalFilters({
|
||||||
|
rfc: '',
|
||||||
|
fecha_pago_desde: '',
|
||||||
|
fecha_pago_hasta: '',
|
||||||
|
organizacion: '',
|
||||||
|
patente: '',
|
||||||
|
pedimento: ''
|
||||||
|
})}
|
||||||
|
className="px-4 py-2 text-sm font-medium text-gray-700 bg-gray-100 rounded-lg hover:bg-gray-200
|
||||||
|
focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2 transition-colors"
|
||||||
|
>
|
||||||
|
Limpiar filtros globales
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
|
||||||
// Estado para formato de exportación personalizado
|
// Estado para formato de exportación personalizado
|
||||||
const [showFormatSelector, setShowFormatSelector] = useState(false);
|
const [showFormatSelector, setShowFormatSelector] = useState(false);
|
||||||
|
|
||||||
@@ -172,12 +476,28 @@ export default function Reports() {
|
|||||||
const initialModels = activeTab === 'pedimentos' ? pedimentosModels : datastageModels;
|
const initialModels = activeTab === 'pedimentos' ? pedimentosModels : datastageModels;
|
||||||
const defaultModel = initialModels[0] || { model: '', fields: [], filters: {} };
|
const defaultModel = initialModels[0] || { model: '', fields: [], filters: {} };
|
||||||
|
|
||||||
|
// esquema para el resto
|
||||||
// Estado para modelo seleccionado
|
// Estado para modelo seleccionado
|
||||||
const [selectedModel, setSelectedModel] = useState(defaultModel.model);
|
const [selectedModel, setSelectedModel] = useState(defaultModel.model);
|
||||||
|
|
||||||
// Estado para campos seleccionados
|
// Estado para campos seleccionados
|
||||||
const [selectedFields, setSelectedFields] = useState(defaultModel.fields);
|
const [selectedFields, setSelectedFields] = useState(defaultModel.fields);
|
||||||
|
|
||||||
|
// esquema para el nuevo
|
||||||
|
const [modoMultiple, setModoMultiple] = useState(false);
|
||||||
|
const [selectedModels, setSelectedModels] = useState(defaultModel.model);
|
||||||
|
const [selectedFieldsDataStage, setSelectedFieldsDataStage] = useState([]);
|
||||||
|
const [modelFieldsMap, setModelFieldsMap] = useState({});
|
||||||
|
|
||||||
|
const isModoMultiple = Object.keys(modelFieldsMap).length > 1;
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (selectedModel) {
|
||||||
|
// Cargar campos previamente seleccionados para este modelo
|
||||||
|
const camposGuardados = modelFieldsMap[selectedModel] || [];
|
||||||
|
setSelectedFieldsDataStage(camposGuardados);
|
||||||
|
}
|
||||||
|
}, [selectedModel, modelFieldsMap]);
|
||||||
|
|
||||||
// Estado para campo seleccionado en lista disponible
|
// Estado para campo seleccionado en lista disponible
|
||||||
const [availableSelected, setAvailableSelected] = useState(null);
|
const [availableSelected, setAvailableSelected] = useState(null);
|
||||||
|
|
||||||
@@ -324,6 +644,7 @@ export default function Reports() {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
fetchSummary();
|
fetchSummary();
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
// Función para manejar la exportación del modelo
|
// Función para manejar la exportación del modelo
|
||||||
const handleExportModel = async () => {
|
const handleExportModel = async () => {
|
||||||
if (selectedFields.length === 0) {
|
if (selectedFields.length === 0) {
|
||||||
@@ -429,6 +750,353 @@ export default function Reports() {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Modificar la función addField para actualizar el mapeo
|
||||||
|
const addFieldDataStage = (field) => {
|
||||||
|
const nuevosCampos = [...selectedFieldsDataStage, field];
|
||||||
|
|
||||||
|
// Actualizar estado local
|
||||||
|
setSelectedFieldsDataStage(nuevosCampos);
|
||||||
|
|
||||||
|
// Actualizar mapeo global
|
||||||
|
setModelFieldsMap(prev => ({
|
||||||
|
...prev,
|
||||||
|
[selectedModel]: nuevosCampos
|
||||||
|
}));
|
||||||
|
};
|
||||||
|
|
||||||
|
// Modificar la función removeField para actualizar el mapeo
|
||||||
|
const removeFieldDataStage = (field) => {
|
||||||
|
const nuevosCampos = selectedFieldsDataStage.filter(f => f !== field);
|
||||||
|
|
||||||
|
// Actualizar estado local
|
||||||
|
setSelectedFieldsDataStage(nuevosCampos);
|
||||||
|
|
||||||
|
// Actualizar mapeo global
|
||||||
|
setModelFieldsMap(prev => ({
|
||||||
|
...prev,
|
||||||
|
[selectedModel]: nuevosCampos
|
||||||
|
}));
|
||||||
|
};
|
||||||
|
|
||||||
|
// Modificar includeAllFields
|
||||||
|
const includeAllFieldsDataStage = () => {
|
||||||
|
const currentModel = datastageModels.find(m => m.model === selectedModel);
|
||||||
|
if (!currentModel) return;
|
||||||
|
|
||||||
|
setSelectedFieldsDataStage([...currentModel.fields]);
|
||||||
|
setModelFieldsMap(prev => ({
|
||||||
|
...prev,
|
||||||
|
[selectedModel]: [...currentModel.fields]
|
||||||
|
}));
|
||||||
|
};
|
||||||
|
|
||||||
|
// Modificar removeAllFields
|
||||||
|
const removeAllFieldsDataStage = () => {
|
||||||
|
setSelectedFieldsDataStage([]);
|
||||||
|
setModelFieldsMap(prev => ({
|
||||||
|
...prev,
|
||||||
|
[selectedModel]: []
|
||||||
|
}));
|
||||||
|
};
|
||||||
|
|
||||||
|
// Nueva función específica para DataStage múltiple
|
||||||
|
const handleExportDataStage = async () => {
|
||||||
|
// Verificar que haya al menos un modelo con campos seleccionados
|
||||||
|
const modelosConCampos = Object.entries(modelFieldsMap)
|
||||||
|
.filter(([_, campos]) => campos.length > 0)
|
||||||
|
.map(([modelo]) => modelo);
|
||||||
|
|
||||||
|
if (modelosConCampos.length === 0) {
|
||||||
|
alert('Por favor selecciona al menos un campo en algún modelo');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
setIsExporting(true);
|
||||||
|
|
||||||
|
try {
|
||||||
|
const progressDiv = document.createElement('div');
|
||||||
|
progressDiv.className = 'fixed bottom-4 right-4 bg-white p-4 rounded-lg shadow-xl border border-blue-100';
|
||||||
|
progressDiv.innerHTML = `
|
||||||
|
<div class="flex items-center gap-3">
|
||||||
|
<div class="animate-spin rounded-full h-5 w-5 border-b-2 border-blue-500"></div>
|
||||||
|
<p class="text-sm text-gray-600">Preparando exportación DataStage...</p>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
document.body.appendChild(progressDiv);
|
||||||
|
|
||||||
|
// DETECCIÓN AUTOMÁTICA DEL MODO
|
||||||
|
const modo = modelosConCampos.length > 1 ? 'multiple' : 'simple';
|
||||||
|
|
||||||
|
const exportData = {
|
||||||
|
modo: modo,
|
||||||
|
format: exportFormat,
|
||||||
|
globalFilters: globalFilters
|
||||||
|
};
|
||||||
|
|
||||||
|
if (modo === 'simple') {
|
||||||
|
// MODO SIMPLE: solo un modelo con campos
|
||||||
|
const modeloUnico = modelosConCampos[0];
|
||||||
|
const modelData = datastageModels.find(m => m.model === modeloUnico);
|
||||||
|
|
||||||
|
exportData.model = modeloUnico;
|
||||||
|
exportData.fields = modelFieldsMap[modeloUnico];
|
||||||
|
|
||||||
|
} else {
|
||||||
|
// MODO MÚLTIPLE: varios modelos con campos
|
||||||
|
exportData.models = modelosConCampos.map(modelo => {
|
||||||
|
const modelData = datastageModels.find(m => m.model === modelo);
|
||||||
|
return {
|
||||||
|
model: modelo,
|
||||||
|
name: modelData?.name || modelo,
|
||||||
|
fields: modelFieldsMap[modelo]
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Resto del código de exportación...
|
||||||
|
progressDiv.innerHTML = `
|
||||||
|
<div class="flex items-center gap-3">
|
||||||
|
<div class="animate-spin rounded-full h-5 w-5 border-b-2 border-green-500"></div>
|
||||||
|
<p class="text-sm text-gray-600">Generando archivo DataStage...</p>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
|
||||||
|
const response = await fetchWithAuth(`${API_URL}/reports/exportmodel/datastage/`, {
|
||||||
|
method: 'POST',
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'application/json',
|
||||||
|
},
|
||||||
|
body: JSON.stringify(exportData),
|
||||||
|
});
|
||||||
|
|
||||||
|
if (!response.ok) {
|
||||||
|
const errorData = await response.json().catch(() => ({}));
|
||||||
|
throw new Error(errorData.error || errorData.message || 'Error al exportar DataStage');
|
||||||
|
}
|
||||||
|
|
||||||
|
const blob = await response.blob();
|
||||||
|
|
||||||
|
const contentDisposition = response.headers.get('Content-Disposition');
|
||||||
|
|
||||||
|
let fileName = '';
|
||||||
|
|
||||||
|
if (contentDisposition) {
|
||||||
|
const filenameMatch = contentDisposition.match(/filename="(.+?)"/) ||
|
||||||
|
contentDisposition.match(/filename=([^;]+)/);
|
||||||
|
|
||||||
|
if (filenameMatch) {
|
||||||
|
fileName = filenameMatch[1].replace(/"/g, '');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!fileName) {
|
||||||
|
const isZip = blob.type === 'application/zip';
|
||||||
|
const isExcel = blob.type.includes('spreadsheetml');
|
||||||
|
|
||||||
|
if (isZip) {
|
||||||
|
fileName = modo === 'multiple'
|
||||||
|
? `datastage_reports_${new Date().toISOString().split('T')[0]}.zip`
|
||||||
|
: `datastage_${modelosConCampos[0]}_particionado_${new Date().toISOString().split('T')[0]}.zip`;
|
||||||
|
} else if (isExcel) {
|
||||||
|
fileName = `datastage_${modelosConCampos[0]}_${new Date().toISOString().split('T')[0]}.xlsx`;
|
||||||
|
} else {
|
||||||
|
fileName = `datastage_${modelosConCampos[0]}_${new Date().toISOString().split('T')[0]}.csv`;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const url = window.URL.createObjectURL(blob);
|
||||||
|
const link = document.createElement('a');
|
||||||
|
link.href = url;
|
||||||
|
link.setAttribute('download', fileName);
|
||||||
|
document.body.appendChild(link);
|
||||||
|
link.click();
|
||||||
|
document.body.removeChild(link);
|
||||||
|
window.URL.revokeObjectURL(url);
|
||||||
|
|
||||||
|
progressDiv.innerHTML = `
|
||||||
|
<div class="flex items-center gap-3 text-green-600">
|
||||||
|
<svg class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||||
|
</svg>
|
||||||
|
<p class="text-sm">¡Exportación completada! (Modo ${modo})</p>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
setTimeout(() => {
|
||||||
|
progressDiv.style.opacity = '0';
|
||||||
|
progressDiv.style.transform = 'translateY(100%)';
|
||||||
|
setTimeout(() => progressDiv.remove(), 300);
|
||||||
|
}, 2000);
|
||||||
|
|
||||||
|
showMessage(`¡Archivo ${fileName} descargado exitosamente! (${modo === 'multiple' ? 'Múltiple' : 'Simple'})`, 'success');
|
||||||
|
|
||||||
|
} catch (error) {
|
||||||
|
console.error('❌ ERROR AL EXPORTAR DATASTAGE:', error);
|
||||||
|
showMessage(error.message || 'Error al exportar DataStage. Por favor intente nuevamente.', 'error');
|
||||||
|
} finally {
|
||||||
|
setIsExporting(false);
|
||||||
|
const progressDiv = document.querySelector('.fixed.bottom-4.right-4');
|
||||||
|
if (progressDiv) progressDiv.remove();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const renderFieldsDataStage = () => {
|
||||||
|
const currentModel = datastageModels.find(m => m.model === selectedModel);
|
||||||
|
const availableFields = currentModel ? currentModel.fields : [];
|
||||||
|
|
||||||
|
// 🔥 CORREGIR: Siempre usar selectedFieldsDataStage para el modelo actual
|
||||||
|
const selectedFieldsForModel = selectedFieldsDataStage;
|
||||||
|
|
||||||
|
const formatFieldName = (field) => {
|
||||||
|
return field.split('_')
|
||||||
|
.map(word => word.charAt(0).toUpperCase() + word.slice(1))
|
||||||
|
.join(' ');
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="mb-6">
|
||||||
|
<div className="bg-white rounded-xl shadow-lg overflow-hidden border border-blue-100">
|
||||||
|
<div className="p-4 border-b border-blue-50">
|
||||||
|
<div className="flex items-center justify-between mb-4">
|
||||||
|
<div className="flex items-center gap-3">
|
||||||
|
<div className="h-10 w-10 bg-blue-100 rounded-lg flex items-center justify-center">
|
||||||
|
<svg className="w-6 h-6 text-blue-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3 className="font-bold text-gray-900">
|
||||||
|
{modoMultiple ? `Campos de ${selectedModel}` : 'Campos del reporte'}
|
||||||
|
</h3>
|
||||||
|
<p className="text-sm text-gray-500">
|
||||||
|
{modoMultiple
|
||||||
|
? `Selecciona campos para ${selectedModel}`
|
||||||
|
: 'Selecciona los campos a incluir'
|
||||||
|
}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<span className="inline-flex items-center px-3 py-1 rounded-full bg-blue-50 text-blue-700 text-sm font-medium">
|
||||||
|
{selectedFieldsForModel.length} seleccionados
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Panel de campos */}
|
||||||
|
<div className="flex gap-4 flex-col lg:flex-row">
|
||||||
|
{/* Panel izquierdo - Campos disponibles */}
|
||||||
|
<div className="flex-1">
|
||||||
|
<div className="flex items-center justify-between mb-2">
|
||||||
|
<h4 className="text-sm font-medium text-gray-700">Campos disponibles</h4>
|
||||||
|
<button
|
||||||
|
onClick={includeAllFieldsDataStage}
|
||||||
|
disabled={availableFields.length === selectedFieldsForModel.length}
|
||||||
|
className="inline-flex items-center px-2.5 py-1.5 text-xs font-medium rounded-md text-blue-700 bg-blue-50 hover:bg-blue-100 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 transition-colors duration-200 disabled:opacity-50 disabled:cursor-not-allowed"
|
||||||
|
>
|
||||||
|
<svg className="w-4 h-4 mr-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 4v16m8-8H4" />
|
||||||
|
</svg>
|
||||||
|
Incluir todos
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div className="bg-gray-50 rounded-lg p-2 max-h-80 overflow-y-auto custom-scrollbar">
|
||||||
|
{availableFields.filter(field => !selectedFieldsForModel.includes(field)).length === 0 ? (
|
||||||
|
<div className="flex flex-col items-center justify-center py-8 text-gray-400">
|
||||||
|
<svg className="w-12 h-12 mb-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" />
|
||||||
|
</svg>
|
||||||
|
<p className="text-sm">Todos los campos están incluidos</p>
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
|
<div className="grid grid-cols-1 gap-1">
|
||||||
|
{availableFields
|
||||||
|
.filter(field => !selectedFieldsForModel.includes(field))
|
||||||
|
.map(field => (
|
||||||
|
<div
|
||||||
|
key={field}
|
||||||
|
onClick={() => addFieldDataStage(field)}
|
||||||
|
className="group flex items-center justify-between p-2 rounded-md cursor-pointer transition-all duration-200 hover:bg-gray-100"
|
||||||
|
>
|
||||||
|
<span className="text-sm font-medium">{formatFieldName(field)}</span>
|
||||||
|
<button
|
||||||
|
onClick={(e) => {
|
||||||
|
e.stopPropagation();
|
||||||
|
addFieldDataStage(field);
|
||||||
|
}}
|
||||||
|
className="opacity-0 group-hover:opacity-100 p-1 rounded-md hover:bg-blue-100 text-blue-600 transition-all duration-200"
|
||||||
|
>
|
||||||
|
<svg className="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 4v16m8-8H4" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Panel derecho - Campos seleccionados */}
|
||||||
|
<div className="flex-1">
|
||||||
|
<div className="flex items-center justify-between mb-2">
|
||||||
|
<h4 className="text-sm font-medium text-gray-700">
|
||||||
|
{modoMultiple ? `Campos incluidos en ${selectedModel}` : 'Campos incluidos'}
|
||||||
|
</h4>
|
||||||
|
<button
|
||||||
|
onClick={removeAllFieldsDataStage}
|
||||||
|
disabled={selectedFieldsForModel.length === 0}
|
||||||
|
className="inline-flex items-center px-2.5 py-1.5 text-xs font-medium rounded-md text-red-700 bg-red-50 hover:bg-red-100 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 transition-colors duration-200 disabled:opacity-50 disabled:cursor-not-allowed"
|
||||||
|
>
|
||||||
|
<svg className="w-4 h-4 mr-1" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" />
|
||||||
|
</svg>
|
||||||
|
Quitar todos
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div className="bg-gray-50 rounded-lg p-2 max-h-80 overflow-y-auto custom-scrollbar">
|
||||||
|
{selectedFieldsForModel.length === 0 ? (
|
||||||
|
<div className="flex flex-col items-center justify-center py-8 text-gray-400">
|
||||||
|
<svg className="w-12 h-12 mb-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 9v3m0 0v3m0-3h3m-3 0H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z" />
|
||||||
|
</svg>
|
||||||
|
<p className="text-sm">No hay campos seleccionados</p>
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
|
<div className="grid grid-cols-1 gap-1">
|
||||||
|
{selectedFieldsForModel.map(field => (
|
||||||
|
<div
|
||||||
|
key={field}
|
||||||
|
className="group flex items-center justify-between p-2 rounded-md cursor-pointer transition-all duration-200 hover:bg-gray-100"
|
||||||
|
onClick={() => removeFieldDataStage(field)}
|
||||||
|
>
|
||||||
|
<span className="text-sm font-medium">
|
||||||
|
{formatFieldName(field)}
|
||||||
|
{modoMultiple && (
|
||||||
|
<span className="text-xs text-gray-500 ml-2">({selectedModel})</span>
|
||||||
|
)}
|
||||||
|
</span>
|
||||||
|
<button
|
||||||
|
onClick={(e) => {
|
||||||
|
e.stopPropagation();
|
||||||
|
removeFieldDataStage(field);
|
||||||
|
}}
|
||||||
|
className="opacity-0 group-hover:opacity-100 p-1 rounded-md hover:bg-red-100 text-red-600 transition-all duration-200"
|
||||||
|
>
|
||||||
|
<svg className="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M6 18L18 6M6 6l12 12" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
const renderFields = () => {
|
const renderFields = () => {
|
||||||
const formatFieldName = (field) => {
|
const formatFieldName = (field) => {
|
||||||
return field.split('_')
|
return field.split('_')
|
||||||
@@ -752,6 +1420,118 @@ export default function Reports() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
|
control_pedimentos: (
|
||||||
|
<div className="p-6">
|
||||||
|
<h2 className="text-xl font-bold mb-2 text-blue-900">Generar reporte de Control de Requerimiento</h2>
|
||||||
|
<p className="mb-4 text-gray-700">Aquí puedes generar y descargar el reporte de Control de Requerimiento.</p>
|
||||||
|
{/* Filtros replicados */}
|
||||||
|
<div className="max-w-7xl mx-auto mt-6 mb-4 px-4">
|
||||||
|
<form onSubmit={(e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
fetchSummary();
|
||||||
|
}} className="bg-white rounded-lg shadow-sm border border-slate-200 p-4">
|
||||||
|
<div className="grid grid-cols-2 md:grid-cols-4 gap-4 mb-4">
|
||||||
|
{Object.keys(initialFiltersControlPedimento).map((key) => (
|
||||||
|
<div key={key}>
|
||||||
|
<label className="block text-xs font-medium text-slate-600 mb-1" htmlFor={key}>
|
||||||
|
{key.replace(/_/g, ' ').replace('gte', 'desde').replace('lte', 'hasta')}
|
||||||
|
</label>
|
||||||
|
|
||||||
|
{key === 'organizacion_id' ? (
|
||||||
|
<select
|
||||||
|
name={key}
|
||||||
|
id={key}
|
||||||
|
value={filtersControlPedimento[key]}
|
||||||
|
onChange={handleFilterChangeControlPedimento}
|
||||||
|
className="w-full border border-slate-300 rounded px-2 py-1 text-sm focus:ring-blue-500 focus:border-blue-500"
|
||||||
|
>
|
||||||
|
<option value="">Seleccionar organización</option>
|
||||||
|
{organizaciones.results && organizaciones.results.map(org => (
|
||||||
|
<option key={org.id} value={org.id}>
|
||||||
|
{org.nombre} {/* Usar el campo 'nombre' que sí existe */}
|
||||||
|
</option>
|
||||||
|
))}
|
||||||
|
</select>
|
||||||
|
) : (
|
||||||
|
<input
|
||||||
|
type={key.includes('fecha') ? 'date' : 'text'}
|
||||||
|
name={key}
|
||||||
|
id={key}
|
||||||
|
value={filtersControlPedimento[key]}
|
||||||
|
onChange={handleFilterChangeControlPedimento}
|
||||||
|
className="w-full border border-slate-300 rounded px-2 py-1 text-sm focus:ring-blue-500 focus:border-blue-500"
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
<div className="flex justify-end">
|
||||||
|
<div className="flex gap-2">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="bg-green-600 text-white px-4 py-2 rounded-md hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-green-500 focus:ring-offset-2 transition-colors"
|
||||||
|
onClick={handleGenerarReporteControlPedimento}
|
||||||
|
>
|
||||||
|
Generar Reporte
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
{/* Aquí va la lógica y UI específica para Cumplimiento */}
|
||||||
|
{/* Tabla de reportes debajo de las tarjetas */}
|
||||||
|
<div className="mt-10">
|
||||||
|
<h2 className="text-lg font-bold text-slate-700 mb-4">Historial de Reportes</h2>
|
||||||
|
<div className="overflow-x-auto">
|
||||||
|
<table className="min-w-full bg-white rounded-lg shadow border border-slate-200">
|
||||||
|
<thead>
|
||||||
|
<tr className="bg-slate-100">
|
||||||
|
<th className="px-4 py-2 text-left text-xs font-semibold text-slate-600">ID</th>
|
||||||
|
<th className="px-4 py-2 text-left text-xs font-semibold text-slate-600">Estado</th>
|
||||||
|
<th className="px-4 py-2 text-left text-xs font-semibold text-slate-600">Creado</th>
|
||||||
|
<th className="px-4 py-2 text-left text-xs font-semibold text-slate-600">Finalizado</th>
|
||||||
|
<th className="px-4 py-2 text-left text-xs font-semibold text-slate-600">Error</th>
|
||||||
|
<th className="px-4 py-2 text-left text-xs font-semibold text-slate-600">Descargar</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
{reports.filter(r => r.report_type === 'control_pedimento').length > 0 ? (
|
||||||
|
reports
|
||||||
|
.filter(r => r.report_type === 'control_pedimento')
|
||||||
|
.map((r) => (
|
||||||
|
<tr key={r.report_id}>
|
||||||
|
<td className="px-4 py-2 text-xs text-slate-700">{r.report_id}</td>
|
||||||
|
<td className="px-4 py-2 text-xs text-slate-700">{r.status}</td>
|
||||||
|
<td className="px-4 py-2 text-xs text-slate-700">{r.created_at}</td>
|
||||||
|
<td className="px-4 py-2 text-xs text-slate-700">{r.finished_at}</td>
|
||||||
|
<td className="px-4 py-2 text-xs text-red-500">{r.error_message ? r.error_message : '-'}</td>
|
||||||
|
<td className="px-4 py-2 text-xs">
|
||||||
|
{r.status === 'ready' ? (
|
||||||
|
<button
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
onClick={() => handleDownloadReport(r.report_id)}
|
||||||
|
>
|
||||||
|
Descargar
|
||||||
|
</button>
|
||||||
|
) : (
|
||||||
|
<span className="text-slate-400">-</span>
|
||||||
|
)}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
))
|
||||||
|
) : (
|
||||||
|
<tr>
|
||||||
|
<td colSpan={6} className="px-4 py-2 text-center text-slate-400">
|
||||||
|
{reports.length > 0 ? 'No hay reportes de control de pedimento' : 'No hay reportes disponibles'}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
)}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
),
|
||||||
datastage: (
|
datastage: (
|
||||||
<div className="p-6 bg-white/95 rounded-2xl shadow-xl border border-blue-100">
|
<div className="p-6 bg-white/95 rounded-2xl shadow-xl border border-blue-100">
|
||||||
<div className="relative mb-8">
|
<div className="relative mb-8">
|
||||||
@@ -827,14 +1607,43 @@ export default function Reports() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="mb-6">
|
<div className="mb-6">
|
||||||
<h3 className="text-md font-bold text-blue-800 mb-3">Campos</h3>
|
<h3 className="text-md font-bold text-blue-800 mb-3">Campos</h3>
|
||||||
{renderFields()}
|
{renderFieldsDataStage()}
|
||||||
|
|
||||||
|
<div className="mb-4 p-3 bg-blue-50 border border-blue-200 rounded-lg">
|
||||||
|
<div className="flex items-center justify-between">
|
||||||
|
<div>
|
||||||
|
<span className="text-sm font-medium text-blue-800">Busqueda por modelo: </span>
|
||||||
|
<span className={`text-sm font-bold ${isModoMultiple ? 'text-purple-600' : 'text-green-600'}`}>
|
||||||
|
{isModoMultiple ? 'MÚLTIPLES MODELOS' : 'SINGULAR'}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="text-xs text-blue-600">
|
||||||
|
{Object.keys(modelFieldsMap).filter(model => modelFieldsMap[model]?.length > 0).length} modelo(s) con campos
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Mostrar modelos activos */}
|
||||||
|
{Object.keys(modelFieldsMap).filter(model => modelFieldsMap[model]?.length > 0).length > 0 && (
|
||||||
|
<div className="mt-2 text-xs text-blue-700">
|
||||||
|
<strong>Modelos activos:</strong> {Object.keys(modelFieldsMap)
|
||||||
|
.filter(model => modelFieldsMap[model]?.length > 0)
|
||||||
|
.map(model => `${model} (${modelFieldsMap[model].length} campos)`)
|
||||||
|
.join(', ')}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="mb-6">
|
<div className="mb-6">
|
||||||
|
<h3 className="text-md font-bold text-blue-800 mb-3">Filtros Globales</h3>
|
||||||
|
{renderGlobalFilters()}
|
||||||
|
</div>
|
||||||
|
{/* <div className="mb-6">
|
||||||
<h3 className="text-md font-bold text-blue-800 mb-3">Filtros</h3>
|
<h3 className="text-md font-bold text-blue-800 mb-3">Filtros</h3>
|
||||||
{renderFilters()}
|
{renderFilters()}
|
||||||
</div>
|
</div> */}
|
||||||
<button
|
<button
|
||||||
onClick={handleExportModel}
|
onClick={handleExportDataStage}
|
||||||
disabled={isExporting}
|
disabled={isExporting}
|
||||||
className={`group relative w-full py-3 text-lg font-semibold ${isExporting
|
className={`group relative w-full py-3 text-lg font-semibold ${isExporting
|
||||||
? 'bg-gray-400 cursor-not-allowed'
|
? 'bg-gray-400 cursor-not-allowed'
|
||||||
@@ -936,8 +1745,10 @@ export default function Reports() {
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{reports.length > 0 ? (
|
{reports.filter(r => r.report_type === 'cumplimiento').length > 0 ? (
|
||||||
reports.map((r) => (
|
reports
|
||||||
|
.filter(r => r.report_type === 'cumplimiento')
|
||||||
|
.map((r) => (
|
||||||
<tr key={r.report_id}>
|
<tr key={r.report_id}>
|
||||||
<td className="px-4 py-2 text-xs text-slate-700">{r.report_id}</td>
|
<td className="px-4 py-2 text-xs text-slate-700">{r.report_id}</td>
|
||||||
<td className="px-4 py-2 text-xs text-slate-700">{r.status}</td>
|
<td className="px-4 py-2 text-xs text-slate-700">{r.status}</td>
|
||||||
@@ -960,7 +1771,9 @@ export default function Reports() {
|
|||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<tr>
|
<tr>
|
||||||
<td colSpan={6} className="px-4 py-2 text-center text-slate-400">No hay reportes disponibles.</td>
|
<td colSpan={6} className="px-4 py-2 text-center text-slate-400">
|
||||||
|
{reports.length > 0 ? 'No hay reportes de cumplimiento' : 'No hay reportes disponibles'}
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
)}
|
)}
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -1105,6 +1918,22 @@ export default function Reports() {
|
|||||||
<span>Pedimentos cargados</span>
|
<span>Pedimentos cargados</span>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'control_pedimentos'
|
||||||
|
? 'bg-gradient-to-br from-blue-600 to-blue-700 text-white shadow-lg shadow-blue-500/20 scale-[1.02]'
|
||||||
|
: 'text-gray-700 hover:bg-blue-50/80'
|
||||||
|
}`}
|
||||||
|
onClick={() => setActiveTab('control_pedimentos')}
|
||||||
|
>
|
||||||
|
<div className="flex items-center justify-center gap-2">
|
||||||
|
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
||||||
|
</svg>
|
||||||
|
<span>Control de Pedimentos</span>
|
||||||
|
</div>
|
||||||
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'datastage'
|
className={`flex-1 py-3 px-4 text-sm font-semibold rounded-xl focus:outline-none transition-all duration-200 ${activeTab === 'datastage'
|
||||||
? 'bg-gradient-to-br from-blue-600 to-blue-700 text-white shadow-lg shadow-blue-500/20 scale-[1.02]'
|
? 'bg-gradient-to-br from-blue-600 to-blue-700 text-white shadow-lg shadow-blue-500/20 scale-[1.02]'
|
||||||
|
|||||||
@@ -202,10 +202,13 @@ function RelacionarImportadoresModal({ open, onClose, vucem }) {
|
|||||||
}
|
}
|
||||||
import React, { useEffect, useState } from 'react';
|
import React, { useEffect, useState } from 'react';
|
||||||
import { fetchWithAuth, postWithAuth, putWithAuth, deleteWithAuth, putFormDataWithAuth, postFormDataWithAuth, patchWithAuth } from '../fetchWithAuth';
|
import { fetchWithAuth, postWithAuth, putWithAuth, deleteWithAuth, putFormDataWithAuth, postFormDataWithAuth, patchWithAuth } from '../fetchWithAuth';
|
||||||
|
import { useUser } from '../context/UserContext';
|
||||||
|
|
||||||
const API_URL = import.meta.env.VITE_EFC_API_URL;
|
const API_URL = import.meta.env.VITE_EFC_API_URL;
|
||||||
export default function Vucem() {
|
export default function Vucem() {
|
||||||
// Estado para modal de relacionar importadores
|
// Estado para modal de relacionar importadores
|
||||||
|
|
||||||
|
const isDebugMode = import.meta.env.VITE_DEBUG_MODE === 'true';
|
||||||
const [showRelacionarModal, setShowRelacionarModal] = useState(false);
|
const [showRelacionarModal, setShowRelacionarModal] = useState(false);
|
||||||
const [selectedVucem, setSelectedVucem] = useState(null);
|
const [selectedVucem, setSelectedVucem] = useState(null);
|
||||||
const [vucemList, setVucemList] = useState([]);
|
const [vucemList, setVucemList] = useState([]);
|
||||||
@@ -216,10 +219,13 @@ export default function Vucem() {
|
|||||||
const [editVucem, setEditVucem] = useState(null);
|
const [editVucem, setEditVucem] = useState(null);
|
||||||
const [showDeleteModal, setShowDeleteModal] = useState(false);
|
const [showDeleteModal, setShowDeleteModal] = useState(false);
|
||||||
const [deleteVucem, setDeleteVucem] = useState(null);
|
const [deleteVucem, setDeleteVucem] = useState(null);
|
||||||
|
const [organizaciones, setOrganizaciones] = useState([]);
|
||||||
|
const { user: currentUser } = useUser();
|
||||||
|
|
||||||
// Estado para formulario de creación/edición
|
// Estado para formulario de creación/edición
|
||||||
const initialForm = {
|
const initialForm = {
|
||||||
usuario: '',
|
usuario: '',
|
||||||
|
organizacion: '',
|
||||||
password: '',
|
password: '',
|
||||||
patente: '',
|
patente: '',
|
||||||
efirma: '',
|
efirma: '',
|
||||||
@@ -260,6 +266,22 @@ export default function Vucem() {
|
|||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
const fetchOrganizaciones = async () => {
|
||||||
|
try {
|
||||||
|
const url = `${import.meta.env.VITE_EFC_API_URL}/organization/organizaciones/`;
|
||||||
|
const res = await fetchWithAuth(url); // ← USA fetchWithAuth
|
||||||
|
if (!res.ok) throw new Error('Error al obtener las organizaciones');
|
||||||
|
const data = await res.json();
|
||||||
|
setOrganizaciones(data);
|
||||||
|
} catch (err) {
|
||||||
|
console.error('Error fetching organizaciones:', err);
|
||||||
|
setOrganizaciones([]); // ← Asegurar que siempre sea un array
|
||||||
|
}
|
||||||
|
};
|
||||||
|
fetchOrganizaciones();
|
||||||
|
}, []);
|
||||||
|
|
||||||
// Funciones para alternar visibilidad en modal de edición
|
// Funciones para alternar visibilidad en modal de edición
|
||||||
const toggleEditPasswordVisibility = () => {
|
const toggleEditPasswordVisibility = () => {
|
||||||
setShowEditPassword(!showEditPassword);
|
setShowEditPassword(!showEditPassword);
|
||||||
@@ -358,6 +380,7 @@ export default function Vucem() {
|
|||||||
const res = await fetchWithAuth(`${API_URL}/vucem/vucem/`);
|
const res = await fetchWithAuth(`${API_URL}/vucem/vucem/`);
|
||||||
if (!res.ok) throw new Error('Error al cargar Ventanilla Unica');
|
if (!res.ok) throw new Error('Error al cargar Ventanilla Unica');
|
||||||
const data = await res.json();
|
const data = await res.json();
|
||||||
|
// console.log('data > ', data);
|
||||||
setVucemList(data);
|
setVucemList(data);
|
||||||
setError(null);
|
setError(null);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
@@ -1272,12 +1295,13 @@ export default function Vucem() {
|
|||||||
formData.append('password', form.password);
|
formData.append('password', form.password);
|
||||||
formData.append('patente', form.patente);
|
formData.append('patente', form.patente);
|
||||||
formData.append('efirma', form.efirma);
|
formData.append('efirma', form.efirma);
|
||||||
if (form.key) formData.append('key', form.key);
|
|
||||||
if (form.cer) formData.append('cer', form.cer);
|
|
||||||
formData.append('is_importador', form.is_importador);
|
formData.append('is_importador', form.is_importador);
|
||||||
|
formData.append('is_active', form.is_active);
|
||||||
formData.append('acusecove', form.acusecove);
|
formData.append('acusecove', form.acusecove);
|
||||||
formData.append('acuseedocument', form.acuseedocument);
|
formData.append('acuseedocument', form.acuseedocument);
|
||||||
formData.append('is_active', form.is_active);
|
formData.append('organizacion_id', form.organizacion);
|
||||||
|
if (form.key) formData.append('key', form.key);
|
||||||
|
if (form.cer) formData.append('cer', form.cer);
|
||||||
try {
|
try {
|
||||||
const res = await postFormDataWithAuth(`${API_URL}/vucem/vucem/`, formData);
|
const res = await postFormDataWithAuth(`${API_URL}/vucem/vucem/`, formData);
|
||||||
if (!res.ok) throw new Error('Error al crear');
|
if (!res.ok) throw new Error('Error al crear');
|
||||||
@@ -1553,6 +1577,54 @@ export default function Vucem() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Seccion de organizacion para super_users */}
|
||||||
|
{currentUser.is_superuser ? (
|
||||||
|
<div className="bg-slate-50 rounded-lg p-4 border border-slate-200">
|
||||||
|
<div className="flex items-center mb-3 pb-2 border-b border-slate-300">
|
||||||
|
<div className="bg-amber-600 rounded-lg p-2 mr-3 shadow-sm">
|
||||||
|
<svg className="w-4 h-4 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" />
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 className="text-sm font-semibold text-slate-800">Configuracion de Organizaciones</h4>
|
||||||
|
<p className="text-xs text-slate-600">Asignar la Organizacion a la que pertenece.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="grid grid-cols-1 lg:grid-cols-1 gap-4">
|
||||||
|
<div className="space-y-1">
|
||||||
|
<label className="block text-xs font-semibold text-slate-700">
|
||||||
|
Seleccionar Organizacion <span className="text-red-600">*</span>
|
||||||
|
</label>
|
||||||
|
<div className="relative rounded-lg shadow-sm">
|
||||||
|
<select
|
||||||
|
name="organizacion"
|
||||||
|
value={form.organizacion || ''}
|
||||||
|
onChange={handleInputChange}
|
||||||
|
className="block w-full rounded-lg border-gray-300 pl-3 pr-10 py-2.5 text-gray-900 placeholder-gray-500
|
||||||
|
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 sm:text-sm
|
||||||
|
transition-all duration-200 bg-white appearance-none"
|
||||||
|
>
|
||||||
|
<option value="">Todas las organizaciones</option>
|
||||||
|
{organizaciones.results && organizaciones.results.map(org => (
|
||||||
|
<option key={org.id} value={org.id}>
|
||||||
|
{org.nombre}
|
||||||
|
</option>
|
||||||
|
))}
|
||||||
|
</select>
|
||||||
|
<div className="absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none">
|
||||||
|
<svg className="h-5 w-5 text-gray-400 group-focus-within:text-blue-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M19 9l-7 7-7-7" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
|
<div className="bg-slate-50 rounded-lg p-4 border border-slate-200"></div>
|
||||||
|
)}
|
||||||
{/* Botones de acción */}
|
{/* Botones de acción */}
|
||||||
<div className="flex flex-col sm:flex-row justify-end space-y-2 sm:space-y-0 sm:space-x-3 pt-4 border-t border-slate-200">
|
<div className="flex flex-col sm:flex-row justify-end space-y-2 sm:space-y-0 sm:space-x-3 pt-4 border-t border-slate-200">
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user