Problems & solutions · ERP

Food and Beverage Manufacturing Software Problems: The 7 That Fail a Recall, and How to Avoid Them

Food Beverage Manufacturing Software architecture and database illustration showing common problems and fixes.
The short answer

The most expensive failure in this category is lot genealogy modelled as a text field. Receiving records a lot, shipping records a lot, and the transformation between them, where raw lots become work in process, get blended, split, reworked or carried into the next batch, lives on paper. When a supplier calls at 2pm about a failed retained sample, the trace crosses a receiving spreadsheet, four binders of batch sheets and a folder of bills of lading, takes two people two days, and ends with you holding a week of production because you cannot prove which lots were affected.

Why does lot genealogy get scoped as a lot number field?

Because the tools everyone already runs treat it that way. Fishbowl records lots at receipt and at shipment. The accounting system knows nothing about lots at all. A developer reading that as the requirement adds a lot number column to an inventory row, demonstrates a receiving screen and a shipping screen, and the quote reflects two events rather than a graph.

One up and one back is the easy part. The genealogy inside your own four walls is the hard part, and it is exactly the part generic tools skip. A batch consumes partial quantities from several lots, produces finished lots, produces rework that feeds a later batch, and gets split across two pack outs. Every one of those relationships has to be a record, because a recall question is a graph traversal and a text field cannot be traversed.

Test for this before you sign. Ask a prospective developer to whiteboard a batch that consumes partial lots, produces rework that feeds a later batch, and splits across two pack outs. If the answer is a lot number on an inventory row, the recall report you actually need can never be built on that foundation, and you will pay to rebuild the core after go live. Every receipt creates a lot record, every batch consumes specific lot quantities and produces new lots, every shipment links finished lots to a customer order. Get that shape agreed in writing.

What goes wrong when you migrate recipes, items and lot history?

Recipes are the surprise. The formula exists in at least three versions: the research and development master, the printed copy taped up near the kettle, and the costing copy in finance. They disagree, and the disagreements are not obvious, because each was correct for its own purpose when it was written. A supervisor has also been scaling a 50 gallon recipe to a 240 gallon kettle with a calculator and rounding where convenient, so the recipe that actually runs is a fourth version nobody has written down.

Item data is the second problem. Allergen declarations, ingredient statements and supplier links are usually incomplete, and they cannot be incomplete in the new system because finished goods inherit from them.

Split the migration deliberately. Migrate recipes fully, under version control, after somebody has reconciled the three versions and decided which is correct, and treat that reconciliation as a real task with a named owner rather than a data load. Clean item data including allergens before import, not after. Then migrate lot history selectively: archive old lot records read only and searchable rather than rebuilding them, since auditors care that records exist and can be produced, not that they live in one database. Plan two to four production weeks running old and new in parallel, and reconcile yield by product against your existing figures before you rely on the new numbers.

Why do scale, label printer and EDI integrations break after launch?

Three devices, three failure modes, and only the middle one announces itself. A bench scale drifts, gets recalibrated, or gets replaced with a model that speaks a slightly different serial format. A label printer fails loudly, which is the good case, or prints a subtly wrong barcode, which is not. Electronic data interchange breaks when a trading partner updates a document specification, adds a required qualifier, or changes how they identify a ship to location.

The quiet failures are the expensive ones. A scale returning stale weights produces plausible numbers that are wrong. A GS1-128 label encoding the wrong net weight passes visual inspection and fails at the retailer's dock.

Defend accordingly. Validate weights against expected ranges per product and flag outliers rather than accepting anything the scale sends. Scan a printed label back and verify the encoded content matches the record before the pallet ships, because reading the barcode is the only real proof that the label is right. For trading partners, keep every inbound and outbound document exactly as transmitted, monitor acknowledgements and alert when one does not arrive in the expected window, and expect each partner's quirks to be their own maintenance stream. Every additional trading partner is real work, not configuration, and the quote should say so.

What happens when catch weight and traceability records are not covered?

Catch weight failure is continuous and quiet. If you sell cheese wheels, primal cuts, smoked fish or whole birds, a case is one unit weighing whatever it weighs and you invoice by the pound. Systems storing one quantity per line force the workaround: weigh at pack out, write actual weights on the bill of lading by hand, re key into the invoice. Every re key is a chance to bill wrong, short pay deductions follow, and inventory valuation runs on nominal weights so the balance sheet quietly overstates or understates too.

