uzerpllp / uzerp

uzERP - Open Source Business Management
http://www.uzerp.com
Other
55 stars 25 forks source link

Remove browser based printing user setting #263

Closed steveblamey closed 1 year ago

steveblamey commented 1 year ago

uzERP has a user setting for browser based printing, which overrides the default output options and places a PDF of the output in the DOM. It then provides a button in the print dialog that triggers the browsers print function.

Now that browsers have built-in PDF viewers this functionality seems redundant and can be removed from uzERP.

Having browser printing enabled also causes issues with the advanced search. This is a particular problem in the reporting module, where search selection requests do not receive a response.