Skip to content

Commit 0933fb4

Browse files
Merge pull request #733 from franz-bendezu/dependabot/npm_and_yarn/next-intl-4.0.1
feat(movify-payment-module): add new images and enhance project descr…
2 parents 4d94298 + 4a70a8f commit 0933fb4

File tree

5 files changed

+91
-23
lines changed

5 files changed

+91
-23
lines changed
27.3 KB
Loading
24.7 KB
Loading
60.3 KB
Loading
41 KB
Loading

src/constants/projects/movify-payment-module.ts

Lines changed: 91 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,77 +9,145 @@ export const MOVIFY_PAYMENT_MODULE: IBaseProject = {
99
tags: ["AWS S3", "Java", "MariaDB", "Spring Boot", "Vue.js"],
1010
categoryCode: "freelance",
1111
technologyCodes: ["aws-s3", "java", "mariadb", "spring-boot", "vue2"],
12-
start: "2023-07",
13-
end: "2023-12",
12+
start: "2024-07",
13+
end: "2024-12",
1414
code: "movify-payment-module",
1515
projectGoals: [
1616
{
1717
title: "Automatización de Procesos Financieros",
18-
description: "Facilitar la gestión de pagos y auditorías con un módulo integrado de ingresos y gastos.",
18+
description: "Facilitar la gestión de pagos y auditorías con un módulo integrado de ingresos y gastos que reduce el tiempo de procesamiento administrativo.",
1919
},
2020
{
2121
title: "Integración con Sistemas Contables",
22-
description: "Integrar APIs para la generación de PDF y sincronización con sistemas contables existentes.",
22+
description: "Desarrollar APIs para la generación de reportes PDF/Excel y sincronización con sistemas contables existentes para un flujo financiero coherente.",
2323
},
2424
{
2525
title: "Mejora de la Transparencia Financiera",
26-
description: "Implementar un sistema para mejorar la transparencia en el manejo de recursos financieros.",
26+
description: "Implementar un sistema de registro detallado con adjuntos documentales para asegurar transparencia y trazabilidad en cada transacción.",
2727
},
28+
{
29+
title: "Optimización de Reportes Financieros",
30+
description: "Crear un sistema de filtrado dinámico para generar reportes personalizados que faciliten el análisis y la toma de decisiones.",
31+
}
2832
],
2933
keyFeatures: [
3034
{
31-
title: "Gestión de Pagos y Auditorías",
32-
description: "Registro de pagos y auditorías con recibos electrónicos en formato PDF.",
35+
title: "Sistema Integral de Gestión de Gastos",
36+
description: "Interfaz completa para crear, editar y eliminar registros de gastos con validación en tiempo real y categorización por tipo.",
3337
},
3438
{
35-
title: "Integración de Sistemas Contables",
36-
description: "APIs para la generación de PDF y sincronización con sistemas contables existentes.",
39+
title: "Almacenamiento de Documentación Financiera",
40+
description: "Funcionalidad para subir y almacenar documentos de respaldo como recibos y facturas vinculados directamente a cada transacción.",
3741
},
3842
{
39-
title: "Mejora de Transparencia",
40-
description: "Sistema que proporciona mayor transparencia en el manejo de los recursos financieros.",
43+
title: "Exportación Avanzada de Datos",
44+
description: "Capacidad de exportar reportes financieros en formatos PDF y Excel con filtros por fecha, categoría y estado.",
4145
},
46+
{
47+
title: "Interfaz Intuitiva y Responsive",
48+
description: "Diseño moderno con modales interactivos que optimizan el flujo de trabajo y reducen la curva de aprendizaje para nuevos usuarios.",
49+
}
4250
],
51+
banner: {
52+
src: "/images/movify-payment-module/expense-page.webp",
53+
alt: "Página de Gastos",
54+
},
55+
images: [
56+
{
57+
src: "/images/movify-payment-module/expense-page.webp",
58+
alt: "Página de Gastos",
59+
description: "Página para gestionar los gastos, donde se pueden crear, eliminar y actualizar registros. Incluye filtros dinámicos y opciones para descargar reportes en formatos PDF y Excel.",
60+
},
61+
{
62+
src: "/images/movify-payment-module/expenses-edit.webp",
63+
alt: "Edición de Gasto",
64+
description: "Modal para editar un gasto, permitiendo modificar todos los campos y adjuntar archivos de recibos como comprobantes.",
65+
},
66+
{
67+
src: "/images/movify-payment-module/expenses-edit-add-document.webp",
68+
alt: "Edición de Gasto con Documento",
69+
description: "Modal de edición de gastos mostrando la funcionalidad para subir documentos de respaldo como recibos o facturas.",
70+
},
71+
{
72+
src: "/images/movify-payment-module/expense-report.webp",
73+
alt: "Reporte de Gastos",
74+
description: "Visualización de reportes de gastos con filtros por fechas y funcionalidad para exportar la información a Excel.",
75+
},
76+
]
4377
};
4478