Traceability failure is occasional and severe. The Food Safety Modernization Act traceability rule expects records within 24 hours of a request, and a Safe Quality Food or other Global Food Safety Initiative audit includes a timed traceability exercise. A producer who cannot complete the middle of the trace fails in the room.

Both fixes are data model decisions rather than features. Catch weight means dual quantities on every movement, units and actual weight travelling together from receiving to invoicing, with the scale feeding the pallet record, net weight encoded in the barcode and the invoice priced off caught weight with no re keying. Traceability means the same events you record for operations double as critical tracking events with their key data elements, captured as work happens rather than reconstructed after the phone rings. Adding a weight field only at invoicing recreates exactly the re keying you paid to remove.

Should you build custom or configure what you already own?

Buy a vertical package if you run a single facility, your products ship at fixed weights, your item count is modest and you can adopt the vendor's process wholesale. Wherefour serves small batch producers well, and Aptean Food and Beverage or BatchMaster fits producers whose operations genuinely match the template. Implement it properly and spend the capital on equipment instead. Adopting a vendor's process is a real cost, but it is often cheaper than the alternative and pretending otherwise helps nobody.

The nuance that matters most is that building rarely means replacing accounting. For a multi location producer, the winning architecture is usually not a monolith swap. Keep the accounting system where it is, build the manufacturing layer covering traceability, catch weight, batch records, scheduling and trading partner documents as the operational record, and post summarised entries across. It costs less than a full replacement, it fits the plant instead of fighting it, and your finance staff keep tools they know.

Build when the signals stack. A mock recall takes more than four hours. Catch weight touches a meaningful share of revenue. Three or more spreadsheets are load bearing between your inventory system and the floor. Chargebacks grow every quarter and nobody disputes them because assembling the evidence costs more than the deduction. Or the vertical package quote lands near custom cost while still requiring you to change how you run the plant.

How do hidden costs get into the quote?

Trading partner count first. Each retailer or distributor brings its own document quirks, its own labelling requirements and its own timing expectations, and each is a maintenance stream for the life of the system rather than a one off. A quote covering one partner with the rest described as rollout has understated the work substantially.

Hardware across multiple lines is second. Scales, label printers and handheld scanners behave differently in a wash down environment than on a desk, and every additional line multiplies the commissioning rather than the code.

Then three that get deferred and should not be. Migrating years of lot history rather than archiving it, which is often unnecessary and always expensive. Multi site inventory with transfers in transit, which is a genuinely different model rather than a second location. And the documentation depth your audit scheme demands, which is work whether or not it appears on the plan. Scope order controls the total: lot genealogy, catch weight inventory and digital batch records integrated to your existing accounting system is the $60,000 to $130,000 release in 12 to 16 weeks in Digital Heroes delivery experience, with scheduling, trading partner documents, quality holds and multi plant inventory in the $150,000 to $400,000 phase over 6 to 12 months.

What separates a build that works from one that fails here?

Traceability ships first. It carries the compliance and recall risk, it is the hardest thing to retrofit because it depends on events being captured as work happens, and it is the capability that justifies the project to everyone from the plant manager to the board. Builds that ship scheduling first and traceability later tend to discover that the events needed for genealogy were never recorded at the right granularity.

The second marker is that compliance literacy shows up in the proposal rather than the pitch. A team that has shipped in this category will discuss critical tracking events and key data elements without looking them up, describe the recall report an auditor expects, and sequence the build so the trace is provable before anything else goes live. If compliance is an afterthought in the proposal, it will be an afterthought in the product.

The third is that evidence is cheap to produce. A deduction workflow that attaches scale logs, label scans and signed delivery documents to a disputed chargeback turns an afternoon into ten minutes, and producers stop absorbing chargebacks the day evidence becomes cheap. The same property serves the recall, the customer complaint and the audit, which is why it is worth designing for rather than reporting on.

The fourth is ownership in writing: full intellectual property assignment, source in a repository you control, infrastructure in your own cloud accounts and a documented handover. Refuse any arrangement that amounts to a licence on the developer's platform, because removing per seat pricing and vendor dependence is a large part of the financial case for building at all.

Research & sources

The evidence behind this guide

