altocompta/unit-test/include/class/data/tax_summary_getrow_sale_p.php
2021-05-17 12:54:21 +02:00

29 lines
597 B
PHP

<?php
$a_result =
array (
0 =>
array (
'jrn_def_name' => 'Vente',
'tva_label' => '21%',
'qs_vat_code' => '1',
'tva_rate' => '0.2100',
'tva_both_side' => '0',
'amount_vat' => '16.8000',
'amount_wovat' => '80.0000',
'amount_sided' => '0.0000',
'tva_type' => 'O',
),
1 =>
array (
'jrn_def_name' => 'Vente',
'tva_label' => 'VOIT',
'qs_vat_code' => '1003',
'tva_rate' => '0.2100',
'tva_both_side' => '0',
'amount_vat' => '10.7500',
'amount_wovat' => '51.2000',
'amount_sided' => '0.0000',
'tva_type' => 'O',
),
)
;