Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Agiliza
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
evologica
Agiliza
Commits
b3dd6675
Commit
b3dd6675
authored
Sep 10, 2021
by
Rafael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Altera configs de test e homolog.
parent
eae9c315
Pipeline
#7978
passed with stage
in 3 minutes and 48 seconds
Changes
6
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
28 deletions
+29
-28
prod.json
cli/web/agente/config/prod.json
+5
-5
staging.json
cli/web/agente/config/staging.json
+5
-5
prod.json
cli/web/cliente/config/prod.json
+5
-5
staging.json
cli/web/cliente/config/staging.json
+5
-5
config.json
cli/web/cliente/public/config.json
+6
-6
CreditLinesInfo.tsx
...ines/pages/Simulation/CreditLinesInfo/CreditLinesInfo.tsx
+3
-2
No files found.
cli/web/agente/config/prod.json
View file @
b3dd6675
{
"API_URL"
:
"http
://172.16.17.3:8080
"
,
"APP_NAME_BROKER"
:
"@
agiliza-dev
/agente"
,
"APP_NAME_CUSTOMER"
:
"@
agiliza-dev
/cliente"
,
"SESSION_KEY_BROKER"
:
"@
agiliza-dev
/agente"
,
"SESSION_KEY_CUSTOMER"
:
"@
agiliza-dev
/cliente"
"API_URL"
:
"http
s://microcredito.dev.evologica.com.br
"
,
"APP_NAME_BROKER"
:
"@
microcredito
/agente"
,
"APP_NAME_CUSTOMER"
:
"@
microcredito
/cliente"
,
"SESSION_KEY_BROKER"
:
"@
microcredito
/agente"
,
"SESSION_KEY_CUSTOMER"
:
"@
microcredito
/cliente"
}
cli/web/agente/config/staging.json
View file @
b3dd6675
{
"API_URL"
:
"http
://192.168.0.65:8080
"
,
"APP_NAME_BROKER"
:
"@
agiliza-dev
/agente"
,
"APP_NAME_CUSTOMER"
:
"@
agiliza-dev
/cliente"
,
"SESSION_KEY_BROKER"
:
"@
agiliza-dev
/agente"
,
"SESSION_KEY_CUSTOMER"
:
"@
agiliza-dev
/cliente"
"API_URL"
:
"http
s://microcredito.test.evologica.com.br
"
,
"APP_NAME_BROKER"
:
"@
microcredito-staging
/agente"
,
"APP_NAME_CUSTOMER"
:
"@
microcredito-staging
/cliente"
,
"SESSION_KEY_BROKER"
:
"@
microcredito-staging
/agente"
,
"SESSION_KEY_CUSTOMER"
:
"@
microcredito-staging
/cliente"
}
cli/web/cliente/config/prod.json
View file @
b3dd6675
{
"API_URL"
:
"http
://192.168.0.65:8080
"
,
"APP_NAME_BROKER"
:
"@
agiliza-dev
/agente"
,
"APP_NAME_CUSTOMER"
:
"@
agiliza-dev
/cliente"
,
"SESSION_KEY_BROKER"
:
"@
agiliza-dev
/agente"
,
"SESSION_KEY_CUSTOMER"
:
"@
agiliza-dev
/cliente"
"API_URL"
:
"http
s://microcredito.dev.evologica.com.br
"
,
"APP_NAME_BROKER"
:
"@
microcredito
/agente"
,
"APP_NAME_CUSTOMER"
:
"@
microcredito
/cliente"
,
"SESSION_KEY_BROKER"
:
"@
microcredito
/agente"
,
"SESSION_KEY_CUSTOMER"
:
"@
microcredito
/cliente"
}
cli/web/cliente/config/staging.json
View file @
b3dd6675
{
"API_URL"
:
"http
://192.168.0.65:8080
"
,
"APP_NAME_BROKER"
:
"@
agiliza-dev
/agente"
,
"APP_NAME_CUSTOMER"
:
"@
agiliza-dev
/cliente"
,
"SESSION_KEY_BROKER"
:
"@
agiliza-dev
/agente"
,
"SESSION_KEY_CUSTOMER"
:
"@
agiliza-dev
/cliente"
"API_URL"
:
"http
s://microcredito.test.evologica.com.br
"
,
"APP_NAME_BROKER"
:
"@
microcredito-staging
/agente"
,
"APP_NAME_CUSTOMER"
:
"@
microcredito-staging
/cliente"
,
"SESSION_KEY_BROKER"
:
"@
microcredito-staging
/agente"
,
"SESSION_KEY_CUSTOMER"
:
"@
microcredito-staging
/cliente"
}
cli/web/cliente/public/config.json
View file @
b3dd6675
{
"API_URL"
:
"http
://192.168.0.65:8080
"
,
"APP_NAME_BROKER"
:
"@
agiliza-dev
/agente"
,
"APP_NAME_CUSTOMER"
:
"@
agiliza-dev
/cliente"
,
"SESSION_KEY_BROKER"
:
"@
agiliza-dev
/agente"
,
"SESSION_KEY_CUSTOMER"
:
"@
agiliza-dev
/cliente"
"API_URL"
:
"http
s://microcredito.dev.evologica.com.br
"
,
"APP_NAME_BROKER"
:
"@
microcredito
/agente"
,
"APP_NAME_CUSTOMER"
:
"@
microcredito
/cliente"
,
"SESSION_KEY_BROKER"
:
"@
microcredito
/agente"
,
"SESSION_KEY_CUSTOMER"
:
"@
microcredito
/cliente"
}
cli/web/cliente/src/views/SimulationCreditLines/pages/Simulation/CreditLinesInfo/CreditLinesInfo.tsx
View file @
b3dd6675
...
...
@@ -47,8 +47,9 @@ const CreditLinesInfo = (props: Props) => {
<
GridLine
label=
"Número de parcelas"
value=
{
subproduct
?.
maxAmountInstallment
||
''
}
/>
{
/* <GridLine label="Valor das parcelas" value={formatCurrency(subproduct?.amount.toFixed(2))} /> */
}
<
GridLine
label=
"Taxa de juros"
value=
{
subproduct
?.
fee
?
`${subproduct?.fee} %`
:
''
}
/>
<
GridLine
label=
"Custo efetivo total (CET)"
value=
{
subproduct
?.
IOF
!==
undefined
?
`${subproduct?.IOF} %`
:
''
}
/>
<
GridLine
label=
"Taxa abertura crédito (TAC)"
value=
{
formatCurrency
(
subproduct
?.
TAC
?.
toFixed
(
2
))
}
/>
<
GridLine
label=
"Valor total IOF"
value=
{
formatCurrency
(
subproduct
?.
IOF
?.
toString
()
||
''
)
}
/>
<
GridLine
label=
"Custo efetivo total (CET)"
value=
{
subproduct
?.
TAC
!==
undefined
?
`${subproduct?.TAC.toFixed(2)} %`
:
''
}
/>
{
/* <GridLine label="Taxa abertura crédito (TAC)" value={formatCurrency(subproduct?.TAC?.toFixed(2))} /> */
}
</
Grid
>
<
Button
variant=
"text"
onClick=
{
()
=>
setOpen
(
true
)
}
disabled=
{
!
subproduct
}
>
Exibir opções de parcelamento
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment