Jump to content

Sorry attached files tab


hostnet

Recommended Posts

Sorry attached files tab
Whmcs doesn't pay attention to simple actions in its software, it's no use going to version 10 since in its download tab the client must look for the last attached file due to the mess in its code.

imagine that when adding a file, the client has dates:
2019 and jump to 2015 and jump to 2020 and so on.
the organization by dates of the last attached file would be the first in the queue, that would make everything easier!

i see that whmcs don't care about anything!
view the project management system managgemente

 

download.png

Link to comment
Share on other sites

  • WHMCS Support Manager

Hi @hostnet,

Thanks for taking the time to provide your feedback.

Currently the Client Fields list is populated in ascending order based on the title, eg:

SELECT * FROM tblclientsfiles WHERE userid = '1'  ORDER BY `tblclientsfiles`.`title` ASC;

If there's a different way you'd like to sort the files instead, we'd welcome a suggestion via https://requests.whmcs.com so we can gauge support from other WHMCS users for such a design change.

 

Link to comment
Share on other sites

  • 2 weeks later...
On 01/06/2022 at 13:58, WHMCS John said:

Oi@hostnet,

Obrigado por dedicar um tempo para fornecer seu feedback.

Atualmente a lista de Campos do Cliente é preenchida em ordem crescente com base no título, por exemplo:


Se houver uma maneira diferente de classificar os arquivos, gostaríamos de receber uma sugestão via https://requests.whmcs.com para que possamos avaliar o suporte de outros usuários do WHMCS para essa alteração de design.

 

This is totally wrong.
the order for a customer to quickly identify is the last attached file being first in the queue so it must be added by date and year, it has nothing to do with a customer looking for a file by title.

the last one added must be organized by shipping date and day.
Would waiting for that be so arduous?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated