2017 © Pedro PelĂĄez
 

library dominio-payslip-import

image

convenia/dominio-payslip-import

  • Wednesday, April 25, 2018
  • by edbizarro
  • Repository
  • 3 Watchers
  • 0 Stars
  • 5,020 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 15 Versions
  • 9 % Grown

The README.md

dominio-payslip-import

Latest Stable Version Build Status Codacy Badge StyleCI SensioLabsInsight License, (*1)

Requisitos

  • PHP >= 7.0

Instale usando o composer Composer

composer require convenia/dominio-payslip-import

Uso

<?php 
use Convenia\Dominio\Payslip\Payslip;

$filePath = 'PATH/TO/TXT/FILE';

$payslip = new Payslip;
$payslip->importFromFile($filePath);

$events = $payslip->getEvents();

// Exemplo de retorno

Array
(
    [0] => Array
        (
            [company_code] => 412
            [employee_code] => 50
            [employee_name] => GANDALF THE GREY
            [company_name] => THE LORD OF THE RINGS
            [company_reg] => 22924567000158
            [role] => LEADER OF  THE FELLOWSHIP
            [cost_center] => BR23 SALES QUALIFYING OUT
            [company_department] => 1,000000
            [company_branch] => 1
            [admission_date] => 24/08/2015
            [rubrik_name] => DESCONTO PLANO DE SAÚDE
            [rubrik_code] => 8111
            [reference] => 1,00
            [event_value] => 1,00
            [event_type] => D
            [salary] => 2616,75
            [base_inss] => 2616,75
            [base_irrf] => 2328,91
            [base_fgts] => 2616,75
            [month_fgts] => 209,340000
            [level_irrf] => 7,50

        )

)

Retornar todos os eventos de um Ășnico funcionĂĄrio

ApĂłs importar um arquivo vocĂȘ poderĂĄ retornar todos os eventos encontrados no arquivo com o mĂ©todo getEvents() ou retornar apenas os eventos de um determinado funcionĂĄrio com o mĂ©todo find(), (*2)

<?php 
use Convenia\Dominio\Payslip\Payslip;

$filePath = 'PATH/TO/TXT/FILE';

$payslip = new Payslip;
$payslip->importFromFile($filePath);

$events = $payslip->query()->find(13);

// Exemplo de retorno

Array
(
    [0] => Array
        (
            [company_code] => 412
            [employee_code] => 50
            [employee_name] => GANDALF THE GREY
            [company_name] => THE LORD OF THE RINGS
            [company_reg] => 22924567000158
            [role] => LEADER OF  THE FELLOWSHIP
            [cost_center] => BR23 SALES QUALIFYING OUT
            [company_department] => 1,000000
            [company_branch] => 1
            [admission_date] => 24/08/2015
            [rubrik_name] => DESCONTO PLANO DE SAÚDE
            [rubrik_code] => 8111
            [reference] => 1,00
            [event_value] => 1,00
            [event_type] => D
            [salary] => 2616,75
            [base_inss] => 2616,75
            [base_irrf] => 2328,91
            [base_fgts] => 2616,75
            [month_fgts] => 209,340000
            [level_irrf] => 7,50

        )

    [1] => Array
        (
            [company_code] => 412
            [employee_code] => 50
            [employee_name] => THORIN
            [company_name] => THE LORD OF THE RINGS
            [company_reg] => 22924567000158
            [role] => DWARF
            [cost_center] => BR23 SALES QUALIFYING OUT
            [company_department] => 1,000000
            [company_branch] => 1
            [admission_date] => 24/08/2015
            [rubrik_name] => DESCONTO PLANO DE SAÚDE
            [rubrik_code] => 8111
            [reference] => 1,00
            [event_value] => 1,00
            [event_type] => P
            [salary] => 2616,75
            [base_inss] => 2616,75
            [base_irrf] => 2328,91
            [base_fgts] => 2616,75
            [month_fgts] => 209,340000
            [level_irrf] => 7,50
        )
)

The Versions

25/04 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

18/10 2017

dev-euventura-patch-1

dev-euventura-patch-1

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

17/02 2017

v2.0.8

2.0.8.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

14/02 2017

v2.0.7

2.0.7.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

14/02 2017

v2.0.6

2.0.6.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

14/02 2017

v2.0.5

2.0.5.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

14/02 2017

v2.0.4

2.0.4.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

13/02 2017

v2.0.3

2.0.3.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

13/02 2017

v2.0.2

2.0.2.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

10/02 2017

v2.0.1

2.0.1.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

26/01 2017

v2.0.0

2.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

01/10 2016

dev-develop

dev-develop

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

01/10 2016

v1.1.6

1.1.6.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

30/09 2016

v1.1.5

1.1.5.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio folha de pagamento holerite fechamento de folha contador

02/09 2016

v0.1

0.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia

php dominio holerite