BUG - N-17 Data Sync still having issue. Eg: We have added a Bank deposit of Rs. 2 Crores on 02nd Apr 2020. Not getting updated on Forecast template #812
The account name in the chart of accounts is fetched as " Number " appended by " Name " field. However we consider only the " Name " field from the transaction. This leads to discripiency of the name variable and the transaction is not pulled and displayed on the forecast template due to incorrect account name.
Expected:
While syncing the data, we have to get the real " Account Names " by querying the account from QB instead of relying on Account name returned in the transaction.
For all the account based transactions we directly use account name returned in transaction while indexing. To resolve this issue we need to fetch real name of the account by querying account.
Current Issue:
The account name in the chart of accounts is fetched as " Number " appended by " Name " field. However we consider only the " Name " field from the transaction. This leads to discripiency of the name variable and the transaction is not pulled and displayed on the forecast template due to incorrect account name.
Expected:
While syncing the data, we have to get the real " Account Names " by querying the account from QB instead of relying on Account name returned in the transaction.