Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lionel VEST
societe.ninja
Commits
2590cea1
Commit
2590cea1
authored
Apr 27, 2021
by
Lionel VEST
Browse files
Effectif salarié
parent
aad2e310
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sirene.php
sirene.php
+1
-0
No files found.
sirene.php
View file @
2590cea1
...
...
@@ -131,6 +131,7 @@ if ($json_etablissements->header->nombre)
$unitelegale
[
'Immatriculation'
]
=
date
(
'd/m/Y'
,
strtotime
(
$json_unitelegale
->
uniteLegale
->
dateCreationUniteLegale
));
$unitelegale
[
'Code NAF'
]
=
$json_unitelegale
->
uniteLegale
->
periodesUniteLegale
[
0
]
->
activitePrincipaleUniteLegale
;
$unitelegale
[
'Activité'
]
=
$naf
[
$json_unitelegale
->
uniteLegale
->
periodesUniteLegale
[
0
]
->
activitePrincipaleUniteLegale
];
$unitelegale
[
'Effectif salarié'
]
=
$effectif_salarie
[
$json_unitelegale
->
uniteLegale
->
trancheEffectifsUniteLegale
];
$unitelegale
[
'TVA Intracommunautaire'
]
=
'FR'
.
(
12
+
3
*
(
$json_unitelegale
->
uniteLegale
->
siren
%
97
)
%
97
)
.
$json_unitelegale
->
uniteLegale
->
siren
;
for
(
$x
=
(
$json_unitelegale
->
uniteLegale
->
nombrePeriodesUniteLegale
-
1
);
$x
>=
1
;
$x
--
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment