Skip to content

Commit 4b4f45d

Browse files
committed
ajustes + KimberlyClark
1 parent bd11d6c commit 4b4f45d

File tree

5 files changed

+135
-0
lines changed

5 files changed

+135
-0
lines changed

app/Procter/Clientes.php

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
<?php
2+
/**
3+
* +-----------------------------------------------------------------------+
4+
* | php-edi - Sistema Geração EDI - LAYOUT PROCTER/Clientes |
5+
* +-----------------------------------------------------------------------+
6+
* | Este arquivo está disponível sob a Licença MIT disponível pela Web |
7+
* | em https://pt.wikipedia.org/wiki/Licen%C3%A7a_MIT |
8+
* | |
9+
* | Coordenação: <[email protected]> |
10+
* | |
11+
* | Programa...: Clientes.php |
12+
* | |
13+
* | Autor......: Helder <[email protected]> |
14+
* | |
15+
* | Criação....: 26-06-2018 |
16+
* | |
17+
* | Objetivo...: Formatar registros conforme Layout PROCTER/Clientes |
18+
* | |
19+
* | Layout EDI.: |
20+
* | |
21+
* +-----------------------------------------------------------------------+
22+
* | Versões....: |
23+
* | |
24+
* | |
25+
* | |
26+
* +-----------------------------------------------------------------------+
27+
*/
28+
229
namespace App\Procter;
330

431
use App\Layout;

app/Procter/Inventarios.php

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
<?php
2+
/**
3+
* +-----------------------------------------------------------------------+
4+
* | php-edi - Sistema Geração EDI - LAYOUT PROCTER/Inventarios |
5+
* +-----------------------------------------------------------------------+
6+
* | Este arquivo está disponível sob a Licença MIT disponível pela Web |
7+
* | em https://pt.wikipedia.org/wiki/Licen%C3%A7a_MIT |
8+
* | |
9+
* | Coordenação: <[email protected]> |
10+
* | |
11+
* | Programa...: Inventarios.php |
12+
* | |
13+
* | Autor......: Helder <[email protected]> |
14+
* | |
15+
* | Criação....: 26-06-2018 |
16+
* | |
17+
* | Objetivo...: Formatar registros conforme Layout PROCTER/inventarios |
18+
* | |
19+
* | Layout EDI.: |
20+
* | |
21+
* +-----------------------------------------------------------------------+
22+
* | Versões....: |
23+
* | |
24+
* | |
25+
* | |
26+
* +-----------------------------------------------------------------------+
27+
*/
28+
229
namespace App\Procter;
330

431
use App\Layout;

app/Procter/Produtividades.php

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
<?php
2+
/**
3+
* +-----------------------------------------------------------------------+
4+
* | php-edi - Sistema Geração EDI - LAYOUT PROCTER/Produtividades |
5+
* +-----------------------------------------------------------------------+
6+
* | Este arquivo está disponível sob a Licença MIT disponível pela Web |
7+
* | em https://pt.wikipedia.org/wiki/Licen%C3%A7a_MIT |
8+
* | |
9+
* | Coordenação: <[email protected]> |
10+
* | |
11+
* | Programa...: Produtividades.php |
12+
* | |
13+
* | Autor......: Helder <[email protected]> |
14+
* | |
15+
* | Criação....: 26-06-2018 |
16+
* | |
17+
* | Objetivo...: Formatar registros conforme Layout PROCTER/Produtividades|
18+
* | |
19+
* | Layout EDI.: |
20+
* | |
21+
* +-----------------------------------------------------------------------+
22+
* | Versões....: |
23+
* | |
24+
* | |
25+
* | |
26+
* +-----------------------------------------------------------------------+
27+
*/
28+
229
namespace App\Procter;
330

431
use App\Layout;

app/Procter/Vendas.php

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
<?php
2+
/**
3+
* +-----------------------------------------------------------------------+
4+
* | php-edi - Sistema Geração EDI - LAYOUT PROCTER/Vendas |
5+
* +-----------------------------------------------------------------------+
6+
* | Este arquivo está disponível sob a Licença MIT disponível pela Web |
7+
* | em https://pt.wikipedia.org/wiki/Licen%C3%A7a_MIT |
8+
* | |
9+
* | Coordenação: <[email protected]> |
10+
* | |
11+
* | Programa...: Vendas.php |
12+
* | |
13+
* | Autor......: Helder <[email protected]> |
14+
* | |
15+
* | Criação....: 26-06-2018 |
16+
* | |
17+
* | Objetivo...: Formatar registros conforme Layout PROCTER/Vendas |
18+
* | |
19+
* | Layout EDI.: |
20+
* | |
21+
* +-----------------------------------------------------------------------+
22+
* | Versões....: |
23+
* | |
24+
* | |
25+
* | |
26+
* +-----------------------------------------------------------------------+
27+
*/
28+
229
namespace App\Procter;
330

431
use App\Layout;

app/Procter/Vendedores.php

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
<?php
2+
/**
3+
* +-----------------------------------------------------------------------+
4+
* | php-edi - Sistema Geração EDI - LAYOUT PROCTER/Vendedores |
5+
* +-----------------------------------------------------------------------+
6+
* | Este arquivo está disponível sob a Licença MIT disponível pela Web |
7+
* | em https://pt.wikipedia.org/wiki/Licen%C3%A7a_MIT |
8+
* | |
9+
* | Coordenação: <[email protected]> |
10+
* | |
11+
* | Programa...: Vendedores.php |
12+
* | |
13+
* | Autor......: Helder <[email protected]> |
14+
* | |
15+
* | Criação....: 26-06-2018 |
16+
* | |
17+
* | Objetivo...: Formatar registros conforme Layout PROCTER/Vendedores |
18+
* | |
19+
* | Layout EDI.: |
20+
* | |
21+
* +-----------------------------------------------------------------------+
22+
* | Versões....: |
23+
* | |
24+
* | |
25+
* | |
26+
* +-----------------------------------------------------------------------+
27+
*/
28+
229
namespace App\Procter;
330

431
use App\Layout;

0 commit comments

Comments
 (0)