I would like to request an improvement regarding the Number Card feature in Frappe.
Currently, I have a DocType called Pengeluaran with a field nominal (Currency). I want to create a Number Card in the workspace that shows the SUM of nominal for the current month.
However, this is not possible because the Number Card aggregation (SUM) only works with Int fields, and currency fields are not supported.
For now, my workaround is to create an additional field nominal_int that automatically fills whenever the user inputs the nominal value. While this works, it feels redundant and could be avoided if currency fields were supported directly in Number Cards.
I believe it would be very useful if Number Cards could also support Currency fields, so we can easily display financial summaries without extra fields.
Thank you for considering this improvement!
Frappe Framework: v15.87.0 (version-15)

