Latest Updates

Documenting code, one commit at a time.

Supabase 2 posts
×

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 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