9adc9ac4ed22b6d1448cfd37d81d59cc83a47000
Added a "Details" column to the grid in `Index.cshtml` with a button linking to the new invoice details page. The button dynamically generates the URL using the invoice ID. Created `Details.cshtml` to display detailed invoice information, including metadata such as seller, buyer, amounts, and dates. Added a back button and error handling for missing invoices. Introduced `DetailsModel` in `Details.cshtml.cs` to fetch invoice data using `AppDbContext`. Implemented the `OnGetAsync` method to retrieve data asynchronously and handle cases where the invoice is not found.
Description
Test von DevExpress - Zugferd Extraktion
Languages
JavaScript
89.3%
Fluent
9.4%
CSS
0.7%
HTML
0.4%
C#
0.2%