Independent findings on why this investment pays off. Every link goes to the primary source.

  1. In PMI's 2014 Pulse of the Profession report on requirements management, inaccurate requirements management is cited as a leading cause of project failure, with 47% of unsuccessful projects failing to meet goals due to poor requirements management. Source: Project Management Institute (PMI) (2014) →
  2. Across more than 5,400 IT projects studied by McKinsey and the University of Oxford BT Centre, large IT projects ran on average 45% over budget and 7% over schedule while delivering 56% less value than predicted. Source: McKinsey & Company / University of Oxford (BT Centre for Major Programme Management) (2012) →
  3. The average developer spends more than 17 hours a week dealing with maintenance issues such as debugging and refactoring, and about four of those hours on 'bad code' - waste that equates to nearly $85 billion annually worldwide in opportunity cost. Source: Stripe (2018) →
  4. 76% of developers are using or planning to use AI tools in their development process in 2024 (up from 70% in 2023), with current active use rising to 62% from 44%; 81% agree increasing productivity is the biggest benefit of AI tools. Source: Stack Overflow (2024) →
Indi W. · Mobile Designer · Sydney

Indi designs mobile app screens at Digital Heroes, working through the states an interface needs before it can be built: loading, empty, error, success. It is detailed work that decides how an app feels in the hand. Useful reading if you are scoping an app and wondering where design hours go.

View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.

FAQ

Frequently asked questions

