Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
4abaf7de
Commit
4abaf7de
authored
15 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: no accent
parent
92421068
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/chargesociales.class.php
+11
-11
11 additions, 11 deletions
htdocs/chargesociales.class.php
htdocs/commonobject.class.php
+4
-4
4 additions, 4 deletions
htdocs/commonobject.class.php
with
15 additions
and
15 deletions
htdocs/chargesociales.class.php
+
11
−
11
View file @
4abaf7de
...
...
@@ -29,7 +29,7 @@ require_once(DOL_DOCUMENT_ROOT."/commonobject.class.php");
/** \class ChargeSociales
\brief Classe permettant la gestion des paiements des charges
La tva collect
�
e n'est calcul
�
e que sur les factures pay
�
es.
La tva collect
e
e n'est calcul
e
e que sur les factures pay
e
es.
*/
class
ChargeSociales
extends
CommonObject
{
...
...
@@ -148,7 +148,7 @@ class ChargeSociales extends CommonObject
/**
* \brief Efface un charge sociale
* \param user Utilisateur qui cr
�
e le paiement
* \param user Utilisateur qui cr
e
e le paiement
* \return int <0 si erreur, >0 si ok
*/
function
delete
(
$user
)
...
...
@@ -228,7 +228,7 @@ class ChargeSociales extends CommonObject
}
/**
* \brief Tag la charge comme pay
�
e compl
�
tement
* \brief Tag la charge comme pay
e
e compl
e
tement
* \param rowid id de la ligne a modifier
*/
function
set_payed
(
$rowid
)
...
...
@@ -238,8 +238,8 @@ class ChargeSociales extends CommonObject
}
/**
* \brief Retourne le libell
�
du statut d'une charge (impay
�
, pay
�
e)
* \param mode 0=libell
�
long, 1=libell
�
court, 2=Picto + Libell
�
court, 3=Picto, 4=Picto + Libell
�
long
* \brief Retourne le libell
e
du statut d'une charge (impay
e
, pay
e
e)
* \param mode 0=libell
e
long, 1=libell
e
court, 2=Picto + Libell
e
court, 3=Picto, 4=Picto + Libell
e
long
* \return string Libelle
*/
function
getLibStatut
(
$mode
=
0
)
...
...
@@ -248,10 +248,10 @@ class ChargeSociales extends CommonObject
}
/**
* \brief Renvoi le libell
�
d'un statut donn
�
* \brief Renvoi le libell
e
d'un statut donn
e
* \param statut Id statut
* \param mode 0=libell
�
long, 1=libell
�
court, 2=Picto + Libell
�
court, 3=Picto, 4=Picto + Libell
�
long, 5=Libell
�
court + Picto
* \return string Libell
�
du statut
* \param mode 0=libell
e
long, 1=libell
e
court, 2=Picto + Libell
e
court, 3=Picto, 4=Picto + Libell
e
long, 5=Libell
e
court + Picto
* \return string Libell
e
du statut
*/
function
LibStatut
(
$statut
,
$mode
=
0
)
{
...
...
@@ -367,8 +367,8 @@ class PaiementCharge
/**
* \brief Creation d'un paiement de charge sociale dans la base
* \param user Utilisateur qui cr
�
e le paiement
* \return int <0 si KO, id du paiement cr
�
e si OK
* \param user Utilisateur qui cr
e
e le paiement
* \return int <0 si KO, id du paiement cr
e
e si OK
*/
function
create
(
$user
)
{
...
...
@@ -430,7 +430,7 @@ class PaiementCharge
}
/**
* \brief Mise a jour du lien entre le paiement de charge et la ligne dans llx_bank g
�n�r�
e
* \brief Mise a jour du lien entre le paiement de charge et la ligne dans llx_bank g
enere
e
* \param id_bank Id de la banque
* \return int >0 si OK, <=0 si KO
*/
...
...
This diff is collapsed.
Click to expand it.
htdocs/commonobject.class.php
+
4
−
4
View file @
4abaf7de
...
...
@@ -27,7 +27,7 @@
/**
\class CommonObject
\brief Classe mere pour h
�
ritage des classes metiers
\brief Classe mere pour h
e
ritage des classes metiers
*/
class
CommonObject
...
...
@@ -115,7 +115,7 @@ class CommonObject
/**
* \brief Mise a jour du statut d'un contact
* \param rowid La reference du lien contact-entit
�
* \param rowid La reference du lien contact-entit
e
* \param statut Le nouveau statut
* \param type_contact_id Description du type de contact
* \return int <0 si erreur, =0 si ok
...
...
@@ -290,7 +290,7 @@ class CommonObject
}
/**
* \brief Retourne id des contacts d'une source et d'un type actif donn
�
* \brief Retourne id des contacts d'une source et d'un type actif donn
e
* Exemple: contact client de facturation ('external', 'BILLING')
* Exemple: contact client de livraison ('external', 'SHIPPING')
* Exemple: contact interne suivi paiement ('internal', 'SALESREPFOLL')
...
...
@@ -538,7 +538,7 @@ class CommonObject
/**
* \brief Stocke un num
�
ro de rang pour toutes les lignes de
* \brief Stocke un num
e
ro de rang pour toutes les lignes de
* detail d'une facture qui n'en ont pas.
*/
function
line_order
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment