Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
islamAmor committed May 12, 2022
1 parent 8875201 commit 75f4a5d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 26 deletions.
17 changes: 17 additions & 0 deletions src/components/form/AddCollaborateur.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,23 @@ const AddCollaborateur = (props) => {
/>
</div>
</Col>
<Row>
<Col md="12">
<div className="mb-3">
<Label htmlFor="validationCustom04">Password</Label>
<AvField
name="password"
placeholder="password"
type="text"
value={props.data?props.data.code_postale:null}
errorMessage="SVP Entrez votre Code Postal."
className="form-control"
validate={{ required: { value: true } }}
id="validationCustom04"
/>
</div>
</Col>
</Row>
</Row>
<h4 className="card-title" class="d-flex flex-column align-items-center my-2 bg-primary" >CONTRAT</h4>
<Row>
Expand Down
29 changes: 3 additions & 26 deletions src/pages/ExpenseReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ const Expensereport = (props) => {

const data = {
columns: [
{
label: "Matricule",
field: "name",
sort: "asc",
width: 150,
},
{
label: "Demandateur",
field: "position",
Expand All @@ -43,25 +37,13 @@ const Expensereport = (props) => {
},
{
label: "Date demande",
field: "office",
field: "Date demande",
sort: "asc",
width: 200,
},
{
label: "Type de dépense",
field: "age",
sort: "asc",
width: 100,
},
{
label: "Titre",
field: "date",
sort: "asc",
width: 150,
},
{
label: "Ref justification",
field: "salary",
field: "type_de_depense",
sort: "asc",
width: 100,
},
Expand All @@ -71,12 +53,7 @@ const Expensereport = (props) => {
sort: "asc",
width: 100,
},
{
label: "TVA",
field: "salary",
sort: "asc",
width: 100,
},

{
label: "Client",
field: "salary",
Expand Down

0 comments on commit 75f4a5d

Please sign in to comment.