- Relatorio/Interface para repassarmos pra contabilidade os pagamentos x nf
- Baixar notas fiscal por data
- Modificação na DRE
- Interface pra visualizar melhor as recorrencias
- Verificar no banco o pagamento antes de realizar
- Permissão para visualizar pagamentos por (valor, tipo, fornecedor, empresa)?
- Pagamento em duplicidade?
- Conciliação Bancaria
git config --global --edit
git config --global core.editor code
git config --global --edit
.gitconfig
[user]
email = gabrielteixeiramesquita@gmail.com
This file contains 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
conky.config = { | |
update_interval = 1, | |
cpu_avg_samples = 2, | |
net_avg_samples = 2, | |
out_to_console = false, | |
override_utf8_locale = true, | |
double_buffer = true, | |
no_buffers = true, | |
text_buffer_size = 32768, |
This file contains 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
var params = { | |
TableName: 'users_certificates' | |
}; | |
dynamodb.scan(params, onScan); | |
function onScan(err, data) { | |
if (err) { | |
console.error(err); | |
}else { |
People
![]() :bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
This file contains 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
{"version":1,"resource":"file:///home/gabriel/buzu/apps/api-core/src/modules/organizations/domain/use-cases/find-driver-to-add/find-driver-to-add.use-case.ts","entries":[{"id":"on9r.ts","source":"searchReplace.source","timestamp":1673530266210},{"id":"oeVw.ts","source":"searchReplace.source","timestamp":1673531344791}]} |
This file contains 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
{ | |
"above": "The {{field}} should be above {{argument.0}}.", | |
"accepted": "The {{field}} should have been accepted", | |
"after": "The {{field}} should be a date after {{argument.0}}", | |
"after_offset_of": "The {{field}} should be after {{argument.0}} {{argument.1}} from today’s date", | |
"alpha": "The {{field}} should contain letters only", | |
"alpha_numeric": "The {{field}} should contain letters and numbers only", | |
"array": "The {{field}} should be an ARRAY.", | |
"before": "The {{field}} should be a date before {{argument.0}}.", | |
"before_offset_of": "The {{field}} should be before {{argument.0}} {{argument.1}} from today’s date", |
NewerOlder