Subversion Repositories SmartDukaan

Rev

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

Rev 5387 Rev 5411
Line 530... Line 530...
530
	the IMEI no. if a -1 is supplied.
530
	the IMEI no. if a -1 is supplied.
531
	Also, it generates an invoice number for the order, marks the order as
531
	Also, it generates an invoice number for the order, marks the order as
532
	BILLED and sets the billing timestamp.
532
	BILLED and sets the billing timestamp.
533
	Returns false if it doesn't find the order with the given ID.
533
	Returns false if it doesn't find the order with the given ID.
534
	*/
534
	*/
535
	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 fulfilmentWarehouseId, 9:bool authorize) throws (1:TransactionServiceException ex),
535
	bool addBillingDetails(1:i64 orderId, 2:string invoice_number, 3:list<string> serialNumber, 4:list<string> itemNumber, 5:string billed_by, 6:i64 jacketNumber, 7:i64 billingType, 8:i64 fulfilmentWarehouseId, 9:bool authorize) throws (1:TransactionServiceException ex),
536
 
536
 
537
	/**
537
	/**
538
	Add the invoice number to the order.
538
	Add the invoice number to the order.
539
	*/	
539
	*/	
540
	void addInvoiceNumber(1:i64 orderId, 2:string invoiceNumber, 3:string color) throws (1:TransactionServiceException ex),
540
	void addInvoiceNumber(1:i64 orderId, 2:string invoiceNumber, 3:string color) throws (1:TransactionServiceException ex),