Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoint Lista de ordenes de punto de venta tiene error de sql #711

Open
Ricargame opened this issue Mar 12, 2024 · 1 comment
Open

Endpoint Lista de ordenes de punto de venta tiene error de sql #711

Ricargame opened this issue Mar 12, 2024 · 1 comment

Comments

@Ricargame
Copy link

https://github.com/solop-develop/adempiere-grpc-server/blob/develop/src/main/proto/point_of_sales.proto#L81

{
    "code": 13,
    "message": "org.postgresql.util.PSQLException: ERROR: column p.issharedpos does not exist\n  Position: 242, SQL=SELECT COUNT(*) FROM C_Order WHERE ((C_Order.AD_Org_ID = ? OR C_Order.C_POS_ID = ?) AND ((C_Order.SalesRep_ID = ? OR COALESCE(C_Order.AssignedSalesRep_ID, ?) = ?) AND EXISTS(SELECT 1 FROM C_POS p WHERE p.C_POS_ID = C_Order.C_POS_ID AND p.IsSharedPOS = 'Y'))) AND IsActive=? AND AD_Client_ID=?",
    "details": []
}
@EdwinBetanc0urt
Copy link
Member

Al parecer en la base de datos semilla falta el xml que agrega la columna IsSharedPOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants