{"id":53,"date":"2024-05-29T23:24:46","date_gmt":"2024-05-29T23:24:46","guid":{"rendered":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/?p=53"},"modified":"2024-05-29T23:39:02","modified_gmt":"2024-05-29T23:39:02","slug":"bs-processing-order","status":"publish","type":"post","link":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/?p=53","title":{"rendered":"BS Processing Order"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;h2>Processing Orders List&lt;\/h2>\n&lt;div class=\"card-body\">\n    &lt;div class=\"table-responsive\">\n        &lt;table class=\"table table-bordered\" id=\"dataTable\" width=\"100%\" cellspacing=\"0\">\n            &lt;thead>\n                &lt;tr>\n                    &lt;th>S.No&lt;\/th>\n                    &lt;th>Order NO&lt;\/th>\n                    &lt;th>Name&lt;\/th>\n                    &lt;th>Total&lt;\/th>\n                    &lt;th>Date&lt;\/th>\n                    &lt;th>\n                        NUMBER OF ITEMS\n                    &lt;\/th>\n\n                    &lt;th>Action&lt;\/th>\n                &lt;\/tr>\n            &lt;\/thead>\n            &lt;tbody>\n                @foreach (var item in Model)\n                {\n                    &lt;tr>\n                        &lt;td>@i&lt;\/td>\n                        &lt;td>@item.id&lt;\/td>\n                        &lt;td>@item.first_name  @item.last_name&lt;\/td>\n                        &lt;td>@item.total&lt;\/td>\n                        &lt;td>@item.orderdate&lt;\/td>\n                        &lt;td>@item.TotalItem&lt;\/td>\n                        &lt;td>\n                            @Html.ActionLink(\"Complete\", \"Packing\", \"Home\", new { id = item.id }, new { @class = \"btn btn-success\" })\n                        &lt;\/td>\n                    &lt;\/tr>\n                    i++;\n                }\n\n            &lt;\/tbody>\n        &lt;\/table>\n    &lt;\/div>\n&lt;\/div><\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-53","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/index.php?rest_route=\/wp\/v2\/posts\/53","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=53"}],"version-history":[{"count":3,"href":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/index.php?rest_route=\/wp\/v2\/posts\/53\/revisions"}],"predecessor-version":[{"id":58,"href":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/index.php?rest_route=\/wp\/v2\/posts\/53\/revisions\/58"}],"wp:attachment":[{"href":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=53"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=53"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mystifying-liskov.77-68-127-141.plesk.page\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=53"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}