Primer version funcional

This commit is contained in:
Administrador Ibiza
2025-12-29 23:37:11 -06:00
commit 5289fd4133
294 changed files with 111418 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- Migration to add total_amount to finance_collection_concepts table
ALTER TABLE `finance_collection_concepts`
ADD COLUMN `total_amount` DECIMAL(10, 2) NULL DEFAULT NULL AFTER `description`;