2 questions Issue

CyrusXxX
CyrusXxX
Offline
0
Hello I have two questions:

1. When Super User logs in and visit page with expenses and open some expanse everything is displayed except name of the user who made expense.
https://prnt.sc/m9midd

https://prnt.sc/m9mhct

Second one is how can I set global expanse categories and not allow every user to make one?

Thank you!
Responses (4)
  • Accepted Answer

    Monday, January 21 2019, 09:42 AM - #Permalink
    0
    hello

    1. this is not displayed in the list or modal view, it would require to add code to display this information.

    2. there's no such option... every user have their own "private" categories. Again, a bit of coding would be necessary to add this functionality.
    The reply is currently minimized Show
  • Accepted Answer

    CyrusXxX
    CyrusXxX
    Offline
    Monday, January 21 2019, 10:08 AM - #Permalink
    0
    Hello Germinal, thank you for the answer.
    For usernames 1. Can you tell me/point me what code needs to be added in component to display names also.

    For categories I can live with this for now.

    It might be great idea to add these 2 things I described in future versions as it will add more usefulness to the component and more control to the Super user over their users.

    For example let us imagine: I have company and in that company I have 50 workers for example and my workers have various expenses which they report using your component and without displayed names I as Super admin do not know who made which expense.

    I think you can agree with my logic on this, same goes with categories global settings if every person creates its own categories we would be having chaos in tracking them. For example user created category Travel expenses and that is ok, but than other user created category and named it Travel, so in working environment we will have multiple categories for the same thing only named differently. But with global categories everything would be nice and organized.

    Thank you!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 22 2019, 09:35 AM - #Permalink
    0
    hello,

    1. well I don't have this code made, so I can't tell you... we would need to retrieve it from the DB query that obtains the data and then add it to the template (/components/com_finances/templates/item.php) reponsible for rendering each line.

    2. thanks, we will consider it. The example you describe makes sense.
    The reply is currently minimized Show
  • Accepted Answer

    CyrusXxX
    CyrusXxX
    Offline
    Tuesday, January 22 2019, 10:00 AM - #Permalink
    0
    Germinal Camps wrote:

    hello,

    1. well I don't have this code made, so I can't tell you... we would need to retrieve it from the DB query that obtains the data and then add it to the template (/components/com_finances/templates/item.php) reponsible for rendering each line.

    Thank you for this info I will start playing to see what can I do on my own until you decide to implement this in mainstream package.

    Germinal Camps wrote:2. thanks, we will consider it. The example you describe makes sense.

    Thank you for consideration, as this will benefit both sides if implemented.

    Thank you again.
    The reply is currently minimized Show
Your Reply