We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see file of proto/ledgers/acc_configuration_service.proto
The text was updated successfully, but these errors were encountered:
message AccConfiguration { string id = 1; string name = 2; } message AccConfigurationDetail { string id = 1; string acc_configuration_id = 2; ChartOfAccount chart_of_account = 3; }
service AccConfigurationService { rpc List(EmptyMessage) returns (stream AccConfigurationDetail) {} rpc Create(Id) returns (AccConfigurationDetail) {} rpc Update(Id) returns (AccConfigurationDetail) {} rpc Delete(Id) returns (StringMessage) {} }
Sorry, something went wrong.
[FEAT][#7] add acc configuration service
81e9723
[FEAT][#7] add acc configuration service (#23)
a5dcc31
jacky-htg
Successfully merging a pull request may close this issue.
see file of proto/ledgers/acc_configuration_service.proto
The text was updated successfully, but these errors were encountered: