ERPNEXT Version 14
In Customer and Supplier DocType, I get the following error when i click on dashboard tab of customer / supplier.
The timeline also dont show any green dots of transactions.
The connections Tab also do not show any transaction count or transactions.
Below screenshot =
NCP
February 23, 2024, 5:00am
2
Hi @Abdullah_A_Ansari ,
Issue fixed. Please check it.
frappe:develop
← GursheenK:communication_date_for_party_dashboard
opened 01:23PM - 21 Feb 24 UTC
Ref: https://github.com/frappe/frappe/pull/24884
With recent changes to the o… rder by statement in the `get_communication_data` utility of FW, the party dashboards in ERPNext threw the following error -
<img width="1439" alt="Screenshot 2024-02-21 at 6 47 38 PM" src="https://github.com/frappe/erpnext/assets/40693548/f5514d63-4ce0-454a-88ae-7dec7681d4b0">
<br>
<br>
**Changes**
- Since the util uses the `communication_date` to sort records, fetch it by mentioning it in the field list.
- Also sort the Activity Log records to match that of the communication data.
Thank You!
Hi,
Thanks for your swift response. I will check it and leave a feedback soon.
What commands should I run in terminal? Pls advise
NCP
February 24, 2024, 4:36am
5
Hi @Abdullah_A_Ansari ,
To do that, you need to make sure you have the latest version. You can do this by running the command:
bench update
Also, take a backup and then run the command.
Thank You!
1 Like
Updated to v 14 and it is running perfect.
Thanks NCP for your inputs.