17/08/23 - 17h
parent
fd627df4c0
commit
8225272a9e
|
@ -1553,6 +1553,7 @@ function Abonnement(props) {
|
|||
|
||||
{String(testval) === String("false") && <div className="koUpdateData"> Impossible de modifier les informations </div>}
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
|
|
@ -1826,6 +1826,7 @@ const AddClassManual = (props) => {
|
|||
|
||||
</div>
|
||||
|
||||
|
||||
<Box
|
||||
component="form"
|
||||
sx={{
|
||||
|
|
|
@ -1470,6 +1470,7 @@ function CheckOut(props) {
|
|||
{String(addfacturationinfo_api) === String("false") || String(addfacturationinfo_response) === String("0") &&
|
||||
<div className="koUpdateData"> Impossible de modifier les informations de facturation </div>}
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
@ -1793,6 +1794,7 @@ function CheckOut(props) {
|
|||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
@ -1865,6 +1867,7 @@ function CheckOut(props) {
|
|||
<div className="titre1" onClick={menu_sepa}> Prélèvement par virement SEPA</div>
|
||||
|
||||
{String(menumodepayement) === String("sepa") && <div>
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
@ -1951,6 +1954,7 @@ function CheckOut(props) {
|
|||
<img src={img_paypal} className="img_payment_chekout" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
@ -2023,6 +2027,7 @@ function CheckOut(props) {
|
|||
<div className="titre1" onClick={menu_sepa}> Prélèvement par virement SEPA</div>
|
||||
|
||||
{String(menumodepayement) === String("sepa") && <div>
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
|
|
@ -3756,8 +3756,6 @@ const DisplayPartnerSession = (props) => {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
{<div className="div_row" style={{ "border": "None", "color": "orange", "textAlign": "center" }}>
|
||||
|
||||
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
@ -3783,6 +3781,7 @@ const DisplayPartnerSession = (props) => {
|
|||
<div style={{ "border": "None" }}>
|
||||
|
||||
<div style={{ height: 500, width: '100%', paddingRight: '1px' }}>
|
||||
|
||||
<Box
|
||||
sx={{
|
||||
height: 500,
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -107,7 +107,7 @@ const DistplayPartnerTraningsPage = (props) => {
|
|||
})
|
||||
.then((data) => data.json())
|
||||
.then((data) => {
|
||||
//console.log('GetAllClass_WOfilter : Success:', data['message'], "data['status'] = ", data['status']);
|
||||
console.log('GetAllClass_WOfilter : Success:', data['message'], "data['status'] = ", data['status']);
|
||||
setTableData(data['message']);
|
||||
setRows(data['message']);
|
||||
|
||||
|
@ -165,7 +165,7 @@ const DistplayPartnerTraningsPage = (props) => {
|
|||
})
|
||||
.then((data) => data.json())
|
||||
.then((data) => {
|
||||
//console.log('Success:', data['message'], "data['status'] = ", data['status']);
|
||||
console.log('Success:', data['message'], "data['status'] = ", data['status']);
|
||||
setTableData(data['message']);
|
||||
setRows(data['message']);
|
||||
if (String(data['status']) === String("false")) {
|
||||
|
@ -1149,16 +1149,23 @@ const DistplayPartnerTraningsPage = (props) => {
|
|||
|
||||
</div>}
|
||||
|
||||
|
||||
|
||||
<div className="div_row"> </div>
|
||||
|
||||
<div style={{ height: "850 px", "width": "100%" }}>
|
||||
|
||||
{String(myApiResponse) === "False" && <div className='koUpdateData'>
|
||||
Impossible de traiter la demande
|
||||
</div>}
|
||||
{String(myApiResponse) === "True" &&
|
||||
<div style={{ height: 800, width: '100%', paddingRight: '1px' }}>
|
||||
|
||||
|
||||
{String(myApiResponse) === "True" && <div style={{ height: "800px", width: '100%', paddingRight: '1px' }}>
|
||||
|
||||
|
||||
<Box
|
||||
sx={{
|
||||
height: 700,
|
||||
height: "700px",
|
||||
width: '100%',
|
||||
paddingRight: '2px',
|
||||
'& .cell--published': {
|
||||
|
|
|
@ -662,6 +662,7 @@ function Inscription_Information(props) {
|
|||
String(action).toLocaleLowerCase() === "inscription" &&
|
||||
String(AnnulerFction_status) !== "1" && <div>
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
{String(RecordData_status) === "false" && <div className="koUpdateData">
|
||||
{RecordData_message}
|
||||
|
@ -715,8 +716,9 @@ function Inscription_Information(props) {
|
|||
|
||||
</Box>
|
||||
|
||||
{mysession && <Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
{mysession &&
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
required
|
||||
label="Nom"
|
||||
|
@ -802,6 +804,7 @@ function Inscription_Information(props) {
|
|||
<div style={{ "width": "10%" }}> </div>
|
||||
<div className="titre1_aide_finance"> Nous vous aidons à financer la formation</div>
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
<div className="select-container" style={{ "marginBottom": "1rem" }}>
|
||||
<div className="field_gauche">
|
||||
|
@ -820,7 +823,9 @@ function Inscription_Information(props) {
|
|||
</Box>
|
||||
<div style={{ "width": "100%" }}> </div>
|
||||
{monfinancement && String(monfinancement) !== "perso" &&
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<div className="select-container">
|
||||
<div className="field_gauche">
|
||||
Choisir votre centre de rattachement
|
||||
|
|
|
@ -712,9 +712,9 @@ const Partner = (props) => {
|
|||
{String(menu) === "mes_sessions" && <div className="sousmenu_selected" onClick={DiplaySessionList} ><FcFlowChart className="icone_menu" /> MES SESSIONS</div>}
|
||||
<hr className="my_hr" />
|
||||
|
||||
{/*{String(menu) !== "mes_stagiaires" && <div className="sousmenu" onClick={DiplayStagiaireList} > <FcReading className="icone_menu" /> MES STAGIAIRES </div>}
|
||||
{String(menu) !== "mes_stagiaires" && <div className="sousmenu" onClick={DiplayStagiaireList} > <FcReading className="icone_menu" /> MES STAGIAIRES </div>}
|
||||
{String(menu) === "mes_stagiaires" && <div className="sousmenu_selected" onClick={DiplayStagiaireList} ><FcReading className="icone_menu" /> MES STAGIAIRES</div>}
|
||||
<hr className="my_hr" /> */}
|
||||
<hr className="my_hr" />
|
||||
|
||||
{String(menu) !== "abonnement" && <div className="sousmenu" onClick={Abonnement_func} > <FcKey className="icone_menu" /> ABONNEMENT </div>}
|
||||
{String(menu) === "abonnement" && <div className="sousmenu_selected" onClick={Abonnement_func} > <FcKey className="icone_menu" /> ABONNEMENT </div>}
|
||||
|
@ -743,7 +743,7 @@ const Partner = (props) => {
|
|||
{String(menu) === "mes_clients" && <div className="sousmenu_selected" onClick={mes_clients_func}> <FcBusinesswoman className="icone_menu" /> MES CLIENTS</div>}
|
||||
</div>
|
||||
|
||||
{/*<div>
|
||||
<div>
|
||||
<hr className="my_hr" />
|
||||
{String(menu) !== "mes_devis" && <div className="sousmenu" onClick={"mes_devis_func"}> <FcCandleSticks className="icone_menu" /> MES DEVIS</div>}
|
||||
{String(menu) === "mes_devis" && <div className="sousmenu_selected" onClick={"mes_devis_func"}> <FcCandleSticks className="icone_menu" /> MES DEVIS</div>}
|
||||
|
@ -759,7 +759,7 @@ const Partner = (props) => {
|
|||
<hr className="my_hr" />
|
||||
{String(menu) !== "mes_facture" && <div className="sousmenu" onClick={"mes_cmd_func"}> <FcKindle className="icone_menu" /> MES FACTURES</div>}
|
||||
{String(menu) === "mes_facture" && <div className="sousmenu_selected" onClick={"mes_cmd_func"}> <FcCollect FcKindle="icone_menu" /> MES FACTURES</div>}
|
||||
</div>*/}
|
||||
</div>
|
||||
|
||||
|
||||
<div class="separator"> Espace E-Learning </div>
|
||||
|
|
|
@ -310,7 +310,7 @@ const Partner_Client = (props) => {
|
|||
<div className="titre1"> Liste des clients</div>
|
||||
|
||||
<div className="div_row">
|
||||
<div style={{ height: 500, width: '100%' }}>
|
||||
<div style={{ height: "500px", width: '100%' }}>
|
||||
<div className="div_row">
|
||||
|
||||
<Button variant="outlined" onClick={submenu_import_part_client_mass} className="detail_class_submenu bton_add_menuclient" style={{
|
||||
|
@ -345,9 +345,10 @@ const Partner_Client = (props) => {
|
|||
/>
|
||||
|
||||
</div>
|
||||
|
||||
<Box
|
||||
sx={{
|
||||
height: 500,
|
||||
height: "500px",
|
||||
width: '100%',
|
||||
paddingRight: '1px',
|
||||
'& .cell--presentiel': {
|
||||
|
|
|
@ -292,6 +292,7 @@ function Partner_Invoicing_Data(props) {
|
|||
|
||||
{String(RecordData_api) === String("false") && <div className="koUpdateData"> Impossible de modifier les informations </div>}
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
|
|
@ -632,6 +632,7 @@ const Partner_Securite_Data = (props) => {
|
|||
La mise à jour été faite
|
||||
</div>
|
||||
}
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 } }}>
|
||||
|
||||
{/*<FormControl sx={{ m: 1, width: '90%' }} size="small" className="texte_area_passwd">
|
||||
|
@ -962,6 +963,7 @@ const Partner_Securite_Data = (props) => {
|
|||
}
|
||||
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 } }} >
|
||||
|
||||
{/*<FormControl sx={{ m: 1, width: '90%' }} variant="standard" size="small" className="texte_area_passwd">
|
||||
|
|
|
@ -280,6 +280,7 @@ function PaymentMethode(props) {
|
|||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
@ -356,6 +357,7 @@ function PaymentMethode(props) {
|
|||
<div className="titre1" onClick={menu_sepa}> Prélèvement par virement SEPA</div>
|
||||
|
||||
{String(menu) === String("sepa") && <div>
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
@ -405,6 +407,7 @@ function PaymentMethode(props) {
|
|||
|
||||
Pour confirmer le changement, veuillez entrer votre mot de passe et votre clé sécrete <br />
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<FormControl sx={{ m: 1, width: '45%' }} variant="standard" size="small" className="texte_area_passwd">
|
||||
|
|
|
@ -268,6 +268,7 @@ function PaymentMethodeNoConnect(props) {
|
|||
|
||||
</div>
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
@ -334,6 +335,7 @@ function PaymentMethodeNoConnect(props) {
|
|||
|
||||
Pour confirmer le changement, veuillez entrer votre mot de passe et votre clé sécrete <br />
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<FormControl sx={{ m: 1, width: '100%' }} variant="standard" size="small" className="texte_area_passwd carte_cle_pass">
|
||||
|
|
|
@ -247,6 +247,7 @@ function PaymentMethodeNoConnect(props) {
|
|||
|
||||
</div>
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
@ -315,6 +316,7 @@ function PaymentMethodeNoConnect(props) {
|
|||
<div className="titre1" onClick={menu_sepa}> Prélèvement par virement SEPA</div>
|
||||
|
||||
{String(menu) === String("sepa") && <div>
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
|
|
@ -828,6 +828,7 @@ function Pricing() {
|
|||
|
||||
{String(iseditclientprice) === "1" && <div>
|
||||
Modification du prix
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }} onChange={DataUpdated_exist_price}>
|
||||
|
||||
<TextField
|
||||
|
@ -950,6 +951,7 @@ function Pricing() {
|
|||
|
||||
{String(isaddprice) === "1" && <div>
|
||||
Creation d'un nouveau prix client
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }} onChange={DataUpdated}>
|
||||
|
||||
<div className="div_row">
|
||||
|
|
|
@ -241,6 +241,7 @@ function ResetUserPwd() {
|
|||
</div>
|
||||
<nav className="title"> Reinitialisation du mot de passe </nav>
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 } }}>
|
||||
|
||||
|
||||
|
|
|
@ -628,6 +628,7 @@ function SignUp() {
|
|||
{String(menucompte) === String("partner") && <div style={{ "textAlign": "left" }}>
|
||||
<div className="titre1"> Contact Principal </div>
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
|
||||
|
|
|
@ -670,6 +670,7 @@ Cette fonction recuperer les stats des TOP 5 formations sur la periode saisie pa
|
|||
|
||||
<div className="div_mobile">
|
||||
|
||||
|
||||
<Box
|
||||
sx={{
|
||||
height: 300,
|
||||
|
@ -763,6 +764,7 @@ Cette fonction recuperer les stats des TOP 5 formations sur la periode saisie pa
|
|||
|
||||
|
||||
<div style={{ height: 500, width: '100%' }}>
|
||||
|
||||
<Box sx={{
|
||||
height: 300,
|
||||
width: '100%',
|
||||
|
|
|
@ -1620,6 +1620,7 @@ function UpdateParnterInfo() {
|
|||
}
|
||||
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }} onChange={DataUpdated}>
|
||||
|
||||
<TextField
|
||||
|
@ -2180,6 +2181,7 @@ function UpdateParnterInfo() {
|
|||
La mise à jour été faite
|
||||
</div>
|
||||
}
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 } }}>
|
||||
|
||||
<FormControl sx={{ m: 1, width: '90%' }} variant="standard" size="small" className="texte_area_passwd">
|
||||
|
|
|
@ -270,6 +270,7 @@ function UpdateUserGoals(props) {
|
|||
{String(recorddata_api) === String("false") && <div className="koUpdateData"> {recorddata_api_message} </div>}
|
||||
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}
|
||||
onChange={updateBox} >
|
||||
|
||||
|
|
|
@ -515,6 +515,7 @@ function UpdateUserInfo() {
|
|||
}
|
||||
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
@ -723,6 +724,7 @@ function UpdateUserInfo() {
|
|||
La mise à jour été faite
|
||||
</div>
|
||||
}
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 } }}>
|
||||
|
||||
<FormControl sx={{ m: 1, width: '90%' }} variant="standard" size="small" className="texte_area_passwd">
|
||||
|
|
|
@ -216,6 +216,7 @@ function UpdateUserProfil(props) {
|
|||
|
||||
{String(recorddata_api) === String("false") && <div className="koUpdateData"> {recorddata_api_message} </div>}
|
||||
|
||||
|
||||
<Box
|
||||
component="form"
|
||||
sx={{
|
||||
|
|
|
@ -245,6 +245,7 @@ function UpgradeToPro() {
|
|||
|
||||
|
||||
|
||||
|
||||
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
|
||||
|
||||
<TextField
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -71,6 +71,6 @@
|
|||
@import "./components/partnerinvoicingdata";
|
||||
@import "./components/displaypartnersession";
|
||||
@import "./components/partner_client_securite_data";
|
||||
|
||||
@import "./components/displaypartnerstagiaire";
|
||||
@import "./components/global_mysy_css";
|
||||
|
||||
|
|
Loading…
Reference in New Issue