Subversion Repositories SmartDukaan

Rev

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

Rev 2842 Rev 3014
Line 37... Line 37...
37
  print '  bool addBillingDetails(i64 orderId, string invoice_number, string billed_by)'
37
  print '  bool addBillingDetails(i64 orderId, string invoice_number, string billed_by)'
38
  print '  bool addJacketNumber(i64 orderId, i64 jacketNumber, i64 imeiNumber, string itemNumber, string billedBy, i64 billingType)'
38
  print '  bool addJacketNumber(i64 orderId, i64 jacketNumber, i64 imeiNumber, string itemNumber, string billedBy, i64 billingType)'
39
  print '  bool acceptOrder(i64 orderId)'
39
  print '  bool acceptOrder(i64 orderId)'
40
  print '  bool billOrder(i64 orderId)'
40
  print '  bool billOrder(i64 orderId)'
41
  print '   getOrdersForTransaction(i64 transactionId, i64 customerId)'
41
  print '   getOrdersForTransaction(i64 transactionId, i64 customerId)'
42
  print '   getOrdersForCustomer(i64 customerId, i64 from_date, i64 to_date, OrderStatus status)'
42
  print '   getOrdersForCustomer(i64 customerId, i64 from_date, i64 to_date,  statuses)'
43
  print '  i64 createOrder(Order order)'
43
  print '  i64 createOrder(Order order)'
44
  print '  Order getOrder(i64 id)'
44
  print '  Order getOrder(i64 id)'
45
  print '   getLineItemsForOrder(i64 orderId)'
45
  print '   getLineItemsForOrder(i64 orderId)'
46
  print '  Order getOrderForCustomer(i64 orderId, i64 customerId)'
46
  print '  Order getOrderForCustomer(i64 orderId, i64 customerId)'
47
  print '   batchOrders(i64 warehouseId)'
47
  print '   batchOrders(i64 warehouseId)'