From 8a65904f77d1cdaf5cd082b14bed361288737940 Mon Sep 17 00:00:00 2001 From: "ivan.szabo" Date: Tue, 21 Mar 2017 18:39:09 +0100 Subject: [PATCH] =?UTF-8?q?ModifyProductsParameters=20kieg=C3=A9sz=C3=ADt?= =?UTF-8?q?=C3=A9se=20az=20=C3=BAj=20v=C3=A1ltoztathat=C3=B3=20mez=C5=91kk?= =?UTF-8?q?el?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related Work Items: #5 --- .../PopUp/ModifyProductsParameters.vb | 34 +++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/Nuvolar.Module/BusinessObjects/Business/Products/PopUp/ModifyProductsParameters.vb b/Nuvolar.Module/BusinessObjects/Business/Products/PopUp/ModifyProductsParameters.vb index 4d518ec..2dc3900 100644 --- a/Nuvolar.Module/BusinessObjects/Business/Products/PopUp/ModifyProductsParameters.vb +++ b/Nuvolar.Module/BusinessObjects/Business/Products/PopUp/ModifyProductsParameters.vb @@ -78,7 +78,6 @@ Public Class ModifyProductsParameters Property DecimalIn As Double Property DecimalOut As Double - _ Property CurrencyName As CurrencyName @@ -120,7 +119,11 @@ Public Class ModifyProductsParameters SetPropertyValue("ProductType", _ProductType, value) End Set End Property - _ + ''' + ''' Termék tipus módosuljon ? + ''' + ''' + Property IsProductType As Boolean Get Return _IsProductType @@ -129,4 +132,31 @@ Public Class ModifyProductsParameters SetPropertyValue("IsProductType", _IsProductType, value) End Set End Property + + ''' + ''' ADRPackingUnit módosuljon ? + ''' + ''' + Property IsADRPackingUnit As Boolean + Property ADRPackingUnit As eADRPackingUnit + ''' + ''' Alapértelmezett termék, amelynek a Barcode, UNList,Sentence,Documentations szinkronba jön + ''' + ''' + Property ProductsSource As Products + ''' + ''' Sentence klónozás legyen ? + ''' + ''' + Property CloneSentence As Boolean + ''' + ''' UNList klónozás legyen + ''' + ''' + Property CloneUNList As Boolean + ''' + ''' Documentations klónozás legyen + ''' + ''' + Property CloneDocumentations As Boolean End Class