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
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
0Hello 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_trenholmmore than a month agoThanks. 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 Campsmore than a month agoit's in views/invoices/tmpl/default.php
but you would require quite more than just that file..
-
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »