
<div class="wrap">

    <h1>
        Create Supplier    </h1>

    <form id="bana-erp-supplier-form">  <!-- supplier-form -->

        <!-- RECORD ID -->
        <input type="hidden"
               id="bana-erp-supplier-id"
               name="bana_erp_supplier_id"
               value="0">

        <!-- SECURITY NONCE -->
        <input type="hidden"
               id="bana-erp-supplier-nonce"
               name="bana_erp_supplier_nonce"
               value="a1be423041">

        <!-- <table class="form-table"> -->
        <div class="bana-erp-card">

            <!-- SUPPLIER NAME -->
            <tr>

                <th scope="row">
                    <label for="supplier-name">
                        Supplier Name
                    </label>
                </th>

                <td>

                    <input type="text"
                           id="bana-erp-supplier-name"
                           name="bana_erp_supplier_name"
                           class="regular-text"
                           placeholder="ABC Flour Mills"
                           required
                           value="">  <!-- supplier-name AND supplier_name -->

                    <p class="description">
                        Official supplier or company name.
                    </p>

                </td>

            </tr>

            <!-- SUPPLIER CODE -->
            <tr>

                <th scope="row">
                    <label for="supplier-code">
                        Supplier Code
                    </label>
                </th>

                <td>

                    <input type="text"
                           id="bana-erp-supplier-code"
                           name="bana_erp_supplier_code"
                           class="regular-text"
                           placeholder="SUP-001"
                           value="">  <!-- supplier-code AND supplier_code -->

                    <p class="description">
                        Unique internal supplier reference code.
                    </p>

                </td>

            </tr>

            <!-- CONTACT PERSON -->
            <tr>

                <th scope="row">
                    <label for="contact-person">
                        Contact Person
                    </label>
                </th>

                <td>

                    <input type="text"
                           id="bana-erp-contact-person"
                           name="bana_erp_contact_person"
                           class="regular-text"
                           placeholder="John Doe"
                           value="">  <!-- contact-person AND contact_person -->

                </td>

            </tr>

            <!-- EMAIL -->
            <tr>

                <th scope="row">
                    <label for="supplier-email">
                        Email Address
                    </label>
                </th>

                <td>

                    <input type="email"
                           id="bana-erp-supplier-email"
                           name="bana_erp_supplier_email"
                           class="regular-text"
                           placeholder="supplier@example.com"
                           value="">  <!-- supplier-email AND supplier_email -->

                </td>

            </tr>

            <!-- PHONE -->
            <tr>

                <th scope="row">
                    <label for="supplier-phone">
                        Phone Number
                    </label>
                </th>

                <td>

                    <input type="text"
                           id="bana-erp-supplier-phone"
                           name="bana_erp_supplier_phone"
                           class="regular-text"
                           placeholder="+2348012345678"
                           value="">  <!-- supplier-phone AND supplier_phone -->

                </td>

            </tr>

            <!-- ADDRESS -->
            <tr>

                <th scope="row">
                    <label for="supplier-address">
                        Address
                    </label>
                </th>

                <td>

                    <textarea
                        id="bana-erp-supplier-address"
                        name="bana_erp_supplier_address"
                        rows="5"
                        class="large-text"
                        placeholder="Supplier office or warehouse address"></textarea>   <!-- supplier-address AND supplier_address -->

                </td>

            </tr>

        </div>
        <!-- </table> -->

        <!-- SUBMIT -->
        <p class="submit">

            <button type="submit"
                    id="bana-erp-save-supplier"
                    class="bana-erp-btn-primary">
                    Save Supplier
                
            </button>   <!-- class="button button-primary" --> 

        </p>

    </form>

    <!-- AJAX MESSAGE -->
    <div id="bana-erp-supplier-message"
         style="margin-top:15px;">  <!-- supplier-message -->
    </div>

</div><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//anaarm.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://anaarm.com/post-sitemap.xml</loc>
		<lastmod>2026-04-15T12:36:58+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://anaarm.com/page-sitemap1.xml</loc>
		<lastmod>2026-05-31T16:24:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://anaarm.com/page-sitemap2.xml</loc>
		<lastmod>2026-04-25T11:31:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://anaarm.com/download-sitemap.xml</loc>
		<lastmod>2025-10-31T18:40:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://anaarm.com/category-sitemap.xml</loc>
		<lastmod>2026-04-15T12:36:58+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->