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 cuenta solicita require ID de organizacion, ID de periodo y ID cubo informe como parametros obligatorios #706

Open
Ricargame opened this issue Mar 10, 2024 · 0 comments
Labels
(FRM) Form Custom Forms

Comments

@Ricargame
Copy link

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

ListFactAcctSummary(ListFactAcctSummaryRequest) returns (ListFactAcctSummaryResponse) {
		option (google.api.http) = { get: "/trial-balance-drillable/accouting-fact-summary" };
	}

deberia quedar de la siguiente manera

ListFactAcctSummary(ListFactAcctSummaryRequest) returns (ListFactAcctSummaryResponse) {
		option (google.api.http) = { get: "/trial-balance-drillable/accouting-fact-summary/{organization_id}/{period_id}/{report_cube_id}" };
	}
@EdwinBetanc0urt EdwinBetanc0urt added the (FRM) Form Custom Forms label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(FRM) Form Custom Forms
Projects
None yet
Development

No branches or pull requests

2 participants