Subversion Repositories SmartDukaan

Rev

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

Rev 9416 Rev 9829
Line 256... Line 256...
256
 
256
 
257
    /**
257
    /**
258
     * Check if invoice is already received with given supplierId and invoiceNumber
258
     * Check if invoice is already received with given supplierId and invoiceNumber
259
    */
259
    */
260
    bool isInvoiceReceived(1:string invoiceNumber, 2:i64 supplierId);
260
    bool isInvoiceReceived(1:string invoiceNumber, 2:i64 supplierId);
-
 
261
    
-
 
262
    /**
-
 
263
     * Change warehouseId of PO if no items have been received yet for the PO
-
 
264
    */
-
 
265
    void changeWarehouseForPO(1:i64 id, 2:i64 warehouseId) throws (1:PurchaseServiceException e);
261
}
266
}