Open Closed

I need to place an order and order item on a screen and how to make the master / detail #1605


User avatar
0
samuelhelou created

Hi guys, I have a little problem, I need to place an order and order item on a screen and how to make the master / detail, I created a crud with ABP SUITE, with the order and another crud with the items, but now I need to join them I would like to have a real example in practice of how to do it. If possible even send a simple ready code that I can copy the idea. Thank you very much in advance

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.3.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

3 Answer(s)
  • User Avatar
    0
    hitaspdotnet created

    Check the EasyCrm sample from commercial doc website

  • User Avatar
    0
    muhammedaltug created

    Hello,

    You can pass master's information (like identifier) to detail component with angular router. You can resolve master's information in detail component with ActivatedRoute. For more information please check the Angular Router Documentation

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11