Billing module for clients

Discussion in 'Plugins/Modules/Addons' started by Jeremy007, Mar 1, 2024.

  1. Jeremy007

    Jeremy007 Member

    Hello HTF friends,

    I am trying to solve an issue with the billing module.
    How can i give clients access to the section "Billing" . Currently they can only see the most recent invoices, i need them to be able to see all of their invoices.

    Is this possible?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The Billing module is for the admin only. Clients can not access it.

    You can e.g. edit the dashboard item that displays the invoices, its the file /usr/local/ispconfig/interface/web/dashboard/dashlets/invoice.php
    Line 26 contains the SQL query that limits the number of invoices to 12.
     
    Jeremy007 likes this.
  3. Jeremy007

    Jeremy007 Member

    Thanks for the quick reply, till. Worked like a charm!
     
    Last edited: Mar 2, 2024
    till likes this.

Share This Page