From edd0a4fc4861179ac36f03a6040604ff76304dd2 Mon Sep 17 00:00:00 2001 From: JHipster Bot Date: Fri, 17 Nov 2023 14:59:51 +0000 Subject: [PATCH 1/2] Add JDL Model `GestionDeFactureFront` See https://start.jhipster.tech/jdl-studio/#!/view/fbbd47a1-cc10-49c8-8743-c14cd2006b1e --- gestiondefacturefront.jh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 gestiondefacturefront.jh diff --git a/gestiondefacturefront.jh b/gestiondefacturefront.jh new file mode 100644 index 0000000..aee66e0 --- /dev/null +++ b/gestiondefacturefront.jh @@ -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 From 10eb17191d056bad6d9ff81dbe6fd7a1ad582c19 Mon Sep 17 00:00:00 2001 From: JHipster Bot Date: Fri, 17 Nov 2023 14:59:58 +0000 Subject: [PATCH 2/2] Generate entities from JDL Model `GestionDeFactureFront` See https://start.jhipster.tech/jdl-studio/#!/view/fbbd47a1-cc10-49c8-8743-c14cd2006b1e