Suggestion - Name of File for the reports - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Suggestion - Name of File for the reports (/showthread.php?tid=916) |
Suggestion - Name of File for the reports - rslemer - 02-26-2018 When create and export report in CSV, Excel format or PDF, system write a single file with name, for output file as "Report" This not best practice, and some times confuse the final user. I suggest system put name of output file with the same report name. RE: Suggestion - Name of File for the reports - joebordes - 02-27-2018 done: https://github.com/tsolucio/corebos/commit/5ffdf6a950c4446a9e352ff84ddb7e9398934d98 thanks! RE: Suggestion - Name of File for the reports - rslemer - 02-28-2018 Thanks You upgraded a demo version, too? I tested and works, but when I try generate at PDF not. I wish test in demo for validate, if a problem or not RE: Suggestion - Name of File for the reports - joebordes - 03-01-2018 update your version and try again, I corrected an error in the PDF output. I could not update the online demo.... some error accessing github :-( RE: Suggestion - Name of File for the reports - rslemer - 03-01-2018 Work now. Only little issue, for Excel, report name allowed special characters for pdf not RE: Suggestion - Name of File for the reports - joebordes - 03-04-2018 fixed: https://github.com/tsolucio/corebos/commit/0b77d3422a5bb3f691392854935575e2d6737413 |