Subversion Repositories SmartDukaan

Rev

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

Rev 7613 Rev 10689
Line 12... Line 12...
12
        <typeAlias alias="scan" type="in.shop2020.warehouse.domain.Scan" />
12
        <typeAlias alias="scan" type="in.shop2020.warehouse.domain.Scan" />
13
        <typeAlias alias="inventoryItem" type="in.shop2020.warehouse.domain.InventoryItem" />
13
        <typeAlias alias="inventoryItem" type="in.shop2020.warehouse.domain.InventoryItem" />
14
        <typeAlias alias="detailedPurchaseScan" type="in.shop2020.warehouse.DetailedPurchaseScan" />
14
        <typeAlias alias="detailedPurchaseScan" type="in.shop2020.warehouse.DetailedPurchaseScan" />
15
        <typeAlias alias="invoiceScan" type="in.shop2020.warehouse.InvoiceScan" />
15
        <typeAlias alias="invoiceScan" type="in.shop2020.warehouse.InvoiceScan" />
16
        <typeAlias alias="inventoryAge" type="in.shop2020.warehouse.InventoryAge" />
16
        <typeAlias alias="inventoryAge" type="in.shop2020.warehouse.InventoryAge" />
-
 
17
        <typeAlias alias="amazonTransferredSkuDetail" type="in.shop2020.warehouse.domain.AmazonTransferredSkuDetail" />
17
        <typeAlias alias="inventoryAvailability" type="in.shop2020.warehouse.InventoryAvailability" />
18
        <typeAlias alias="inventoryAvailability" type="in.shop2020.warehouse.InventoryAvailability" />
18
        <typeAlias alias="inTransitInventory" type="in.shop2020.warehouse.domain.InTransitInventory" />
19
        <typeAlias alias="inTransitInventory" type="in.shop2020.warehouse.domain.InTransitInventory" />
19
        <typeAlias alias="inventoryMovement" type="in.shop2020.warehouse.InventoryMovement" />
20
        <typeAlias alias="inventoryMovement" type="in.shop2020.warehouse.InventoryMovement" />
20
        <typeAlias alias="transferLot" type="in.shop2020.warehouse.domain.TransferLot" />
21
        <typeAlias alias="transferLot" type="in.shop2020.warehouse.domain.TransferLot" />
21
        <typeAlias alias="possibleWarehouseMovement" type="in.shop2020.warehouse.domain.PossibleWarehouseMovement" />
22
        <typeAlias alias="possibleWarehouseMovement" type="in.shop2020.warehouse.domain.PossibleWarehouseMovement" />