Import initial du projet prestation

This commit is contained in:
KANE LAZENI
2025-12-01 18:54:33 +00:00
commit b6408839bb
5340 changed files with 1483298 additions and 0 deletions

50
Js/boutdecode.js Normal file
View File

@@ -0,0 +1,50 @@
codeLangue = $("#codeLangue").val();
if(codeLangue=="en_US")
{
swal({
title: v_msgEng,
text: "",
icon: 'warning',
buttons: true,
dangerMode: true,
buttons: {
cancel: "No",
confirm: "Yes",
}
}).then(function(isConfirm) {
if (isConfirm)
{
}
else
{
return;
}
});
}
else
{
swal({
title: v_msg,
text: "",
icon: 'warning',
buttons: true,
dangerMode: true,
buttons: {
cancel: "Non",
confirm: "Oui",
}
}).then(function(isConfirm) {
if (isConfirm)
{
}
else
{
return;
}
});
}

35
Js/datepicker-eng.js Normal file
View File

@@ -0,0 +1,35 @@
( function( factory ) {
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define( [ "../widgets/datepicker" ], factory );
} else {
// Browser globals
factory( jQuery.datepicker );
}
}( function( datepicker ) {
datepicker.regional.eng = {
closeText: "Close",
prevText: "Previous",
nextText: "Next",
currentText: "Today'hui",
monthNames: [ "January", "February", "March", "April", "May", "June",
"July", "August", "September", "October", "November", "December" ],
monthNamesShort: [ "jan.", "febr.", "march", "April.", "mai", "June",
"July.", "August", "sept.", "oct.", "nov.", "dec." ],
dayNames: [ "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "Saturday" ],
dayNamesShort: [ "sun.", "mon.", "tues.", "wed.", "thur", "fri.", "Sat." ],
dayNamesMin: [ "S","M","T","W","T","F","S" ],
weekHeader: "Week",
dateFormat: "dd/mm/yy",
firstDay: 0,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: "" };
datepicker.setDefaults( datepicker.regional.eng );
return datepicker.regional.eng;
} ) );

39
Js/datepicker-fr.js Normal file
View File

@@ -0,0 +1,39 @@
/* French initialisation for the jQuery UI date picker plugin. */
/* Written by Keith Wood (kbwood{at}iinet.com.au),
St<53>phane Nahmani (sholby@sholby.net),
St<53>phane Raimbault <stephane.raimbault@gmail.com> */
( function( factory ) {
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define( [ "../widgets/datepicker" ], factory );
} else {
// Browser globals
factory( jQuery.datepicker );
}
}( function( datepicker ) {
datepicker.regional.fr = {
closeText: "Fermer",
prevText: "Precedent",
nextText: "Suivant",
currentText: "Aujourd'hui",
monthNames: [ "janvier", "fevrier", "mars", "avril", "mai", "juin",
"juillet", "aout", "septembre", "octobre", "novembre", "decembre" ],
monthNamesShort: [ "janv.", "fevr.", "mars", "avr.", "mai", "juin",
"juil.", "aout", "sept.", "oct.", "nov.", "dec." ],
dayNames: [ "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi" ],
dayNamesShort: [ "dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam." ],
dayNamesMin: [ "D","L","M","M","J","V","S" ],
weekHeader: "Sem.",
dateFormat: "dd/mm/yy",
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: "" };
datepicker.setDefaults( datepicker.regional.fr );
return datepicker.regional.fr;
} ) );

28714
Js/fonctions.js Normal file

File diff suppressed because it is too large Load Diff

9
Js/fonctions.min.js vendored Normal file

File diff suppressed because one or more lines are too long

29077
Js/fonctions24072025.js Normal file

File diff suppressed because it is too large Load Diff

28372
Js/fonctions_20082025.js Normal file

File diff suppressed because it is too large Load Diff

36642
Js/fonctions_2025_07_09.js Normal file

File diff suppressed because it is too large Load Diff

29077
Js/fonctions_2027_07_24.js Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

28291
Js/fonctions_copie.js Normal file

File diff suppressed because it is too large Load Diff

28290
Js/fonctions_swal_bug.js Normal file

File diff suppressed because it is too large Load Diff