Billing module invoice decimal possitions

Discussion in 'ISPConfig 3 Priority Support' started by Davide, Oct 8, 2013.

  1. Davide

    Davide Member

    I'm getting four decimals in invoices:

    10,0001 €
    32,1234 €

    How can I get only two decimals?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The decimal format in the frontend is 4 decimals, the format in invoices is 2 decimals by default. Both formats are defined in the ispconfig language files.

    If you use a custom pdf invoice template, then it might be that it needs to be updated to use the 2 digit dezimal format for the pdf file like it is used in the templates that are delivered with the current billing module version 1.3

    If you like to change one of the decimal formats, go to System > Languages, select your languge and click on the global file (e.g. en.lng).

    number_format_decimals is the one that is used in the ISPConfig interface and number_format_decimals_client is used in the pdf invoices and in the client dashboard plugins.
     

Share This Page