Fahim Ali Zain
Fahim Ali Zain
#### Expected Behaviour Pie Graph Legends should be updated when `chart.update(new_data)` is called. #### Actual Behaviour Legend summarizes old data. #### Steps to Reproduce: - Create a Pie chart with...
Two issues are being fixed here: - Not all File uploads are `image_field` uploads. If a File was uploaded on a Doctype with `image_field` specified, that do not mean that...
Hi When I tried to scan a Code 39 implementation, it scanned but with an extra $ sign. Tried an online Code 39 generator for the same text, it worked...
Custom Columns were introduced in v12: https://github.com/frappe/frappe/blob/version-12/frappe/desk/query_report.py#L311 For now, I have fixed the api error. We probably should understand what it is and add it to core-ts param-interface
Please consider an Item that costs $40 with inclusive tax of 5%. When we break this into SubTotal, TaxAmount and GrandTotal, the following is what we get: ``` - SubTotal...