Subversion Repositories SmartDukaan

Rev

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

Rev 6548 Rev 6630
Line 194... Line 194...
194
     
194
     
195
     /**
195
     /**
196
      * Get inventory count for available Serialized items in our warehouses using entries in ScanNew table
196
      * Get inventory count for available Serialized items in our warehouses using entries in ScanNew table
197
      */
197
      */
198
     list<InventoryAvailability> getCurrentSerializedInventoryByScans();
198
     list<InventoryAvailability> getCurrentSerializedInventoryByScans();
-
 
199
     
-
 
200
      /**
-
 
201
      * Get inventory count for available Serialized items in our warehouses using entries in ScanNew table
-
 
202
      */
-
 
203
     list<InventoryAvailability> getCurrentNonSerializedInventoryByScans();
-
 
204
     
199
}
205
}