Hi all,
I have an doubt in dates, which are the dates need to take for report from sales table, Sales line and Retail Transaction Table.
I have checked the dates in these three tables, But I faced one issue on this.
1. Sales table - createddate -taken
2. Sales Line - createddate -taken
3. Retail Transaction Table - Transdate -Taken
But, I have checked datas the tables in SQL. The Salestable and Salesline dates are same for same sale order id , But in the retailtransactiontable, the trans date shows wrong date. (which means Retailtransactiontable transdate='24-06-2019' but in Salestable and salesline the createddatetime is '23-06-2019'). what may be the problem?