4579
export const MOVIFY_PAYMENT_MODULE_EN: IBaseProject = {
4680
status: "completed",
4781
title: "Movify.pe - Payment Module with Income and Expense Tracking",
4882
lang: "en",
4983
shortDescription: "Development of a payment module with income and expense tracking.",
50-
description: "From July to December 2023, I developed a payment module to facilitate the registration of payments and audits with receipts for moving orders within the company's existing infrastructure. I implemented functions to register payment transactions and associate them with the respective moving orders, ensuring accurate financial documentation and audit trails. I improved reporting capabilities to generate detailed reports of payment records and associated receipts, facilitating audit processes and financial analysis.",
84+
description: "From July to December 2023, I developed a comprehensive payment module to streamline the registration of payments and financial audits for moving orders within the company's existing infrastructure. I implemented functionality to record payment transactions and associate them with specific moving orders, ensuring accurate financial documentation and reliable audit trails. The system includes enhanced reporting capabilities to generate detailed financial reports with associated receipts, facilitating audit processes and financial analysis.",
5185
tags: ["AWS S3", "Java", "MariaDB", "Spring Boot", "Vue.js"],
5286
categoryCode: "freelance",
5387
technologyCodes: ["aws-s3", "java", "mariadb", "spring-boot", "vue2"],
54-
start: "2023-07",
55-
end: "2023-12",
88+
start: "2024-07",
89+
end: "2024-12",
5690
code: "movify-payment-module",
5791
projectGoals: [
5892
{
5993
title: "Automation of Financial Processes",
60-
description: "Facilitate the management of payments and audits with an integrated income and expense module.",
94+
description: "Streamline payment management and audits with an integrated income and expense module that reduces administrative processing time.",
6195
},
6296
{
6397
title: "Integration with Accounting Systems",
64-
description: "Integrate APIs for PDF generation and synchronization with existing accounting systems.",
98+
description: "Develop APIs for PDF/Excel report generation and synchronization with existing accounting systems for a coherent financial workflow.",
6599
},
66100
{
67101
title: "Improvement of Financial Transparency",
68-
description: "Implement a system to improve transparency in the management of financial resources.",
102+
description: "Implement a detailed record-keeping system with document attachments to ensure transparency and traceability for each transaction.",
69103
},
104+
{
105+
title: "Optimization of Financial Reporting",
106+
description: "Create a dynamic filtering system to generate customized reports that facilitate analysis and decision-making.",
107+
}
70108
],
71109
keyFeatures: [
72110
{
73-
title: "Payment and Audit Management",
74-
description: "Registration of payments and audits with electronic receipts in PDF format.",
111+
title: "Comprehensive Expense Management System",
112+
description: "Complete interface for creating, editing, and deleting expense records with real-time validation and categorization by type.",
113+
},
114+
{
115+
title: "Financial Documentation Storage",
116+
description: "Functionality to upload and store supporting documents such as receipts and invoices directly linked to each transaction.",
117+
},
118+
{
119+
title: "Advanced Data Export",
120+
description: "Capability to export financial reports in PDF and Excel formats with filters by date, category, and status.",
121+
},
122+
{
123+
title: "Intuitive and Responsive Interface",
124+
description: "Modern design with interactive modals that optimize workflow and reduce the learning curve for new users.",
125+
}
126+
],
127+
images: [
128+
{
129+
src: "/images/movify-payment-module/expense-page.webp",
130+
alt: "Expense Management Page",
131+
description: "Expense management interface where users can create, delete, and update expense records. Features dynamic filtering options and functionality to export reports in PDF and Excel formats.",
132+
},
133+
{
134+
src: "/images/movify-payment-module/expenses-edit.webp",
135+
alt: "Expense Editing Modal",
136+
description: "Modal for editing expense entries, allowing users to modify fields and upload receipt documents as supporting evidence.",
75137
},
76138
{
77-
title: "Integration of Accounting Systems",
78-
description: "APIs for PDF generation and synchronization with existing accounting systems.",
139+
src: "/images/movify-payment-module/expenses-edit-add-document.webp",
140+
alt: "Expense Editing with Document Upload",
141+
description: "Expense editing interface showcasing the functionality to attach supporting documents such as receipts or invoices.",
79142
},
80143
{
81-
title: "Improvement of Transparency",
82-
description: "System that provides greater transparency in the management of financial resources.",
144+
src: "/images/movify-payment-module/expense-report.webp",
145+
alt: "Expense Report View",
146+
description: "Expense reporting interface with date filtering capabilities and Excel export functionality for financial analysis.",
83147
},
84148
],
149+
banner: {
150+
src: "/images/movify-payment-module/expense-page.webp",
151+
alt: "Expense Management Page",
152+
}
85153
};

0 commit comments

Comments
 (0)