Simple Invoices logo
    • CommentAuthorpepwallace
    • CommentTimeNov 28th 2007 edited
     permalink
    hi there !

    I´m facing a problem with the ricoLiveGrid ... I have modified the code to shown in red color the invoices that are paid. I have added another column so I can see and order all the invoices paid/not paid. The problem comes when I try to order the invoices for the price column (is defined as a number). All the invoices ares orted correctly less the invoices that are in red.

    Maybe the problem is becasue I have added a <font color="red"> tag before printing the invoice information. I have tried to add a property in the screen.css like :

    .invoicePaid {
    color:red;
    }

    and then adding this property:

    <td class="index_table invoicePaid">
    aaaaa
    <td>

    But by this way it´s not printing the text in red ...

    Any help ? thanks !!!!
    • CommentAuthorjustin
    • CommentTimeNov 29th 2007 edited
     permalink
    Hey Pepwallace,

    re sorting
    - yep - most likely because of the <font at the start of the information

    re printing the text red
    - only help i can advise is to get FireBug for Firefox - with firebug you can sort out most of these issues

    Let us know how you go

    Cheers

    Justin