Subversion Repositories SmartDukaan

Rev

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

Rev 7199 Rev 7210
Line 170... Line 170...
170
     * Returns the purchase scans grouped by items for Purchase register reconciliation
170
     * Returns the purchase scans grouped by items for Purchase register reconciliation
171
     */
171
     */
172
    list<DetailedPurchaseScan> getPurchaseScans(1:i64 startDate, 2:i64 endDate);
172
    list<DetailedPurchaseScan> getPurchaseScans(1:i64 startDate, 2:i64 endDate);
173
 
173
 
174
    /**
174
    /**
-
 
175
     * Returns the purchase scans between grn dates grouped by items for Purchase register reconciliation 
-
 
176
     */
-
 
177
    list<DetailedPurchaseScan> getPurchaseScansByGrnDate(1:i64 startDate, 2:i64 endDate);
-
 
178
 
-
 
179
 
-
 
180
    /**
175
     * Returns the invoices and the count of scans against on a given day.
181
     * Returns the invoices and the count of scans against on a given day.
176
     */
182
     */
177
     list<InvoiceScan> fetchScansPerInvoiceNumber(1:i64 date);
183
     list<InvoiceScan> fetchScansPerInvoiceNumber(1:i64 date);
178
     
184
     
179
     /**
185
     /**