Subversion Repositories SmartDukaan

Rev

Rev 35191 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35191 Rev 36103
Line 85... Line 85...
85
 
85
 
86
	// public void returnInventoryItems(List<InventoryItem> inventoryItems,
86
	// public void returnInventoryItems(List<InventoryItem> inventoryItems,
87
	// DebitNote debitNote);
87
	// DebitNote debitNote);
88
	public void returnItems(DebitNote debitNote) throws Exception;
88
	public void returnItems(DebitNote debitNote) throws Exception;
89
 
89
 
-
 
90
	public void restoreReturnedItems(DebitNote debitNote) throws Exception;
-
 
91
 
90
	public List<ItemQuantity> getPartnerStockOnDate(LocalDate stockDate);
92
	public List<ItemQuantity> getPartnerStockOnDate(LocalDate stockDate);
91
 
93
 
92
	float getTotalAmountInStock(int fofoId);
94
	float getTotalAmountInStock(int fofoId);
93
 
95
 
94
	List<InventoryItem> getInventoryInStock();
96
	List<InventoryItem> getInventoryInStock();