I need help about the custom reports. Its not so easy to do it because i have multi company
client first name, client last name, client email, client country, client service names, client addon company (i got 1 addon company and dont know how to...)
I am in a different situation as i got Hungarian clients and international clients. So one company - one company. I have to seperate it very well.
Please somebody give me a code for that
For now i only got this:
SELECT contacts.first_name, contacts.last_name, contacts.email, contacts.country
FROM contacts
ORDER BY contacts.country;
I need client service name and order by company ID
Question
Doctrine
Hello,
I need help about the custom reports. Its not so easy to do it because i have multi company
client first name, client last name, client email, client country, client service names, client addon company (i got 1 addon company and dont know how to...)
I am in a different situation as i got Hungarian clients and international clients. So one company - one company. I have to seperate it very well.
Please somebody give me a code for that
For now i only got this:
I need client service name and order by company ID
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.