forked from allors/allors2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Implements SalesOrder Transfer feature - Domain Test (WIP) - Updates Clone Function - Updates Derivation
- Loading branch information
1 parent
4f92b18
commit 917fbc2
Showing
7 changed files
with
204 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,120 +1,63 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ClassDiagram MajorVersion="1" MinorVersion="1"> | ||
<Interface Name="Allors.Domain.SalesOrderItem"> | ||
<Position X="3" Y="2.75" Width="3.75" /> | ||
<TypeIdentifier> | ||
<HashCode>CAAKJDkAEiAAAAAABAgAABAAAIABgCtAEACAATCAgAk=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
<ShowAsAssociation> | ||
<Property Name="_s_SalesOrderItemInventoryAssignments" /> | ||
</ShowAsAssociation> | ||
</Interface> | ||
<Interface Name="Allors.Domain.OrderShipment"> | ||
<Position X="8.5" Y="0.5" Width="1.5" /> | ||
<AssociationLine Name="OrderItem" Type="Allors.Domain.OrderItem" FixedToPoint="true"> | ||
<Path> | ||
<Point X="8.5" Y="1" /> | ||
<Point X="6.5" Y="1" /> | ||
</Path> | ||
</AssociationLine> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAACAAAAAAAAIAAAAAAAAAAAAAAAAAAAAgAAAAAA=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
<ShowAsAssociation> | ||
<Property Name="OrderItem" /> | ||
<Property Name="ShipmentItem" /> | ||
</ShowAsAssociation> | ||
</Interface> | ||
<Interface Name="Allors.Domain.OrderItem" Collapsed="true"> | ||
<Position X="3.25" Y="0.5" Width="3.25" /> | ||
<TypeIdentifier> | ||
<HashCode>ACEAAAAAAUAgCAAAAAAAAAAAgBAAAAAAQIAAIAAAgQI=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
</Interface> | ||
<Interface Name="Allors.Domain.ShipmentItem"> | ||
<Position X="12.75" Y="0.5" Width="2.25" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAQAIgAAAIAAAEQIAAAAAIAgAEBSAAAAgCAAAAE=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
<ShowAsAssociation> | ||
<Property Name="ReservedFromInventoryItems" /> | ||
</ShowAsAssociation> | ||
</Interface> | ||
<Interface Name="Allors.Domain.Shipment"> | ||
<Position X="17.25" Y="0.5" Width="2" /> | ||
<Interface Name="Allors.Domain.SalesOrder" Collapsed="true"> | ||
<Position X="4.75" Y="4.25" Width="2.75" /> | ||
<TypeIdentifier> | ||
<HashCode>CAgAAogEAAAEEAAAAAAAAYAAAkAQQCBCAhZAIQAAAEA=</HashCode> | ||
<HashCode>Cg9BAQhAAAQAAgQRABAABAAAoEAAtBgQAIQQGzLGQoA=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
<ShowAsAssociation> | ||
<Property Name="ShipmentItems" /> | ||
<Property Name="TakenBy" /> | ||
<Property Name="ShipToCustomer" /> | ||
<Property Name="BillToCustomer" /> | ||
<Property Name="SalesOrderItems" /> | ||
<Property Name="BillToEndCustomer" /> | ||
<Property Name="ShipToEndCustomer" /> | ||
<Property Name="OriginFacility" /> | ||
</ShowAsAssociation> | ||
</Interface> | ||
<Interface Name="Allors.Domain.SalesOrder" Collapsed="true"> | ||
<Position X="0.5" Y="2.75" Width="1.5" /> | ||
<Interface Name="Allors.Domain.InternalOrganisation" Collapsed="true"> | ||
<Position X="9.75" Y="5.5" Width="1.75" /> | ||
<TypeIdentifier> | ||
<HashCode>CAoBAQhAhgCAggYRhBABACAAgEAGtAhQAAQQAWJGggQ=</HashCode> | ||
<HashCode>WgTAAAGESRYAAAKAUExQJxMKBgmtgoIACAECgAgxSAA=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
<ShowAsAssociation> | ||
<Property Name="SalesOrderItems" /> | ||
</ShowAsAssociation> | ||
</Interface> | ||
<Interface Name="Allors.Domain.SalesOrderItemInventoryAssignment"> | ||
<Position X="8.5" Y="4" Width="2.75" /> | ||
<Interface Name="Allors.Domain.PartyFinancialRelationship" Collapsed="true"> | ||
<Position X="14" Y="5.75" Width="2" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAgAAAAAAAAAAAAAAACAAAAAAAgAAAAAgIAAAAA=</HashCode> | ||
<HashCode>AEAACAABAAAABAAAEAAAAAAAAAAAAADgASCACAAgAIA=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
<ShowAsAssociation> | ||
<Property Name="InventoryItem" /> | ||
<Property Name="___InventoryItemTransactions" /> | ||
<Property Name="InternalOrganisation" /> | ||
<Property Name="Party" /> | ||
</ShowAsAssociation> | ||
</Interface> | ||
<Interface Name="Allors.Domain.InventoryItem"> | ||
<Position X="12.75" Y="5.25" Width="1.5" /> | ||
<Interface Name="Allors.Domain.Party" Collapsed="true"> | ||
<Position X="10.75" Y="3.75" Width="1.5" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAIIAAAIAAAAAAAAAAAAQAAAAgAAAAAAAAAAAAAAAA=</HashCode> | ||
<HashCode>wYAoGAAAAoAAAIAQgEgACAgAQIARAhAQFYIFQANAogA=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
<ShowAsAssociation> | ||
<Property Name="Facility" /> | ||
</ShowAsAssociation> | ||
</Interface> | ||
<Interface Name="Allors.Domain.InventoryItemTransaction"> | ||
<Position X="8.5" Y="6.75" Width="2" /> | ||
<Interface Name="Allors.Domain.SalesOrderItem" Collapsed="true"> | ||
<Position X="10.75" Y="8.25" Width="3.5" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAIIAAAIAAIAAIAAACAgAAAAAgAAAAEAAAAkCAAAAA=</HashCode> | ||
<HashCode>KACKAAkAAAAAAIAhhQhAQAiAAoABAQqAAQGiGCRAgAE=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
<ShowAsAssociation> | ||
<Property Name="___InventoryItem" /> | ||
<Property Name="AssignedShipToParty" /> | ||
<Property Name="_ShipToParty" /> | ||
</ShowAsAssociation> | ||
</Interface> | ||
<Interface Name="Allors.Domain.Facility" Collapsed="true"> | ||
<Position X="15.5" Y="6" Width="1.5" /> | ||
<Position X="10" Y="7.25" Width="1.5" /> | ||
<TypeIdentifier> | ||
<HashCode>ABAAgACAAAAgAAAAAAAAAAQAAAAAAAABAAAAAEAAAAA=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
</Interface> | ||
<Interface Name="Allors.Domain.NonSerialisedInventoryItem"> | ||
<Position X="11.25" Y="8.5" Width="3.25" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAgAAACAACAABAAAAAMAAAAAAogEAAAAAAACAAA=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
</Interface> | ||
<Interface Name="Allors.Domain.SerialisedInventoryItem" Collapsed="true"> | ||
<Position X="15" Y="8.5" Width="1.5" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAkAAAAgAAAAAAAAgAAAAAIAAIgAAAAAACAAAAA=</HashCode> | ||
<FileName>Generated\domain.g.cs</FileName> | ||
</TypeIdentifier> | ||
</Interface> | ||
<Font Name="Segoe UI" Size="9" /> | ||
</ClassDiagram> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.