Subversion Repositories SmartDukaan

Rev

Rev 12800 | Rev 15045 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12800 Rev 14491
Line 19... Line 19...
19
        <typeAlias alias="inTransitInventory" type="in.shop2020.warehouse.domain.InTransitInventory" />
19
        <typeAlias alias="inTransitInventory" type="in.shop2020.warehouse.domain.InTransitInventory" />
20
        <typeAlias alias="inventoryMovement" type="in.shop2020.warehouse.InventoryMovement" />
20
        <typeAlias alias="inventoryMovement" type="in.shop2020.warehouse.InventoryMovement" />
21
        <typeAlias alias="transferLot" type="in.shop2020.warehouse.domain.TransferLot" />
21
        <typeAlias alias="transferLot" type="in.shop2020.warehouse.domain.TransferLot" />
22
        <typeAlias alias="possibleWarehouseMovement" type="in.shop2020.warehouse.domain.PossibleWarehouseMovement" />
22
        <typeAlias alias="possibleWarehouseMovement" type="in.shop2020.warehouse.domain.PossibleWarehouseMovement" />
23
        <typeAlias alias="invAgeConsiderItems" type="in.shop2020.warehouse.InvAgeConsiderItems" />
23
        <typeAlias alias="invAgeConsiderItems" type="in.shop2020.warehouse.InvAgeConsiderItems" />
-
 
24
        <typeAlias alias="doaOutInventoryItem" type="in.shop2020.warehouse.DoaOutInventoryItem" />
24
    </typeAliases>
25
    </typeAliases>
25
</configuration>
26
</configuration>