Latest Updates

Documenting code, one commit at a time.

Empowering Business Data: Dynamic Company Profile Updates in sistema-remitos

Introduction

The 'sistema-remitos' application, an invoicing and receipt management system, is designed to streamline business operations. A crucial aspect of any such system is the accuracy and currency of core business information, from contact details to branding elements. This post explores the implementation of a feature that allows administrators to dynamically update company data within

Read more

Enhancing User Experience: A UI and Authentication Flow Refactor in `sistema-remitos`

Improving sistema-remitos: Refactoring UI and Authentication for a Smoother Experience

In the sistema-remitos project, our focus has always been on providing a robust and intuitive experience for managing remittances. However, as the application evolved, certain parts of the user interface became increasingly complex, and the authentication flow, while functional, presented opportunities

Read more

Enhancing Customer Data: Separating Names for Improved Sorting in `sistema-remitos`

The sistema-remitos project, focused on managing invoices or delivery slips, recently underwent a crucial data refinement. Historically, customer names were stored as a single nombre_apellido string, which presented several challenges as the application evolved. This update addresses these issues by separating names into distinct first and last name fields, significantly improving data

Read more