Subversion Repositories SmartDukaan

Rev

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

Rev 6765 Rev 6880
Line 13... Line 13...
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="inventoryAvailability" type="in.shop2020.warehouse.InventoryAvailability" />
17
        <typeAlias alias="inventoryAvailability" type="in.shop2020.warehouse.InventoryAvailability" />
18
        <!-- typeAlias alias="inventoryMovement" type="in.shop2020.warehouse.InventoryMovement" /-->
18
        <typeAlias alias="inventoryMovement" type="in.shop2020.warehouse.InventoryMovement" />
19
    </typeAliases>
19
    </typeAliases>
20
</configuration>
20
</configuration>