First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
+202
View File
@@ -0,0 +1,202 @@
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="Nuvolar.Module.StorageComputed">
<Position X="0.5" Y="4" Width="2.5" />
<Members>
<Field Name="_Products" Hidden="true" />
<Field Name="_QTTFree" Hidden="true" />
<Field Name="_QTTReserved" Hidden="true" />
<Field Name="_QTTReservedIn" Hidden="true" />
<Field Name="_QTTReservedOut" Hidden="true" />
<Field Name="_Storage" Hidden="true" />
<Method Name="New" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAABgAAAAAAAAAAAAAYAAAAAhgAEAAAACAAABAAAAgQ=</HashCode>
<FileName>BusinessObjects\Storage\StorageComputed.vb</FileName>
</TypeIdentifier>
</Class>
<Class Name="Nuvolar.Module.StorageInRows">
<Position X="4" Y="5.5" Width="2.25" />
<Members>
<Field Name="_Active" Hidden="true" />
<Field Name="_DeliveryNoteInRows" Hidden="true" />
<Field Name="_OnStorno" Hidden="true" />
<Field Name="_PacketNumber" Hidden="true" />
<Field Name="_Products" Hidden="true" />
<Field Name="_QTT" Hidden="true" />
<Field Name="_QTT_Out" Hidden="true" />
<Field Name="_QTT_Out_Will" Hidden="true" />
<Field Name="_QTT_Will" Hidden="true" />
<Field Name="_RowIndex" Hidden="true" />
<Field Name="_SerialNumber" Hidden="true" />
<Field Name="_StorageInHeader" Hidden="true" />
<Method Name="AddRows" Hidden="true" />
<Method Name="New" Hidden="true" />
<Method Name="OnSaving" Hidden="true" />
<Method Name="RemoveRows" Hidden="true" />
</Members>
<Compartments>
<Compartment Name="Fields" Collapsed="true" />
</Compartments>
<TypeIdentifier>
<HashCode>gAQBAAACBQAAQAAAAAQwAIgAAgEAABAigAQgAIAIwAQ=</HashCode>
<FileName>BusinessObjects\StorageTransactions\In\StorageInRows.vb</FileName>
</TypeIdentifier>
</Class>
<Class Name="Nuvolar.Module.StorageOutRows">
<Position X="7" Y="6" Width="2.25" />
<Members>
<Field Name="_OnStorno" Hidden="true" />
<Field Name="_OrderInRows" Hidden="true" />
<Field Name="_Products" Hidden="true" />
<Field Name="_QTT" Hidden="true" />
<Field Name="_QTT_Will" Hidden="true" />
<Field Name="_RowIndex" Hidden="true" />
<Field Name="_StorageComputed" Hidden="true" />
<Field Name="_StorageOutHeader" Hidden="true" />
<Method Name="New" Hidden="true" />
<Method Name="OnSaving" Hidden="true" />
<Method Name="RemoveRows" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAAACgAAAQAAQIAAAAQAEIgEAgAAAEACgAQgAIAAwAQ=</HashCode>
<FileName>BusinessObjects\StorageTransactions\Out\StorageOutRows.vb</FileName>
</TypeIdentifier>
</Class>
<Class Name="Nuvolar.Module.StorageOutRowsInRows">
<Position X="9.75" Y="0.75" Width="2" />
<Members>
<Field Name="_QTT" Hidden="true" />
<Field Name="_RowIndex" Hidden="true" />
<Field Name="_StorageInRows" Hidden="true" />
<Field Name="_StorageOutRows" Hidden="true" />
<Method Name="New" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAAAAABBAQAASAAAAAAAAAAAAAAAAAAAgAAAAAAAgAA=</HashCode>
<FileName>BusinessObjects\StorageTransactions\Out\StorageOutRowsInRows.vb</FileName>
</TypeIdentifier>
</Class>
<Class Name="Nuvolar.Module.Storage">
<Position X="0.5" Y="0.75" Width="2.5" />
<Members>
<Field Name="_Address" Hidden="true" />
<Field Name="_CustomersFrom" Hidden="true" />
<Field Name="_Description" Hidden="true" />
<Field Name="_NumberGeneratorIn" Hidden="true" />
<Field Name="_NumberGeneratorInS" Hidden="true" />
<Field Name="_NumberGeneratorOut" Hidden="true" />
<Field Name="_NumberGeneratorOutS" Hidden="true" />
<Field Name="_ReportIn" Hidden="true" />
<Field Name="_ReportOut" Hidden="true" />
<Field Name="_ShortName" Hidden="true" />
<Method Name="AfterConstruction" Hidden="true" />
<Method Name="New" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>EAAICAAAAAQgAIAIgAAAAEgAAAQAAIAGKAAAABADgAA=</HashCode>
<FileName>BusinessObjects\Storage\Storage.vb</FileName>
</TypeIdentifier>
</Class>
<Class Name="Nuvolar.Module.StorageInHeader">
<Position X="4" Y="0.75" Width="2.25" />
<Members>
<Field Name="_Active" Hidden="true" />
<Field Name="_CreateDate" Hidden="true" />
<Field Name="_DocumentNumber" Hidden="true" />
<Field Name="_IsEditable" Hidden="true" />
<Field Name="_IsFinalized" Hidden="true" />
<Field Name="_IsStorno" Hidden="true" />
<Field Name="_ObjectCreated" Hidden="true" />
<Field Name="_RecipeExecutionSimple" Hidden="true" />
<Field Name="_row_PacketNumber" Hidden="true" />
<Field Name="_row_Products" Hidden="true" />
<Field Name="_row_QTT_Will" Hidden="true" />
<Field Name="_row_SerialNumber" Hidden="true" />
<Field Name="_Storage" Hidden="true" />
<Field Name="_StorageMoveType" Hidden="true" />
<Method Name="AfterConstruction" Hidden="true" />
<Method Name="New" Hidden="true" />
<Method Name="OnSaving" Hidden="true" />
</Members>
<Compartments>
<Compartment Name="Fields" Collapsed="true" />
<Compartment Name="Methods" Collapsed="true" />
</Compartments>
<TypeIdentifier>
<HashCode>AAAAAEBACGCAQKIAICqQIIAEBAwAAEAgCAADAAAQIjA=</HashCode>
<FileName>BusinessObjects\StorageTransactions\In\StorageInHeader.vb</FileName>
</TypeIdentifier>
</Class>
<Class Name="Nuvolar.Module.StorageMoveType">
<Position X="10" Y="6.75" Width="2.5" />
<Members>
<Field Name="_CreditChartOfAccounts" Hidden="true" />
<Field Name="_DebitChartOfAccounts" Hidden="true" />
<Field Name="_MoveType" Hidden="true" />
<Field Name="_ProductsGroups" Hidden="true" />
<Field Name="_Storage" Hidden="true" />
<Method Name="New" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAEBEAABAAAAAAACAAIAAAACAAQAAAABAAAAABAAAgA=</HashCode>
<FileName>BusinessObjects\Storage\StorageMoveType.vb</FileName>
</TypeIdentifier>
</Class>
<Class Name="Nuvolar.Module.StorageOutHeader">
<Position X="7" Y="0.75" Width="2.25" />
<Members>
<Field Name="_Active" Hidden="true" />
<Field Name="_CreateDate" Hidden="true" />
<Field Name="_Customers" Hidden="true" />
<Field Name="_CustomersFrom" Hidden="true" />
<Field Name="_DocumentNumber" Hidden="true" />
<Field Name="_IsEditable" Hidden="true" />
<Field Name="_IsFinalized" Hidden="true" />
<Field Name="_IsStorno" Hidden="true" />
<Field Name="_ObjectCreated" Hidden="true" />
<Field Name="_RecipeExecutionSimple" Hidden="true" />
<Field Name="_row_OutMode" Hidden="true" />
<Field Name="_row_QTT" Hidden="true" />
<Field Name="_row_QTT_Will" Hidden="true" />
<Field Name="_row_StorageComputed" Hidden="true" />
<Field Name="_row_StorageInRows" Hidden="true" />
<Field Name="_Storage" Hidden="true" />
<Field Name="_StorageMoveType" Hidden="true" />
<Method Name="AfterConstruction" Hidden="true" />
<Method Name="New" Hidden="true" />
<Method Name="OnSaving" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>EAFCABABAEAAQKIAMCqQIIgEBAyIAAIgCAABACAQgjg=</HashCode>
<FileName>BusinessObjects\StorageTransactions\Out\StorageOutHeader.vb</FileName>
</TypeIdentifier>
</Class>
<Class Name="Nuvolar.Module.StorageMoveEvents">
<Position X="0.5" Y="6.5" Width="2.5" />
<Members>
<Field Name="_ObjectCreated" Hidden="true" />
<Field Name="_QTT" Hidden="true" />
<Field Name="_QTT_Free_After" Hidden="true" />
<Field Name="_QTT_Free_Before" Hidden="true" />
<Field Name="_StorageInRows" Hidden="true" />
<Field Name="_StorageOutRows" Hidden="true" />
<Field Name="_UserCreated" Hidden="true" />
<Method Name="AfterConstruction" Hidden="true" />
<Method Name="New" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAAAAABBAAAASIIAAKAAAAAABAAAAgAACAAAABAAgAE=</HashCode>
<FileName>BusinessObjects\Storage\StorageMoveEvents.vb</FileName>
</TypeIdentifier>
</Class>
<Enum Name="Nuvolar.Module.eMoveType">
<Position X="13" Y="7.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AIAAAAAAAAAAAABAAAAABAAAAAAAAAIAIAAgAgAACAA=</HashCode>
<FileName>BusinessObjects\Storage\StorageMoveType.vb</FileName>
</TypeIdentifier>
</Enum>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>