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

Acc Configuration Service #7

Closed
jacky-htg opened this issue Aug 7, 2023 · 1 comment · Fixed by #23
Closed

Acc Configuration Service #7

jacky-htg opened this issue Aug 7, 2023 · 1 comment · Fixed by #23
Assignees
Labels
enhancement New feature or request

Comments

@jacky-htg
Copy link
Owner

see file of proto/ledgers/acc_configuration_service.proto

@jacky-htg jacky-htg added the enhancement New feature or request label Aug 7, 2023
@jacky-htg jacky-htg self-assigned this Aug 7, 2023
@jacky-htg
Copy link
Owner Author

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) {}
}

@jacky-htg jacky-htg linked a pull request Aug 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant