Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions gestiondefacturefront.jh
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/**
* The Efacture entity.
*/
entity Efacture {
cin String
nometprenom String
ncliMobile String
ndMobile String
ncliFixe String
ndFixe String
ncliAdsl String
ndAdsl String
matricule String
}


// Set pagination options
//paginate Efacture, Employee with infinite-scroll
paginate Efacture with pagination

// Use Data Transfer Objects (DTO)
// dto * with mapstruct

// Set service options to all except few
service all with serviceImpl except Employee, Job

// Set an angular suffix
// angularSuffix * with mySuffix