Subversion Repositories SmartDukaan

Rev

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

Rev 5545 Rev 5620
Line 127... Line 127...
127
 
127
 
128
    /**
128
    /**
129
     * Returns the invoices and the count of scans against on a given day.
129
     * Returns the invoices and the count of scans against on a given day.
130
     */
130
     */
131
     list<InvoiceScan> fetchScansPerInvoiceNumber(1:i64 date);
131
     list<InvoiceScan> fetchScansPerInvoiceNumber(1:i64 date);
-
 
132
     
-
 
133
     /**
-
 
134
      * Returns inventory item for a given order
-
 
135
      */
-
 
136
     InventoryItem getInventoryItemFromOrder(1:i64 orderId) throws (1:WarehouseServiceException we);
132
}
137
}