grumpy1948
grumpy1948
Offline
0
The boxes do not display the full figures. e.g. £1000.00 displays £1000. and part of the first decimal digit. and £100,000.00 displays as £100,00 (the tens digit and both decimal digits are not displayed. For us the full window width should be available and used.
Is this configurable in some way?

Accepted Answer

grumpy1948
grumpy1948
Offline
Friday, May 12 2017, 11:36 AM - #Permalink
0
The path '/administrator/components/com_invoices/views/items' does not exist.
The 'default_totals.php' file was in '/administrator/components/com_invoices/views/invoices/tmpl'.
The changes applied to this file work fine. Thanks
The reply is currently minimized Show
Responses (3)
  • Accepted Answer

    Thursday, May 11 2017, 04:15 PM - #Permalink
    0
    you can change the font size if you want

    in file /administrator/components/com_invoices/assets/css/invoices.css on line 279

    .summary-number {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: 400;
    white-space: nowrap;
    }

    you can change the font-size
    The reply is currently minimized Show
  • Accepted Answer

    grumpy1948
    grumpy1948
    Offline
    Thursday, May 11 2017, 04:45 PM - #Permalink
    0
    It is not the font size that is the issue. The number is constrained to the right hand half of the box. If the whole box was available there would not be a problem. It seems to be related to the animation when the box is in/out focus. Not in focus right hand side light - left hand side dark. In focus dark area expands to right. Perhaps the usable right hand side area should expand according to the length of number to be displayed.

    BTW its the PM conversation (Envelope in the header bar below the 'or Ask a Question' button) that does not display our PM thread.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 12 2017, 09:45 AM - #Permalink
    0
    in this case you need to change some CSS classes to allow this to take the full width of the box.

    the file you're looking for is /administrator/components/com_invoices/views/items/tmpl/default_totals.php

    the DIVs with class col-xs-6 col-md-12 col-lg-6 should be col-xs-12 instead.

    and the ones with class col-xs-6 hidden-md col-lg-6 should be hidden instead.
    The reply is currently minimized Show
Your Reply