JavaScript Master Detail CRUD with Page Total Summary with Scrollable Fixed Header Grid

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ต.ค. 2024
  • In this video we are going to develop
    an Advanced Master Detail CRUD Application.
    using ASP.NET Core 6 with MVC and EfCore.
    As You know very well,
    I am using Visual studio 2022
    as the development tool and Asp.Net core
    with MVC as the platform.
    The main objective of this application is to save the master
    and detail records together in a easiest and best way.
    In Here , I have used advanced features of Entity framework core
    and JavaScript.
    I have added Client side Jquery Validations for the Detail Grid.
    normally, adding validations to the detail grids
    are not easy. and i have solved those challenges here in a brilliant way.
    If you watch this full video, I can guarantee that
    in the future making any type of master detail
    screens like sales-invoice, purchase-order,
    indent entry, Employee Payroll Screens etc. will not be a problem
    at all.
    With Thanks & Regards,
    Aniz
    Purchase Order Part 1
    • Advance Master Detail ...
    How to create Boostrap Modal Dialog Alerts
    • How to Show Modal Dial...
    Master Detail Part 1.
    • Master detail CRUD in ...
    Master Detail Part 2.
    • Master Detail Crud usi...
    Master Detail Part 3.
    • Master Detail entry fo...
    Inventory Software Playlist.
    • Asp net core 5 MVC Tut...
    Migration ASP.NET CORE 5 MVC Project to ASP.NET 6 CORE
    • ASP.NET 6 CORE MVC Inv...

ความคิดเห็น • 26

  • @kamajo7518
    @kamajo7518 ปีที่แล้ว +2

    Hi Aniz,
    Thank you for your next great videos! I like it. Your skills are magical and make sense!
    I have to take this opportunity to ask. When you use the calculation of the sum of order items in javascript, how do you then display (for example) the sum of one order in the Index view?
    Do you plan to add this information in another video?
    I wish you many happy followers, your videos are definitely worth it!
    Thanks for answer and your videos also!

  • @purnarana9081
    @purnarana9081 2 ปีที่แล้ว

    Very Nice. Waiting for the Next Part. Thank You

    • @CodeSbyAniz
      @CodeSbyAniz  2 ปีที่แล้ว

      You are Most Welcome

  • @白宸賓
    @白宸賓 6 หลายเดือนก่อน

    It's Very Very Very usefull ,Thank yuo very much!!

  • @jasonchooel
    @jasonchooel 4 หลายเดือนก่อน

    Hi Aniz, Thank you for the tutorial. It is a very helpful video. I followed your instructions and was able to display the result on the Create page. However, I am unable to save the data when I click the Create button. Could you please advise which part of my code might be causing this issue? Thank you!

  • @docsbless
    @docsbless 2 ปีที่แล้ว

    This is a wonderful Tutorial

  • @deepaksartape9502
    @deepaksartape9502 ปีที่แล้ว +1

    Hello Sir - Thank you for great videos. I have one quick question - How to implement cascading drop down in Master detail page. If possible then please share the code here.

    • @CodeSbyAniz
      @CodeSbyAniz  ปีที่แล้ว +1

      You are welcome, will do a video on it.

    • @deepaksartape9502
      @deepaksartape9502 ปีที่แล้ว

      @@CodeSbyAniz Just checking - Are you taking any classes on MVC framework? Then please let us know. I want to learn more on MVC.

  • @mhafizcse5
    @mhafizcse5 2 ปีที่แล้ว +1

    Thanks Sir

  • @gathonimburu1030
    @gathonimburu1030 ปีที่แล้ว

    Hello Codes,
    On the details record can you write a javascript function where you can select a product on the select list and display an image instead of a description without searching.
    I have tried to write a function but its only takes the product image per the array id which is equal to the row id of the detail record. I want a point where you can select any product and am not limited to array id or row id.
    function GetImageProduct(ProductId) {
    var selestList = document.getElementById('ProductImageList');
    var productName = document.getElementById('products');
    var rowId = $(this).closest("tr").index();
    var images = document.getElementById('imgPreview-' + rowId);
    var items = selestList.options;
    var productval = ProductId.value;
    for (var i=items.length-1; i>=0; i--) {
    images = document.getElementById('imgPreview-' + i);
    if (items[i].value === productval) {
    var imageresource = items[i].text;
    images.src = "/Uploads/" + items[i].text;
    return;
    }
    }
    }

  • @guitarstoney
    @guitarstoney ปีที่แล้ว

    Instead of Having the PO details on the same view as the header, how do we show them in a separate view? For instance on Po header PO00001, it would open a seperate view that has all the items in po details for PO header PO00001.

  • @JahidulIslam-fl6nq
    @JahidulIslam-fl6nq 2 ปีที่แล้ว

    Sir, It's a marvelous video for learning programming. I want to buy this project. How I can contact with you?

    • @CodeSbyAniz
      @CodeSbyAniz  2 ปีที่แล้ว +1

      Thanks for watching.
      you can contact me at codesbyaniz@gmail.com. but expect delay in my reply. my mail is already getting flooded with questions and requests. Today I am releasing the source code of this module. please watch and follow. that should be enough I think. as of know this is my hobby only. I have not sold anything for anybody. but I still reply emails when time permits. please follow the playlist you can do everything. cheers. Aniz

    • @JahidulIslam-fl6nq
      @JahidulIslam-fl6nq 2 ปีที่แล้ว

      @@CodeSbyAniz I sent you mail sir, do help me.

  • @guitarstoney
    @guitarstoney ปีที่แล้ว

    The AddItem(this) does not run for me. The this keyword does not turn blue. Is anyone else having this issue?

  • @logisticssolutions1621
    @logisticssolutions1621 2 ปีที่แล้ว

    Thanks, As you promised PO# Auto generated

    • @CodeSbyAniz
      @CodeSbyAniz  2 ปีที่แล้ว

      Most Welcome. Keep Following the channel lot to come.

  • @islamicstatusofficial6670
    @islamicstatusofficial6670 ปีที่แล้ว

    please share source code of this video

  • @shihabal-arifi867
    @shihabal-arifi867 2 ปีที่แล้ว

    Can you send source code

    • @CodeSbyAniz
      @CodeSbyAniz  2 ปีที่แล้ว

      source code link is already given and complete source code is also shown. please watch it again.

  • @NAEEMAHMED-n9d
    @NAEEMAHMED-n9d 4 หลายเดือนก่อน

    I Waste my time in last finely didn't save data

  • @AzizulHakim-m6b
    @AzizulHakim-m6b หลายเดือนก่อน

    your website doest work sir

  • @codingislife6387
    @codingislife6387 2 ปีที่แล้ว

    Thanks Sir