You are on page 1of 4

1. All RTS orders 1. client id has to be passed. 2.dummy data has to be inserted in database and report has to be tested.

2.Pickup orders 1.

distance weight Flow Name Shipping service attempted Commited/won Item Block reason Item title Date time of exception Amount

Queries to ask in the morning: 1. 2. 3. 4. client id = 1 only in inverticals db. and not in Escrow db ? RTS Date - Anandhi or vidhya File Name Received - vidhya a. Distance, weight - anandhi b. ES Charge, Item Amount, Service Tax, Edu Cess,PaisaPay Fees - anandhi Loca l Amount 6. Flow Name, Date time of exception, Amount, Commited/won Item, Shipping servic e attempted, Block reason, Item Title - Aravind 7. a. discuss with yuvraj b. How to identify a seller who have configured exception state.. Column and table name ??? 8. a. discuss with yuvraj b. How to identify who have configured LP preferences

report no: 4 1. which column has to be referred when correponding subtype matches ? - Local A mount 1. which is the column for es fees report no: 7 1. How to identify a seller who have configured exception state.. Column and table name ???

########### Mail to Naresh for mapping: 1. Mapping Column for fast ship marked by field in 10 th report output 2. Mapping Column for Distance - Negative amount transaction report - Re port no : 4

3. ############ To be asked with selva 1. Pickup date and Delivery date can be taken if we use EMS_ESCROW_HIST_ X. which will be costly. (Report No : 9) 2. Fetching values from financial transaction table (ES Fees < 0) - 5 va lues are there. How to fetch? shall we have two call for the same table? or one call and fetch all data

lookup <config-properties> <property name="URL" value="jdbc:oracle:thin:@lookup-wri te.vip.qa.ebay.com:1522:LOOKUP"/> <property name="user" value="staging_lookup_app"/> <property name="password" value="staging_lookup_app"/> </config-properties> 9090 8080 9299 9300 ############# Tracker Table display with ajax response. -- DONE Transaction log entry -- DONE optional and mandatory field implementation report no 4 : filtering based on es fees < 0 -- DONE(TO BE TESTED) report no 8: populating priority 1,2,3,4,5,6 -- DONE(TO BE TESTED) view discussion -- PENDING Distance and fastShipMarkedBy has to be filled. pickup date and delivery date has to be filled. file name has to be filled <data-source name="_escrow1host"> <database-name/> <minimum-pool-size>0</minimum-pool-size> <maximum-pool-size>20</maximum-pool-size> <connection-timeout>100</connection-timeout> <idle-timeout>600</idle-timeout> <orphan-timeout>30</orphan-timeout> <statement-cache-size>1000</statement-cache-size> <config-properties> <property name="URL" value="jdbc:oracle:thin:@s92u.vip.qa.ebay.c om:1521/s92u"/> <property name="user" value="staging_escrow0_app"/> <property name="password" value="staging_escrow0_app"/> </config-properties>

</data-source> EMS_FINANCIAL_TRX_0 Logistics 1. select 2. select 3. select Partner: all ps_carrier_master by carrierIsActive all ps_shipping_carrier_master by isActive all PS_SHIPPING_LOGISTIC_MASTER by isActive

Mode: 1. select * from ps_shipping_mode_config By isMajor-- Confirm with yuvraj

TODO:Bug told by yuvraj ### Priority 1 1. 2. 3. 4. 5. 6. 7. 8. Look all the bugs assigned change the status. no bugs should be in open. XO report Implementation to be done ### Create IN clause for method purpose column to get transaction log * Make the code ready for the review. Remove unnecessary code.(See the TODOs also) Implement selectExpression("COUNT(*)") to get count of record. ## Confirm with UV ReconBusinessHelper(1106) - Shipping mode is Major

EmsXOErrorLog EMS_XO_ERROR_LOG_0 <config-properties> <property name="URL" value="jdbc:oracle:thin:@s92u.vip.qa.ebay.c om:1521/s92u"/> <property name="user" value="staging_escrow0_app"/> <property name="password" value="staging_escrow0_app"/> </config-properties> insert into ems_xo_error_log_0(PARTITION_KEY,XO_LOG_ID,CHECK_OUT_TYPE,CR EATION_DATE,LAST_MODIFIED_DATE,BUYER_ID, BUYER_ZIP,ITEM_ID,ERROR_CODE,SELLER_ID,SELLER_ZIP) values (3,123456,20,'2012-04-03 11:37:58','2012-04-03 11:37:58',123,1234 5,4321,104,678,890) insert into ems_xo_error_log_0(PARTITION_KEY,XO_LOG_ID,CHECK_OUT_TYPE,CR EATION_DATE,LAST_MODIFIED_DATE, BUYER_ID,BUYER_ZIP,ITEM_ID,ERROR_CODE,SELLER_ID,SELLER_ZIP) values (3,123456,20,'2012-04-03 11:37:58','2012-04-03 11:37:58',123,1234 5,4321,104,678,890)

You might also like