Subversion Repositories SmartDukaan

Rev

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

Rev 10120 Rev 10215
Line 221... Line 221...
221
 
221
 
222
    /**
222
    /**
223
     * Returns the purchase scans between grn dates grouped by items for Purchase register reconciliation 
223
     * Returns the purchase scans between grn dates grouped by items for Purchase register reconciliation 
224
     */
224
     */
225
    list<DetailedPurchaseScan> getPurchaseScansByGrnDate(1:i64 startDate, 2:i64 endDate);
225
    list<DetailedPurchaseScan> getPurchaseScansByGrnDate(1:i64 startDate, 2:i64 endDate);
226
 
226
    
-
 
227
    /**
-
 
228
     * Returns the empty grn-ids between grn dates 
-
 
229
     */
-
 
230
    list<i64> getEmptyGrnsByDate(1:i64 startDate, 2:i64 endDate);
227
 
231
 
228
    /**
232
    /**
229
     * Returns the invoices and the count of scans against on a given day.
233
     * Returns the invoices and the count of scans against on a given day.
230
     */
234
     */
231
     list<InvoiceScan> fetchScansPerInvoiceNumber(1:i64 date);
235
     list<InvoiceScan> fetchScansPerInvoiceNumber(1:i64 date);