[{"data":1,"prerenderedAt":731},["ShallowReactive",2],{"{\"query\":\"\\n  query ($locale: SiteLocale!) {\\n    site: _site {\\n      favicon: faviconMetaTags {\\n        attributes\\n        content\\n        tag\\n      }\\n      globalSeo {\\n        fallbackSeo {\\n          title\\n          description\\n        }\\n      }\\n    }\\n    global(locale: $locale) {\\n      headerCta {\\n        ...LinkFragment\\n      }\\n      topBanner {\\n        showBanner\\n        bannerText\\n        bgColor\\n      }\\n      signIn\\n      investors {\\n        title\\n        logos {\\n          url\\n        }\\n      }\\n      description\\n      footerCta {\\n        ...LinkFragment\\n      }\\n      socialMedia {\\n        platform\\n        url\\n      }\\n      locations {\\n        location\\n        address\\n        coords\\n      }\\n      emailAddress\\n      badges {\\n        url\\n      }\\n      gatedHeadline\\n      gatedIntro\\n      gatedFormId\\n      signupForm {\\n        headline\\n        intro\\n        hubspotId\\n      }\\n    }\\n  }\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n\",\"variables\":{\"locale\":\"en\"}}":3,"{\"query\":\"\\n  query {\\n    menu {\\n      main {\\n        ... on MenuGroupRecord {\\n          __typename\\n          label\\n          id\\n          submenu {\\n            ... on MenuItemRecord {\\n              __typename\\n              label\\n              description\\n              ...InternalFragment\\n              external\\n              icon {\\n                url\\n              }\\n            }\\n            ... on MenuGroupRecord {\\n              __typename\\n              label\\n              submenu {\\n                ... on MenuItemRecord {\\n                  __typename\\n                  label\\n                  ...InternalFragment\\n                  external\\n                }\\n              }\\n            }\\n          }\\n        }\\n        ... on MenuItemRecord {\\n          __typename\\n          label\\n          id\\n          ...InternalFragment\\n          external\\n        }\\n      }\\n    }\\n  }\\n  \\n  fragment InternalFragment on MenuItemRecord {\\n    internal {\\n      ... on HomeRecord {\\n        __typename\\n      }\\n      ... on PostRecord {\\n        __typename\\n        slug\\n      }\\n      ... on ProductRecord {\\n        __typename\\n        slug\\n      }\\n      ... on WhyMainRecord {\\n        __typename\\n      }\\n      ... on WhySubpageRecord {\\n        __typename\\n        slug\\n      }\\n      ... on AiFirstRecord {\\n        __typename\\n      }\\n      ... on ClientSuccessRecord {\\n        __typename\\n      }\\n      ... on BookDemoRecord {\\n        __typename\\n      }\\n      ... on BlogLandingRecord {\\n        __typename\\n      }\\n      ... on AboutRecord {\\n        __typename\\n      }\\n      ... on LeadershipRecord {\\n        __typename\\n      }\\n      ... on MediaCollectionRecord {\\n        __typename\\n        tag {\\n          slug\\n        }\\n      }\\n      ... on NewsCollectionRecord {\\n        __typename\\n        tag {\\n          slug\\n        }\\n      }\\n      ... on CasestudyLandingRecord {\\n        __typename\\n      }\\n      ... on CaseStudyRecord {\\n        __typename\\n        slug\\n      }\\n      ... on PaidLandingRecord {\\n        __typename\\n        slug\\n      }\\n    }\\n  }\\n\\n\",\"variables\":{\"locale\":\"en\"}}":100,"{\"query\":\"\\n  query ($slug: String) {\\n    post(filter: { slug: { eq: $slug } }) {\\n      seo: _seoMetaTags {\\n        attributes\\n        content\\n        tag\\n      }\\n      ...PostFragment\\n      content {\\n        value\\n        blocks {\\n          __typename\\n          ... on RecordInterface {\\n            __typename\\n          }\\n          ... on BlogQuoteRecord {\\n            id\\n            __typename\\n            text\\n          }\\n          ... on BlogImageRecord {\\n            id\\n            __typename\\n            image {\\n              url\\n              alt\\n            }\\n            caption\\n            link {\\n              ...SingleLinkFragment\\n            }\\n          }\\n          ... on BlogTableRecord {\\n            id\\n            __typename\\n            colLeft\\n            colRight\\n            tableRows {\\n              colLeft\\n              colRight\\n            }\\n            bgColor {\\n              bgColor\\n            }\\n          }\\n          ... on DownloadRecord {\\n            id\\n            __typename\\n            text\\n            file {\\n              url\\n              filename\\n            }\\n          }\\n          ... on EmbedVideoRecord {\\n            id\\n            __typename\\n            video {\\n              height\\n              provider\\n              providerUid\\n              thumbnailUrl\\n              title\\n              url\\n              width\\n            }\\n          }\\n        }\\n      }\\n    }\\n    blogLanding {\\n      footerCallout {\\n        ...FooterFragment\\n      }\\n    }\\n  }\\n  \\n  fragment PostFragment on PostRecord {\\n    __typename\\n    id\\n    title\\n    slug\\n    publishDate\\n    category {\\n      id\\n      name\\n      slug\\n    }\\n    author {\\n      name\\n      photo {\\n        url\\n      }\\n    }\\n    image {\\n      responsiveImage(imgixParams: { fit: fillmax, w: 1400, h: 1050 }) {\\n        src\\n        width\\n        height\\n        alt\\n        base64\\n      }\\n    }\\n    accentColor {\\n      bgColor\\n    }\\n    intro\\n  }\\n\\n  \\n  fragment FooterFragment on FooterBannerRecord {\\n    headline\\n    intro\\n    cta {\\n      ...LinkFragment\\n    }\\n  }\\n\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n  \\n  fragment SingleLinkFragment on LinkRecord {\\n    internal {\\n      ... on HomeRecord {\\n        __typename\\n      }\\n      ... on PostRecord {\\n        __typename\\n        slug\\n      }\\n      ... on ProductRecord {\\n        __typename\\n        slug\\n      }\\n      ... on WhyMainRecord {\\n        __typename\\n      }\\n      ... on WhySubpageRecord {\\n        __typename\\n        slug\\n      }\\n      ... on AiFirstRecord {\\n        __typename\\n      }\\n      ... on ClientSuccessRecord {\\n        __typename\\n      }\\n      ... on BookDemoRecord {\\n        __typename\\n      }\\n      ... on BlogLandingRecord {\\n        __typename\\n      }\\n      ... on AboutRecord {\\n        __typename\\n      }\\n      ... on LeadershipRecord {\\n        __typename\\n      }\\n      ... on MediaCollectionRecord {\\n        __typename\\n        tag {\\n          slug\\n        }\\n      }\\n      ... on MediaPostRecord {\\n        __typename\\n        slug\\n      }\\n      ... on CaseStudyRecord {\\n        __typename\\n        slug\\n      }\\n      ... on CasestudyLandingRecord {\\n        __typename\\n      }\\n      ... on PaidLandingRecord {\\n        __typename\\n        slug\\n      }\\n    }\\n    external\\n  }\\n\\n\",\"variables\":{\"slug\":\"hot-take-erp-rollouts-should-be-led-by-hr\"}}":269,"{\"query\":\"\\n  query {\\n    allPosts(\\n      orderBy: publishDate_DESC\\n      filter: { publishDate: { lte: \\\"2026-05-04\\\" }, id: {neq: \\\"EoLMPrQeQfuje-kef4L0dg\\\"} }\\n      first: 3\\n    ) {\\n      ...PostFragment\\n    }\\n  }\\n  \\n  fragment PostFragment on PostRecord {\\n    __typename\\n    id\\n    title\\n    slug\\n    publishDate\\n    category {\\n      id\\n      name\\n      slug\\n    }\\n    author {\\n      name\\n      photo {\\n        url\\n      }\\n    }\\n    image {\\n      responsiveImage(imgixParams: { fit: fillmax, w: 1400, h: 1050 }) {\\n        src\\n        width\\n        height\\n        alt\\n        base64\\n      }\\n    }\\n    accentColor {\\n      bgColor\\n    }\\n    intro\\n  }\\n\\n\",\"variables\":{}}":605,"{\"query\":\"\\n  query {\\n    articleSidebar {\\n      cta {\\n        ...LinkFragment\\n      }\\n    }\\n  }\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n\",\"variables\":{}}":661,"{\"query\":\"\\n    query {\\n      global {\\n        footerCallout {\\n          ...FooterFragment\\n        }\\n      }\\n    }\\n    \\n  fragment FooterFragment on FooterBannerRecord {\\n    headline\\n    intro\\n    cta {\\n      ...LinkFragment\\n    }\\n  }\\n\\n    \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n  \",\"variables\":{}}":667,"{\"query\":\"\\n  query {\\n    allNewsPosts(orderBy: publishDate_DESC, first: 3) {\\n      __typename\\n      title\\n      slug\\n      publishDate\\n      tag {\\n        name\\n        slug\\n      }\\n      image {\\n        responsiveImage(imgixParams: { fit: fillmax, w: 1400, h: 1050 }) {\\n          src\\n          width\\n          height\\n          alt\\n          base64\\n        }\\n      }\\n      logo {\\n        url\\n      }\\n      accentColor {\\n        bgColor\\n      }\\n      intro\\n      externalLink\\n      media {\\n        ... on MediaVideoRecord {\\n          __typename\\n          video {\\n            ...VideoFragment\\n          }\\n        }\\n      }\\n    }\\n  }\\n  \\n  fragment VideoFragment on VideoRecord {\\n    file {\\n      video {\\n        muxPlaybackId\\n        title\\n        width\\n        height\\n        thumbhash\\n        blurUpThumb\\n        thumbnailUrl\\n      }\\n    }\\n    external {\\n      height\\n      provider\\n      providerUid\\n      thumbnailUrl\\n      title\\n      url\\n      width\\n    }\\n    loopClip {\\n      url\\n    }\\n  }\\n\\n\",\"variables\":{}}":676},{"site":4,"global":30},{"favicon":5,"globalSeo":26},[6,14,18,22],{"attributes":7,"content":12,"tag":13},{"sizes":8,"type":9,"rel":10,"href":11},"16x16","image/png","icon","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=16&w=16",null,"link",{"attributes":15,"content":12,"tag":13},{"sizes":16,"type":9,"rel":10,"href":17},"32x32","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=32&w=32",{"attributes":19,"content":12,"tag":13},{"sizes":20,"type":9,"rel":10,"href":21},"96x96","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=96&w=96",{"attributes":23,"content":12,"tag":13},{"sizes":24,"type":9,"rel":10,"href":25},"192x192","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=192&w=192",{"fallbackSeo":27},{"title":28,"description":29},"Everest Systems | ERP Reinvented for the AI Era","Everest is an AI-native ERP platform that replaces outdated systems, streamlines operations, cuts costs, and enables rapid adaptations for faster, smarter growth.",{"headerCta":31,"topBanner":39,"signIn":37,"investors":43,"description":29,"footerCta":54,"socialMedia":59,"locations":66,"emailAddress":87,"badges":88,"gatedHeadline":93,"gatedIntro":94,"gatedFormId":95,"signupForm":96},{"buttons":32},[33],{"label":34,"internal":35,"external":37,"style":38},"Try Everest",{"__typename":36},"BookDemoRecord","","button",{"showBanner":40,"bannerText":41,"bgColor":42},true,"\u003Cp>Learn what it means to be truly AI-native &mdash; \u003Ca href=\"https://everest-systems.com/weekly-demo\">join our live product demo on Thursday at 10am PT\u003C/a> &rarr;\u003C/p>","red",{"title":44,"logos":45},"Investors",[46,48,50,52],{"url":47},"https://www.datocms-assets.com/160976/1749761147-sutter-hill.svg",{"url":49},"https://www.datocms-assets.com/160976/1749761146-altimeter.png",{"url":51},"https://www.datocms-assets.com/160976/1749761146-redpoint.png",{"url":53},"https://www.datocms-assets.com/160976/1750290368-dl.png",{"buttons":55},[56],{"label":57,"internal":58,"external":37,"style":38},"Contact",{"__typename":36},[60,63],{"platform":61,"url":62},"linkedin","https://www.linkedin.com/company/everest-systems-inc/",{"platform":64,"url":65},"youtube","https://www.youtube.com/@EverestSystemsERP",[67,71,75,79,83],{"location":68,"address":69,"coords":70},"North America","280 Hope Street\nMountain View, CA 94041","130,290",{"location":72,"address":73,"coords":74},"Germany","Max-Jarecki-Straße 21, 69115\nHeidelberg, Germany","650,252",{"location":76,"address":77,"coords":78},"United Kingdom","80 Grosvenor Street\nLondon, W1k3JX ","590,208",{"location":80,"address":81,"coords":82},"Brazil","Mostardeiro, 800 - room 702\nPorto Alegre - RS, 90430-000","384,636",{"location":84,"address":85,"coords":86},"South Africa","The Foundry, 74 Cardiff Street, Green Point, Cape Town, 8005, South Africa","680,624","info@everest-systems.com",[89,91],{"url":90},"https://www.datocms-assets.com/160976/1749761602-aws.png",{"url":92},"https://www.datocms-assets.com/160976/1749761602-aicpa.png","Gated Content Headline","Please fill out this form to gain access to exclusive content","c9f28857-105a-4932-a211-4f63c780866b",{"headline":97,"intro":98,"hubspotId":99},"Get the latest Everest news","Some nice copy here about what you get when you sign up.","36355ffe-9c44-4682-a5de-b73edd288b28",{"menu":101},{"main":102},[103,181,211,216,249],{"__typename":104,"label":105,"id":106,"submenu":107},"MenuGroupRecord","Products","ZpWZSBQDQti1xbn9l2cD_Q",[108,117,124,131,138,145,152,159,166,173],{"__typename":109,"label":110,"description":111,"external":37,"icon":112,"internal":114},"MenuItemRecord","Order to Cash ","Streamline every step from order to cash.",{"url":113},"https://www.datocms-assets.com/160976/1749656388-quotetocash.svg",{"__typename":115,"slug":116},"ProductRecord","order-to-cash",{"__typename":109,"label":118,"description":119,"external":37,"icon":120,"internal":122},"Record to Report","Purpose-built record to report for scaling global operations.",{"url":121},"https://www.datocms-assets.com/160976/1750686191-recordtoreport.svg",{"__typename":115,"slug":123},"record-to-report",{"__typename":109,"label":125,"description":126,"external":37,"icon":127,"internal":129},"Revenue Recognition","Automate revenue recognition and simplify ASC 606 compliance.",{"url":128},"https://www.datocms-assets.com/160976/1749656415-revenuerec.svg",{"__typename":115,"slug":130},"revenue-recognition",{"__typename":109,"label":132,"description":133,"external":37,"icon":134,"internal":136},"Cloud Cost Management","Bring cloud spend into focus, directly in your ERP.",{"url":135},"https://www.datocms-assets.com/160976/1750686447-cloudcost.svg",{"__typename":115,"slug":137},"cloud-cost-management",{"__typename":109,"label":139,"description":140,"external":37,"icon":141,"internal":143},"HR Management","Understand and control people costs in one system.",{"url":142},"https://www.datocms-assets.com/160976/1749662760-hr-management.svg",{"__typename":115,"slug":144},"hr-management",{"__typename":109,"label":146,"description":147,"external":37,"icon":148,"internal":150},"Asset Management","Track and depreciate assets without extra modules.",{"url":149},"https://www.datocms-assets.com/160976/1749663705-assetman.svg",{"__typename":115,"slug":151},"asset-management",{"__typename":109,"label":153,"description":154,"external":37,"icon":155,"internal":157},"Multi-Book & Localization","Run global accounting without adding complexity.",{"url":156},"https://www.datocms-assets.com/160976/1749664554-internationalization.svg",{"__typename":115,"slug":158},"multi-book-localization",{"__typename":109,"label":160,"description":161,"external":37,"icon":162,"internal":164},"Native AI","Empower your users to develop features with AI",{"url":163},"https://www.datocms-assets.com/160976/1755089953-native-ai.svg",{"__typename":115,"slug":165},"ai-automation",{"__typename":109,"label":167,"description":168,"external":37,"icon":169,"internal":171},"Live Sandbox","Make changes with zero risk.",{"url":170},"https://www.datocms-assets.com/160976/1750686956-lifesandboxing.svg",{"__typename":115,"slug":172},"live-sandbox",{"__typename":109,"label":174,"description":175,"external":37,"icon":176,"internal":178},"AiSpecify","Design and build applications faster with AI",{"url":177},"https://www.datocms-assets.com/160976/1749667775-ai-automation.svg",{"__typename":179,"slug":180},"PaidLandingRecord","aispecify",{"__typename":104,"label":182,"id":183,"submenu":184},"Why Everest","PFK4MTMsSGyvr0kIIbiuWg",[185,190,196,201,206],{"__typename":109,"label":186,"description":187,"external":37,"icon":12,"internal":188},"Why Everest ","Everest is built for businesses with complex revenue, global operations, and rapid change.",{"__typename":189},"WhyMainRecord",{"__typename":109,"label":191,"description":192,"external":37,"icon":12,"internal":193},"Everest vs. Legacy ERP","Legacy ERP systems weren’t built for the speed, scale, or complexity of modern businesses.",{"__typename":194,"slug":195},"WhySubpageRecord","everest-vs-legacy-erp",{"__typename":109,"label":197,"description":198,"external":37,"icon":12,"internal":199},"Everest vs. Bolt-ons","Patchwork solutions slow your business down with manual work, system silos, and reporting gaps. ",{"__typename":194,"slug":200},"everest-vs-bolt-ons",{"__typename":109,"label":202,"description":203,"external":37,"icon":12,"internal":204},"AI-First Architecture","Everest is ERP reinvented for the AI era.",{"__typename":205},"AiFirstRecord",{"__typename":109,"label":207,"description":208,"external":37,"icon":12,"internal":209},"Everest security","At Everest, \u2028we understand that your business runs on trust.",{"__typename":194,"slug":210},"security",{"__typename":109,"label":212,"id":213,"external":37,"internal":214},"Customers","b7WnWKIVS3ylsgg5EFTu3g",{"__typename":215},"ClientSuccessRecord",{"__typename":104,"label":217,"id":218,"submenu":219},"Learn","Sfyg47Z5TnamVqzdpjtZzw",[220,225],{"__typename":109,"label":221,"description":222,"external":37,"icon":12,"internal":223},"Blog","Insights and resources for finance and operational transformation.",{"__typename":224},"BlogLandingRecord",{"__typename":104,"label":226,"submenu":227},"Media",[228,234,239,244],{"__typename":109,"label":229,"external":37,"internal":230},"Product Demos",{"__typename":231,"tag":232},"MediaCollectionRecord",{"slug":233},"product-demos",{"__typename":109,"label":235,"external":37,"internal":236},"Product Releases",{"__typename":231,"tag":237},{"slug":238},"product-releases",{"__typename":109,"label":240,"external":37,"internal":241},"Video",{"__typename":231,"tag":242},{"slug":243},"video",{"__typename":109,"label":245,"external":37,"internal":246},"Podcasts",{"__typename":231,"tag":247},{"slug":248},"podcasts",{"__typename":104,"label":250,"id":251,"submenu":252},"About","QD9iJU7KSeaA_II0VbKWZw",[253,258,262],{"__typename":109,"label":254,"description":255,"external":37,"icon":12,"internal":256},"Our Leadership","Guiding Everest with vision, expertise, and real-world experience.",{"__typename":257},"LeadershipRecord",{"__typename":109,"label":259,"description":260,"external":261,"icon":12,"internal":12},"Careers","Help us reinvent ERP.","https://everestruns.everest-systems.com/hook/fetch/jobs?file=index.html",{"__typename":109,"label":263,"description":264,"external":37,"icon":12,"internal":265},"News & Updates","Our latest Press and Collaboration updates.",{"__typename":266,"tag":267},"NewsCollectionRecord",{"slug":268},"press",{"post":270,"blogLanding":603},{"seo":271,"content":329,"__typename":579,"id":580,"title":273,"slug":581,"publishDate":582,"category":583,"author":587,"image":591,"accentColor":597,"intro":599,"tag":600},[272,275,279,282,286,289,292,296,300,304,307,311,315,318,322,325],{"attributes":12,"content":273,"tag":274},"Hot take: ERP rollouts should be led by HR","title",{"attributes":276,"content":12,"tag":278},{"property":277,"content":273},"og:title","meta",{"attributes":280,"content":12,"tag":278},{"name":281,"content":273},"twitter:title",{"attributes":283,"content":12,"tag":278},{"name":284,"content":285},"description","The City of Birmingham had to pay £90 million to clean up their failed ERP implementation. Here’s that story—and how not to be like them.",{"attributes":287,"content":12,"tag":278},{"property":288,"content":285},"og:description",{"attributes":290,"content":12,"tag":278},{"name":291,"content":285},"twitter:description",{"attributes":293,"content":12,"tag":278},{"property":294,"content":295},"og:image","https://www.datocms-assets.com/160976/1777921335-everest-erp-hr-article-header-graphic-2.png?auto=format&fit=max&w=1200",{"attributes":297,"content":12,"tag":278},{"property":298,"content":299},"og:image:width","1200",{"attributes":301,"content":12,"tag":278},{"property":302,"content":303},"og:image:height","923",{"attributes":305,"content":12,"tag":278},{"name":306,"content":295},"twitter:image",{"attributes":308,"content":12,"tag":278},{"property":309,"content":310},"og:locale","en",{"attributes":312,"content":12,"tag":278},{"property":313,"content":314},"og:type","article",{"attributes":316,"content":12,"tag":278},{"property":317,"content":28},"og:site_name",{"attributes":319,"content":12,"tag":278},{"property":320,"content":321},"article:modified_time","2026-05-04T19:10:11Z",{"attributes":323,"content":12,"tag":278},{"property":324,"content":37},"article:publisher",{"attributes":326,"content":12,"tag":278},{"name":327,"content":328},"twitter:card","summary_large_image",{"value":330,"blocks":568},{"schema":331,"document":332},"dast",{"type":333,"children":334},"root",[335,341,344,357,361,365,371,375,379,391,393,405,420,424,428,432,449,453,457,463,467,471,476,488,492,497,501,506,510,514,518,523,527,532,536,541,545,550,554,556,560,564],{"type":336,"children":337},"paragraph",[338],{"type":339,"value":340},"span","For example, have you ever added a new required field to, say, an expense report? What was the result? You probably noticed that it didn’t immediately produce the desired outcome. More likely, you saw a sudden spike in “bank fee” reports which makes no sense until you consider it’s the first item on the list, and people are being lazy. This dropdown is standing between them and picking up their kid from daycare.",{"item":342,"type":343},"HnsvYHkgQ1Sp6SjlsCPBGw","block",{"type":336,"children":345},[346,348,355],{"type":339,"value":347},"This is called ",{"url":349,"type":13,"children":350},"https://www.dailycal.org/archives/study-reveals-people-most-often-choose-first-option-presented/article_ad9a695b-603b-52f7-9b44-2b9bde89ff23.html",[351],{"type":339,"marks":352,"value":354},[353],"underline","the primacy effect",{"type":339,"value":356},". People will tend to check whatever box first just to move on. Forcing them to care as much as you do by adjusting the software—aka strengthening the scaffold—only ensures they make your day harder and their day worse.",{"type":336,"children":358},[359],{"type":339,"value":360},"Perhaps that’s inconvenient for us to say as makers of an ERP software, but it’s the truth. The non-tech factor is a major factor. You cannot force people; they’ll keep squirming around the rules. You can’t use the ERP to make two departments talk if they don’t want to. You can’t force a line of business leader to start sharing utilization data if that leader thinks it’ll make her look bad.",{"type":336,"children":362},[363],{"type":339,"value":364},"Software makes it possible. But it doesn’t make it likely. And you can see that in major blowups, like when the city of Birmingham, UK blew £129 million over three painful years.",{"type":366,"level":367,"children":368},"heading",2,[369],{"type":339,"value":370},"The city of Birmingham had an ERP strategy, but no people strategy",{"type":336,"children":372},[373],{"type":339,"value":374},"We rarely get first-person insight into how ERP implementations go wrong. But when they occur in the public sector, documents tend to leak. Or they are shared freely, as was required of Birmingham’s auditor, Grant Thornton. We analyze those documents here.",{"type":336,"children":376},[377],{"type":339,"value":378},"The story is fairly simple: In 2023, Birmingham purchased Oracle’s ERP for a project total of £39 million, including implementation. Two years later, Grant Thornton was brought in to conduct an audit. They catalogued all manner of malpractice, including the embarrassing fact that the city never got it set up—and had been without any functioning core financial system for two years. They’d paid all that money and then continued to work from spreadsheets. ",{"type":336,"children":380},[381,383,389],{"type":339,"value":382},"Pictured is Grant Thornton’s executive summary from ",{"url":384,"type":13,"children":385},"https://www.birmingham.gov.uk/downloads/file/30136/public_interest_report_-_erp_implementation_2025",[386],{"type":339,"marks":387,"value":388},[353],"the report",{"type":339,"value":390},". Notice anything about it? ",{"item":392,"type":343},"TygXui81RbKK5ZiBRV5Mrw",{"type":336,"children":394},[395,397,403],{"type":339,"value":396},"That’s right—eight out of eight deficiencies were human issues. No doubt Oracle’s systems did not help, nor did their ",{"url":398,"type":13,"children":399},"https://www.glassdoor.com/Reviews/Employee-Review-Oracle-E1737-RVW103312959.htm",[400],{"type":339,"marks":401,"value":402},[353],"aggressive sales culture",{"type":339,"value":404},". But any ERP would have struggled in this situation. There was a lack of ownership. The city’s IT team lacked the right skills and experience, and didn’t plan to find the right people. They ignored their Oracle implementation team’s best practices, did not consult end-users, and leadership created a culture where bad news wasn’t welcome. ",{"type":336,"children":406},[407,409,413,415,418],{"type":339,"value":408},"As a result, the city had to fire Oracle’s implementation team and hire another for an ",{"type":339,"marks":410,"value":412},[411],"emphasis","additional ",{"type":339,"value":414},"£",{"type":339,"marks":416,"value":417},[411],"90 million.",{"type":339,"value":419}," Plus, that amount does not account for the waste of two years of inefficient, improperly documented citywide financial work done in spreadsheets.",{"type":336,"children":421},[422],{"type":339,"value":423},"But what if HR had been in charge? It’s a funny question and I mean it partly in jest. They’d have centered the people in this equation, known it wouldn’t go according to the best possible scenario, and considered how to get everyone aligned. ",{"type":336,"children":425},[426],{"type":339,"value":427},"Let’s explore how Birmingham’s situation could have gone differently if HR was in charge.",{"type":366,"level":367,"children":429},[430],{"type":339,"value":431},"8 reasons HR should lead the ERP rollout",{"type":336,"children":433},[434,436,439,441,447],{"type":339,"value":435},"Sometimes you need experts. But sometimes, you want ",{"type":339,"marks":437,"value":438},[411],"inexperts",{"type":339,"value":440},", who humbly ask questions no one else would consider. Experienced tech teams will tend to design a workflow based on what is possible and assume everyone knows as much as they do, which is referred to as ",{"url":442,"type":13,"children":443},"https://thedecisionlab.com/reference-guide/management/curse-of-knowledge",[444],{"type":339,"marks":445,"value":446},[353],"the curse of knowledge",{"type":339,"value":448},". Whereas HR teams placed in charge of a tech rollout would probably ground their expectations in what is likely, and think harder about the risks.",{"type":336,"children":450},[451],{"type":339,"value":452},"Plus, unlike implementation partners, HR teams would come in knowing everyone’s dirt. They’d know which departments work well together and which don’t, and that would be a major step up. These are things an implementation partner couldn’t figure out in even the most thorough audit.",{"type":336,"children":454},[455],{"type":339,"value":456},"Let’s say HR was in charge in the Birmingham case:",{"type":336,"children":458},[459],{"type":339,"marks":460,"value":462},[461],"strong","1. Lack of ownership →  HR will write it into an exec’s OKRs",{"type":336,"children":464},[465],{"type":339,"value":466},"For most people at work, compensation is the destination. If you want to not have to rely on people’s goodwill, which is risky, you’d incentivize them directly. The HR team could write the ERP launch milestones and measurements into one ultimately responsible executive’s objectives and key results (OKRs), with key results that flow down to their team. They could put it on all the steering committee’s objectives too. ",{"type":336,"children":468},[469],{"type":339,"value":470},"This would put people’s pay and promotions on the line, which might inspire more focus.",{"type":336,"children":472},[473],{"type":339,"marks":474,"value":475},[461],"2. Unclear business case → HR will consider how it impacts each team’s metrics",{"type":336,"children":477},[478,480,486],{"type":339,"value":479},"ERP rollouts are ",{"url":481,"type":13,"children":482},"https://everest-systems.com/product/order-to-cash/",[483],{"type":339,"marks":484,"value":485},[353],"famously grueling",{"type":339,"value":487},". Part of that is the fact that people don’t get a pass on their other duties while participating. They only have so many hours to give, and diagramming their own processes or testing a new interface, will keep getting bumped until tomorrow, and then tomorrow, and then tomorrow. ",{"type":336,"children":489},[490],{"type":339,"value":491},"HR might see it differently. If the company doesn’t want to release people from their duties, it’s worth asking, is the rollout worth it, given the risk? There’s always a business case to be made for it, and there are plenty of comparables. Consider Birmingham: How many people would you commit to prevent a £39 million ERP purchase from slipping into two lost years and an additional £90 million reattempt? ",{"type":336,"children":493},[494],{"type":339,"marks":495,"value":496},[461],"3. Lacked skills and experience → HR will find or hire the right staff",{"type":336,"children":498},[499],{"type":339,"value":500},"Unlike other teams, HR has a realistic sense of how long it takes to train people, and wouldn’t let that rollout or training be an afterthought. The recruiting and development team could have been proactively involved in helping the tech team understand their skills gap, and how to fill it, full-time or contract, freelancers, or implementation agencies. ",{"type":336,"children":502},[503],{"type":339,"marks":504,"value":505},[461],"4. Ignored best practices → HR wants a better workplace",{"type":336,"children":507},[508],{"type":339,"value":509},"Birmingham ignored Oracle’s recommendations on how to modify its intercompany workflows like cross-functional reporting. Presumably, with the phrase, “That’s not how things are done here.” But, if things were done well, would they be implementing an ERP? ",{"type":336,"children":511},[512],{"type":339,"value":513},"HR wouldn’t approach the project with the hubris to think that avoiding small disputes now by keeping systems the same wouldn't come back to bite them, just as this did.",{"type":336,"children":515},[516],{"type":339,"value":517},"Plus, HR wants a better workplace. That’s part of their selling point. If they can reduce mechanical work and manual labor, and invite in newer systems, that burnishes their employer brand. They want positive change.",{"type":336,"children":519},[520],{"type":339,"marks":521,"value":522},[461],"5. Didn’t engage users → HR would obviously engage users",{"type":336,"children":524},[525],{"type":339,"value":526},"HR cares about the employee experience. They are on the hook for re-filling empty roles and fielding complaints. HR would do a much better job of gathering requirements from each team that will touch the system—and is already starting from a stronger basis, being involved in everyone’s performance reviews. ",{"type":336,"children":528},[529],{"type":339,"marks":530,"value":531},[461],"6. Bad news was not welcomed → HR would invite 360-degree feedback",{"type":336,"children":533},[534],{"type":339,"value":535},"HR teams are the lightning rod for the entire organization’s most sensitive conversations, and it’s unlikely they would shy away from welcoming bad news. Unlike a CIO who brooks no debate, they’d offer protection and channels for whistleblowers. And they’d push disagreements into the light with continuous feedback and all-around reviews.",{"type":336,"children":537},[538],{"type":339,"marks":539,"value":540},[461],"7. Desire to protect reputations → HR would mediate confrontation",{"type":336,"children":542},[543],{"type":339,"value":544},"HR is everyone’s channel for reporting bad behavior. It’s not always foolproof. But a continuous performance management process could have potentially caught more of the doubts among front-line IT managers and users. HR also thinks farther out about risk management, and could be thinking about the long-term impact of making the wrong decision to protect someone’s ego.",{"type":336,"children":546},[547],{"type":339,"marks":548,"value":549},[461],"8. Supplier didn’t warn of risks → Actually, HR can’t help here",{"type":336,"children":551},[552],{"type":339,"value":553},"The only takeaway here is don’t choose Oracle. However, one search of Glassdoor and HR could have told you that.",{"item":555,"type":343},"L9xLw98gQs-DsvKh3TbskQ",{"type":366,"level":367,"children":557},[558],{"type":339,"value":559},"Should you delegate your ERP rollout strategy to HR?",{"type":336,"children":561},[562],{"type":339,"value":563},"I offer this mostly in jest. It’s a provocation and an opportunity to think about those three big empty seats on most ERP rollout projects: HR, recruiting, and the learning and development team. But also to make a point: You can’t discount the human factor when so much of this—eight out of eight contributing factors, in Birmingham’s case—have to do with whether people acted in accordance with the plan. ",{"type":336,"children":565},[566],{"type":339,"value":567},"And if enforcing a drop-down field in an expense management app or ERP can teach us anything, software is just a scaffold. And employees treat it as a suggestion.",[569,573,576],{"__typename":570,"id":342,"image":571,"caption":37,"link":12},"BlogImageRecord",{"url":572,"alt":12},"https://www.datocms-assets.com/160976/1777921384-everest-erp-hr-article-chart.png",{"__typename":570,"id":392,"image":574,"caption":37,"link":12},{"url":575,"alt":12},"https://www.datocms-assets.com/160976/1777921409-everest-erp-hr-article-chart-1.png",{"__typename":570,"id":555,"image":577,"caption":37,"link":12},{"url":578,"alt":12},"https://www.datocms-assets.com/160976/1777921487-oracle-employee-reveiws-48-approve-of-ceo.png","PostRecord","EoLMPrQeQfuje-kef4L0dg","hot-take-erp-rollouts-should-be-led-by-hr","2026-05-04",{"id":584,"name":585,"slug":586},"M4sr70TsTXGRJ7zNVPR6_Q","Business","business",{"name":588,"photo":589},"Alexis Dougherty",{"url":590},"https://www.datocms-assets.com/160976/1763679540-dato-version.jpeg",{"responsiveImage":592},{"src":593,"width":594,"height":595,"alt":12,"base64":596},"https://www.datocms-assets.com/160976/1777921335-everest-erp-hr-article-header-graphic-2.png?fit=fillmax&h=1050&w=1400",1365,1050,"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLCgoLDhgQDhYNDh0VHxEdGB0lHSUdLRUlJS0lGikoKRUiJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHRANHTsgIiU7Oy81Ly8wNS81Ly81Ozs1Ly8vLy8vLy8vLzUvLy8vLzUvLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAEAAwEBAAAAAAAAAAAAAAAABQYHBAP/xAAlEAABBAEDAgcAAAAAAAAAAAACAAEDBAUREoEGExQVITFBUWH/xAAWAQEBAQAAAAAAAAAAAAAAAAACAwD/xAAbEQABBAMAAAAAAAAAAAAAAAAAAQISMQMRMv/aAAwDAQACEQMRAD8A128eyqTu+iixMWqEe5lE9UZS8NF3jB+GVUhymXPHHoBrRL46NEwtrvEQs7Poio3RWVyXjCGSMvf5RGKBcm1NFykMR0i3Ri/C5qFSv5cTdkPVvpEVEozeTwwVaCOzK4RCz/jIiIhfZ//Z",{"bgColor":598},"tan","There are many analogies for ERP, but I like this one: Your ERP is a scaffold. It’s a flexible structure that molds to your business. You can use it to push parts of your business into new arrangements, but you can’t push too far—culture and people are stronger, and they push back.",{"name":601,"slug":602},"Insight","insight",{"footerCallout":604},{"headline":37,"intro":37,"cta":12},{"allPosts":606},[607,625,646],{"__typename":579,"id":608,"title":609,"slug":610,"publishDate":611,"category":612,"author":613,"image":617,"accentColor":621,"intro":623,"tag":624},"TgGuBgg1SBCHV5Pu89l3vA","AI will make your best accountants more valuable, not obsolete","ai-will-make-your-best-accountants-more-valuable-not-obsolete","2026-04-24",{"id":584,"name":585,"slug":586},{"name":614,"photo":615},"Jeff Alley",{"url":616},"https://www.datocms-assets.com/160976/1750880474-jeff.jpg",{"responsiveImage":618},{"src":619,"width":594,"height":595,"alt":12,"base64":620},"https://www.datocms-assets.com/160976/1777052752-technical-accounting.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgWCxUVFxYLDQ0NDhENDQ4YFxUZGBYVFhUdHysjGh0oHRUWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHRAQHDsoHRw1Ly8vNS8vLy8vLy8vLzUvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAYAAEBAQEBAAAAAAAAAAAAAAAABQIHBP/EAB4QAAICAgIDAAAAAAAAAAAAAAABAgMEERMhBRIy/8QAFwEBAQEBAAAAAAAAAAAAAAAAAwQCAf/EABkRAQADAQEAAAAAAAAAAAAAAAABAiFBEf/aAAwDAQACEQMRAD8A6RmZ3Dbo3RmOxbRD8rK2d60j0ePtnHUZIimninYWqMibt1oGsZae2gZcneJ+XCLt+TOPGPMugB7kstwS9V0AAQy//9k=",{"bgColor":622},"blue","Most conversations about AI and accounting blur two things that aren't the same: accounting as a process and accounting as a discipline.",{"name":601,"slug":602},{"__typename":579,"id":626,"title":627,"slug":628,"publishDate":629,"category":630,"author":634,"image":638,"accentColor":642,"intro":644,"tag":645},"DDh4D2G7Ru28Bb4JItdrhg","What SaaS CFOs need to know about running profitable professional services","saas-cfos-profitable-professional-services","2026-04-22",{"id":631,"name":632,"slug":633},"KQYRPUFzSqOAVaQYVCWZFg","Transformation","transformation",{"name":635,"photo":636},"Ahad Arain",{"url":637},"https://www.datocms-assets.com/160976/1774479035-ahad-headshot-2.png",{"responsiveImage":639},{"src":640,"width":594,"height":595,"alt":12,"base64":641},"https://www.datocms-assets.com/160976/1776899670-erp-article-profitable-pro-servcies.png?fit=fillmax&h=1050&w=1400","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAATCAIAAAAF0lpsAAABgElEQVR42m1UbVbEQAgj49z/Wnof/2rjEL5m1b5dHi00BMh0f368mxnOnzx2GUGm9SfunJjd1h2T09Y2gQzI8UzYQ1vIFEQybK6Dj3jUAe7HHUDp8AzPQeVAYCin3lWMg3Kc/b0QCYrSQah85ivU7ZLFtHI50VoAJZapqXr/0fu3RZYErFtTpwfo6y0ZmTLOmJ+LwrGBgihQKNmBAT3sAxSEmxH+I1JwjZIQKF49I63NF+8z+tvUU3xjgjPWWsEBikCUOlBZ8J50WI9pn7nKloTWt5/VFZyRNg1nVSKoxuOZGCGrhixDO9tVnGydzKptPKi+LG1eDpISEgJC5rvFGzJiKNOi+oiXLRuVRcuIMfIDBBb56Iu5UeiUpS1Bs0RZMH10dqyzFme5XZGKnzD7ViF28nVoF3uHmRG2jr6+B8YrytoX7xOzB5vNxfoDsppOymJIdRMFxGkta6b/grIahTOBl2Gv6nNQinyhGC6UXx0Mo0apozzTndm9fjhulJ73D04vPOloZSEFAAAAAElFTkSuQmCC",{"bgColor":643},"lightblue","The goal of many professional services teams is not, initially, to be profitable. It is to help the company reach product market fit by making customers successful, and to do whatever is necessary. But these teams go through phases and eventually must cover their costs. In this guide, I discuss how to set this team out on a course to profitability.",{"name":601,"slug":602},{"__typename":579,"id":647,"title":648,"slug":649,"publishDate":650,"category":651,"author":652,"image":654,"accentColor":658,"intro":659,"tag":660},"bAHK8e30REewiD2kjQpeOQ","13 perfect uses for AI in professional services","13-perfect-uses-for-ai-in-professional-services","2026-04-15",{"id":584,"name":585,"slug":586},{"name":635,"photo":653},{"url":637},{"responsiveImage":655},{"src":656,"width":594,"height":595,"alt":12,"base64":657},"https://www.datocms-assets.com/160976/1776278401-erp-article-professional-services-1.png?fit=fillmax&h=1050&w=1400","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAATCAIAAAAF0lpsAAACaUlEQVR42lVU2XLcMAyjKDp7ZPr/n9iHPjfJWiJZgLKSqYfZ6DAhEIRs+fuPhMuY8jrlPDmYLpnSGkNVtAYNK5lNsjc9TO5v8rjJ8yGPu8hNpJnMIR4yBgdzxhzhnrFAVFMlCRQto3GInOjNcHYEg6+GSDd5fYmTUZznOMccAMI2s7UeMtKGObBS+U9bgNdxdHHwMMFAxPzzAxTmnKOAHIjAZWUXkBKlLWYAaqYdTHqToccAiokpqra/Xx8RPkHlHHgWUPsPCO+1QimgQBXhIHGozqODESZA+5wv1IKKBsEGuGFKoF1au8SWS+nsEzUSxfocDz/EJ3ZtJCSJuWNpCE0JBE0gVhSdrTTIWaj6hN5e0UvykspbvbY7w5msLBbFzmMB7UmuYZCVmlzhEtfTjscNtehES7V1hUeyfESFpRIxyXT2MUhqV3oNdIXa/f2JA9A1h0rnhEY5UVwWFpGCBELLXaCAw3rn308rKuz56z3YtuknLABDEogpQSrCoU/6oxRBNeBt/ftRmAEhasf7k/qCyhtJxXQyYgOyZEB2uYzWmBqsrnezotQ3nXL2/baAzLBPgao0YBVQodAEbGNr4ARvlilWUCYKhrsmnZC25jAcdksjzzqgIKg2WgLgLHMAQHS3kwEfyXou3LruKT/7Kh06Nx6A5DIqvwKrcCrA81IUPpJ9jz32hc4LZz/rE0Je5MQ9EFzBCw+7NDV+QHJhXxpXv4S/8S05VaeXgg896T3ZRtReWeoXUOnKtMbYlRE0VvL6TxZQCV8gCMZwWQEf1SsrIRcQtKbAIcuWq5zrd10P3sJYTJfXEP8AbmiItUEB9BYAAAAASUVORK5CYII=",{"bgColor":598},"Everyone likes to use this one famous statistic to argue that post-sale work is valuable: That increasing customer retention 5% can boost revenue 25-95%. It’s compelling. It is also from 1991. And this is our point: Post-sale teams, and even their stats, get neglected. Though AI is now helping.",{"name":601,"slug":602},{"articleSidebar":662},{"cta":663},{"buttons":664},[665],{"label":34,"internal":666,"external":37,"style":38},{"__typename":36},{"global":668},{"footerCallout":669},{"headline":670,"intro":671,"cta":672},"See how Everest\ncan transform\nyour operations","Discover how Everest empowers finance and operations leaders to \ndrive faster growth, smarter decisions, and stronger margins.",{"buttons":673},[674],{"label":34,"internal":675,"external":37,"style":38},{"__typename":36},{"allNewsPosts":677},[678,706,717],{"__typename":679,"title":680,"slug":681,"publishDate":682,"tag":683,"image":685,"logo":690,"accentColor":692,"intro":694,"externalLink":37,"media":695},"NewsPostRecord","Bloomberg Daybreak Europe interviews Franz Faerber of Everest Systems","bloomberg-daybreak-europe-interviews-franz-faerber-of-everest-systems","2025-06-24",{"name":684,"slug":268},"Press",{"responsiveImage":686},{"src":687,"width":688,"height":595,"alt":12,"base64":689},"https://www.datocms-assets.com/160976/1751981162-franz.png?fit=fillmax&h=1050&w=1400",1387,"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAATCAIAAAAF0lpsAAAC10lEQVR42jWU6XqkOAxFvUKl58tM+v1fb35Oki42432O7IoQBgy6utpw/35/pZTO49ie27Fv4bxqTrp3b+3inLdG9ZZjDNex7+OD66y1eGd+/fXr45+/P35/vL+/Px6rQ1qtznK1slqrmgXIDjHG6M4GV2P1WA3QcrWvJ07urVvXVSuVc16XNS2x5myUGowMpJyY6T48jQNxSnU3PCOeY8qbX3BVSykxoZ0brVVrQHihxL2ZQC91VusOorPeC5DzQ9yqlHGurm95TfkRW8kZQq06rcW/Vr3qZmacEo7Vlvd27ghFN0AdPJVXal0WNPol+0XVhrHRGjqE2VTTChIE9KND2CEn8kpBW7u5K+5G6gizYK6bWDasemsUA60Sfpal1YKDWtjhto7X7QXU8dsI6GXUeN3ZkyCJNcUY73iLInFakx62E0dMUBcgfCc2ximv7lhLpnC4Bb7kFK7rPDllDeEEyGdP7BT6sT7IdO/dZaViyqd89JIYAkCqAQSrVhJAp7TjLsI9tP3ipQm8X5aFnBOlo59hyHfP54Yc2x7v0HIh2pGmOoH2jc7fWGEH0DKBnACZCfT1/T2BNpD+PHEdw91opt4pvXoxunYBgdBxBwFaV09dgVkfD3jV3tx/X59JgBgjnD6v40ikEyD6ayY7ZYyP85x6h9A72V6s82/3He57vddO031+MrSRT/bBHAtGlNSAQgtrMcpk7QzhCmIGfXjSPZFi5pKKqC3Fff35pl7XADoklxexkGlnNFMCL1pByk81c0rDkpCLr9IqKPUAuCuSvQkQtI+dE+bMLWl2Y2hlrmpNsxPFjG7rwpNUS0vTA7Ki7jgPHIVTGoUmGbUv2Df+J/xh+Eg8S3+KiD1hieX4qRg9R5BxI+qUk4Q++zRnMt20BDVGTX4pMJ8oPIEiI2ReP6I5yzK1RaanyNz8KPSZReJnZkYPCI8uA6rnmCqZaDOWH17G/A9LPtV3daRyCAAAAABJRU5ErkJggg==",{"url":691},"https://www.datocms-assets.com/160976/1752774855-bloomberg_daybreak.png",{"bgColor":693},"green","In an exclusive interview with Tom Mackenzie of Bloomberg Daybreak, Everest Systems CEO Franz Faerber shares how the company is reinventing ERP from the ground up to challenge legacy giants like SAP and Oracle. He also explores the transformative role of AI in modern business and the rapidly evolving enterprise software landscape.",{"__typename":696,"video":697},"MediaVideoRecord",{"file":698,"external":12,"loopClip":12},{"video":699},{"muxPlaybackId":700,"title":12,"width":701,"height":702,"thumbhash":703,"blurUpThumb":704,"thumbnailUrl":705},"HH01adSlLn181vNwOvmkpq6AKnTHQS00Sg",1920,1076,"3vYNFIRjeXpuh4eAiHoIc+YzCA==","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLFQ4LDhgQDg0VDh0RHxENFyQZHRYTFhUqKysjGh0oHRUiJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHBAQHDsoIig7Ozs7Ly8vOzsvOzsvLy8vLzUvLzs7OzU1Ly8vOzUvLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIAA4AGAMBIgACEQEDEQH/xAAXAAADAQAAAAAAAAAAAAAAAAAABQcG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgABBAUGEUEDIWET/8QAFgEBAQEAAAAAAAAAAAAAAAAABAMA/8QAGhEAAQUBAAAAAAAAAAAAAAAAAgABAyExEf/aAAwDAQACEQMRAD8AUtTSOWPe1qOGmkAcb5UoK7pw8zGOvU2C/Z/zDpMlO1mGPmKoVaGZ00WzpCnE2/6g8MWwhWE6QijB3xf/2Q==","https://image.mux.com/HH01adSlLn181vNwOvmkpq6AKnTHQS00Sg/thumbnail.jpg",{"__typename":679,"title":707,"slug":708,"publishDate":709,"tag":710,"image":12,"logo":713,"accentColor":715,"intro":716,"externalLink":37,"media":12},"Strengthening Security Through Partnership: How Everest Systems and Hackrate Collaborate to Protect the Everest ERP Platform","hackrate-collaboration","2025-04-01",{"name":711,"slug":712},"Collaboration","collaborations",{"url":714},"https://www.datocms-assets.com/160976/1752688760-hackrate.png",{"bgColor":42},"In today's digital landscape, where cyber threats evolve at an alarming pace, robust security measures are no longer optional for business-critical applications. For ERP systems that manage sensitive financial, operational, and customer data, security vulnerabilities can lead to devastating consequences.",{"__typename":679,"title":718,"slug":719,"publishDate":720,"tag":721,"image":722,"logo":726,"accentColor":728,"intro":729,"externalLink":730,"media":12},"Handelsblatt: Former SAP Employees Plan Alternative to Market Leader","handelsblatt-former-sap-employees-plan-alternative-to-market-leader","2024-12-02",{"name":684,"slug":268},{"responsiveImage":723},{"src":724,"width":688,"height":595,"alt":12,"base64":725},"https://www.datocms-assets.com/160976/1752614792-press-handelsblatt-2x.jpg?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLFQ8NDhgPFhUVDhsPDg0OFxcdGBYVFhUaHysjJh0oHRUWJDUlKC0vMjIyHSI4PTcwPCsxMi8BCgsLDg0PGg4NES8cFhwvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBEQACEQEDEQH/xAAYAAEAAwEAAAAAAAAAAAAAAAAFBAYHA//EACMQAAEDAwMFAQAAAAAAAAAAAAMAAQIEEZEFEyEiIzEyoRT/xAAXAQADAQAAAAAAAAAAAAAAAAADBAUC/8QAGhEAAwEBAQEAAAAAAAAAAAAAAAECAxIhEf/aAAwDAQACEQMRAD8A5grCxH4TksIsgjV6g02vZMSxrPMPDM8x2st9FHOPCwUMKkwHfbfCnyTOkRK6BuYuN0eWGztEUe4KPI/i39H40Rp2jU4fxv244SiIATqYBbr9DYR0FgJqQjaHoy0PQf/Z",{"url":727},"https://www.datocms-assets.com/160976/1752614800-handelsblatt.png",{"bgColor":37},"The startup Everest Systems is challenging SAP with a cloud-native ERP system specifically designed for SaaS companies. With $140 million in funding and development centered in Heidelberg, the company builds on expertise from former SAP executives Franz Färber and Stefan Sigg.","https://www.handelsblatt.com/technik/it-internet/start-up-check-fruehere-sap-mitarbeiter-planen-gegenentwurf-zum-marktfuehrer-01/100089320.html",1778040196148]