Commit Graph
31 Commits
Author SHA1 Message Date
Juan Felipe Duarte 88ab93ed75 update 2025-10-16 11:59:59 -05:00
Juan Felipe Duarte 8c50434f31 Restrict price validation to non-super users
Updated price validation logic in ShowTarifas and ShowUsuarios to allow users with the 'super' role to set prices below the base value. Other users will continue to receive an error if the price is less than the base value.
2025-10-16 11:49:20 -05:00
Juan Felipe Duarte b034515908 Improve referral count display layout
Refactored the referral count section to use a column layout, updated the SVG icon, and improved alignment and spacing for better visual clarity.
2025-10-15 16:47:32 -05:00
Juan Felipe Duarte 5c04a95792 update codigo referido funcionamiento login, register y dashboard 2025-10-15 16:43:43 -05:00
Juan Felipe Duarte 6d49224d44 Improve mobile table and search input UI
Hides the 'entradas' label on small screens, reduces the max width of the search input for mobile, adds text-xs and break-all classes to mobile table rows for better readability, and adjusts spacing in action buttons for a more compact layout.
2025-09-23 10:37:29 -05:00
Juan Felipe Duarte 35b4f51aee Refactor navigation layout for improved structure
Reorganized the navigation sidebar to use a flex column layout and moved the menu and user info into a scrollable container. Improved sticky header behavior, added a logout button at the bottom, and fixed minor styling issues for better usability and maintainability.
2025-09-23 09:48:02 -05:00
Juan Felipe Duarte 9b9ada492a Remove extra client info fields from modal
Deleted sections displaying Servicio, Estado, and Restante information from the extraInfo modal in show-clientes.blade.php, leaving only the Contraseña and Acciones fields. This streamlines the modal and reduces displayed client details.
2025-09-22 13:26:49 -05:00
Juan Felipe Duarte 2a5c655d1e Refactor navigation layout and improve UI styles
Reworked the sidebar navigation in navigation.blade.php to use a modern aside element with improved styling, transitions, and responsive menu items. Updated app.blade.php to simplify layout structure and move Alpine.js script. Adjusted font sizes in ver-entrada.blade.php for better responsiveness. Minor whitespace and formatting improvements in nav.blade.php.
2025-09-22 13:23:49 -05:00
Juan Felipe Duarte 7b0aeb6f56 descomentar this consulta 2025-09-03 18:16:53 -07:00
Juan Felipe Duarte 79159afcc3 Fix user-specific pricing and utility in verPromocion
Updated the verPromocion method to correctly retrieve user-specific pricing and utility values from the related tarifaPromo relationship. Adjusted relationship queries to use Auth::id() and rol_id for improved accuracy and consistency.
2025-09-03 18:04:03 -07:00
Juan Felipe Duarte a5aafd738d update global subvendedor 2025-08-22 10:09:23 -07:00
Juan Felipe Duarte 4042fab30b update subvendedor global 2025-08-22 09:25:37 -07:00
Juan Felipe Duarte c33339b3c5 null check log recargas 2025-08-19 15:03:21 -07:00
Juan Felipe Duarte 5529804bd2 fix error 2025-08-01 08:56:32 -07:00
Juan Felipe Duarte 65433490de update 2025-07-31 17:45:26 -07:00
Juan Felipe Duarte e11acd95c2 update 2025-07-31 17:42:15 -07:00
Juan Felipe Duarte afbb655a7c update 2025-07-31 17:29:11 -07:00
Juan Felipe Duarte 62031ea48f dd 2025-07-31 17:21:03 -07:00
Juan Felipe Duarte d7789c7f98 update utilidad de promocion 2025-07-31 17:17:52 -07:00
Juan Felipe Duarte c7586cf6cd update 2025-07-31 15:19:22 -07:00
Juan Felipe Duarte 52eb78c188 roles reservados 2025-06-27 09:25:37 -07:00
Juan Felipe Duarte 82ec6b4b5c Add Livewire saldo header component and update on saldo change 2025-06-26 17:16:04 -07:00
Juan Felipe Duarte f72062fffd saldo restado 2025-06-26 16:50:48 -07:00
Juan Felipe Duarte 83ba4f71da update 2025-06-26 11:05:53 -07:00
Juan Felipe Duarte b8d741dddd vista tabla tarifas y promo dependiendo de cual este abierta 2025-06-25 16:40:20 -07:00
Juan Felipe Duarte 435b10306d Move 'planes' route to editor middleware group
The '/planes' route was moved from the admin middleware group to the editor middleware group, restricting access to users with editor permissions instead of admin.
2025-06-25 16:37:08 -07:00
Juan Felipe Duarte 85d18dc4ff Tarifas y promos por usuario (falta el editar en la vista de tarifas)
Introduces the subvendedor_id field to the tarifa_promos table and updates the TarifaPromo model accordingly. Refactors tarifas and promociones management in ShowTarifas and ShowUsuarios Livewire components, including utility calculation, validation, and UI improvements for managing both regular and promo tarifas.
2025-06-25 16:36:32 -07:00
Juan Felipe Duarte e8050ea19f vista tarifas 2025-06-19 17:54:22 -07:00
Juan Felipe Duarte 6eb6e3bd2f antes de comenzar la vista tarifas 2025-06-16 16:30:10 -07:00
Juan Felipe Duarte 9425f519cc roles por subvendedor 2025-06-14 11:46:14 -07:00
Juan Felipe Duarte 6789ce3fb3 update 2025-06-14 09:03:54 -07:00