With https://idempiere.atlassian.net/browse/IDEMPIERE-3586#icft=IDEMPIERE-3586 was added pagination with the method Query.setPage(pageSize, pagesToSkip) and the method setPageSize.
But it was forgotten to set a way to skip a number of records - which can be important for pagination.
So, idea is to add a method Query.setRecordsToSkip to complete that implementation.
With https://idempiere.atlassian.net/browse/IDEMPIERE-3586#icft=IDEMPIERE-3586 was added pagination with the method Query.setPage(pageSize, pagesToSkip) and the method setPageSize.
But it was forgotten to set a way to skip a number of records - which can be important for pagination.
So, idea is to add a method Query.setRecordsToSkip to complete that implementation.