Stock Report With Image

by | Jan 9, 2023 | Frappe Framework | 0 comments

var intervalId = window.setInterval(function(){ 
    populate_images(); }, 1000);

function populate_images() { 
// This assumes the images go into the first 

column. $('.dt-cell__content--col-1').map(function(i,el) { var content = $(el).html().trim(); if (content.charAt(0)==='/') { $(el).html('<img src="' + content + '">'); } }); }

 

https://discuss.erpnext.com/t/stock-report-with-image/55832/3

By Aadhil PM

0 Comments

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *