{"id":2674,"date":"2026-01-13T02:32:44","date_gmt":"2026-01-13T02:32:44","guid":{"rendered":"https:\/\/teen.aiproinstitute.com\/?p=2674"},"modified":"2026-01-13T02:33:24","modified_gmt":"2026-01-13T02:33:24","slug":"purchase-order-template","status":"publish","type":"post","link":"https:\/\/teen.aiproinstitute.com\/zh\/purchase-order-template\/","title":{"rendered":"Purchase Order Template"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"2674\" class=\"elementor elementor-2674\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45070a0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"45070a0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f3cf80c\" data-id=\"f3cf80c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2057f6b elementor-widget elementor-widget-html\" data-id=\"2057f6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Purchase Order Template | AiPro Institute\u2122<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #f5f3ff 0%, #e0f2fe 100%);\n            min-height: 100vh;\n            padding: 20px;\n            position: relative;\n        }\n        \n        .watermark {\n            position: fixed;\n            bottom: 20px;\n            right: 20px;\n            font-size: 60px;\n            font-weight: 900;\n            color: #8B5CF6;\n            opacity: 0.1;\n            pointer-events: none;\n            z-index: 1;\n            letter-spacing: 2px;\n        }\n        \n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            background: white;\n            padding: 50px;\n            border-radius: 12px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.1);\n            position: relative;\n            z-index: 2;\n        }\n        \n        .header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 30px;\n            border-bottom: 3px solid transparent;\n            border-image: linear-gradient(90deg, #8B5CF6, #3B82F6) 1;\n        }\n        \n        .brand {\n            background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-size: 28px;\n            font-weight: 900;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n        }\n        \n        .doc-title {\n            font-size: 32px;\n            color: #1e293b;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .doc-subtitle {\n            color: #64748b;\n            font-size: 14px;\n            font-style: italic;\n        }\n        \n        .po-header-section {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            margin-bottom: 30px;\n        }\n        \n        .info-box {\n            padding: 20px;\n            background: #f8fafc;\n            border-radius: 8px;\n            border: 2px solid #e2e8f0;\n        }\n        \n        .info-title {\n            font-weight: 700;\n            color: #3B82F6;\n            margin-bottom: 15px;\n            font-size: 16px;\n        }\n        \n        .section {\n            margin-bottom: 35px;\n        }\n        \n        .section-title {\n            background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);\n            color: white;\n            padding: 12px 20px;\n            border-radius: 8px;\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .section-title::before {\n            content: \"\u25cf\";\n            font-size: 24px;\n        }\n        \n        .field-group {\n            margin-bottom: 15px;\n        }\n        \n        .field-label {\n            font-weight: 600;\n            color: #475569;\n            margin-bottom: 6px;\n            font-size: 13px;\n            display: block;\n        }\n        \n        .field-input {\n            width: 100%;\n            padding: 10px;\n            border: 2px dashed #cbd5e1;\n            border-radius: 6px;\n            background: white;\n            font-family: inherit;\n            font-size: 14px;\n            color: #1e293b;\n            transition: all 0.3s ease;\n        }\n        \n        .field-input:focus {\n            outline: none;\n            border-color: #8B5CF6;\n            background: #fefefe;\n        }\n        \n        textarea.field-input {\n            min-height: 60px;\n            resize: vertical;\n        }\n        \n        .inline-fields {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 15px;\n        }\n        \n        .po-number-display {\n            font-size: 28px;\n            font-weight: 700;\n            background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 10px;\n        }\n        \n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 20px 0;\n            font-size: 14px;\n        }\n        \n        th {\n            background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);\n            color: white;\n            padding: 14px;\n            text-align: left;\n            font-weight: 600;\n        }\n        \n        td {\n            padding: 12px 14px;\n            border: 1px solid #e2e8f0;\n        }\n        \n        tr:nth-child(even) {\n            background: #f8fafc;\n        }\n        \n        .items-table input[type=\"text\"],\n        .items-table input[type=\"number\"],\n        .items-table textarea {\n            width: 100%;\n            padding: 8px;\n            border: 1px dashed #cbd5e1;\n            border-radius: 4px;\n            font-family: inherit;\n            font-size: 13px;\n        }\n        \n        .items-table textarea {\n            min-height: 50px;\n            resize: vertical;\n        }\n        \n        .totals-section {\n            display: flex;\n            justify-content: flex-end;\n            margin-top: 30px;\n        }\n        \n        .totals-box {\n            width: 400px;\n            background: #f8fafc;\n            border: 2px solid #e2e8f0;\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .total-row {\n            display: flex;\n            justify-content: space-between;\n            padding: 12px 20px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .total-row:last-child {\n            border-bottom: none;\n        }\n        \n        .total-row.grand-total {\n            background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);\n            color: white;\n            font-size: 18px;\n            font-weight: 700;\n        }\n        \n        .total-label {\n            font-weight: 600;\n            color: #475569;\n        }\n        \n        .total-row.grand-total .total-label {\n            color: white;\n        }\n        \n        .total-value input {\n            width: 150px;\n            padding: 6px 10px;\n            border: 1px dashed #cbd5e1;\n            border-radius: 4px;\n            text-align: right;\n            font-family: inherit;\n            font-size: 14px;\n        }\n        \n        .total-row.grand-total input {\n            background: rgba(255,255,255,0.2);\n            border-color: white;\n            color: white;\n            font-weight: 700;\n        }\n        \n        .highlight-box {\n            background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(59, 130, 246, 0.1));\n            border: 2px solid #8B5CF6;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 20px 0;\n        }\n        \n        .highlight-title {\n            color: #3B82F6;\n            font-weight: 700;\n            font-size: 16px;\n            margin-bottom: 10px;\n        }\n        \n        .terms-section {\n            margin-top: 30px;\n            padding: 20px;\n            background: #f8fafc;\n            border-left: 4px solid #8B5CF6;\n            border-radius: 6px;\n        }\n        \n        .approval-section {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr;\n            gap: 20px;\n            margin-top: 40px;\n            padding-top: 30px;\n            border-top: 2px solid #e2e8f0;\n        }\n        \n        .approval-box {\n            text-align: center;\n        }\n        \n        .approval-line {\n            border-top: 2px solid #1e293b;\n            margin: 50px 0 10px 0;\n        }\n        \n        .approval-label {\n            font-size: 13px;\n            color: #64748b;\n            font-weight: 600;\n        }\n        \n        .footer {\n            margin-top: 40px;\n            padding-top: 20px;\n            border-top: 2px solid #e2e8f0;\n            text-align: center;\n            color: #94a3b8;\n            font-size: 12px;\n        }\n        \n        @media print {\n            body {\n                background: white;\n                padding: 0;\n            }\n            \n            .container {\n                box-shadow: none;\n                padding: 30px;\n            }\n            \n            .watermark {\n                opacity: 0.05;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 30px 20px;\n            }\n            \n            .po-header-section {\n                grid-template-columns: 1fr;\n            }\n            \n            .inline-fields {\n                grid-template-columns: 1fr;\n            }\n            \n            .totals-box {\n                width: 100%;\n            }\n            \n            .approval-section {\n                grid-template-columns: 1fr;\n            }\n            \n            table {\n                font-size: 12px;\n            }\n            \n            th, td {\n                padding: 8px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"watermark\">AiPro Institute\u2122<\/div>\n    \n    <div class=\"container\">\n        <div class=\"header\">\n            <div class=\"brand\">AiPro Institute\u2122<\/div>\n            <h1 class=\"doc-title\">Purchase Order<\/h1>\n            <p class=\"doc-subtitle\">Official Purchase Request & Authorization<\/p>\n        <\/div>\n\n        <!-- PO Header Section -->\n        <div class=\"po-header-section\">\n            <div class=\"info-box\">\n                <div class=\"info-title\">Buyer (Your Company)<\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">\u516c\u53f8\u540d\u5b57<\/label>\n                    <input type=\"text\" class=\"field-input\" placeholder=\"AiPro Institute\u2122\">\n                <\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">Address<\/label>\n                    <textarea class=\"field-input\" placeholder=\"Street Address&#10;City, State ZIP\"><\/textarea>\n                <\/div>\n                <div class=\"inline-fields\">\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">\u90ae\u7bb1<\/label>\n                        <input type=\"text\" class=\"field-input\" placeholder=\"purchasing@company.com\">\n                    <\/div>\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Phone<\/label>\n                        <input type=\"text\" class=\"field-input\" placeholder=\"(___) ___-____\">\n                    <\/div>\n                <\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">Contact Person<\/label>\n                    <input type=\"text\" class=\"field-input\" placeholder=\"Purchasing manager name\">\n                <\/div>\n            <\/div>\n            \n            <div class=\"info-box\">\n                <div class=\"po-number-display\">PO #<input type=\"text\" style=\"border:none; border-bottom:2px dashed #8B5CF6; width:120px; background:transparent; font-size:28px; font-weight:700;\" placeholder=\"00001\"><\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">PO Date<\/label>\n                    <input type=\"text\" class=\"field-input\" placeholder=\"MM\/DD\/YYYY\">\n                <\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">Required Delivery Date<\/label>\n                    <input type=\"text\" class=\"field-input\" placeholder=\"MM\/DD\/YYYY\">\n                <\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">Department<\/label>\n                    <input type=\"text\" class=\"field-input\" placeholder=\"Requesting department\">\n                <\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">Budget Code \/ Cost Center<\/label>\n                    <input type=\"text\" class=\"field-input\" placeholder=\"Budget allocation code\">\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Vendor Information -->\n        <div class=\"section\">\n            <h2 class=\"section-title\">Vendor Information<\/h2>\n            <div class=\"info-box\">\n                <div class=\"inline-fields\">\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Vendor Name<\/label>\n                        <input type=\"text\" class=\"field-input\" placeholder=\"Supplier company name\">\n                    <\/div>\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Vendor ID \/ Account Number<\/label>\n                        <input type=\"text\" class=\"field-input\" placeholder=\"Vendor identification number\">\n                    <\/div>\n                <\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">Vendor Address<\/label>\n                    <textarea class=\"field-input\" placeholder=\"Complete vendor address\"><\/textarea>\n                <\/div>\n                <div class=\"inline-fields\">\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Vendor Contact Person<\/label>\n                        <input type=\"text\" class=\"field-input\" placeholder=\"Contact name\">\n                    <\/div>\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">\u90ae\u7bb1<\/label>\n                        <input type=\"text\" class=\"field-input\" placeholder=\"vendor@email.com\">\n                    <\/div>\n                <\/div>\n                <div class=\"inline-fields\">\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Phone Number<\/label>\n                        <input type=\"text\" class=\"field-input\" placeholder=\"(___) ___-____\">\n                    <\/div>\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Fax (optional)<\/label>\n                        <input type=\"text\" class=\"field-input\" placeholder=\"(___) ___-____\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Shipping Information -->\n        <div class=\"section\">\n            <h2 class=\"section-title\">Shipping & Delivery Information<\/h2>\n            <div class=\"po-header-section\">\n                <div class=\"info-box\">\n                    <div class=\"info-title\">Ship To Address<\/div>\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Recipient Name\/Department<\/label>\n                        <input type=\"text\" class=\"field-input\" placeholder=\"Department or contact name\">\n                    <\/div>\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Delivery Address<\/label>\n                        <textarea class=\"field-input\" placeholder=\"Complete shipping address\"><\/textarea>\n                    <\/div>\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Special Instructions<\/label>\n                        <textarea class=\"field-input\" placeholder=\"Loading dock hours, access codes, etc.\"><\/textarea>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"info-box\">\n                    <div class=\"info-title\">Delivery Details<\/div>\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Shipping Method<\/label>\n                        <select class=\"field-input\">\n                            <option>Standard Ground<\/option>\n                            <option>Express \/ Overnight<\/option>\n                            <option>Freight \/ LTL<\/option>\n                            <option>Vendor Choice<\/option>\n                            <option>Will Call \/ Pickup<\/option>\n                        <\/select>\n                    <\/div>\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Carrier Preference<\/label>\n                        <input type=\"text\" class=\"field-input\" placeholder=\"FedEx, UPS, USPS, etc. (optional)\">\n                    <\/div>\n                    <div class=\"field-group\">\n                        <label class=\"field-label\">Shipping Account Number<\/label>\n                        <input type=\"text\" class=\"field-input\" placeholder=\"If using company shipping account\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Order Items -->\n        <div class=\"section\">\n            <h2 class=\"section-title\">Order Details<\/h2>\n            <table class=\"items-table\">\n                <thead>\n                    <tr>\n                        <th style=\"width: 8%;\">Item #<\/th>\n                        <th style=\"width: 15%;\">Part\/SKU<\/th>\n                        <th style=\"width: 32%;\">Description<\/th>\n                        <th style=\"width: 10%;\">Qty<\/th>\n                        <th style=\"width: 10%;\">Unit<\/th>\n                        <th style=\"width: 12%;\">Unit Price<\/th>\n                        <th style=\"width: 13%;\">Total<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td><input type=\"text\" placeholder=\"1\"><\/td>\n                        <td><input type=\"text\" placeholder=\"Part number\"><\/td>\n                        <td><textarea placeholder=\"Product\/service description\"><\/textarea><\/td>\n                        <td><input type=\"number\" placeholder=\"1\"><\/td>\n                        <td><input type=\"text\" placeholder=\"ea, box\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td><input type=\"text\" placeholder=\"2\"><\/td>\n                        <td><input type=\"text\" placeholder=\"Part number\"><\/td>\n                        <td><textarea placeholder=\"Product\/service description\"><\/textarea><\/td>\n                        <td><input type=\"number\" placeholder=\"1\"><\/td>\n                        <td><input type=\"text\" placeholder=\"ea, box\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td><input type=\"text\" placeholder=\"3\"><\/td>\n                        <td><input type=\"text\" placeholder=\"Part number\"><\/td>\n                        <td><textarea placeholder=\"Product\/service description\"><\/textarea><\/td>\n                        <td><input type=\"number\" placeholder=\"1\"><\/td>\n                        <td><input type=\"text\" placeholder=\"ea, box\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td><input type=\"text\" placeholder=\"4\"><\/td>\n                        <td><input type=\"text\" placeholder=\"Part number\"><\/td>\n                        <td><textarea placeholder=\"Product\/service description\"><\/textarea><\/td>\n                        <td><input type=\"number\" placeholder=\"1\"><\/td>\n                        <td><input type=\"text\" placeholder=\"ea, box\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td><input type=\"text\" placeholder=\"5\"><\/td>\n                        <td><input type=\"text\" placeholder=\"Part number\"><\/td>\n                        <td><textarea placeholder=\"Product\/service description\"><\/textarea><\/td>\n                        <td><input type=\"number\" placeholder=\"1\"><\/td>\n                        <td><input type=\"text\" placeholder=\"ea, box\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td><input type=\"text\" placeholder=\"6\"><\/td>\n                        <td><input type=\"text\" placeholder=\"Part number\"><\/td>\n                        <td><textarea placeholder=\"Product\/service description\"><\/textarea><\/td>\n                        <td><input type=\"number\" placeholder=\"1\"><\/td>\n                        <td><input type=\"text\" placeholder=\"ea, box\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td><input type=\"text\" placeholder=\"7\"><\/td>\n                        <td><input type=\"text\" placeholder=\"Part number\"><\/td>\n                        <td><textarea placeholder=\"Product\/service description\"><\/textarea><\/td>\n                        <td><input type=\"number\" placeholder=\"1\"><\/td>\n                        <td><input type=\"text\" placeholder=\"ea, box\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                    <\/tr>\n                    <tr>\n                        <td><input type=\"text\" placeholder=\"8\"><\/td>\n                        <td><input type=\"text\" placeholder=\"Part number\"><\/td>\n                        <td><textarea placeholder=\"Product\/service description\"><\/textarea><\/td>\n                        <td><input type=\"number\" placeholder=\"1\"><\/td>\n                        <td><input type=\"text\" placeholder=\"ea, box\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                        <td><input type=\"text\" placeholder=\"$0.00\"><\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <!-- Totals -->\n        <div class=\"totals-section\">\n            <div class=\"totals-box\">\n                <div class=\"total-row\">\n                    <div class=\"total-label\">Subtotal:<\/div>\n                    <div class=\"total-value\"><input type=\"text\" placeholder=\"$0.00\"><\/div>\n                <\/div>\n                <div class=\"total-row\">\n                    <div class=\"total-label\">Shipping & Handling:<\/div>\n                    <div class=\"total-value\"><input type=\"text\" placeholder=\"$0.00\"><\/div>\n                <\/div>\n                <div class=\"total-row\">\n                    <div class=\"total-label\">Tax (if applicable):<\/div>\n                    <div class=\"total-value\"><input type=\"text\" placeholder=\"$0.00\"><\/div>\n                <\/div>\n                <div class=\"total-row\">\n                    <div class=\"total-label\">Discount \/ Credits:<\/div>\n                    <div class=\"total-value\"><input type=\"text\" placeholder=\"($0.00)\"><\/div>\n                <\/div>\n                <div class=\"total-row grand-total\">\n                    <div class=\"total-label\">TOTAL PO AMOUNT:<\/div>\n                    <div class=\"total-value\"><input type=\"text\" placeholder=\"$0.00\"><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Terms and Conditions -->\n        <div class=\"section\">\n            <h2 class=\"section-title\">Terms & Conditions<\/h2>\n            <div class=\"terms-section\">\n                <div class=\"field-group\">\n                    <label class=\"field-label\">Payment Terms<\/label>\n                    <input type=\"text\" class=\"field-input\" placeholder=\"e.g., Net 30, Net 60, Due upon receipt, 2\/10 Net 30\">\n                <\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">FOB (Freight on Board)<\/label>\n                    <input type=\"text\" class=\"field-input\" placeholder=\"e.g., Origin, Destination, Shipping Point\">\n                <\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">Delivery Terms<\/label>\n                    <textarea class=\"field-input\" placeholder=\"Specify delivery requirements, lead times, and acceptance criteria...\"><\/textarea>\n                <\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">Quality Requirements<\/label>\n                    <textarea class=\"field-input\" placeholder=\"Quality standards, certifications, or specifications required...\"><\/textarea>\n                <\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">Returns & Cancellation Policy<\/label>\n                    <textarea class=\"field-input\" placeholder=\"Terms for returns, cancellations, and restocking fees...\"><\/textarea>\n                <\/div>\n                <div class=\"field-group\">\n                    <label class=\"field-label\">Additional Terms & Special Instructions<\/label>\n                    <textarea class=\"field-input\" placeholder=\"Any other requirements, conditions, or special instructions...\"><\/textarea>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Important Notes -->\n        <div class=\"highlight-box\">\n            <div class=\"highlight-title\">Important Notes<\/div>\n            <ul style=\"color:#475569; font-size:13px; line-height:1.8; margin-left:20px;\">\n                <li>This Purchase Order constitutes a legally binding agreement upon acceptance by vendor<\/li>\n                <li>Vendor must confirm acceptance and provide estimated delivery date within 48 hours<\/li>\n                <li>All items must match specifications exactly as described; substitutions require prior approval<\/li>\n                <li>Invoice must reference this PO number for payment processing<\/li>\n                <li>Partial shipments require separate packing slips and advance notification<\/li>\n                <li>All goods remain vendor property until payment is received in full<\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- Authorization\/Approval -->\n        <div class=\"approval-section\">\n            <div class=\"approval-box\">\n                <div class=\"approval-line\"><\/div>\n                <p class=\"approval-label\">Requested By<\/p>\n                <p style=\"font-size:12px; color:#94a3b8; margin-top:5px;\">Name: ________________<\/p>\n                <p style=\"font-size:12px; color:#94a3b8;\">Date: ________________<\/p>\n            <\/div>\n            \n            <div class=\"approval-box\">\n                <div class=\"approval-line\"><\/div>\n                <p class=\"approval-label\">Approved By<\/p>\n                <p style=\"font-size:12px; color:#94a3b8; margin-top:5px;\">Manager: ________________<\/p>\n                <p style=\"font-size:12px; color:#94a3b8;\">Date: ________________<\/p>\n            <\/div>\n            \n            <div class=\"approval-box\">\n                <div class=\"approval-line\"><\/div>\n                <p class=\"approval-label\">Vendor Acceptance<\/p>\n                <p style=\"font-size:12px; color:#94a3b8; margin-top:5px;\">Authorized Signature<\/p>\n                <p style=\"font-size:12px; color:#94a3b8;\">Date: ________________<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"footer\">\n            <p><strong>AiPro Institute\u2122<\/strong> | Purchase Order<\/p>\n            <p>This is an official purchase order | Document Version 1.0 | Generated January 2026<\/p>\n            <p>Please send acknowledgment and invoices to: <a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"34444146575c55475d5a5374555d44465b5d5a47405d404140511a575b59\">[email&#160;protected]<\/a><\/p>\n        <\/div>\n    <\/div>\n<script data-cfasync=\"false\" src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\"><\/script><\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Purchase Order Template | AiPro Institute\u2122 AiPro Institute\u2122 AiPro Institute\u2122 Purchase Order Official Purchase Request &#038; Authorization Buyer (Your Company) Company Name Address Email Phone Contact Person PO # PO Date Required Delivery Date Department Budget Code \/ Cost Center Vendor Information Vendor Name Vendor ID \/ Account Number Vendor Address Vendor Contact Person Email&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[79],"tags":[],"class_list":["post-2674","post","type-post","status-publish","format-standard","hentry","category-finance-accounting-department"],"acf":[],"_links":{"self":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/2674","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/comments?post=2674"}],"version-history":[{"count":4,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/2674\/revisions"}],"predecessor-version":[{"id":2683,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/2674\/revisions\/2683"}],"wp:attachment":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/media?parent=2674"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/categories?post=2674"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/tags?post=2674"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}