
--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/75389451-07f1-4e6b-bba0-dba4bc9e3ff4n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/31c81983-a351-4ca5-82a1-0ee4da3d9f82n%40googlegroups.com.
Hi,
Sure, the ORDER BY clause is used when you refresh the panel.But once you click on a column header, you lost the "default" order by (which is expected).
My use case is when you manually click on the BPartner header column.
Lines are now sorted using this criteria, ie ORDER BY bp.Name
I would like to have ORDER BY bp.Name, i.DateInvoiced
Le jeudi 2 novembre 2023 à 18:13:14 UTC+1, Norbert Bede a écrit :
hi,not sure i understood properly, but when i edited in app dictionary invoice info order by field changed to: C_Bpartner_ID then DateOrdered, then i got proper order. (first BP, then date)n
On Thursday, November 2, 2023 at 2:42:55 PM UTC+1 omondiaus...@gmail.com wrote:
Hi Nicholas, basically you can't order by two columns as it has been said but you can order by either date or document number if you want it to be so. i suggest ordering by date created will automatically order the document number. Thanks.
On Thu, 2 Nov 2023 at 16:35, Nicolas Micoud <nicolas...@gmail.com> wrote:
Hi,
If you order the content of the grid on the Business Partner column, Dates and DocumentNo are ordered randomly whereas it would be "better" if dates keep ordered ASC or DESC.