262 Commits

Author SHA1 Message Date
e9ae63ccbe Merge pull request 'feat(sales): agregar búsqueda paginada de Delivery Note (search endpoint + DTO resumen) closes #27' (#28) from feature/leandro/27-deliverynote-search into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 3m27s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/28
2026-03-21 02:04:52 +00:00
63915aa980 feat(sales): agregar búsqueda paginada de Delivery Note (search endpoint + DTO resumen) closes #27
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 7m49s
2026-03-20 23:03:46 -03:00
bb764b4d12 Merge pull request 'feat(sales): incorporar servicio UI para consumo de Delivery Note' (#26) from feature/leandro/25-deliverynote-ui-service into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 14m42s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/26
2026-03-19 21:24:09 +00:00
e02d9b1ac0 feat(sales): incorporar servicio UI para consumo de Delivery Note
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 8m30s
closes #25
2026-03-19 18:23:26 -03:00
228403bac6 Merge pull request 'feat(sales): incorporar DTO de lectura para Delivery Note #23' (#24) from feature/leandro/23-deliverynote-dto-read into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 2m4s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/24
2026-03-19 20:44:54 +00:00
33fe012b09 feat(sales): incorporar DTO de lectura para Delivery Note #23
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 18m57s
- Se agregan DeliveryNoteDto y DeliveryNoteItemDto
- Se implementa proyección a DTO en PhSDeliveryNoteRepository
- Se extiende IPhSDeliveryNoteRepository con métodos DTO
- Se ajusta DeliveryNoteService para trabajar con DTO
- Se actualiza DeliveryNoteController para devolver DTO
- Se elimina exposición directa de EDeliveryNote en la API

Closes #23
2026-03-19 17:41:49 -03:00
564b171e84 Merge pull request 'feat(sales): exponer API de lectura para Delivery Note closes #21' (#22) from feature/leandro/21-deliverynote-api-read into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 1m59s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/22
2026-03-19 15:19:36 +00:00
9017097006 feat(sales): exponer API de lectura para Delivery Note closes #21
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 3m44s
2026-03-19 12:11:30 -03:00
109ef556b9 Merge pull request 'refactor(database): organizar scripts SQL en estructura Database' (#20) from refactor/leandro/19-database-structure into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 1m56s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/20
2026-03-19 13:17:56 +00:00
0b99a89bc1 refactor(database): organizar scripts SQL en estructura Database
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 4m3s
- Se crea carpeta Database con subcarpetas Procedures, Types y Verifications
- Se reubican scripts SQL fuera de la raíz
- Se alinea estructura física con Solution Explorer
Closes #19
2026-03-19 10:17:02 -03:00
587ef24b7d Merge pull request 'feat(sales): agregar servicio core de lectura para Delivery Note' (#18) from feature/leandro/17-delivery-note-core-read-service into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 2m0s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/18
2026-03-19 04:39:48 +00:00
a498c38d84 feat(sales): agregar servicio core de lectura para Delivery Note
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 4m19s
Closes #17
2026-03-19 01:37:43 -03:00
5d9a80201f Merge pull request 'feat(sales): agregar repositorio base delivery note' (#16) from feature/leandro/13-deliverynote-domain into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 2m9s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/16
2026-03-17 13:15:13 +00:00
c55581f546 feat(sales): agregar repositorio base delivery note
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 16m32s
Closes #15
2026-03-17 10:08:51 -03:00
579c6ef493 Merge pull request 'feat(sales): agregar entidades domain para delivery note' (#14) from feature/leandro/13-deliverynote-domain into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 1m52s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/14
2026-03-17 01:09:34 +00:00
2dd8f5b1c7 feat(sales): agregar entidades domain para delivery note
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 6m17s
Closes #13
2026-03-16 22:08:04 -03:00
ada3c04b9b Merge pull request 'feat(sales): scaffold EF para Delivery Notes' (#12) from feature/leandro/11-deliverynote-scaffold into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 2m17s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/12
2026-03-16 22:45:04 +00:00
dc08291932 feat(sales): scaffold EF para Delivery Notes
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 4m10s
Closes #11
2026-03-16 19:42:56 -03:00
0c035f50d6 Merge pull request 'feat(stock): reserve stock when expedition moves to EnTransito' (#10) from feature/leandro/9-stock-reservation-on-transit into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 1m57s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/10
2026-03-15 22:18:37 +00:00
915f78bb40 feat(stock): reserve stock when expedition moves to EnTransito
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 4m23s
Closes #9
2026-03-15 19:17:26 -03:00
b2aebafe55 Merge pull request 'feat(expeditions): permitir transición Emitida → EnTransito desde la consulta' (#8) from feature/leandro/7-expedition-mark-in-transit into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 2m13s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/8
2026-03-15 00:30:32 +00:00
6419ac8843 feat(expeditions): permitir transición Emitida → EnTransito desde la consulta
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 34m41s
closes #7
2026-03-14 21:23:06 -03:00
d99f1c34d2 Merge pull request 'feat(expeditions): prevent reuse of stockitem_id in active expeditions' (#6) from feature/leandro/5-double-trace-lock into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 2m18s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/6
2026-03-12 02:38:20 +00:00
6d0a72c01d feat(expeditions): prevent reuse of stockitem_id in active expeditions
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 20m38s
Closes #5
2026-03-11 23:35:51 -03:00
55924ca07a Merge pull request 'feat(expeditions): persist stockitem_id in ExpeditionDetails (traceability base)' (#4) from feature/leandro/3-persist-stockitemid-expeditiondetail into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m26s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/4
2026-03-03 02:56:15 +00:00
394c864dfa ffeat(expeditions): persist stockitem_id in ExpeditionDetails (traceability base)
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 6m37s
- Added stockitem_id column to PhLSM_ExpeditionDetails
- Added FK to PhLSM_StockItem
- Added indexes (StockItem and Expedition_StockItem)
- Updated scaffold models
- Updated UI merge to preserve StockItemId
- CreateFullExpeditionAsync now persists stockitem_id
- Base step to enable logistic states and double-trace prevention

Closes #3
2026-03-02 19:44:49 -03:00
6e22969787 Merge pull request '(hotfix) Disabled Stress Test NE' (#2) from feature/leandro/feat-salida-material into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 36m51s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/2
2026-02-11 23:57:08 +00:00
9c58db49b0 (hotfix) Disabled Stress Test NE
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 29m17s
2026-02-11 20:54:35 -03:00
d7305ef0b4 Merge pull request 'Primer commit feature' (#1) from feature/leandro/consumos into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m32s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/1
2026-02-09 22:48:50 +00:00
243f7eb361 Primer commit feature
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 9m46s
2026-02-09 19:37:14 -03:00
fa5b51dc40 Update PuppeteerPdfGeneratorService for Local USE
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 25m21s
2026-01-12 16:22:19 -03:00
c75103c671 Update desde VS2026
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m59s
2026-01-12 11:22:30 -03:00
4704e61f98 Reservation Entities
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m34s
2026-01-11 12:58:50 -03:00
5607c043de Stop tracking build artifacts (bin/obj)
Some checks failed
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Has been cancelled
2026-01-11 12:38:06 -03:00
736452b9be Actualizar checkout@v2 a checkout@v4
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 15m10s
2025-09-23 13:12:20 +00:00
33cab65e25 CI.YML Restore
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 3m39s
2025-09-22 22:55:46 +00:00
b31d7210f3 ci 2 2025-09-22 22:44:23 +00:00
13c1cf9caa Fix Quote Authorize Service
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 7m46s
2025-09-16 17:17:01 -03:00
61118eb261 Fix Quotes Service
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m11s
2025-09-16 16:38:46 -03:00
297d1d719e General Update
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m53s
2025-09-15 18:55:25 -03:00
0361d4c978 Add Export QUOTES & refactoring
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m2s
2025-09-11 22:41:46 -03:00
4c99757fb4 Fix 2 UI Quotes
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 5m53s
2025-09-11 14:32:16 -03:00
a462e1791c Fix UI Quotes
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m30s
2025-09-11 14:12:23 -03:00
c2bd8247a1 Add Export Exoeditions
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 21m48s
2025-09-09 23:54:11 -03:00
813bcc24b1 Update Expeditions Details Draw
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m33s
2025-09-05 23:56:28 -03:00
be690849fd Update Expediciones UI
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m27s
2025-09-05 16:31:58 -03:00
6e61b7b598 Update Expeditions Print
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 10m12s
2025-09-04 18:15:15 -03:00
d3c1e20635 Update UI Selector Scan Item
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 9m1s
2025-08-29 19:18:05 -03:00
2d1dc71343 ReFix Classes Tranversal GS1CodeParser
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m4s
2025-08-27 18:25:25 -03:00
8303751ab7 UpClean de Codigo
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m5s
2025-08-27 17:42:48 -03:00