Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Espécie do título - Santander 240 #239

Open
tiagoinaba opened this issue Aug 26, 2024 · 0 comments
Open

Espécie do título - Santander 240 #239

tiagoinaba opened this issue Aug 26, 2024 · 0 comments

Comments

@tiagoinaba
Copy link

Pessoal, acredito que houve mudanças na espécie do título do Santander. Tentando homologar a remessa no layout cnab240 agora, e me informaram que a espécie do título estava incorreta. Segue abaixo a documentação do Santander, e logo em seguida o código de Especie.php da biblioteca. As mudanças parecem simples o suficiente e me voluntario para abrir um PR, só gostaria de saber se preciso mudar alguma coisa em outro lugar. Por ora, boletos de espécie "DM" estou enviando como "NP". Obrigado!

image

        $this->santander[1] = array('abr' => "DM", 'txt' => 'Duplicata Mercantil');
        $this->santander[2] = array('abr' => "NP", 'txt' => 'Nota Promissória');
        $this->santander[3] = array('abr' => "NS", 'txt' => 'Nota de Seguro');
        $this->santander[5] = array('abr' => "RC", 'txt' => 'Recibo');
        $this->santander[6] = array('abr' => "DR", 'txt' => 'Duplicata Rural');
        $this->santander[8] = array('abr' => "LC", 'txt' => 'Letra de Câmbio');
        $this->santander[9] = array('abr' => "WRT", 'txt' => 'Warrant');
        $this->santander[10] = array('abr' => "CH", 'txt' => 'Cheque');
        $this->santander[12] = array('abr' => "DS", 'txt' => 'Duplicata de Serviço');
        $this->santander[13] = array('abr' => "ND", 'txt' => 'Nota de Débito');
        $this->santander[14] = array('abr' => "TM", 'txt' => 'Triplicata Mercantil');
        $this->santander[15] = array('abr' => "TS", 'txt' => 'Triplicata de Serviço');
        $this->santander[18] = array('abr' => "FAT", 'txt' => 'Fatura');
        $this->santander[20] = array('abr' => "AP", 'txt' => 'Apólice de Seguros');
        $this->santander[21] = array('abr' => "ME", 'txt' => 'Mensalidade escolar');
        $this->santander[22] = array('abr' => "ME", 'txt' => 'Parcela de Consórcio');
        $this->santander[99] = array('abr' => "DIV", 'txt' => 'Outros');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant