• Hi there,

    Is-t possible to have a total for some columns :
    https://ibb.co/dJFVf7y

    Total for the last 3 columns in the image above.
    Command without VAT total
    VAT Total
    Command with VAT total

    Thanks for your help.

    Best regards.

    catherine.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author algol.plus

    (@algolplus)

    hi Catherine

    please, visit https://docs.algolplus.com/algol_order_export/add-product-rows/
    copy code “add summary row to PDF report”
    add to section “Misc Settings” (inside job)
    and tweak this code a bit to get

    var $summary_cols = array(4,5,6); // columns starts from 0!
    var $num_columns = 6;// last column position 

    thanks, Alex

    Thread Starter catheg

    (@catheg)

    Hi Alex,

    Thank you, It works fine !

    Just a little question, I changed some format parameters,
    ‘size’=>8,
    ‘text_color’ => array(0,0,0), // black – RGB
    ‘background_color’ => array(227,227,227), // grey – RGB

    is it possible to have something like strong ?

    Theses parameters are the classical css style and we can use what we want ?

    Catherine.

    Plugin Author algol.plus

    (@algolplus)

    yes, exactly.

    so 255,255,255 is white

    Plugin Author algol.plus

    (@algolplus)

    current version doesn’t support bold(strong).

    But if you submit your settings as new ticket to https://algolplus.freshdesk.com/, we’ll try to find solution.

    Use tab “Tools” to get them.

    thanks , Alex

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘column total’ is closed to new replies.