mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-24 12:51:05 +01:00
17 lines
274 B
PHP
17 lines
274 B
PHP
<?php
|
|
|
|
$settings = [
|
|
'id_tipo' => 2,
|
|
'id_segment' => 1,
|
|
'id_pagamento' => 113,
|
|
'iva' => [
|
|
'22.00' => 171,
|
|
'10.00' => 167,
|
|
'5.00' => 164,
|
|
'4.00' => 163,
|
|
'' => 254,
|
|
'0.00' => 254,
|
|
],
|
|
'id_conto' => 94,
|
|
];
|