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

Return Sales Service #11

Open
jacky-htg opened this issue Aug 7, 2023 · 1 comment
Open

Return Sales Service #11

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

Comments

@jacky-htg
Copy link
Owner

see file of proto/ledgers/return_sales_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 ReturnSales {
  string id = 1;
  string sales_id = 2;
  string sales_code = 3;
  string code = 4;
  string date = 5;
  double amount =65;
}

service ReturnSalesService {
  rpc Create(ReturnSales) returns (ReturnSales) {}
  rpc Update(Id) returns (ReturnSales) {}
}

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

No branches or pull requests

1 participant