{"id":14750,"date":"2023-04-27T15:43:45","date_gmt":"2023-04-27T21:43:45","guid":{"rendered":"http:\/\/201.237.206.56\/Sitios\/ugit.siua.ac.cr\/?p=14750"},"modified":"2023-04-27T15:44:11","modified_gmt":"2023-04-27T21:44:11","slug":"sigesa-bigdecimal","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=14750","title":{"rendered":"SIGESA: BigDecimal"},"content":{"rendered":"\n<ul class=\"wp-block-list\">\n<li>domain<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>@Column(name = \"EJECUCION\", columnDefinition = \"NUMBER(19,0)\")\n    private BigDecimal ejecucion = BigDecimal.ZERO;<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Service<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>System.out.print(String.valueOf(listaMetaPoaEvaluacionPorPeriodo.get(0).getEjecucion()));\n                String strPorcentajeEvaluacion = String.valueOf(listaMetaPoaEvaluacionPorPeriodo.get(0).getEjecucion());\n\n                BigDecimal montoEjecucion = new BigDecimal(strPorcentajeEvaluacion);\n\n                \/\/ Obtenemos el primer elemento o la \u00faltima evaluacion y se lo sumamos al total\n                totalEjecucionPeriodos = totalEjecucionPeriodos.add(montoEjecucion.setScale(2, BigDecimal.ROUND_HALF_EVEN));<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[443],"tags":[511,444],"class_list":["post-14750","post","type-post","status-publish","format-standard","hentry","category-sigesa","tag-bigdecimal","tag-sigesa"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/14750","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14750"}],"version-history":[{"count":3,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/14750\/revisions"}],"predecessor-version":[{"id":14753,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/14750\/revisions\/14753"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14750"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=14750"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=14750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}