how to change font size for takepos cash report as the numbers became
Which Dolibarr version?
I do not use TakePOS. However at the top of the webpage is an URL. That URL will reveal the PHP file which is used to generate that page, and inside that file will be code that details how to produce that page, incl. which CSS and javascript files - if any - to load.
Once you fix the issue, please submit a Pull request here GitHub - Dolibarr/dolibarr: Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers. such that other may benefit from your fix.
Version 20.0.1
i edit /htdocs/compta/cashcontrol/report.php
print '<div class="inline-block amount width100">'.($cash >= 0 ? '+' : '').price($cash).'</div>';
to be
print '<div class="inline-block amount width200">'.($cash >= 0 ? '+' : '').price($cash).'</div>';
please submit a pull request after editing the file here: dolibarr/htdocs/compta/cashcontrol/report.php at develop · Dolibarr/dolibarr · GitHub
use the little pencil icon
JonB
Yes I do think you need to create a fork, but it will just stay in your own github account, and it wont require any local space.