Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Version 2.5.4

Code Block
languagebash
for file in ppp-*; do rrdtool tune "$file" -d ifHCInOctets:DERIVE -d ifHCOutOctets:DERIVE; done


Version 2.4.4 to upcoming release

  • if you are not using the default billing LaTeX templates (storage/app/config/billingbase/template/default-cdr-template.tex and storage/app/config/billingbase/template/default-invoice-template.tex):

    Code Block
    languagebash
    # utf8x causes problems with German umlauts in longtables which are possibly used in the extended CDR content
    # replace
    \usepackage[utf8x]{inputenc}
    # by
    \usepackage[utf8]{inputenc}
    
    # utf8 input encoding does not support the direct use of the Euro character “€”
    # if you are using the Euro character “€” in your templates directly
    # replace
    €
    # by
    \euro


...