This repository was archived by the owner on Aug 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Adds FAQ page #154
Open
hugopeixoto
wants to merge
4
commits into
devpt-org:master
Choose a base branch
from
hugopeixoto:page/faq
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Adds FAQ page #154
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/node_modules | ||
temp/ | ||
resources/ | ||
/public/ | ||
/public/ | ||
hugo_stats.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
body.faq h1 { | ||
@apply text-3xl font-light block dark:text-white-50; | ||
} | ||
|
||
body.faq article { | ||
@apply text-lg font-light block dark:text-white-50; | ||
} | ||
|
||
body.faq article p { | ||
@apply mt-2; | ||
} | ||
|
||
body.faq article h2 { | ||
@apply text-2xl text-orange-600 mt-8 mb-4 font-bold; | ||
} | ||
|
||
body.faq article ul { | ||
list-style-type: disc; | ||
@apply pl-8; | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
type: faq | ||
title: "Perguntas frequentes" | ||
--- | ||
|
||
|
||
|
||
## Ordenado bruto, líquido, quais as diferenças? | ||
|
||
O ordenado base bruto é o que está no contrato, e é o valor antes de ser | ||
retirado impostos e segurança social. Em Portugal costuma ser discutido o valor | ||
mensal, enquanto que noutros países o habitual é falar-se do valor anual. Para | ||
fazer a conversão do mensal para anual multiplica-se por 14: adiciona-se o | ||
subsídio de férias e de natal. | ||
|
||
O valor líquido é o dinheiro que "cai na conta" todos os meses: normalmente | ||
calculado depois de deduzidas essas taxas, e acrescentados o subsídio de | ||
alimentação, bónus, ajudas de custo e afins. | ||
|
||
Muitas empresas (aquelas consultoras grandes) tentam negociar em valores | ||
líquidos, principalmente a recém-formados. É preciso ter noção do que isso | ||
implica. | ||
|
||
|
||
## Porque é que não é bom negociar valores líquidos / ser pago em ajudas de custo? | ||
|
||
Negociar em valores líquidos dá margem à empresa para apresentar um ordenado | ||
base bruto muito baixo altamente compensado com ajudas de custo ou outros | ||
mecanismos semelhantes. | ||
|
||
As ajudas de custo são um mecanismo de reembolsar gastos suportados pelo | ||
trabalhador no decorrer da actividade profissional. Compensar bilhetes ou | ||
gasolina quando é preciso ir para um escritório distante, etc. Como são para | ||
reembolsar despesas, não se aplica IRS nem Segurança Social. | ||
|
||
Vantagens para a empresa: | ||
* Mais flexibilidade quando precisarem de reduzir despesas (aconteceu no COVID) | ||
* Obrigar as pessoas a trabalhar presencialmente ("estás em teletrabalho? não pagamos ajudas de custo então") | ||
* Menor carga fiscal para a empresa (23.5% de Segurança social vs até 5% de IRC) | ||
|
||
Desvantagens para o trabalhador: | ||
* Só o ordenado base bruto é garantido pelas protecções ao trabalhador, tudo | ||
o resto pode ser revogado unilateralmente. | ||
* Reforma, subsídio de desemprego, baixa, etc são baseados no ordenado base bruto. | ||
* Maior dificuldade em obter créditos: os bancos olham para o valor base bruto. | ||
* As ajudas de custo não se têm de aplicar aos subsídios de férias e de natal. | ||
* Mecanismo potencialmente ilegal (assinar documentos fictícios de quilómetros) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
<h1 class="font-bold text-3xl text-gray-700">{{ .Title }}</h1> | ||
{{ .Content }} | ||
</article> | ||
{{ end }} | ||
{{ end }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{{ define "main" }} | ||
|
||
<div class="ui-article-container"> | ||
<h1 class="p-6">{{ .Title }}</h1> | ||
|
||
<section class="p-6"> | ||
<article> | ||
{{ .Content }} | ||
</article> | ||
</section> | ||
</div> | ||
|
||
{{ end }} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.