Subversion Repositories SmartDukaan

Rev

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

Rev 5128 Rev 6530
Line 137... Line 137...
137
                	String link = GWT.getHostPageBaseURL() + "inactivewithinventory/download";
137
                	String link = GWT.getHostPageBaseURL() + "inactivewithinventory/download";
138
                    Window.open(link, "_blank", "Inactive Items with Inventory");
138
                    Window.open(link, "_blank", "Inactive Items with Inventory");
139
                }else if (CatalogTree.BREAKEVEN_ITEMS.equals(itemsType)){
139
                }else if (CatalogTree.BREAKEVEN_ITEMS.equals(itemsType)){
140
                	String link1 = GWT.getHostPageBaseURL() + "belowbreakeven/download";
140
                	String link1 = GWT.getHostPageBaseURL() + "belowbreakeven/download";
141
                	Window.open(link1, "_blank", "Item below break even price.");
141
                	Window.open(link1, "_blank", "Item below break even price.");
-
 
142
                }else if (CatalogTree.INVENTORY_OUTOFSYNC_ITEM_LIST.equals(itemsType)){
-
 
143
                	itemList.loadInventoryOutofSyncItems();
142
                }
144
                	}
143
            }
145
            }
144
        });
146
        });
145
    }
147
    }
146
    
148
    
147
    ItemList getItemListWidget() {
149
    ItemList getItemListWidget() {