







{"id":18398,"date":"2024-11-04T15:14:37","date_gmt":"2024-11-04T15:14:37","guid":{"rendered":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments\/"},"modified":"2024-11-04T15:14:37","modified_gmt":"2024-11-04T15:14:37","slug":"software-de-attachments","status":"publish","type":"page","link":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments","title":{"rendered":"Software de Attachments"},"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 = 'Documents'; let plan = 'ADVANCED'; switch(edition) { case 9: plan = 'CORPORATE'; break; case 10: plan = 'ADVANCED'; break; case 11: plan = 'ENTERPRISE'; break; } let isCoreProduct = '1'; 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 = 'Documents'; 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 = '1'; 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>Arquive e centralize todos os documentos, num s\u00f3 lugar<\/h2>\n<h1> Software de Attachments <\/h1>\n<\/p><\/div>\n<div class=\"screenshot-container\">\n<div class=\"item\"> <a href=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/img_2.jpg\" target=\"_blank\" rel=\"noopener\"> <img decoding=\"async\" src=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/img_2.jpg\" alt=\"Imagem do Software de Gest\u00e3o Documental Attachments\"> <\/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 Attachments <\/h2>\n<div class=\"benefits-list\">\n<div class=\"benefits-item\">\n<h5>Por uma empresa mais eco friendly<\/h5>\n<p>Um passo determinante na evolu\u00e7\u00e3o digital da empresa que permite reduzir os custos, em papel, consum\u00edveis, hardware, entre outros. Contribuindo para a diminui\u00e7\u00e3o da pegada ecol\u00f3gica da sua empresa<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Arquive e encontre facilmente todos os documentos, num s\u00f3 lugar<\/h5>\n<p>Garantia de que todos os documentos essenciais na gest\u00e3o do seu neg\u00f3cio s\u00e3o facilmente encontrados, arquivando-os no local certo, promovendo a colabora\u00e7\u00e3o e a agilidade entre as equipas<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Seguran\u00e7a na Cloud<\/h5>\n<p>Integridade e confidencialidade dos documentos, essenciais para a opera\u00e7\u00e3o segura de neg\u00f3cios, com dados protegidos e armazenados na cloud<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Controlo e seguran\u00e7a do arquivo digital<\/h5>\n<p>Possibilidade de definir quem pode ver o qu\u00ea, protegendo a confidencialidade de documentos e respeitando as obriga\u00e7\u00f5es legais<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Conformidade Legal<\/h5>\n<p>Assegura os requisitos da lei relativa ao arquivo digital em Portugal, simplificando a gest\u00e3o de documentos e mitigando riscos de n\u00e3o conformidade. Facilita auditorias atrav\u00e9s de um sistema de extra\u00e7\u00e3o e de diagn\u00f3stico<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Redu\u00e7\u00e3o de Custos<\/h5>\n<p>Reduz custos operacionais e de manuten\u00e7\u00e3o, otimizando a gest\u00e3o documental com processos automatizados<\/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>Ative o Arquivo Digital e garanta a conformidade legal dos documentos fiscalmente relevantes com o diagn\u00f3stico de consist\u00eancia<\/li>\n<li>Envie automaticamente para o seu contabilista faturas, compras e demais documentos arquivados (requer subscri\u00e7\u00e3o do add-on PHC GO Informa\u00e7\u00e3o Contabil\u00edstica Digital)<\/li>\n<li>Efetue a extra\u00e7\u00e3o dos ficheiros fiscalmente relevantes de um determinado per\u00edodo<\/li>\n<li>Procura e pr\u00e9-visualiza\u00e7\u00e3o r\u00e1pida de quaisquer documentos, com facilidade na consulta<\/li>\n<li>Integre com o Google Drive, Dropbox e Onedrive para facilmente guardar todos os documentos recebidos e emitidos (indispon\u00edvel com a ativa\u00e7\u00e3o do Arquivo Digital)<\/li>\n<li>Anexe documentos essenciais de venda e compra para gest\u00e3o do seu neg\u00f3cio<\/li>\n<li>Defina que utilizadores podem ter acesso aos documentos por tipo de perfil<\/li>\n<li>Destacamos que 1 ficheiro com 10KB corresponde a 1 registo subtra\u00eddo na base de dados &#8211; o n\u00famero de registos dispon\u00edveis depende do plano subscrito e podem ser adquiridos registos adicionais<\/li>\n<\/ul><\/div><\/div>\n<div class=\"screenshot-container\"> <a href=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/img_1.jpg\" target=\"_blank\" rel=\"noopener\"> <img decoding=\"async\" src=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/img_1.jpg\" alt=\"Funcionalidades do Software de Gest\u00e3o Documental Attachments\"> <\/a> <\/div><\/div><\/div>\n<p> <!-- Section product requirements --> <!-- Simple Prices --> <\/p>\n<div class=\"product-requirements\"> <!-- Switch --> <\/p>\n<div class=\"switch\">\n<div> <input id=\"switch-trienal\" name=\"switcher\" type=\"radio\" value=\"Y\" class=\"switch-input\" checked\/> <label for=\"switch-trienal\" class=\"switch-label switch-label-y\">Trienal (poupe 33%)<\/label> <\/div>\n<div> <input id=\"switch-anual\" name=\"switcher\" type=\"radio\" value=\"I\" class=\"switch-input\"\/> <label for=\"switch-anual\" class=\"switch-label switch-label-i\">Anual (poupe 20%)<\/label> <\/div>\n<div> <input id=\"switch-monthly\" name=\"switcher\" type=\"radio\" value=\"N\" class=\"switch-input\" \/> <label for=\"switch-monthly\" class=\"switch-label switch-label-n\">Mensal<\/label> <\/div><\/div>\n<p> <!-- 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>Dispon\u00edvel a partir do plano<br \/><strong>PHC GO Corporate<\/strong><\/span> <\/div>\n<div class=\"add-on-title\"><span>Attachments<\/span><\/div>\n<div class=\"add-on-slogan\"><span>Arquive e centralize todos os documentos, num s\u00f3 lugar<\/span><\/div><\/div>\n<div class=\"requirement-item-price-month\">\n<div class=\"price-month price-value\"><span>12.96\u20ac<\/span><\/div><\/div>\n<div class=\"requirement-item-price-year\">\n<div class=\"price-year price-value\"><span>124\u20ac<\/span><\/div><\/div>\n<div class=\"requirement-item-price-triyear\">\n<div class=\"price-year price-value\"><span>313\u20ac<\/span><\/div><\/div>\n<div class=\"description-price\">Este pre\u00e7o n\u00e3o inclui o valor do software PHC GO<\/div>\n<div class=\"requirement-item\">\n<div class=\"cta-button\" onclick=\"navigateSubscription(9)\">Experimente<\/div><\/div><\/div>\n<div class=\"requirement-item-bottom-section\">\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\" rel=\"noopener\">PHC<\/a><\/div>\n<hr>\n<div class=\"requirement-item-bottom-title\">Suporte<\/div>\n<div class=\"requirement-item-bottom-desc\"><a href=\"https:\/\/www.youtube.com\/watch?v=HuDoMxz3zeg\" target=\"_blank\" rel=\"noopener\">Como configurar<\/a><\/div>\n<hr><\/div><\/div><\/div>\n<p> <!-- Prices Per Plan --> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Arquive e centralize todos os documentos, num s\u00f3 lugar Software de Attachments O que a sua empresa pode ganhar com o add-on Attachments Por uma empresa mais eco friendly Um&#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-18398","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 Attachments - 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-attachments\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Software de Attachments - Portugal\" \/>\n<meta property=\"og:description\" content=\"Arquive e centralize todos os documentos, num s\u00f3 lugar Software de Attachments O que a sua empresa pode ganhar com o add-on Attachments Por uma empresa mais eco friendly Um...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments\" \/>\n<meta property=\"og:site_name\" content=\"Portugal\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/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-attachments\",\"url\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments\",\"name\":\"Software de Attachments - Portugal\",\"isPartOf\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments#primaryimage\"},\"image\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/img_2.jpg\",\"datePublished\":\"2024-11-04T15:14:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments#primaryimage\",\"url\":\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/img_2.jpg\",\"contentUrl\":\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/img_2.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments#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 Attachments\"}]},{\"@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 Attachments - 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-attachments","og_locale":"pt_PT","og_type":"article","og_title":"Software de Attachments - Portugal","og_description":"Arquive e centralize todos os documentos, num s\u00f3 lugar Software de Attachments O que a sua empresa pode ganhar com o add-on Attachments Por uma empresa mais eco friendly Um...","og_url":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments","og_site_name":"Portugal","og_image":[{"url":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/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-attachments","url":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments","name":"Software de Attachments - Portugal","isPartOf":{"@id":"https:\/\/phcsoftware.com\/pt\/#website"},"primaryImageOfPage":{"@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments#primaryimage"},"image":{"@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments#primaryimage"},"thumbnailUrl":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/img_2.jpg","datePublished":"2024-11-04T15:14:37+00:00","breadcrumb":{"@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments"]}]},{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments#primaryimage","url":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/img_2.jpg","contentUrl":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/Documents\/img_2.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-attachments#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 Attachments"}]},{"@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\/18398","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=18398"}],"version-history":[{"count":0,"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/pages\/18398\/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=18398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}