Edit the Size of Mobi Reports and Reviews
In Mobi, it is possible to adjust the size of Mobi reports and reviews by enabling two settings in Moveware. It does require some CSS formatting so if you’re unsure please contact your Moveware representative for assistance.
Mobi Settings
Setting 1 – CSS Text for Reports
This setting applies to all Mobi reports (for example, Dockets, Inventory Listing, Client Signoff, etc.).
Navigate to Administration > Moveware Setup > Mobi Setup > Settings. Make sure the setting value is set to “Yes”.
Navigate to Administration > Moveware Setup > Code Management.
Ensure the Code ReportCSS’ is set to Active.
Increase the image size of Inventory pictures on reports by adding the below text to the comments field.
“.detailsBlock {
width: 50em !important;
}”
Note: In CSS, “em” is a unit of measurement which indicates size relative to the size of the font. 1em means “equal to the current font size”, and 2em means 2 times the current font size.
Setting 2 – CSS Text for Reviews
This setting applies to all Mobi reviews (for example, Vehicle Checklist, Start Day, End Day, etc.).
Navigate to Administration > Moveware Setup > Mobi Setup > Settings.
Navigate to Administration > Moveware Setup > Code Management.
Ensure the Code ‘ReviewCSS’ is set to Active.
If you require assistance setting up or managing these settings, please contact your Moveware Administrator.