Files
success/public/de/stories/agape/index.html
2025-06-17 12:46:36 -03:00

137 lines
5.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Transforming Our Cattle Farm with Odoo Community | diese Story-Site</title>
<meta name="description" content="How Odoo Community helped streamline operations across three farm locations in Paraguay" /> <link rel="stylesheet" href="/css/main.css" />
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
</head>
<body>
<nav>
<h2>ODOO Community Success Stories sponsored by </h2>
<a href="http://ODOO4projects.com" style="
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 12px;
background-color: white;
color: orange;
border: 2px solid orange;
text-decoration: none;
padding: 16px 24px;
border-radius: 10px;
font-size: 18px;
font-weight: bold;
text-align: left;
line-height: 1.3;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
transition: all 0.3s ease;
" onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'" onmouseout="this.style.backgroundColor='white'; this.style.color='orange'">
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px;">
<span style="display: inline-block;">
Launch your ODOO Project now!
</span>
</a>
<div class="search-bar-container" id="search"></div>
<div class="dropdown">
<button class="dropbtn">de</button>
<div class="dropdown-content">
<a href="/en/" class="">
English
</a>
<a href="/de/" class="">
Deutsch
</a>
<a href="/es/" class="">
Spanish
</a>
</div>
</div>
</nav>
<main>
<section class="single-page"><p><img src="https://estancia-agape.com/web/image/1078-81bed64d/agapei-1.svg" alt="Estancia Agapé"></p>
<p>Running a cattle farm in Paraguay presents unique challenges — especially when managing operations across <strong>three distinct locations</strong>. At <a href="https://estancia-agape.com">Estancia Agapé</a>, our goal has always been to stay grounded in tradition while embracing innovation to grow sustainably and efficiently. This is why we turned to <strong>Odoo Community</strong>, and the results have exceeded our expectations.</p>
<h2 id="why-odoo">Why Odoo?</h2>
<p>We evaluated various systems before choosing Odoo Community. The reasons were clear:</p>
<ul>
<li>Open-source and customizable</li>
<li>Robust set of features for inventory, accounting, and logistics</li>
<li>Large and active global community</li>
<li>No licensing fees</li>
</ul>
<p>But what truly made the difference was the ability to <strong>host the service online</strong>.</p>
<h2 id="online-hosting-the-game-changer">Online Hosting: The Game-Changer</h2>
<p>With three remote farm locations, we needed a centralized system that could be accessed by our teams from anywhere. Hosting Odoo online gave us:</p>
<ul>
<li><strong>Real-time synchronization</strong> between sites</li>
<li><strong>Simplified workflows</strong> for staff in the field and in the office</li>
<li><strong>Remote oversight</strong> of stock, sales, and expenses</li>
<li><strong>Reduced IT burden</strong> thanks to external hosting partners</li>
</ul>
<p>We now manage cattle inventory, pasture usage, vet schedules, and financial records in a single system, accessible securely from any device.</p>
<h2 id="the-results">The Results</h2>
<p>Since implementing Odoo Community:</p>
<ul>
<li>Manual paperwork has dropped by over 80%</li>
<li>Daily operational reports are instantly available to management</li>
<li>Staff collaboration has improved across all sites</li>
<li>Decision-making is faster and data-driven</li>
</ul>
<p>What used to take days now takes minutes.</p>
<h2 id="looking-ahead">Looking Ahead</h2>
<p>We are continuing to expand our use of Odoo Community by integrating additional modules and exploring mobile app features for field use.</p>
<p>For other agricultural businesses in Paraguay or Latin America, we highly recommend considering open-source ERP systems like Odoo. With the right setup and a cloud-based approach, even the most traditional industries can benefit from modern tools.</p>
<p><strong>Visit us at <a href="https://estancia-agape.com">estancia-agape.com</a> to learn more about our journey.</strong></p>
<hr>
<p><em>Interested in how Odoo can work for your farm or agribusiness? Contact us — were happy to share insights.</em></p>
</section>
</main>
<div id="story-modal">
<button id="close-modal"></button>
<div id="modal-content">Loading...</div>
</div>
<script src="/pagefind/pagefind-ui.js"></script>
<script src="/js/main.js"></script>
<script>
window.addEventListener("DOMContentLoaded", (event) => {
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
});
</script>
<script>
const dialog = document.querySelector("dialog");
const showButton = document.getElementById("createStoryBtn");
const closeButton = document.getElementById("closeStoryModal");
showButton.addEventListener("click", () => {
dialog.showModal();
});
closeButton.addEventListener("click", () => {
dialog.close();
});
</script>
</body>
</html>