Javier Braña javier
  • Joined on 2025-01-27
javier created repository javier/mata-avispas 2026-06-04 17:58:59 +02:00
javier created branch feature/improved-conversion in javier/r360mx-docs-converter 2026-06-04 00:38:25 +02:00
javier pushed to feature/improved-conversion at javier/r360mx-docs-converter 2026-06-04 00:38:25 +02:00
856c7fd4bc Fix: remove source sectPr to prevent Word corruption and integrate SDT filling
842d1ec274 Initial commit of converter
Compare 2 commits »
javier pushed to main at javier/BudgetPro 2026-06-01 10:02:48 +02:00
bf57c455cd Fix include paths, compilation errors, linker errors for insertRow/insertChild/removeRow, and DbUtils include path. BudgetPro now builds successfully.
javier pushed to main at javier/r360mx-docs-converter 2026-06-01 09:21:10 +02:00
6ff9188a5e Fix: rIds sin colisiones (desde rId40), corrección campos TOC Figure->Figura/Table->Tabla, filtro imágenes source por src_start
javier pushed tag v0.1.0 to javier/wino-mail-dtkqt 2026-05-29 22:55:04 +02:00
javier pushed to master at javier/wino-mail-dtkqt 2026-05-29 22:54:10 +02:00
acaf741eb9 Complete phases 6 and 7: Notifications & System Tray, Background Sync & Scheduling
4fdd95c979 Complete implementation of Phase 6 (Notifications & System Tray) and enhance Phase 7 (Background Sync) to actually perform synchronizations
c3567f93d5 Add event publishing to Outlook and Gmail synchronizers for AccountConnected, SyncStarted/Finished, and MailItemAdded/Updated/Removed events
Compare 3 commits »
javier pushed to main at javier/construprogress 2026-05-28 21:46:34 +02:00
c832d4f3da feat: optimize project-map Livewire component with eager loading, XSS prevention, URL validation, and performance improvements
javier pushed to main at javier/construprogress 2026-05-28 16:34:41 +02:00
2711dcf2f2 Fix Livewire component structural error and fix JavaScript syntax error in popup content (unexpected token ')')
javier pushed to main at javier/construprogress 2026-05-28 13:07:34 +02:00
052e1397df Fix: Corrected structural error in project-map Livewire component (multiple root elements). Moved closing </div> after @push('scripts') to ensure single root element.
javier pushed to main at javier/BudgetPro 2026-05-28 00:42:56 +02:00
3437103c28 Organize source files into src subdirectories (gui/forms, gui/widgets, models, utils); replace magic numbers with ElementType enumeration in formproduct.cpp and formbudget.cpp (TODO completed); move mainwindow and related files to src/gui/
javier pushed to main at javier/construprogress 2026-05-27 22:40:59 +02:00
02e99329eb Add tabs to project map: Edit, Features, Inspections. Features and Inspections tabs show all items.
javier pushed to main at javier/construprogress 2026-05-27 20:29:03 +02:00
cf3d32a6fa Add interactive map to project form for setting coordinates and updating address/country
52f586f815 Fix: selectFeature and window.openViewer JS syntax in project-map.blade.php
Compare 2 commits »
javier pushed to main at javier/construprogress 2026-05-27 13:38:37 +02:00
0f1aa2c38e feat: Update ProjectTable with ID column, improved actions buttons, and modern column configuration
javier pushed to main at javier/BudgetPro 2026-05-27 13:12:21 +02:00
b3b0116699 fix: Improve error handling in product composition insertion and fix ItemNumberDelegate::setEditorData
javier pushed to main at javier/BudgetPro 2026-05-27 12:22:53 +02:00
649ddff5fe fix: Resolved technical debt - updated TODO/FIXME items: fixed UPDATE query in formproduct.cpp, corrected toDouble() in itemnumberdelegate.cpp, added ElementType enumeration, implemented composition deletion in formelementlist.cpp, updated README
javier pushed to main at javier/construprogress 2026-05-27 11:57:51 +02:00
2da0eb817e feat: Add tabs to project map right column with element selector, inspection history and media viewer
971420ebaa feat: Add language switcher to client portal header for desktop view
0f720567c3 feat: Register background sync for offline actions when queued or stored
0bf2d82ee1 Implement company management with logo, nickname, status fields; add filters by type and estado; CSV export functionality
Compare 4 commits »
javier pushed to main at javier/construprogress 2026-05-25 19:09:05 +02:00
4ab7935c17 feat: Add change orders system with client approval/rejection and integrate with client portal
07ffce437f feat: Add offline media capture capability and enhance offline sync system with comprehensive action type support
Compare 2 commits »
javier pushed to main at javier/construprogress 2026-05-25 17:59:20 +02:00
d4d5097fe2 feat: Enhance offline sync system with support for multiple action types (progress_update, inspection, feature_create, media_upload) and improved error handling
javier pushed to main at javier/construprogress 2026-05-25 17:21:43 +02:00
c556a4910b feat: Add Excel export functionality for reports (projects, phases, inspections) using maatwebsite/excel