Weβre excited to announce that ERPNEXT has new Leaderboard.
Now you can track leaderboard analysis based on multiple companies in ERPNext.
We have Five entity Customer, Item, Supplier, Sales Person, Sales Partner.
Each entity shows top 10 performers on the graph and top 20 in the listview.
Each entity can filter it based on company, timespan and condition.
Customer: Top 10 Customer on the graph and Top 20 in list view.
A customer can be filter based on the condition type like Total Sales Amount, Total qty sold to the customer and total outstanding amount.
Supplier: Top 10 Supplier on the graph and Top 20 in list view.
A customer can be filter based on the condition type like Total Purchase Amount, Total qty Purchased from the supplier and total outstanding amount.
Great!
Only one observation, itβs seems that various texts and filters arenβt translatable.
We can contribute in https://translate.erpnext.com/ as always do, but the content must be able to translate.
Btw, there is an issue in the translation portal with momentjs
Uncaught ReferenceError: moment is not defined
at d (pretty_date.js:7)
at window.comment_when (pretty_date.js:68)
at HTMLSpanElement.<anonymous> (view?lang=es:197)
at Function.each (jquery.min.js:2)
at n.fn.init.each (jquery.min.js:2)
at view?lang=es:194
at website.js:266
at Array.forEach (<anonymous>)
at Object.trigger_ready (website.js:265)
at HTMLDocument.<anonymous> (website.js:412)
I found the same , the leaderboard is not translatable.
which brings back my doubts about translation logic/structure applied in the whole framework. ( can any body explain it for me, perhaps I can contribute a solution)
Iβve written about it before, and I strongly recommend finding easier and simpler logic.
In ERPNext v10.1.40 Item total purchase Amount and Qty is always showing No item found, the Only outstanding amount is showing.
How to resolve this issue.