Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tavinus/73c4168ae44c2cbe9688 to your computer and use it in GitHub Desktop.
Save tavinus/73c4168ae44c2cbe9688 to your computer and use it in GitHub Desktop.
$ tree MageBR-Boleto_Bancario_Magento-master
MageBR-Boleto_Bancario_Magento-master
|-- Changelog.txt
|-- Leia.txt
|-- README.md
|-- Tutorial\ HTML
| |-- images
| | `-- logo.png
| `-- index.html
|-- app
| |-- code
| | `-- community
| | `-- MageBR
| | `-- BoletoBancario
| | |-- Block
| | | `-- Standard
| | | |-- Form.php
| | | |-- Info.php
| | | |-- Redirect.php
| | | |-- SendMail.php
| | | |-- Success.php
| | | |-- Sucesso.php
| | | |-- View.php
| | | `-- gerar.php
| | |-- Helper
| | | `-- Data.php
| | |-- Model
| | | |-- Mysql4
| | | | `-- Setup.php
| | | |-- Session.php
| | | |-- Source
| | | | |-- Bancos.php
| | | | |-- Carteiras.php
| | | | |-- SeCancelado.php
| | | | `-- StandardAction.php
| | | `-- Standard.php
| | |-- controllers
| | | `-- StandardController.php
| | |-- etc
| | | |-- config.xml
| | | `-- system.xml
| | `-- sql
| | `-- BoletoBancario_setup
| | |-- mysql4-install-0.7.0.php
| | |-- mysql4-install-1.0.0.php
| | |-- mysql4-install-1.0.1.php
| | |-- mysql4-install-1.0.2.php
| | |-- mysql4-install-1.2.0.php
| | |-- mysql4-install-1.3.0.php
| | |-- mysql4-install-1.3.1.php
| | |-- mysql4-install-1.3.2.php
| | |-- mysql4-install-1.3.3.php
| | |-- mysql4-install-1.4.1.php
| | |-- mysql4-install-1.4.2.php
| | |-- mysql4-install-1.4.3.php
| | |-- mysql4-install-1.5.0.php
| | |-- mysql4-install-1.5.1.php
| | |-- mysql4-install-1.6.0.php
| | |-- mysql4-install-1.6.1.php
| | |-- mysql4-install-1.6.2.php
| | |-- mysql4-install-1.6.3.php
| | |-- mysql4-install-1.6.4.php
| | `-- mysql4-install-1.6.5.php
| |-- design
| | |-- adminhtml
| | | `-- default
| | | `-- default
| | | `-- template
| | | `-- BoletoBancario
| | | |-- BoletoBancario.phtml
| | | `-- standard
| | | |-- form.phtml
| | | |-- info.phtml
| | | |-- success.phtml
| | | `-- view.phtml
| | `-- frontend
| | `-- base
| | `-- default
| | |-- layout
| | | `-- BoletoBancario.xml
| | `-- template
| | `-- BoletoBancario
| | |-- BoletoBancario.phtml
| | |-- banco
| | | |-- bb.phtml
| | | |-- bradesco.phtml
| | | |-- caixa.phtml
| | | |-- cef.phtml
| | | |-- cef_sigcb.phtml
| | | |-- cef_sinco.phtml
| | | |-- funcoes
| | | | |-- funcoes-caixa.php
| | | | |-- funcoes-caixa2.php
| | | | `-- funcoes-caixa3.php
| | | |-- hsbc.phtml
| | | |-- include
| | | | |-- funcoes_bancoob.php
| | | | |-- funcoes_banespa.php
| | | | |-- funcoes_banestes.php
| | | | |-- funcoes_bb.php
| | | | |-- funcoes_besc.php
| | | | |-- funcoes_bradesco.php
| | | | |-- funcoes_cef.php
| | | | |-- funcoes_cef_sigcb.php
| | | | |-- funcoes_cef_sinco.php
| | | | |-- funcoes_hsbc.php
| | | | |-- funcoes_itau.php
| | | | |-- funcoes_nossacaixa.php
| | | | |-- funcoes_real.php
| | | | |-- funcoes_santander_banespa.php
| | | | |-- funcoes_sicredi.php
| | | | |-- funcoes_sudameris.php
| | | | |-- funcoes_unibanco.php
| | | | |-- layout_bancoob.php
| | | | |-- layout_banespa.php
| | | | |-- layout_banestes.php
| | | | |-- layout_bb.php
| | | | |-- layout_besc.php
| | | | |-- layout_bradesco.php
| | | | |-- layout_cef.php
| | | | |-- layout_cef_sinco.php
| | | | |-- layout_hsbc.php
| | | | |-- layout_itau.php
| | | | |-- layout_nossacaixa.php
| | | | |-- layout_real.php
| | | | |-- layout_santander_banespa.php
| | | | |-- layout_sicredi.php
| | | | |-- layout_sudameris.php
| | | | `-- layout_unibanco.php
| | | |-- itau.phtml
| | | `-- santander_banespa.phtml
| | |-- popup-segundavia.phtml
| | `-- standard
| | |-- form.phtml
| | |-- info.phtml
| | |-- info2.phtml
| | |-- secan.phtml
| | |-- success.phtml
| | `-- view.phtml
| |-- etc
| | `-- modules
| | `-- MageBR_BoletoBancario.xml
| `-- locale
| |-- en_US
| | `-- template
| | `-- email
| | `-- boletobancario
| | `-- segunda_via.html
| `-- pt_BR
| `-- template
| `-- email
| `-- boletobancario
| `-- segunda_via.html
|-- lib
| `-- boleto_php
| |-- BUGS.txt
| |-- COPYING
| |-- COPYRIGHT
| |-- CREDITOS.txt
| |-- LEIAME.txt
| |-- boleto_bancoob.php
| |-- boleto_banespa.php
| |-- boleto_banestes.php
| |-- boleto_bb.php
| |-- boleto_besc.php
| |-- boleto_bradesco.php
| |-- boleto_caixa.php
| |-- boleto_cef.php
| |-- boleto_cef_sigcb.php
| |-- boleto_cef_sinco.php
| |-- boleto_hsbc.php
| |-- boleto_itau.php
| |-- boleto_itau2.php
| |-- boleto_nossacaixa.php
| |-- boleto_real.php
| |-- boleto_santander_banespa.php
| |-- boleto_sicredi.php
| |-- boleto_sudameris.php
| |-- boleto_unibanco.php
| |-- funcoes
| | |-- funcoes-caixa.php
| | |-- funcoes-caixa2.php
| | `-- funcoes-caixa3.php
| |-- imagens
| | |-- 1.gif
| | |-- 1.png
| | |-- 2.gif
| | |-- 2.png
| | |-- 3.gif
| | |-- 3.png
| | |-- 5.gif
| | |-- 6.gif
| | |-- 6.png
| | |-- Thumbs.db
| | |-- b.gif
| | |-- b.png
| | |-- boleto.gif
| | |-- imgbrrazu.png
| | |-- imgbrrlrj.png
| | |-- imgpxlazu.png
| | |-- logo-caixa.jpg
| | |-- logo-netdinamica.gif
| | |-- logo.jpg
| | |-- logo_empresa.jpg
| | |-- logo_empresa.png
| | |-- logobancoob.jpg
| | |-- logobanespa.jpg
| | |-- logobanestes.jpg
| | |-- logobb.gif
| | |-- logobb.jpg
| | |-- logobesc.jpg
| | |-- logobradesco.jpg
| | |-- logocaixa.jpg
| | |-- logohsbc.jpg
| | |-- logoitau.jpg
| | |-- logonossacaixa.jpg
| | |-- logoreal.jpg
| | |-- logosantander.jpg
| | |-- logosicredi.jpg
| | |-- logosudameris.jpg
| | |-- logounibanco.jpg
| | |-- p.gif
| | |-- p.png
| | `-- printer.gif
| `-- include
| |-- funcoes_bancoob.php
| |-- funcoes_banespa.php
| |-- funcoes_banestes.php
| |-- funcoes_bb.php
| |-- funcoes_besc.php
| |-- funcoes_bradesco.php
| |-- funcoes_cef.php
| |-- funcoes_cef_sigcb.php
| |-- funcoes_cef_sinco.php
| |-- funcoes_hsbc.php
| |-- funcoes_itau.php
| |-- funcoes_nossacaixa.php
| |-- funcoes_real.php
| |-- funcoes_santander_banespa.php
| |-- funcoes_sicredi.php
| |-- funcoes_sudameris.php
| |-- funcoes_unibanco.php
| |-- layout_bancoob.php
| |-- layout_banespa.php
| |-- layout_banestes.php
| |-- layout_bb.php
| |-- layout_besc.php
| |-- layout_bradesco.php
| |-- layout_cef.php
| |-- layout_cef_sinco.php
| |-- layout_hsbc.php
| |-- layout_itau.php
| |-- layout_nossacaixa.php
| |-- layout_real.php
| |-- layout_santander_banespa.php
| |-- layout_sicredi.php
| |-- layout_sudameris.php
| `-- layout_unibanco.php
`-- skin
`-- frontend
`-- base
`-- default
|-- imagens
| `-- boleto.gif
`-- images
|-- boleto
| |-- 1.gif
| |-- 1.png
| |-- 2.gif
| |-- 2.png
| |-- 3.gif
| |-- 3.png
| |-- 5.gif
| |-- 6.gif
| |-- 6.png
| |-- b.gif
| |-- b.png
| |-- boleto.gif
| |-- boleto.png
| |-- boletocarregando.gif
| |-- ct_boleto.gif
| |-- imgbrrazu.png
| |-- imgbrrlrj.png
| |-- imgpxlazu.png
| |-- logo-caixa.jpg
| |-- logo-netdinamica.gif
| |-- logo_boleto.png
| |-- logobancoob.jpg
| |-- logobanespa.jpg
| |-- logobanestes.jpg
| |-- logobb.gif
| |-- logobb.jpg
| |-- logobesc.jpg
| |-- logobradesco.jpg
| |-- logocaixa.jpg
| |-- logohsbc.jpg
| |-- logoitau.jpg
| |-- logonossacaixa.jpg
| |-- logoreal.jpg
| |-- logosantander.jpg
| |-- logosicredi.jpg
| |-- logosudameris.jpg
| |-- logounibanco.jpg
| |-- p.gif
| |-- p.png
| `-- printer.gif
`-- cards
|-- am.gif
|-- amex.gif
|-- banco.gif
|-- boleto.gif
|-- boleto_bb.jpg
|-- boleto_bradesco.jpg.jpg
|-- boleto_hsbc.jpg
|-- boleto_itau.jpg
|-- bradesco.gif
|-- ct_amex.gif
|-- ct_aura.gif
|-- ct_boleto.gif
|-- ct_cred_virtual.gif
|-- ct_deposito.gif
|-- ct_diners.gif
|-- ct_discover.gif
|-- ct_elo.gif
|-- ct_hiper.gif
|-- ct_master.gif
|-- ct_pd.gif
|-- ct_visa.gif
|-- diners.gif
|-- diners.jpg
|-- discover.gif
|-- elo.gif
|-- itau.gif
|-- itau.jpg
|-- itaushopline.gif
|-- itaushopline.jpg
|-- mastercard.gif
|-- mastercard.jpg
|-- mc.gif
|-- pagseguro.png
|-- vi.gif
|-- visa.gif
`-- visa.jpg
58 directories, 283 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment