|
|
42 |
INSERT INTO `lineitem` (`id`, `item_id`, `productGroup`, `brand`, `model_number`, `model_name`, `color`, `extra_info`, `quantity`, `unit_price`, `unit_weight`, `total_price`, `transfer_price`, `total_weight`, `order_id`, `serial_number`, `item_number`) VALUES (75,163,'Handsets','Spice','QT68',NULL,'Black',NULL,1,3700,0.37,3700,NULL,0.37,75,NULL,NULL),(76,202,'Bluetooth Heads','Nokia','BH-217',NULL,NULL,NULL,1,1949,NULL,1949,NULL,NULL,76,NULL,NULL),(77,978,'Handsets','Sony Ericsson','R800i','Xperia Play','Black',NULL,1,30450,0.44,30450,NULL,0.44,77,NULL,NULL),(78,978,'Handsets','Sony Ericsson','R800i','Xperia Play','Black',NULL,1,30450,0.44,30450,NULL,0.44,78,NULL,NULL),(79,985,'Handsets','Spice ','M5100',NULL,NULL,NULL,1,1650,NULL,1650,NULL,NULL,79,NULL,NULL);
|
|
|
52 |
INSERT INTO `order` (`id`, `warehouse_id`, `logistics_provider_id`, `airwaybill_no`, `tracking_id`, `expected_delivery_time`, `customer_id`, `customer_name`, `customer_mobilenumber`, `customer_pincode`, `customer_address1`, `customer_address2`, `customer_city`, `customer_state`, `customer_email`, `status`, `statusDescription`, `total_amount`, `total_weight`, `invoice_number`, `billed_by`, `created_timestamp`, `accepted_timestamp`, `billing_timestamp`, `shipping_timestamp`, `pickup_timestamp`, `delivery_timestamp`, `outofstock_timestamp`, `transaction_id`, `jacket_number`, `receiver`, `batchNo`, `serialNo`, `doaFlag`, `pickupRequestNo`, `purchase_order_id`, `doa_auth_timestamp`, `doa_pickup_timestamp`, `received_return_timestamp`, `reship_timestamp`, `refund_timestamp`, `new_order_id`, `cod`, `verification_timestamp`, `refunded_by`, `refund_reason`) VALUES (75,NULL,2,'4112280501092330',NULL,NULL,7,'My Accounts User','9876543210','201301','MyAddress Line1','MyAddress Line2','Noida','Uttar Pradesh','myaccountuser@mailinator.com',7,'Payment Pending',3700,0.37,NULL,NULL,'2011-05-02 13:04:22',NULL,NULL,NULL,NULL,NULL,NULL,30,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL),(76,NULL,2,'4252621801241844',NULL,NULL,7,'My Accounts User','9876543210','201301','MyAddress Line1','MyAddress Line2','Noida','Uttar Pradesh','myaccountuser@mailinator.com',11,'Payment Pending',1949,NULL,NULL,NULL,'2011-05-02 13:04:22',NULL,NULL,NULL,NULL,NULL,NULL,30,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL),(77,NULL,1,'43726930402',NULL,NULL,7,'My Accounts User','9876543210','201301','MyAddress Line1','MyAddress Line2','Noida','Uttar Pradesh','myaccountuser@mailinator.com',12,'Payment Pending',30450,0.44,NULL,NULL,'2011-05-02 13:04:22',NULL,NULL,NULL,NULL,NULL,NULL,30,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL),(78,NULL,NULL,NULL,NULL,NULL,8,'paymentuser','8766586577','500016','test','new','hyderabad','Andhra Pradesh','paymentuser@mailinator.com',0,'Payment Pending',30450,0.44,NULL,NULL,'2011-08-31 15:42:21',NULL,NULL,NULL,NULL,NULL,NULL,37,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(79,NULL,NULL,NULL,NULL,NULL,8,'paymentuser','8766586577','500016','test','new','hyderabad','Andhra Pradesh','paymentuser@mailinator.com',0,'Payment Pending',1650,NULL,NULL,NULL,'2011-08-31 15:42:21',NULL,NULL,NULL,NULL,NULL,NULL,37,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|