ADM-008: Puntos de Venta (CRUD fundacional) #19
@@ -1,5 +1,4 @@
|
|||||||
using SIGCM2.Domain.Entities;
|
using SIGCM2.Domain.Entities;
|
||||||
using SIGCM2.Domain.Enums;
|
|
||||||
|
|
||||||
namespace SIGCM2.Application.Tests.Domain;
|
namespace SIGCM2.Application.Tests.Domain;
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,9 @@ public sealed class SqlTestFixture : IAsyncLifetime
|
|||||||
// V011 (ADM-001): ensure dbo.Medio, dbo.Seccion + temporal tables + permiso 'administracion:secciones:gestionar'.
|
// V011 (ADM-001): ensure dbo.Medio, dbo.Seccion + temporal tables + permiso 'administracion:secciones:gestionar'.
|
||||||
await EnsureV011SchemaAsync();
|
await EnsureV011SchemaAsync();
|
||||||
|
|
||||||
// V013 (ADM-008): ensure dbo.PuntoDeVenta, dbo.SecuenciaComprobante + temporal + SP usp_ReservarNumeroComprobante.
|
// V013 (ADM-008): ensure dbo.PuntoDeVenta + temporal + permiso. Drops idempotentes
|
||||||
|
// de SecuenciaComprobante + SP usp_ReservarNumeroComprobante (cirugía post-smoke:
|
||||||
|
// IMAC asigna numeros AFIP, no nosotros — ver memoria architecture/facturacion-imac-numeracion).
|
||||||
await EnsureV013SchemaAsync();
|
await EnsureV013SchemaAsync();
|
||||||
|
|
||||||
_respawner = await Respawner.CreateAsync(_connection, new RespawnerOptions
|
_respawner = await Respawner.CreateAsync(_connection, new RespawnerOptions
|
||||||
|
|||||||
Reference in New Issue
Block a user