0
I'm wondering if there is a way for the backend to have the same view as the fontend except that you can select each user individually and view their invoice (in order to see what the user is going to see when they log on in order to check for errors).

If not, what tables are used in the database for this program.

I may have to create my own view to do this.

Thanks in advance, Ken
Responses (1)
  • Accepted Answer

    Thursday, January 30 2014, 05:00 PM - #Permalink
    0
    Hello Ken,

    no, there's no such view, sorry. you can "make an idea" if you simply filter the invoices backend view by user
    but in any case the tables in DB involved are many.. almost every table... not an easy thing to reproduce...
    • ken_trenholm
      more than a month ago
      Thanks. I'm trying to locate the path to this file "my-invoices1?view=invoices" in the hopes that I can try to make some changes and make this file work as an ADM page with secured access and a drop down of all customers. Thanks in advance,
    • Germinal Camps
      more than a month ago
      it's in views/invoices/tmpl/default.php
      but you would require quite more than just that file..
    The reply is currently minimized Show
Your Reply