Subversion Repositories SmartDukaan

Rev

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

Rev 6630 Rev 6762
Line 203... Line 203...
203
    /**
203
    /**
204
     * Get invoice with given supplierId and invoiceNumber
204
     * Get invoice with given supplierId and invoiceNumber
205
    */
205
    */
206
    list<PurchaseReturn> getInvoice(1:string invoiceNumber, 2:i64 supplierId);
206
    list<PurchaseReturn> getInvoice(1:string invoiceNumber, 2:i64 supplierId);
207
    
207
    
-
 
208
    /**
-
 
209
     * Inserts new Invoice/LineItem/Purchase Entries for Billed Product done through Our External Billing
-
 
210
    **/
-
 
211
    i64 createPurchaseForOurExtBilling(1:string invoiceNumber, 2:double unitPrice, 3:i64 itemId);
-
 
212
    
-
 
213
    void fulfillPOForExtBilling(1:i64 itemId, 2:i64 quantity);
-
 
214
    
-
 
215
    
-
 
216
    
208
}
217
}