{"id":3318,"date":"2025-03-26T19:05:39","date_gmt":"2025-03-26T19:05:39","guid":{"rendered":"https:\/\/ampleo.com\/?page_id=3318"},"modified":"2026-03-30T07:23:17","modified_gmt":"2026-03-30T07:23:17","slug":"qofe-quote-builder","status":"publish","type":"page","link":"https:\/\/ampleo.com\/qofe-quote-builder\/","title":{"rendered":"Quality of Earnings Quote Builder"},"content":{"rendered":"    <!-- Form with ID for AJAX handling -->\n    <form id=\"qofe-ajax-form\" class=\"qofe-form\" action=\"#\" method=\"post\">\n        <!-- SECCI\u00d3N 1: LEFT COLUMN -->\n        <div class=\"form-section\">\n            <!-- First\/Last Name -->\n            <div class=\"form-row\">\n                <div>\n                    <label>First Name<\/label>\n                    <input type=\"text\" name=\"first_name\" required>\n                <\/div>\n                <div>\n                    <label>Last Name<\/label>\n                    <input type=\"text\" name=\"last_name\" required>\n                <\/div>\n            <\/div>\n            <!-- Email and Phone -->\n            <div class=\"form-row\">\n                <div>\n                    <label>Email<\/label>\n                    <input type=\"email\" name=\"email\" required>\n                <\/div>\n                <div>\n                    <label>Phone Number<\/label>\n                    <input type=\"text\" name=\"phone\" required>\n                <\/div>\n            <\/div>\n            <!-- Company Name and Buy\/Sell -->\n            <div class=\"form-row\">\n                <div>\n                    <label class=\"flex\">Company Name<\/label>\n                    <input type=\"text\" name=\"company_name\" required>\n                <\/div>\n                <div>\n                    <label>Buy or Sell Side<\/label>\n                    <div class=\"radio-group\">\n                        <label>\n                            <input type=\"radio\" name=\"buy_sell\" value=\"buy\" checked>\n                            Buy\n                        <\/label>\n                        <label>\n                            <input type=\"radio\" name=\"buy_sell\" value=\"sell\">\n                            Sell\n                        <\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <!-- Industry and Estimated Revenue -->\n            <div class=\"form-row\">\n                <div>\n                    <label class=\"flex\">Industry <!-- <span class=\"small-text\">(Optional)<\/span> --><\/label>\n                    <input type=\"text\" name=\"industry\" required>\n                <\/div>\n                <div>\n                    <label>Estimated Revenue<\/label>\n                    <input type=\"text\" name=\"estimated_revenue\" class=\"currency-input\" min=\"0\" step=\"1\" placeholder=\"$0\" required>\n                <\/div>\n            <\/div>\n            <!-- EBITDA and Addbacks -->\n            <div class=\"form-row\">\n                <div>\n                    <label>Estimated EBITDA<\/label>\n                    <input type=\"text\" name=\"estimated_ebitda\" class=\"currency-input\" min=\"0\" step=\"1\" placeholder=\"$0\" required>\n                <\/div>\n                <div>\n                    <label>Estimated Addbacks<\/label>\n                    <input type=\"text\" name=\"estimated_addbacks\" class=\"currency-input\" min=\"0\" step=\"1\" placeholder=\"$0\" required>\n                <\/div>\n            <\/div>\n            <!-- Inventory and Number of Entities -->\n            <div class=\"form-row\">\n                <div>\n                    <label>Inventory Involved<\/label>\n                    <div class=\"radio-group\">\n                        <label>\n                            <input type=\"radio\" name=\"inventory\" value=\"yes\" checked>\n                            Yes\n                        <\/label>\n                        <label>\n                            <input type=\"radio\" name=\"inventory\" value=\"no\">\n                            No\n                        <\/label>\n                    <\/div>\n                <\/div>\n                <div>\n                    <label for=\"num_entities\">Number of entities <span class=\"small-text\">(e.g. holding company, subsidiaries, etc.)<\/span><\/label>\n                    <select name=\"num_entities\" id=\"num_entities\" required>\n                        <option value=\"\" disabled selected>Please select<\/option>\n                        <option value=\"1\">1<\/option>\n                        <option value=\"2\">2<\/option>\n                        <option value=\"3\">3<\/option>\n                        <option value=\"4\">4<\/option>\n                        <option value=\"5\">5<\/option>\n                        <option value=\"6+\">More than five<\/option>\n                    <\/select>\n                <\/div>\n            <\/div>\n            <!-- Related party transactions -->\n            <div class=\"form-row block\">\n                <label>Are there related party transactions?<\/label>\n                <span class=\"small-text\">e.g. Do the owners also own the building? Other entities transacting with the target?<\/span>\n                <div class=\"radio-group\">\n                    <label>\n                        <input type=\"radio\" name=\"related_transactions\" value=\"yes\" checked>\n                        Yes\n                    <\/label>\n                    <label>\n                        <input type=\"radio\" name=\"related_transactions\" value=\"no\">\n                        No\n                    <\/label>\n                    <label>\n                        <input type=\"radio\" name=\"related_transactions\" value=\"unsure\">\n                        Unsure\n                    <\/label>\n                <\/div>\n            <\/div>\n            <!-- Accounting System and Basis -->\n            <div class=\"form-row\">\n                <div>\n                    <label for=\"accounting_system\">Accounting System<\/label>\n                    <select name=\"accounting_system\" id=\"accounting_system\" required>\n                        <option value=\"\" disabled selected>Please select<\/option>\n                        <option value=\"quickbooks_online\">QuickBooks Online<\/option>\n                        <option value=\"quickBooks_desktop\">QuickBooks Desktop<\/option>\n                        <option value=\"other\">Other<\/option>\n                    <\/select>\n                <\/div>\n                <div>\n                    <label for=\"accounting_basis\">Accounting Basis<\/label>\n                    <select name=\"accounting_basis\" id=\"accounting_basis\" required>\n                        <option value=\"\" disabled selected>Please select<\/option>\n                        <option value=\"cash\">Cash<\/option>\n                        <option value=\"accrual\">Accrual<\/option>\n                        <option value=\"mostly_cash\">Hybrid (mostly cash)<\/option>\n                        <option value=\"mostly_accrual\">Hybrid (mostly accrual)<\/option>\n                        <option value=\"unsure\">Unsure<\/option>\n                    <\/select>\n                <\/div>\n            <\/div>\n        <\/div>\n        <!-- SECCI\u00d3N 2: RIGHT COLUMN -->\n        <div class=\"form-section\">\n            <!-- Multiple Accounting Systems -->\n            <div class=\"form-row block\">\n                <label>Over the previous three years, were there multiple accounting systems?<\/label>\n                <div class=\"radio-group\">\n                    <label>\n                        <input type=\"radio\" name=\"multiple_accounting_systems\" value=\"yes\" checked>\n                        Yes\n                    <\/label>\n                    <label>\n                        <input type=\"radio\" name=\"multiple_accounting_systems\" value=\"no\">\n                        No\n                    <\/label>\n                    <label>\n                        <input type=\"radio\" name=\"multiple_accounting_systems\" value=\"unsure\">\n                        Unsure\n                    <\/label>\n                <\/div>\n            <\/div>\n            <!-- Databook or report -->\n            <div class=\"form-row block\">\n                <label>\n                    Databook or report\n                    <span class=\"small-text\">(If you're raising money, investors typically like to see a report)<\/span>\n                <\/label>\n                <div class=\"radio-group\">\n                    <label>\n                        <input type=\"radio\" name=\"databook_or_report\" value=\"databook_only\" checked>\n                        Databook only\n                    <\/label>\n                    <label>\n                        <input type=\"radio\" name=\"databook_or_report\" value=\"databook_plus_report\">\n                        Databook plus report\n                    <\/label>\n                <\/div>\n            <\/div>\n            <!-- How soon and Budget -->\n            <div class=\"form-row\">\n                <div>\n                    <label>How soon do you need it?<\/label>\n                    <select name=\"how_soon\" required>\n                        <option value=\"\" disabled selected>Please select<\/option>\n                        <option value=\"1_week\">Less than four weeks (ASAP)<\/option>\n                        <option value=\"2_weeks\">4 - 8 weeks (Typical)<\/option>\n                        <option value=\"3_weeks\">More than 8 weeks (Not a rush)<\/option>\n                    <\/select>\n                <\/div>\n                <div>\n                    <label>Budget for a QoFE?<\/label>\n                    <input type=\"text\" name=\"budget_for_qofe\" class=\"currency-input\" min=\"0\" step=\"1\" placeholder=\"$0\" required>\n                <\/div>\n            <\/div>\n            <!-- Fractional Services (optional) -->\n            <div class=\"fractional-services-block\">\n                <h2>ARE YOU ALSO INTERESTED IN ANY OF THE FRACTIONAL EXECUTIVE OR OTHER SERVICES THAT WE OFFER?<\/h2>\n                <ul>\n                    <li>\n                        <label class=\"service-label\">\n                            <input type=\"checkbox\" name=\"services[]\" value=\"finance\">\n                            <div class=\"service-content\">\n                                <span class=\"service-title\">Finance<\/span>\n                                <span class=\"service-subtitle\">CFO, Controller, bookkeeping<\/span>\n                            <\/div>\n                        <\/label>\n                    <\/li>\n                    <li>\n                        <label class=\"service-label\">\n                            <input type=\"checkbox\" name=\"services[]\" value=\"marketing\">\n                            <div class=\"service-content\">\n                                <span class=\"service-title\">Marketing<\/span>\n                                <span class=\"service-subtitle\">CMO, web development, copywriting, design, social media, SEO<\/span>\n                            <\/div>\n                        <\/label>\n                    <\/li>\n                    <li>\n                        <label class=\"service-label\">\n                            <input type=\"checkbox\" name=\"services[]\" value=\"hr\">\n                            <div class=\"service-content\">\n                                <span class=\"service-title\">HR<\/span>\n                                <span class=\"service-subtitle\">Compensation strategy, compliance, onboarding &amp; off-boarding, performance management<\/span>\n                            <\/div>\n                        <\/label>\n                    <\/li>\n                    <li>\n                        <label class=\"service-label\">\n                            <input type=\"checkbox\" name=\"services[]\" value=\"transaction_advisory\">\n                            <div class=\"service-content\">\n                                <span class=\"service-title\">Transaction Advisory<\/span>\n                                <span class=\"service-subtitle\">Valuation, purchase price allocation, purchase accounting, post-transaction integration<\/span>\n                            <\/div>\n                        <\/label>\n                    <\/li>\n                    <li>\n                        <label class=\"service-label\">\n                            <input type=\"checkbox\" name=\"services[]\" value=\"sales_tax\">\n                            <div class=\"service-content\">\n                                <span class=\"service-title\">Sales tax<\/span>\n                                <span class=\"service-subtitle\">Nexus, registration, audit, management, integration, audit defense, recovery<\/span>\n                            <\/div>\n                        <\/label>\n                    <\/li>\n                    <li>\n                        <label class=\"service-label\">\n                            <input type=\"checkbox\" name=\"services[]\" value=\"valuation\">\n                            <div class=\"service-content\">\n                                <span class=\"service-title\">Valuation<\/span>\n                                <span class=\"service-subtitle\">Buy\/Sell valuations, SBA business valuations, machinery & equipment appraisals<\/span>\n                            <\/div>\n                        <\/label>\n                    <\/li>\n                <\/ul>\n            <\/div>\n            <!-- Submit Button -->\n            <div class=\"form-row send-button\">\n                <button type=\"submit\">Generate Quote<\/button>\n            <\/div>\n        <\/div>\n    <\/form>\n    <!-- Container where AJAX result will be displayed -->\n    <div id=\"qofe-result-container\"><\/div>\n    ","protected":false},"excerpt":{"rendered":"","protected":false},"author":12,"featured_media":3336,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_yoast_wpseo_focuskw":"Quote Builder","_yoast_wpseo_title":"Quality of Earnings Report Quote Builder | Ampl\u0113o","_yoast_wpseo_metadesc":"Get an instant quote for your Quality of Earnings report. Answer a few questions about your deal and Ampl\u0113o's transaction advisory team will build a custom QofE estimate for you.","_yoast_wpseo_meta-robots-noindex":"","_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_opengraph-image":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","footnotes":""},"class_list":["post-3318","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":{"page_content":null},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Quality of Earnings Report Quote Builder | Ampl\u0113o<\/title>\n<meta name=\"description\" content=\"Get an instant quote for your Quality of Earnings report. Answer a few questions about your deal and Ampl\u0113o&#039;s transaction advisory team will build a custom QofE estimate for you.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ampleo.com\/qofe-quote-builder\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Quality of Earnings Report Quote Builder | Ampl\u0113o\" \/>\n<meta property=\"og:description\" content=\"Get an instant quote for your Quality of Earnings report. Answer a few questions about your deal and Ampl\u0113o&#039;s transaction advisory team will build a custom QofE estimate for you.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ampleo.com\/qofe-quote-builder\/\" \/>\n<meta property=\"og:site_name\" content=\"Ampl\u0113o\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-30T07:23:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ampleo.com\/wp-content\/uploads\/2025\/03\/Sample-Quality-of-Earnings-Report-1024x576.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ampleo.com\\\/qofe-quote-builder\\\/\",\"url\":\"https:\\\/\\\/ampleo.com\\\/qofe-quote-builder\\\/\",\"name\":\"Quality of Earnings Report Quote Builder | Ampl\u0113o\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ampleo.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ampleo.com\\\/qofe-quote-builder\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ampleo.com\\\/qofe-quote-builder\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ampleo.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/Sample-Quality-of-Earnings-Report.png\",\"datePublished\":\"2025-03-26T19:05:39+00:00\",\"dateModified\":\"2026-03-30T07:23:17+00:00\",\"description\":\"Get an instant quote for your Quality of Earnings report. Answer a few questions about your deal and Ampl\u0113o's transaction advisory team will build a custom QofE estimate for you.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ampleo.com\\\/qofe-quote-builder\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ampleo.com\\\/qofe-quote-builder\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ampleo.com\\\/qofe-quote-builder\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ampleo.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/Sample-Quality-of-Earnings-Report.png\",\"contentUrl\":\"https:\\\/\\\/ampleo.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/Sample-Quality-of-Earnings-Report.png\",\"width\":2240,\"height\":1260,\"caption\":\"Quality of Earnings Quick Quote Builder | Ampl\u0113o\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ampleo.com\\\/qofe-quote-builder\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ampleo.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Quality of Earnings Quote Builder\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ampleo.com\\\/#website\",\"url\":\"https:\\\/\\\/ampleo.com\\\/\",\"name\":\"Ampl\u0113o\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ampleo.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Quality of Earnings Report Quote Builder | Ampl\u0113o","description":"Get an instant quote for your Quality of Earnings report. Answer a few questions about your deal and Ampl\u0113o's transaction advisory team will build a custom QofE estimate for you.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ampleo.com\/qofe-quote-builder\/","og_locale":"en_US","og_type":"article","og_title":"Quality of Earnings Report Quote Builder | Ampl\u0113o","og_description":"Get an instant quote for your Quality of Earnings report. Answer a few questions about your deal and Ampl\u0113o's transaction advisory team will build a custom QofE estimate for you.","og_url":"https:\/\/ampleo.com\/qofe-quote-builder\/","og_site_name":"Ampl\u0113o","article_modified_time":"2026-03-30T07:23:17+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/ampleo.com\/wp-content\/uploads\/2025\/03\/Sample-Quality-of-Earnings-Report-1024x576.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ampleo.com\/qofe-quote-builder\/","url":"https:\/\/ampleo.com\/qofe-quote-builder\/","name":"Quality of Earnings Report Quote Builder | Ampl\u0113o","isPartOf":{"@id":"https:\/\/ampleo.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ampleo.com\/qofe-quote-builder\/#primaryimage"},"image":{"@id":"https:\/\/ampleo.com\/qofe-quote-builder\/#primaryimage"},"thumbnailUrl":"https:\/\/ampleo.com\/wp-content\/uploads\/2025\/03\/Sample-Quality-of-Earnings-Report.png","datePublished":"2025-03-26T19:05:39+00:00","dateModified":"2026-03-30T07:23:17+00:00","description":"Get an instant quote for your Quality of Earnings report. Answer a few questions about your deal and Ampl\u0113o's transaction advisory team will build a custom QofE estimate for you.","breadcrumb":{"@id":"https:\/\/ampleo.com\/qofe-quote-builder\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ampleo.com\/qofe-quote-builder\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ampleo.com\/qofe-quote-builder\/#primaryimage","url":"https:\/\/ampleo.com\/wp-content\/uploads\/2025\/03\/Sample-Quality-of-Earnings-Report.png","contentUrl":"https:\/\/ampleo.com\/wp-content\/uploads\/2025\/03\/Sample-Quality-of-Earnings-Report.png","width":2240,"height":1260,"caption":"Quality of Earnings Quick Quote Builder | Ampl\u0113o"},{"@type":"BreadcrumbList","@id":"https:\/\/ampleo.com\/qofe-quote-builder\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ampleo.com\/"},{"@type":"ListItem","position":2,"name":"Quality of Earnings Quote Builder"}]},{"@type":"WebSite","@id":"https:\/\/ampleo.com\/#website","url":"https:\/\/ampleo.com\/","name":"Ampl\u0113o","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ampleo.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/ampleo.com\/wp-json\/wp\/v2\/pages\/3318","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ampleo.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ampleo.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ampleo.com\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/ampleo.com\/wp-json\/wp\/v2\/comments?post=3318"}],"version-history":[{"count":0,"href":"https:\/\/ampleo.com\/wp-json\/wp\/v2\/pages\/3318\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ampleo.com\/wp-json\/wp\/v2\/media\/3336"}],"wp:attachment":[{"href":"https:\/\/ampleo.com\/wp-json\/wp\/v2\/media?parent=3318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}