Subversion Repositories SmartDukaan

Rev

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

Rev 26265 Rev 26299
Line 10... Line 10...
10
 
10
 
11
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
11
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
12
import com.spice.profitmandi.common.model.BrandStockPrice;
12
import com.spice.profitmandi.common.model.BrandStockPrice;
13
import com.spice.profitmandi.common.model.CustomCurrentInventorySnapshot;
13
import com.spice.profitmandi.common.model.CustomCurrentInventorySnapshot;
14
import com.spice.profitmandi.common.model.InventoryItemAgingModel;
14
import com.spice.profitmandi.common.model.InventoryItemAgingModel;
-
 
15
import com.spice.profitmandi.common.model.ItemDescriptionModel;
15
import com.spice.profitmandi.common.model.MapWrapper;
16
import com.spice.profitmandi.common.model.MapWrapper;
16
import com.spice.profitmandi.dao.entity.fofo.CustomerReturnItem;
17
import com.spice.profitmandi.dao.entity.fofo.CustomerReturnItem;
17
import com.spice.profitmandi.dao.entity.fofo.DebitNote;
18
import com.spice.profitmandi.dao.entity.fofo.DebitNote;
18
import com.spice.profitmandi.dao.entity.fofo.InventoryItem;
19
import com.spice.profitmandi.dao.entity.fofo.InventoryItem;
19
import com.spice.profitmandi.dao.entity.fofo.PurchaseReturnItem;
20
import com.spice.profitmandi.dao.entity.fofo.PurchaseReturnItem;
Line 59... Line 60...
59
	public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds);
60
	public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds);
60
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
61
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
61
	public void reservationCountByColor(Integer itemId, Order order) throws ProfitMandiBusinessException;
62
	public void reservationCountByColor(Integer itemId, Order order) throws ProfitMandiBusinessException;
62
	public void reservationCountByFulfillmentWarehouseId(Integer fulfilmentWarehouseId, Order order) throws ProfitMandiBusinessException;
63
	public void reservationCountByFulfillmentWarehouseId(Integer fulfilmentWarehouseId, Order order) throws ProfitMandiBusinessException;
63
	float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
64
	float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
-
 
65
	public List<ItemDescriptionModel> getAllPartnerItemStringDescription();
-
 
66
	public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
64
}
67
}