solop-develop / adempiere-grpc-server

ADempiere gRPC Server example of integration
GNU General Public License v2.0
0 stars 8 forks source link

feat: Add filter column on sort tab. #799

Closed EdwinBetanc0urt closed 1 month ago

EdwinBetanc0urt commented 1 month ago

The filter column for the order tabs must be added, currently it is done from the front end, locating the parent tab and taking the column marked as parent to send it and filter the records. It is preferable to add it in the backend as this is not usually changed, improving performance on the frontend side.

Additional context

related issue https://github.com/solop-develop/frontend-core/issues/2070 fixes https://github.com/solop-develop/frontend-core/issues/1166