How do we test whether a developer can model lot genealogy?
Ask them to whiteboard a batch that consumes partial quantities from several lots, produces rework that feeds a later batch, and gets split across two pack outs. If the answer is a lot number field on an inventory row, the recall report you need can never be built on it, and you will pay to rebuild the core after go live. A recall question is a graph traversal, so every consumption and production relationship has to exist as a record rather than as text.
Should we migrate our lot history or archive it?
Archive it, in nearly every case. Keep it read only and searchable rather than rebuilding it in the new model, because auditors care that records exist and can be produced, not that they live in one database. Recipes are the opposite: migrate them fully under version control, but only after someone has reconciled the research master, the copy taped near the kettle and the costing copy, and decided which is correct. That reconciliation is a real task with a named owner.
What breaks quietly after go live with scales and label printers?
A scale returning stale or drifted weights produces plausible numbers that are wrong, and a label encoding an incorrect net weight passes visual inspection and fails at the retailer's dock. Validate weights against expected ranges per product and flag outliers rather than accepting whatever arrives. Scan printed labels back and verify the encoded content against the record before the pallet ships, because reading the barcode is the only real proof the label is correct.
Why do our trading partner document quotes always grow?
Because each retailer or distributor brings its own document quirks, labelling requirements and timing expectations, and each becomes a maintenance stream for the life of the system rather than a one off build. A quote covering one partner with the rest described as rollout has understated the work. Ask for each partner as a named line item, and keep every inbound and outbound document exactly as transmitted so you can prove what you sent when a deduction arrives.
Can custom software handle catch weight when our current system cannot?
Yes, because catch weight is a data model decision rather than a feature. Every inventory movement carries two quantities, units and actual weight, travelling together from receiving through invoicing, with the scale feeding pack out weights into the pallet record and net weight encoded in the barcode. A weight field added only at invoicing recreates exactly the re keying you were paying to eliminate, and it leaves inventory valuation running on nominal weights.
Should we replace our accounting system too?
Usually not. For a multi location producer the winning architecture is to keep accounting where it is and build the manufacturing layer as the operational record for lots, batches, catch weights, scheduling and shipping, posting summarised entries across. It costs less than a full replacement, it fits the plant instead of fighting it, and your finance staff keep tools they already know. Replacing everything at once multiplies the risk without addressing the problems that actually hurt.
What should ship first in a food manufacturing build?
Traceability. It carries the compliance and recall risk, it is the hardest capability to retrofit because it depends on events being captured as work happens, and it is what justifies the project to everyone from the plant manager to the board. Builds that ship scheduling first often discover later that the events needed for genealogy were never recorded at the right granularity, which turns a feature into a migration.
How do we stop absorbing retailer chargebacks?
Make evidence cheap. When the shipping document is generated from the actual pallet build, carrying the same lot numbers and caught weights the warehouse scanned, label data and document data cannot disagree. A deduction workflow that attaches scale logs, label scans and signed delivery documents to each disputed chargeback turns an afternoon of reconstruction into a ten minute task. Producers stop eating deductions the day disputing one costs less than the deduction is worth.
Is customizing Odoo cheaper than building an ERP from scratch?
Usually yes in year one, and often no by year three if your workflows sit far from Odoo's assumptions. Odoo's published pricing starts around $25 per user per month and the Community edition is free, but heavy customization means every version upgrade can break your modules and needs paid rework. If you expect to rewrite more than about a third of the core flows, a scratch build with clean ownership tends to cost less over the life of the system.
How many developers does it take to build an ERP?
A typical Digital Heroes ERP pod is five to seven people: two or three backend engineers, one frontend engineer, a QA engineer, a project manager, and a part-time architect and designer. Bigger teams rarely go faster on ERP because the bottleneck is decisions about your business rules, not typing speed. What you need on your side is one empowered internal owner who can answer process questions within a day.
What happens to my ERP if the agency shuts down or we part ways?
If ownership was set up correctly, nothing breaks: you hold the source code, the system runs in cloud accounts you own, and handover documentation lets a new team take over. Insist on repository access from day one, admin ownership of all hosting and third-party accounts, and documentation as a contract deliverable rather than a favor. This is the single most important clause to check before signing an ERP contract.
Who owns the source code if an agency builds my ERP?
You should, in full, and it must be written into the contract as work for hire with IP assignment on payment. At Digital Heroes every client receives the complete repository, database schemas, and deployment documentation, so they could hand the system to another team tomorrow. Walk away from any ERP proposal built on the agency's proprietary platform with ongoing license fees, because that recreates the vendor lock-in you were escaping.
Is custom software more secure than off-the-shelf SaaS?
Neither is secure by default; security tracks the practices of whoever builds and operates the system, not the model. SaaS gives you the vendor's certifications and patching but puts your data in a shared multi-tenant platform on their terms, while custom gives you full control over data residency, access rules, and compliance requirements like HIPAA, with the responsibility sitting with you and your agency. Before hiring anyone for a system holding sensitive data, ask for their security checklist: encryption at rest and in transit, an OWASP Top 10 review, role-based access, and a penetration test before launch.
Can a custom ERP meet compliance requirements like SOC 2 or GDPR?
Yes, and often more cleanly than a shared SaaS platform because you control exactly where data lives and who touches it. The build includes role-based access control, full audit logs, encryption at rest and in transit, and data residency in whatever region your regulator requires. If you need SOC 2 attestation, tell the agency before development starts, since audit logging is far cheaper to design in than to bolt on.
What are the biggest mistakes first-time software buyers make?
Choosing the lowest bid, paying more than 30-40% upfront instead of on milestones, skipping a written specification, and having no maintenance plan for after launch. The most expensive of the four in Digital Heroes rescue projects is the missing spec: without written acceptance criteria, done becomes an argument instead of a checklist, and every disagreement resolves in the vendor's favor. Fix those four and you have avoided most of the ways these projects fail.
Should I hire a freelancer or an agency for my software project?
A skilled freelancer is the right call for a single-discipline scope under roughly $15,000, like a website, a plugin, or one integration. Above that, projects need design, backend, testing, and project management at once, and a solo builder becomes the single point of failure: if they get sick or take a bigger client, your project simply stops. Agencies bill 20-40% more per hour but carry continuity, code review, and someone to escalate to, which is what you are actually buying.
Is SAP overkill for a mid-sized company?
For most companies under about 500 employees, yes. SAP S/4HANA is built for multi-entity, multi-country enterprises with implementations measured in years and seven figures, while SAP Business One, the mid-market product, still forces your processes into its mold. If your competitive edge lives in how you operate, a custom ERP scoped to your actual workflows ships faster and costs a fraction of an SAP program.
Why do agencies charge for a discovery phase instead of quoting for free?
Because an accurate quote requires real work: mapping your workflows, finding the edge cases, and writing a specification, which typically takes 1 to 3 weeks and costs $2,000 to $10,000 at Digital Heroes depending on system complexity. You leave discovery owning a written spec and a fixed price you can take to any vendor, so the money is not locked into one agency. Free estimates are guesses, and the guess usually becomes your budget overrun six months later.
Who can build a custom ERP software system?

Digital Heroes builds custom ERP software systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.

Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.

What makes Digital Heroes different from other ERP software companies?

Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.

Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.

How can I check Digital Heroes is legitimate before getting in touch?

Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.

Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.

Keep reading
let's build

Build something worth launching.

A plan, a team, a timeline, within 24 hours. No decks, no discovery calls. Tell us what you're building and we'll come back with a real scope and a real number.

message us directly · we reply within one business day

mission briefing

Monthly dispatch

Playbooks, real build costs, and what we're shipping. One email a month. No fluff.

visit us

New York HQ

1140 Broadway, Suite 704 · New York, NY 10001

Get directions
Online now

Hey there 👋 How can we help you today?