Prvni verze

This commit is contained in:
2025-05-21 21:06:33 +02:00
parent a976e7392e
commit fedc940ac4
189 changed files with 72374 additions and 17 deletions

View File

@ -0,0 +1,10 @@
-- dbo.ep_Vyroba_GenerujPalety
CREATE PROCEDURE dbo.ep_Vyroba_GenerujPalety
@idPrikaz INT=NULL,
@pocetStitku INT=0,
@pocetPaletListu INT=0,
@paletaStart NVARCHAR(25)=NULL,
@sarze NVARCHAR(15)=NULL
AS
SET NOCOUNT ON