haacked / feedback

Ask @haacked anything!
7 stars 1 forks source link

Master Details or header line items in Razor Pages or MVC #225

Open PatrickPo87 opened 1 year ago

PatrickPo87 commented 1 year ago

Hi Phil! Can you please give me some advice as to what is the best approach to implement a header - line items like form such as this:

Screenshot

should I just use a modal dialog loaded from a partial view instead of putting input per line items? or should I create a form to add a line item but the edit part would be hard and computing the total? I'm trying to prevent a duplicate total amount calculation in javascript. If possible I would like to put all logic in C#. Thanks in Advance Phil