Subversion Repositories SmartDukaan

Rev

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

Rev 4758 Rev 4763
Line 434... Line 434...
434
	the IMEI no. if a -1 is supplied.
434
	the IMEI no. if a -1 is supplied.
435
	Also, it generates an invoice number for the order, marks the order as
435
	Also, it generates an invoice number for the order, marks the order as
436
	BILLED and sets the billing timestamp.
436
	BILLED and sets the billing timestamp.
437
	Returns false if it doesn't find the order with the given ID.
437
	Returns false if it doesn't find the order with the given ID.
438
	*/
438
	*/
439
	bool addBillingDetails(1:i64 orderId, 2:string invoice_number, 3:string serialNumber, 4:string itemNumber, 5:string billed_by, 6:i64 jacketNumber, 7:i64 billingType, 8:i64 vendorId) throws (1:TransactionServiceException ex),
439
	bool addBillingDetails(1:i64 orderId, 2:string invoice_number, 3:string serialNumber, 4:string itemNumber, 5:string billed_by, 6:i64 jacketNumber, 7:i64 billingType, 8:i64 vendorId, 9:bool authorize) throws (1:TransactionServiceException ex),
440
 
440
 
441
	/**
441
	/**
442
	Add the invoice number to the order.
442
	Add the invoice number to the order.
443
	*/	
443
	*/	
444
	void addInvoiceNumber(1:i64 orderId, 2:string invoiceNumber) throws (1:TransactionServiceException ex),
444
	void addInvoiceNumber(1:i64 orderId, 2:string invoiceNumber, 3:string color) throws (1:TransactionServiceException ex),
445
		
445
		
446
	/**
446
	/**
447
	Depending on the third parameter, marks either all prepaid or all cod orders BILLED by the
447
	Depending on the third parameter, marks either all prepaid or all cod orders BILLED by the
448
	given warehouse and were picked up by the given provider as MANIFESTED.
448
	given warehouse and were picked up by the given provider as MANIFESTED.
449
	*/
449
	*/