







{"id":19293,"date":"2024-12-09T15:38:13","date_gmt":"2024-12-09T15:38:13","guid":{"rendered":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental\/"},"modified":"2024-12-09T15:38:13","modified_gmt":"2024-12-09T15:38:13","slug":"software-de-balanco-orcamental","status":"publish","type":"page","link":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental","title":{"rendered":"Software de Balan\u00e7o Or\u00e7amental"},"content":{"rendered":"<p><script> jQuery(document).ready(function () { jQuery('#iframe-video').attr('src', ''); getAddonRating(); }); \/* #A - Get Addon Rating *\/ function getAddonRating() { setTimeout(() => { jQuery('#product-content').toggleClass('content-hidden', false); }, 1); } \/* #B - Update ratings *\/ function updateRatingsView(feedback) { } \/* #C - Update Comments *\/ function updateCommentsView(feedback) { } function showMoreComments() { } \/* UTIL - to formate a date dd-mm-yyyy *\/ function getFormatedDate(date) { date = new Date(date); var day = date.getDate(); var monthIndex = date.getMonth(); var year = date.getFullYear(); return day + '\/' + (monthIndex + 1 < 10 ? '0' + (monthIndex + 1) : (monthIndex + 1)) + '\/' + year; } function navigateSubscription(edition) { let id = 'u8882_ba_orcamental'; let plan = 'ADVANCED'; switch(edition) { case 9: plan = 'CORPORATE'; break; case 10: plan = 'ADVANCED'; break; case 11: plan = 'ENTERPRISE'; break; } let isCoreProduct = ''; let urlToSubs = 'https:\/\/phcsoftware.com\/pt'; console.log(urlToSubs); let salesLang = 'pt'; if (edition > 9) { urlToSubs += '\/phc-go\/phc-go-pedido-de-demonstracao-planos\/'; } else { urlToSubs += '\/phc-go\/phc-go-pedido-de-trial\/'; } if (isCoreProduct == 'true') { urlToSubs += '?addonId={0}&plano={1}&pais={2}&lang={3}'.replace('{0}', '').replace('{1}', plan.toUpperCase()).replace('#038;', '').replace('{2}', salesLang).replace('{3}', \"pt\"); } else { urlToSubs += '?addonId={0}&plano={1}&pais={2}&lang={3}'.replace('{0}', id).replace('{1}', plan.toUpperCase()).replace('#038;', '').replace('{2}', salesLang).replace('{3}', \"pt\"); } window.open(urlToSubs, '_blank'); } function navigateSubscriptionByPlan(edition) { let id = 'u8882_ba_orcamental'; let plan = 'ADVANCED'; switch(edition) { case 8: plan = 'GROW'; break; case 9: plan = 'CORPORATE'; break; case 10: plan = 'ADVANCED'; break; case 11: plan = 'ENTERPRISE'; break; } let isCoreProduct = ''; let urlToSubs = 'https:\/\/phcsoftware.com\/pt'; let salesLang = 'pt'; if (edition > 9) { urlToSubs += '\/phc-go\/phc-go-pedido-de-demonstracao-planos\/'; } else { urlToSubs += '\/phc-go\/phc-go-pedido-de-trial\/'; } if (isCoreProduct == 'true') { urlToSubs += '?addonId={0}&plano={1}&pais={2}&lang={3}'.replace('{0}', '').replace('{1}', plan.toUpperCase()).replace('#038;', '').replace('{2}', salesLang).replace('{3}', \"pt\"); } else { urlToSubs += '?addonId={0}&plano={1}&pais={2}&lang={3}'.replace('{0}', id).replace('{1}', plan.toUpperCase()).replace('#038;', '').replace('{2}', salesLang).replace('{3}', \"pt\"); } window.open(urlToSubs, '_blank'); } function navigateToCustom() { let urlToSubs = ''; window.open(urlToSubs, '_blank'); } jQuery(document).ready(function($) { $('#switch-trienal').next('label').addClass('checked-label'); $('.requirement-item-price-month').hide(); $('.requirement-item-price-year').hide(); $('.requirement-item-price-triyear').show(); $('input[name=\"switcher\"]').change(function() { $('.switch-label').removeClass('checked-label'); $('.requirement-item-price-month').hide(); $('.requirement-item-price-year').hide(); $('.requirement-item-price-triyear').hide(); if ($('#switch-trienal').is(':checked')) { $('#switch-trienal').next('label').addClass('checked-label'); $('.requirement-item-price-triyear').show(); } else if ($('#switch-anual').is(':checked')) { $('#switch-anual').next('label').addClass('checked-label'); $('.requirement-item-price-year').show(); } else if ($('#switch-monthly').is(':checked')) { $('#switch-monthly').next('label').addClass('checked-label'); $('.requirement-item-price-month').show(); } }); }); <\/script> <\/p>\n<style> .product-content{ padding:0 } \/* Section header container *\/ .product-header-section{ background-color:#6D0000; background: url('https:\/\/phc24.yourcode-staging.com\/pt\/wp-content\/uploads\/sites\/3\/2024\/03\/banner-landing-addon.png') no-repeat; background-size:cover; display:flex; flex-flow:column; align-items: center; padding:2rem; border-radius: 16px; } .product-header-section .slogan-container{ color:#FFFFFF; flex: 1 1 40%; } .product-header-section .slogan-container h1{ color:#FFFFFF; font-size:20px; line-height: 32px; margin-top: 24px; } .product-header-section .slogan-container h2{ line-height:42px; color:#FFFFFF; } .product-header-section .video-container{ flex: 1 1 20%; } .product-header-section .screenshot-container{ flex: 1 1 20%; } .product-header-section img{ width:100%; height: auto; } \/* Section product description *\/ .product-description-section{ background-color:#FFFFFF; padding:10px; border-radius: 16px; } \/* Section product benefits *\/ .product-benefits-section{ margin-bottom:60px; } .product-benefits-section h2{ text-align:center; font-size: 30px; line-height: 42px; margin: 16px 0; } .product-benefits-section .benefits-list { display: flex; flex-flow: column; align-items: center; justify-content: space-around; } .product-benefits-section .benefits-item{ padding: 30px; border: 0.2px solid #f1f1f1; border-radius: 30px; width:90%; text-align: center; box-shadow: 0 0px 5px 0 #eaeaea; min-height: 228px; margin-bottom: 20px; } .product-benefits-section h3{ font-size:54px; text-align:center; margin-bottom:40px; } .product-benefits-section .benefits-item h5 { font-size: 16px; font-weight: bold; margin-bottom: 20px; line-height: 20px; } \/* Section product features *\/ .product-features-section{ display:flex; flex-flow:column; align-items: center; } .product-features-section h2{ text-align:center; font-size:30px; line-height:42px; } .product-features-section .features-list { flex: 1 1 40%; padding-right:20px; } .product-features-section .screenshot-container{ flex: 1 1 20%; } .product-features-section .benefit-text ul{ margin-left: 0; padding:0 10px 0 0; } .product-features-section .benefit-text ul li{ background: url('https:\/\/phc24.yourcode-staging.com\/pt\/wp-content\/uploads\/sites\/3\/2024\/03\/add-on-funcionalidade-check.png') no-repeat transparent; background-size:contain; list-style-type: none; margin: 0; padding: 0px 0px 1px 24px; vertical-align: middle; margin-bottom: 16px; background-size:20px; } .product-features-section img{ width:100%; } \/* Product Requirements *\/ .product-requirements{ padding: 30px 0; height:auto; } .switch { position: relative; height: 44px; display: flex; justify-content: space-between; margin:0; width:100%; } .switch-label { font-weight: bold; margin: 0; padding: 10px; width: 150px; line-height: 44px; font-size: 10px; color: #ffffff; text-align: center; cursor: pointer; background-color:#383838; border-radius:8px; transition: background-color 0.3s ease; } .switch-input { display: none; } .checked-label{ background-color: #FF5050; } .all-requirements{ display: block; margin: 0 auto; width: 70vw; text-align:center; color:#FFFFFF; } .requirement-item-first{ padding: 10px; text-align: center; position: relative; border-radius: 5px 5px 0px 0px; padding-top: 50px; padding-bottom: 20px; color:#FFFFFF; } .header-period-bg{ background-color: #FF5050; } .add-on-title{ text-transform: uppercase; font-size: 22px; margin-bottom: 18px; } .add-on-slogan{ font-size:13px; margin-top:5px; margin-bottom:20px; } .price-value{ font-size:42px; text-align: center; } .service-info { font-size: 13px; margin-left: 24px; margin-right: 24px; margin-top: 5px; font-weight:bold; } .description-price{ font-size:10px; margin-top:10px; } .requirement-item{ padding:10px; } .cta-button{ margin:20px 31px; cursor: pointer; font-size: 18px; color: #FFFFFF; background-color: #383838; border-radius: 8px; padding: 10px 15px; } .requirement-item-bottom-section{ padding: 16px; text-align: center; background-color: #D8D8D8; border-radius: 0px 0px 5px 5px; padding-top: 20px; padding-bottom: 20px; font-size: 14px; color:#383838; } .requirement-item-first .add-on-edition{ margin-bottom:20px; } .requirement-item-bottom-title{ margin-bottom: 15px; font-weight: bold; } .requirement-item-bottom-desc{ margin-bottom: 5px; } .requirement-item-bottom-desc a{ text-decoration:underline; } .requirement-item-bottom-section{ margin-bottom: 20px; } .requirement-item-bottom-section a{ margin-top: 5px; color: #000000; } @media(min-width:1400px){ .all-requirements{ width:18vw; } } @media(min-width:1200px){ .product-header-section{ padding: 7rem; } .product-header-section .slogan-container h1{ color:#FFFFFF; } .product-header-section .slogan-container h2{ color:#FFFFFF; padding-right: 50px; } .product-description-section{ padding: 20px 40px; } } @media(min-width:1000px){ .product-header-section .slogan-container h1{ font-size:20px; } .product-header-section .slogan-container h2{ font-size:30px; } } @media(min-width:600px){ .product-benefits-section .benefits-list{ flex-flow:wrap; } .product-benefits-section .benefits-item{ width:28%; } .product-header-section{ flex-flow: wrap; } .product-features-section{ flex-flow: wrap; } .product-features-section h2{ text-align:left; } .all-requirements{ width: 278px; } .switch{ width: 500px; margin: 20px auto; justify-content: center; } .switch-label{ padding:16px; font-size:14px; margin: 0 5px; } } <\/style>\n<div id=\"product-content\" class=\"product-content\"> <!-- Section header container --> <\/p>\n<div class=\"product-header-section\">\n<div class=\"slogan-container\">\n<h2>Analise o Balan\u00e7o or\u00e7amental da sua empresa<\/h2>\n<h1> Software de Balan\u00e7o Or\u00e7amental <\/h1>\n<\/p><\/div>\n<div class=\"screenshot-container\">\n<div class=\"item\"> <a href=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_2.jpg\" target=\"_blank\"> <img decoding=\"async\" src=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_2.jpg\" alt=\"Imagem do Software de Contabilidade Balan\u00e7o Or\u00e7amental\"> <\/a> <\/div><\/div><\/div>\n<p> <!-- Section video container --> <!-- Section product benefits --> <\/p>\n<div class=\"product-description-section\"> <!-- Benifits Section --> <\/p>\n<div class=\"product-benefits-section\">\n<h2>O que a sua empresa pode ganhar com o add-on Balan\u00e7o Or\u00e7amental <\/h2>\n<div class=\"benefits-list\">\n<div class=\"benefits-item\">\n<h5>Obtenha o balan\u00e7o financeiro ou patrimonial, sem esfor\u00e7o<\/h5>\n<p>Analise de forma r\u00e1pida e simples a posi\u00e7\u00e3o financeira da sua organiza\u00e7\u00e3o obtendo o balan\u00e7o em apenas um clique<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Automatize a gest\u00e3o financeira da sua empresa<\/h5>\n<p>Obtenha facilmente informa\u00e7\u00e3o de forma autom\u00e1tica, parametriz\u00e1vel pelo utilizador por ano de contabilidade<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Evite erros ao cumprir com as obriga\u00e7\u00f5es<\/h5>\n<p>Minimize os erros na produ\u00e7\u00e3o do mapa evitando o balan\u00e7o manual, garantido a entrega da informa\u00e7\u00e3o contabil\u00edstica correta<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Balan\u00e7o preparado e atualizado<\/h5>\n<p>Ganhe agilidade no seu dia com o balan\u00e7o preparado para o plano de contas da sua empresa<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Acompanhe e controle o balan\u00e7o or\u00e7amental<\/h5>\n<p>Visualize com detalhe o or\u00e7amento da sua empresa e analise os desvios or\u00e7amentais, garantindo uma vis\u00e3o clara sobre o balan\u00e7o<\/p>\n<\/p><\/div>\n<\/div><\/div>\n<p> <!-- Section product features --> <\/p>\n<div class=\"product-features-section\">\n<div class=\"features-list\">\n<h2> Principais funcionalidades <\/h2>\n<p> <\/p>\n<div class=\"benefit-text color-gray\">\n<ul>\n<li>Acesso ao hist\u00f3rico das emiss\u00f5es do mapa, assegurando o registo da produ\u00e7\u00e3o<\/li>\n<li>Acesso detalhado a cada c\u00e9dula calculada com total seguran\u00e7a de informa\u00e7\u00e3o<\/li>\n<li>Acesso ao hist\u00f3rico de cada registo dos mapas com todas as altera\u00e7\u00f5es e c\u00e1lculos feitos tanto pelo sistema como pelo utilizador<\/li>\n<li>Balan\u00e7os segmentados das diversas \u00e1reas de neg\u00f3cio da sua empresa utilizando as Dimens\u00f5es Anal\u00edticas<\/li>\n<li>Compare o Balan\u00e7o Or\u00e7amental com o Balan\u00e7o Real da empresa para a an\u00e1lise r\u00e1pida desvios or\u00e7amentais<\/li>\n<\/ul><\/div><\/div>\n<div class=\"screenshot-container\"> <a href=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_1.jpg\" target=\"_blank\"> <img decoding=\"async\" src=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_1.jpg\" alt=\"Funcionalidades do Software de Contabilidade Balan\u00e7o Or\u00e7amental\"> <\/a> <\/div><\/div><\/div>\n<p> <!-- Section product requirements --> <!-- Simple Prices --> <\/p>\n<div class=\"product-requirements\"> <!-- All requirements --> <\/p>\n<div class=\"all-requirements\">\n<div class=\"header-period-bg\">\n<div class=\"requirement-item-first\">\n<div class=\"add-on-edition\"> <span><strong>PHC GO Enterprise<\/strong><\/span> <\/div>\n<div class=\"add-on-title\"><span>Balan\u00e7o Or\u00e7amental<\/span><\/div>\n<div class=\"add-on-slogan\"><span>Analise o Balan\u00e7o or\u00e7amental da sua empresa<\/span><\/div><\/div>\n<div class=\"requirement-item\"> <!-- \n\n<div class=\"theme-color\">Pre\u00e7o<\/div>\n\n --> <\/p>\n<div class=\"price-value\"><span> Gr&aacute;tis <\/span><\/div>\n<div class=\"description-price\">Este pre\u00e7o n\u00e3o inclui o valor do software PHC GO<\/div><\/div>\n<div class=\"requirement-item\">\n<div class=\"cta-button\" onclick=\"navigateSubscription(11)\">Pe\u00e7a uma demo<\/div><\/div><\/div>\n<div class=\"requirement-item-bottom-section\">\n<div class=\"requirement-item-bottom-title\">Suporte<\/div>\n<div class=\"requirement-item-bottom-desc\"><a href=\"https:\/\/helpcenter.phcgo.net\/PT\/sug\/ptxview.aspx?stamp=f525f%3ae614bf497%3af15542\" target=_blank>Como emitir<\/a><\/div>\n<hr>\n<div class=\"requirement-item-bottom-title\">Developer<\/div>\n<div class=\"requirement-item-bottom-desc\"><a href=\"https:\/\/phcsoftware.com\/pt\/phc-go\/\" target=_blank>PHC<\/a><\/div>\n<hr>\n<div class=\"requirement-item-bottom-title\">Depend\u00eancias<\/div>\n<div class=\"requirement-item-bottom-desc\"><a href=\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-accounting\/\" target=_blank>Accounting<\/a><\/div>\n<hr><\/div><\/div><\/div>\n<p> <!-- Prices Per Plan --> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Analise o Balan\u00e7o or\u00e7amental da sua empresa Software de Balan\u00e7o Or\u00e7amental O que a sua empresa pode ganhar com o add-on Balan\u00e7o Or\u00e7amental Obtenha o balan\u00e7o financeiro ou patrimonial, sem&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1765,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-19293","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Software de Balan\u00e7o Or\u00e7amental - Portugal<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Software de Balan\u00e7o Or\u00e7amental - Portugal\" \/>\n<meta property=\"og:description\" content=\"Analise o Balan\u00e7o or\u00e7amental da sua empresa Software de Balan\u00e7o Or\u00e7amental O que a sua empresa pode ganhar com o add-on Balan\u00e7o Or\u00e7amental Obtenha o balan\u00e7o financeiro ou patrimonial, sem...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental\" \/>\n<meta property=\"og:site_name\" content=\"Portugal\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_2.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental\",\"url\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental\",\"name\":\"Software de Balan\u00e7o Or\u00e7amental - Portugal\",\"isPartOf\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental#primaryimage\"},\"image\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_2.jpg\",\"datePublished\":\"2024-12-09T15:38:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental#primaryimage\",\"url\":\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_2.jpg\",\"contentUrl\":\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_2.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/phcsoftware.com\/pt\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cegid PHC GO Store\",\"item\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Software de Balan\u00e7o Or\u00e7amental\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/phcsoftware.com\/pt\/#website\",\"url\":\"https:\/\/phcsoftware.com\/pt\/\",\"name\":\"Portugal\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/phcsoftware.com\/pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Software de Balan\u00e7o Or\u00e7amental - Portugal","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:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental","og_locale":"pt_PT","og_type":"article","og_title":"Software de Balan\u00e7o Or\u00e7amental - Portugal","og_description":"Analise o Balan\u00e7o or\u00e7amental da sua empresa Software de Balan\u00e7o Or\u00e7amental O que a sua empresa pode ganhar com o add-on Balan\u00e7o Or\u00e7amental Obtenha o balan\u00e7o financeiro ou patrimonial, sem...","og_url":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental","og_site_name":"Portugal","og_image":[{"url":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_2.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental","url":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental","name":"Software de Balan\u00e7o Or\u00e7amental - Portugal","isPartOf":{"@id":"https:\/\/phcsoftware.com\/pt\/#website"},"primaryImageOfPage":{"@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental#primaryimage"},"image":{"@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental#primaryimage"},"thumbnailUrl":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_2.jpg","datePublished":"2024-12-09T15:38:13+00:00","breadcrumb":{"@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental"]}]},{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental#primaryimage","url":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_2.jpg","contentUrl":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u8882_ba_orcamental\/1.02\/img_2.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-balanco-orcamental#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/phcsoftware.com\/pt"},{"@type":"ListItem","position":2,"name":"Cegid PHC GO Store","item":"https:\/\/phcsoftware.com\/pt\/phc-go-store"},{"@type":"ListItem","position":3,"name":"Software de Balan\u00e7o Or\u00e7amental"}]},{"@type":"WebSite","@id":"https:\/\/phcsoftware.com\/pt\/#website","url":"https:\/\/phcsoftware.com\/pt\/","name":"Portugal","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/phcsoftware.com\/pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"}]}},"_links":{"self":[{"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/pages\/19293","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/comments?post=19293"}],"version-history":[{"count":0,"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/pages\/19293\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/pages\/1765"}],"wp:attachment":[{"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/media?parent=19293"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}