Subversion Repositories SmartDukaan

Rev

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

Rev 5768 Rev 6322
Line 155... Line 155...
155
 
155
 
156
     /**
156
     /**
157
      * Fetches the stock inventory age week-wise
157
      * Fetches the stock inventory age week-wise
158
      */
158
      */
159
     list<InventoryAge> getInventoryAge();
159
     list<InventoryAge> getInventoryAge();
-
 
160
     
-
 
161
	 /**
-
 
162
      * Fetches the scanRecords for a given item for a given time interval 
-
 
163
      */
-
 
164
     list<Scan> getInventoryScansForItem(1:i64 itemId, 2:i64 fromDate, 3:i64 toDate);
-
 
165
     
-
 
166
     /**
-
 
167
      * Fetches the scanRecords for a given serialNumber for a given time interval 
-
 
168
      */
-
 
169
     list<Scan> getScanRecordsForSerialNumber(1:i64 serialNumber);
-
 
170
     
-
 
171
     
160
}
172
}