Egyéb javítások

This commit is contained in:
2018-03-28 17:35:45 +02:00
parent 1282db15ca
commit 0ac6bd19e7
8 changed files with 36 additions and 9 deletions
@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Nuvolar.Module.Helpers
{
public static class StorageTransactions
{
}
}
@@ -306,6 +306,7 @@
<Compile Include="Gantt\GanttResources.cs" /> <Compile Include="Gantt\GanttResources.cs" />
<Compile Include="Gantt\GanttTaskDependencies.cs" /> <Compile Include="Gantt\GanttTaskDependencies.cs" />
<Compile Include="Helpers\BusinessDocumentHelper.cs" /> <Compile Include="Helpers\BusinessDocumentHelper.cs" />
<Compile Include="Helpers\Laravel\StorageTransactions.cs" />
<Compile Include="Module.cs"> <Compile Include="Module.cs">
<SubType>Component</SubType> <SubType>Component</SubType>
</Compile> </Compile>
@@ -433,6 +433,7 @@ Public Class OrderInRows
End Get End Get
End Property End Property
'// Termeltetési szerződés miatt '// Termeltetési szerződés miatt
<DataSourceCriteria("APCSheetHeader.Customers='@This.OrderInHeader.Customers' and APCSheetHeader.CustomersFrom='@This.OrderInHeader.CustomersFrom' and APCSheetHeader.IsActive = True")>
Property APCSheetByProducts As APCSheetByProducts Property APCSheetByProducts As APCSheetByProducts
Get Get
Return _APCSheetByProducts Return _APCSheetByProducts
@@ -380,6 +380,7 @@ Public Class OrderInRowsOther 'Egyéb sorok
End Property End Property
'// Termeltetési szerződés miatt '// Termeltetési szerződés miatt
<DataSourceCriteria("APCSheetHeader.Customers='@This.OrderInHeader.Customers' and APCSheetHeader.CustomersFrom='@This.OrderInHeader.CustomersFrom' and APCSheetHeader.IsActive = True")>
Property APCSheetByProducts As APCSheetByProducts Property APCSheetByProducts As APCSheetByProducts
Get Get
Return _APCSheetByProducts Return _APCSheetByProducts
@@ -84,7 +84,12 @@ Public Class StorageDateVC
_StorageDateClearingPrice = New StorageDateClearingPrice(_uow) _StorageDateClearingPrice = New StorageDateClearingPrice(_uow)
_StorageDateClearingPrice.RowIndex = 1 _StorageDateClearingPrice.RowIndex = 1
_StorageDateClearingPrice.CustomersFrom = _InvoiceRows.InvoiceHeader.CustomersFrom _StorageDateClearingPrice.CustomersFrom = _InvoiceRows.InvoiceHeader.CustomersFrom
If _InvoiceRows.DeliveryNoteOutRows IsNot Nothing Then
_StorageDateClearingPrice.DateExecution = _InvoiceRows.DeliveryNoteOutRows.DeliveryNoteOutHeader.DateExecution
Else
_StorageDateClearingPrice.DateExecution = _InvoiceRows.InvoiceHeader.DateExecution.Date _StorageDateClearingPrice.DateExecution = _InvoiceRows.InvoiceHeader.DateExecution.Date
End If
_StorageDateClearingPrice.InvoiceRows = _InvoiceRows _StorageDateClearingPrice.InvoiceRows = _InvoiceRows
_StorageDateClearingPrice.Products = _InvoiceRows.OrderInRows.Products _StorageDateClearingPrice.Products = _InvoiceRows.OrderInRows.Products
_StorageDateClearingPrice.QTT_Out = _InvoiceRows.QTT _StorageDateClearingPrice.QTT_Out = _InvoiceRows.QTT
@@ -213,7 +218,11 @@ Public Class StorageDateVC
_StorageDateClearingPrice = New StorageDateClearingPrice(_uow) _StorageDateClearingPrice = New StorageDateClearingPrice(_uow)
_StorageDateClearingPrice.RowIndex = 1 _StorageDateClearingPrice.RowIndex = 1
_StorageDateClearingPrice.CustomersFrom = _InvoiceRows.InvoiceHeader.CustomersFrom _StorageDateClearingPrice.CustomersFrom = _InvoiceRows.InvoiceHeader.CustomersFrom
If _InvoiceRows.DeliveryNoteOutRows IsNot Nothing Then
_StorageDateClearingPrice.DateExecution = _InvoiceRows.DeliveryNoteOutRows.DeliveryNoteOutHeader.DateExecution
Else
_StorageDateClearingPrice.DateExecution = _InvoiceRows.InvoiceHeader.DateExecution.Date _StorageDateClearingPrice.DateExecution = _InvoiceRows.InvoiceHeader.DateExecution.Date
End If
_StorageDateClearingPrice.InvoiceRows = _InvoiceRows _StorageDateClearingPrice.InvoiceRows = _InvoiceRows
_StorageDateClearingPrice.Products = _InvoiceRows.OrderInRows.Products _StorageDateClearingPrice.Products = _InvoiceRows.OrderInRows.Products
_StorageDateClearingPrice.QTT_Out = _InvoiceRows.QTT _StorageDateClearingPrice.QTT_Out = _InvoiceRows.QTT
@@ -644,7 +653,11 @@ Public Class StorageDateVC
_StorageDateClearingPrice = New StorageDateClearingPrice(_uow) _StorageDateClearingPrice = New StorageDateClearingPrice(_uow)
_StorageDateClearingPrice.RowIndex = 1 _StorageDateClearingPrice.RowIndex = 1
_StorageDateClearingPrice.CustomersFrom = _InvoiceRows.InvoiceHeader.CustomersFrom _StorageDateClearingPrice.CustomersFrom = _InvoiceRows.InvoiceHeader.CustomersFrom
If _InvoiceRows.DeliveryNoteOutRows IsNot Nothing Then
_StorageDateClearingPrice.DateExecution = _InvoiceRows.DeliveryNoteOutRows.DeliveryNoteOutHeader.DateExecution
Else
_StorageDateClearingPrice.DateExecution = _InvoiceRows.InvoiceHeader.DateExecution.Date _StorageDateClearingPrice.DateExecution = _InvoiceRows.InvoiceHeader.DateExecution.Date
End If
_StorageDateClearingPrice.InvoiceRows = _InvoiceRows _StorageDateClearingPrice.InvoiceRows = _InvoiceRows
_StorageDateClearingPrice.Products = _InvoiceRows.OrderInRows.Products _StorageDateClearingPrice.Products = _InvoiceRows.OrderInRows.Products
_StorageDateClearingPrice.QTT_Out = _InvoiceRows.QTT _StorageDateClearingPrice.QTT_Out = _InvoiceRows.QTT
@@ -437,13 +437,13 @@ Public Class RegistryHeader '-- iktatórendszer
<RuleRequiredField("RegistryHeader.DocumentFile_If_Financial_Registry", "RegistryNextStep_Context", TargetCriteria:="DeliveryType<>'ePhone'")> <RuleRequiredField("RegistryHeader.DocumentFile_If_Financial_Registry", "RegistryNextStep_Context", TargetCriteria:="DeliveryType<>'ePhone'")>
<Aggregated(), ExpandObjectMembers(ExpandObjectMembers.Never)> <Aggregated(), ExpandObjectMembers(ExpandObjectMembers.Never), Delayed(True)>
Property DocumentFile() As FileData Property DocumentFile() As FileData
Get Get
Return _DocumentFile Return GetDelayedPropertyValue(Of FileData)("DocumentFile")
End Get End Get
Set(ByVal value As FileData) Set(ByVal value As FileData)
SetPropertyValue("DocumentFile", _DocumentFile, value) SetDelayedPropertyValue(Of FileData)("DocumentFile", value)
End Set End Set
End Property End Property
Property IsEditable As Boolean Property IsEditable As Boolean
@@ -5615,9 +5615,9 @@
<Member Name="PCIDetail" Caption="Nyitott p.ü. teljesítések" /> <Member Name="PCIDetail" Caption="Nyitott p.ü. teljesítések" />
<Member Name="PermissionAllowed" Caption="Engedélyezett" /> <Member Name="PermissionAllowed" Caption="Engedélyezett" />
<Member Name="QualityOption" Caption="Minőségi opció" /> <Member Name="QualityOption" Caption="Minőségi opció" />
<Member Name="row_APCSheetByProducts" Caption="Term. szerződés*" /> <Member Name="row_APCSheetByProducts" Caption="Term. szerződés (t)*" />
<Member Name="row_DiscountPercent" Caption="Kedv.%*" /> <Member Name="row_DiscountPercent" Caption="Kedv.%*" />
<Member Name="row_o_APCSheetByProducts" Caption="Term. szerződés*" /> <Member Name="row_o_APCSheetByProducts" Caption="Term. szerződés (e)*" />
<Member Name="row_o_CustomsTariffs" Caption="VTSZ./ SZJ.*" /> <Member Name="row_o_CustomsTariffs" Caption="VTSZ./ SZJ.*" />
<Member Name="row_o_Description" Caption="Leírás*" /> <Member Name="row_o_Description" Caption="Leírás*" />
<Member Name="row_o_DiscountPercent" Caption="Kedv. %*" /> <Member Name="row_o_DiscountPercent" Caption="Kedv. %*" />
+1 -1
View File
@@ -19463,8 +19463,8 @@
<LayoutGroup Id="Main" RelativeSize="100" ImageName=""> <LayoutGroup Id="Main" RelativeSize="100" ImageName="">
<LayoutGroup Id="SimpleEditors" RelativeSize="11" ImageName=""> <LayoutGroup Id="SimpleEditors" RelativeSize="11" ImageName="">
<LayoutGroup Id="JobNumberObjects" RelativeSize="100" ImageName=""> <LayoutGroup Id="JobNumberObjects" RelativeSize="100" ImageName="">
<LayoutItem Id="ParentObject" SizeConstraintsType="Default" RelativeSize="51" ViewItem="ParentObject" />
<LayoutItem Id="Name" ViewItem="Name" SizeConstraintsType="Default" Index="1" RelativeSize="48" IsNewNode="True" /> <LayoutItem Id="Name" ViewItem="Name" SizeConstraintsType="Default" Index="1" RelativeSize="48" IsNewNode="True" />
<LayoutItem Id="ParentObject" SizeConstraintsType="Default" RelativeSize="51" ViewItem="ParentObject" />
</LayoutGroup> </LayoutGroup>
<LayoutGroup Id="HCategory" RelativeSize="8" ImageName="" Direction="Horizontal" Removed="True"> <LayoutGroup Id="HCategory" RelativeSize="8" ImageName="" Direction="Horizontal" Removed="True">
<LayoutItem Id="Name" ViewItem="Name" Removed="True" /> <LayoutItem Id="Name" ViewItem="Name" Removed="True" />