Compare commits
8 Commits
main
...
Rama-Ricar
Author | SHA1 | Date | |
---|---|---|---|
49dc6421f5 | |||
dd95b70c66 | |||
7d6955a5c3 | |||
4eebdf6f01 | |||
59c7b2af85 | |||
a393c82649 | |||
aa041b3358 | |||
93e42baa52 |
@ -1,14 +0,0 @@
|
|||||||
name: PR Builder
|
|
||||||
run-name: ${{ gitea.actor }} building PR
|
|
||||||
on: [pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
Build-PR:
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
steps:
|
|
||||||
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event on branch ${{ gitea.head_ref }} and ref is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
|
||||||
- name: Build PR
|
|
||||||
if: gitea.base_ref == 'main'
|
|
||||||
run: |
|
|
||||||
git clone --single-branch --branch "${{ gitea.head_ref }}" https://git.primefactorsolutions.com/PFS/pfs-intra.git && cd pfs-intra && ./mvnw clean package -Pproduction
|
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
|
@ -1,16 +0,0 @@
|
|||||||
name: Builder
|
|
||||||
run-name: ${{ gitea.actor }} building
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
Build-Project:
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
steps:
|
|
||||||
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event on branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
|
||||||
- name: Build package
|
|
||||||
run: |
|
|
||||||
git clone --single-branch --branch main https://git.primefactorsolutions.com/PFS/pfs-intra.git && cd pfs-intra && ./mvnw clean package -Pproduction && unlink /home/ubuntu/pfs-intra/app.jar && cp target/*.jar /home/ubuntu/pfs-intra/app.jar && sudo systemctl restart pfs-intra
|
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,4 +19,3 @@ drivers/
|
|||||||
# Error screenshots generated by TestBench for failed integration tests
|
# Error screenshots generated by TestBench for failed integration tests
|
||||||
error-screenshots/
|
error-screenshots/
|
||||||
webpack.generated.js
|
webpack.generated.js
|
||||||
*.env
|
|
||||||
|
2492
package-lock.json
generated
2492
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
50
package.json
50
package.json
@ -5,23 +5,21 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@f0rce/ace-widget": "1.0.2",
|
"@f0rce/ace-widget": "1.0.2",
|
||||||
"@polymer/polymer": "3.5.1",
|
"@polymer/polymer": "3.5.1",
|
||||||
"@vaadin-component-factory/vcf-pdf-viewer": "2.0.1",
|
"@vaadin/bundles": "24.4.2",
|
||||||
"@vaadin/bundles": "24.5.1",
|
|
||||||
"@vaadin/common-frontend": "0.0.19",
|
"@vaadin/common-frontend": "0.0.19",
|
||||||
"@vaadin/polymer-legacy-adapter": "24.5.1",
|
"@vaadin/polymer-legacy-adapter": "24.4.2",
|
||||||
"@vaadin/react-components": "24.5.1",
|
"@vaadin/react-components": "24.4.2",
|
||||||
"@vaadin/react-components-pro": "24.5.1",
|
"@vaadin/react-components-pro": "24.4.2",
|
||||||
"@vaadin/router": "2.0.0",
|
"@vaadin/router": "1.7.5",
|
||||||
"@vaadin/vaadin-development-mode-detector": "2.0.7",
|
"@vaadin/vaadin-development-mode-detector": "2.0.7",
|
||||||
"@vaadin/vaadin-lumo-styles": "24.5.1",
|
"@vaadin/vaadin-lumo-styles": "24.4.2",
|
||||||
"@vaadin/vaadin-material-styles": "24.5.1",
|
"@vaadin/vaadin-material-styles": "24.4.2",
|
||||||
"@vaadin/vaadin-themable-mixin": "24.5.1",
|
"@vaadin/vaadin-themable-mixin": "24.4.2",
|
||||||
"@vaadin/vaadin-usage-statistics": "2.1.3",
|
"@vaadin/vaadin-usage-statistics": "2.1.2",
|
||||||
"construct-style-sheets-polyfill": "3.1.0",
|
"construct-style-sheets-polyfill": "3.1.0",
|
||||||
"date-fns": "2.29.3",
|
"date-fns": "2.29.3",
|
||||||
"lit": "3.1.4",
|
"lit": "3.1.4",
|
||||||
"print-js": "1.6.0",
|
"proj4": "2.11.0",
|
||||||
"proj4": "2.12.1",
|
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-router-dom": "6.23.1"
|
"react-router-dom": "6.23.1"
|
||||||
@ -50,23 +48,21 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@f0rce/ace-widget": "1.0.2",
|
"@f0rce/ace-widget": "1.0.2",
|
||||||
"@polymer/polymer": "3.5.1",
|
"@polymer/polymer": "3.5.1",
|
||||||
"@vaadin-component-factory/vcf-pdf-viewer": "2.0.1",
|
"@vaadin/bundles": "24.4.2",
|
||||||
"@vaadin/bundles": "24.5.1",
|
|
||||||
"@vaadin/common-frontend": "0.0.19",
|
"@vaadin/common-frontend": "0.0.19",
|
||||||
"@vaadin/polymer-legacy-adapter": "24.5.1",
|
"@vaadin/polymer-legacy-adapter": "24.4.2",
|
||||||
"@vaadin/react-components": "24.5.1",
|
"@vaadin/react-components": "24.4.2",
|
||||||
"@vaadin/react-components-pro": "24.5.1",
|
"@vaadin/react-components-pro": "24.4.2",
|
||||||
"@vaadin/router": "2.0.0",
|
"@vaadin/router": "1.7.5",
|
||||||
"@vaadin/vaadin-development-mode-detector": "2.0.7",
|
"@vaadin/vaadin-development-mode-detector": "2.0.7",
|
||||||
"@vaadin/vaadin-lumo-styles": "24.5.1",
|
"@vaadin/vaadin-lumo-styles": "24.4.2",
|
||||||
"@vaadin/vaadin-material-styles": "24.5.1",
|
"@vaadin/vaadin-material-styles": "24.4.2",
|
||||||
"@vaadin/vaadin-themable-mixin": "24.5.1",
|
"@vaadin/vaadin-themable-mixin": "24.4.2",
|
||||||
"@vaadin/vaadin-usage-statistics": "2.1.3",
|
"@vaadin/vaadin-usage-statistics": "2.1.2",
|
||||||
"construct-style-sheets-polyfill": "3.1.0",
|
"construct-style-sheets-polyfill": "3.1.0",
|
||||||
"date-fns": "2.29.3",
|
"date-fns": "2.29.3",
|
||||||
"lit": "3.1.4",
|
"lit": "3.1.4",
|
||||||
"print-js": "1.6.0",
|
"proj4": "2.11.0",
|
||||||
"proj4": "2.12.1",
|
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-router-dom": "6.23.1"
|
"react-router-dom": "6.23.1"
|
||||||
@ -91,7 +87,7 @@
|
|||||||
"workbox-core": "7.1.0",
|
"workbox-core": "7.1.0",
|
||||||
"workbox-precaching": "7.1.0"
|
"workbox-precaching": "7.1.0"
|
||||||
},
|
},
|
||||||
"hash": "1a0f17d48b329307b5862bc57499307d1b89f7d89260121c2b7189f76957c436"
|
"hash": "ff8035f5a0dd319a5c705d9cea5b3e1d6c1a0bb871c35af8dd8e4ede5c65fe76"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"@vaadin/bundles": "$@vaadin/bundles",
|
"@vaadin/bundles": "$@vaadin/bundles",
|
||||||
@ -113,8 +109,6 @@
|
|||||||
"@vaadin/vaadin-themable-mixin": "$@vaadin/vaadin-themable-mixin",
|
"@vaadin/vaadin-themable-mixin": "$@vaadin/vaadin-themable-mixin",
|
||||||
"@vaadin/vaadin-lumo-styles": "$@vaadin/vaadin-lumo-styles",
|
"@vaadin/vaadin-lumo-styles": "$@vaadin/vaadin-lumo-styles",
|
||||||
"@vaadin/vaadin-material-styles": "$@vaadin/vaadin-material-styles",
|
"@vaadin/vaadin-material-styles": "$@vaadin/vaadin-material-styles",
|
||||||
"@f0rce/ace-widget": "$@f0rce/ace-widget",
|
"@f0rce/ace-widget": "$@f0rce/ace-widget"
|
||||||
"print-js": "$print-js",
|
|
||||||
"@vaadin-component-factory/vcf-pdf-viewer": "$@vaadin-component-factory/vcf-pdf-viewer"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
78
pom.xml
78
pom.xml
@ -11,8 +11,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>21</java.version>
|
<java.version>21</java.version>
|
||||||
<vaadin.version>24.5.1</vaadin.version>
|
<vaadin.version>24.4.6</vaadin.version>
|
||||||
<vaadin-maven-plugin.version>24.4.6</vaadin-maven-plugin.version>
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@ -101,10 +100,6 @@
|
|||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-validation</artifactId>
|
<artifactId>spring-boot-starter-validation</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-data-ldap</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-devtools</artifactId>
|
<artifactId>spring-boot-devtools</artifactId>
|
||||||
@ -120,15 +115,6 @@
|
|||||||
<artifactId>commons-beanutils</artifactId>
|
<artifactId>commons-beanutils</artifactId>
|
||||||
<version>1.9.4</version>
|
<version>1.9.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>commons-io</groupId>
|
|
||||||
<artifactId>commons-io</artifactId>
|
|
||||||
<version>2.17.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
|
||||||
<artifactId>jackson-core</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>mockito-core</artifactId>
|
<artifactId>mockito-core</artifactId>
|
||||||
@ -191,16 +177,6 @@
|
|||||||
<artifactId>viritin</artifactId>
|
<artifactId>viritin</artifactId>
|
||||||
<version>2.8.22</version>
|
<version>2.8.22</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.poi</groupId>
|
|
||||||
<artifactId>poi-ooxml</artifactId>
|
|
||||||
<version>5.2.3</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.poi</groupId>
|
|
||||||
<artifactId>poi-ooxml-schemas</artifactId>
|
|
||||||
<version>4.1.2</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.flowingcode.addons</groupId>
|
<groupId>com.flowingcode.addons</groupId>
|
||||||
<artifactId>simple-timer</artifactId>
|
<artifactId>simple-timer</artifactId>
|
||||||
@ -245,64 +221,16 @@
|
|||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
<version>3.14.0</version>
|
<version>3.14.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.vaadin.addons.componentfactory</groupId>
|
|
||||||
<artifactId>vcf-pdf-viewer</artifactId>
|
|
||||||
<version>2.8.1</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.openhtmltopdf</groupId>
|
|
||||||
<artifactId>openhtmltopdf-pdfbox</artifactId>
|
|
||||||
<version>1.0.10</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.freemarker</groupId>
|
|
||||||
<artifactId>freemarker</artifactId>
|
|
||||||
<version>2.3.32</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.auth0</groupId>
|
|
||||||
<artifactId>java-jwt</artifactId>
|
|
||||||
<version>4.4.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>3.3.1</version>
|
<version>3.3.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>io.github.git-commit-id</groupId>
|
|
||||||
<artifactId>git-commit-id-maven-plugin</artifactId>
|
|
||||||
<version>9.0.1</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>spring-boot:run</defaultGoal>
|
<defaultGoal>spring-boot:run</defaultGoal>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
|
||||||
<groupId>io.github.git-commit-id</groupId>
|
|
||||||
<artifactId>git-commit-id-maven-plugin</artifactId>
|
|
||||||
<version>9.0.1</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>get-the-git-infos</id>
|
|
||||||
<goals>
|
|
||||||
<goal>revision</goal>
|
|
||||||
</goals>
|
|
||||||
<phase>initialize</phase>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
|
||||||
<generateGitPropertiesFile>true</generateGitPropertiesFile>
|
|
||||||
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
|
|
||||||
<includeOnlyProperties>
|
|
||||||
<includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty>
|
|
||||||
<includeOnlyProperty>^git.commit.id.(abbrev|full)$</includeOnlyProperty>
|
|
||||||
</includeOnlyProperties>
|
|
||||||
<commitIdGenerationMode>full</commitIdGenerationMode>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
@ -332,7 +260,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.vaadin</groupId>
|
<groupId>com.vaadin</groupId>
|
||||||
<artifactId>vaadin-maven-plugin</artifactId>
|
<artifactId>vaadin-maven-plugin</artifactId>
|
||||||
<version>${vaadin-maven-plugin.version}</version>
|
<version>${vaadin.version}</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
@ -393,7 +321,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.vaadin</groupId>
|
<groupId>com.vaadin</groupId>
|
||||||
<artifactId>vaadin-maven-plugin</artifactId>
|
<artifactId>vaadin-maven-plugin</artifactId>
|
||||||
<version>${vaadin-maven-plugin.version}</version>
|
<version>${vaadin.version}</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -4,6 +4,7 @@ import com.vaadin.flow.component.page.AppShellConfigurator;
|
|||||||
import com.vaadin.flow.theme.Theme;
|
import com.vaadin.flow.theme.Theme;
|
||||||
import org.springframework.boot.SpringApplication;
|
import org.springframework.boot.SpringApplication;
|
||||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The entry point of the Spring Boot application.
|
* The entry point of the Spring Boot application.
|
||||||
*
|
*
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
package com.primefactorsolutions.config;
|
|
||||||
|
|
||||||
import org.springframework.context.annotation.Bean;
|
|
||||||
import org.springframework.context.annotation.Configuration;
|
|
||||||
import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;
|
|
||||||
import org.springframework.core.io.ClassPathResource;
|
|
||||||
|
|
||||||
@Configuration
|
|
||||||
public class PropertiesConfig {
|
|
||||||
@Bean
|
|
||||||
public static PropertySourcesPlaceholderConfigurer placeholderConfigurer() {
|
|
||||||
final PropertySourcesPlaceholderConfigurer propsConfig = new PropertySourcesPlaceholderConfigurer();
|
|
||||||
propsConfig.setLocation(new ClassPathResource("git.properties"));
|
|
||||||
propsConfig.setIgnoreResourceNotFound(true);
|
|
||||||
propsConfig.setIgnoreUnresolvablePlaceholders(true);
|
|
||||||
|
|
||||||
return propsConfig;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,32 +1,20 @@
|
|||||||
package com.primefactorsolutions.config;
|
package com.primefactorsolutions.config;
|
||||||
|
|
||||||
import com.primefactorsolutions.model.Employee;
|
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
|
||||||
import com.primefactorsolutions.views.LoginView;
|
import com.primefactorsolutions.views.LoginView;
|
||||||
import com.vaadin.flow.spring.security.VaadinWebSecurity;
|
import com.vaadin.flow.spring.security.VaadinWebSecurity;
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
|
||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.http.HttpMethod;
|
import org.springframework.http.HttpMethod;
|
||||||
import org.springframework.ldap.core.DirContextOperations;
|
|
||||||
import org.springframework.security.authentication.AuthenticationManager;
|
import org.springframework.security.authentication.AuthenticationManager;
|
||||||
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
|
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
|
||||||
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
|
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
|
||||||
import org.springframework.security.config.ldap.LdapBindAuthenticationManagerFactory;
|
import org.springframework.security.config.ldap.LdapBindAuthenticationManagerFactory;
|
||||||
import org.springframework.security.core.GrantedAuthority;
|
|
||||||
import org.springframework.security.core.userdetails.UserDetails;
|
|
||||||
import org.springframework.security.ldap.DefaultSpringSecurityContextSource;
|
import org.springframework.security.ldap.DefaultSpringSecurityContextSource;
|
||||||
import org.springframework.security.ldap.userdetails.LdapUserDetailsMapper;
|
|
||||||
import org.springframework.security.ldap.userdetails.UserDetailsContextMapper;
|
|
||||||
import org.springframework.security.web.util.matcher.AntPathRequestMatcher;
|
import org.springframework.security.web.util.matcher.AntPathRequestMatcher;
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
|
|
||||||
@EnableWebSecurity
|
@EnableWebSecurity
|
||||||
@Configuration
|
@Configuration
|
||||||
public class SecurityConfig extends VaadinWebSecurity {
|
public class SecurityConfig extends VaadinWebSecurity {
|
||||||
@Value("${spring.ldap.url}")
|
|
||||||
private String ldapUrl;
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void configure(final HttpSecurity http) throws Exception {
|
protected void configure(final HttpSecurity http) throws Exception {
|
||||||
@ -49,28 +37,13 @@ public class SecurityConfig extends VaadinWebSecurity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
public AuthenticationManager authenticationManager(final UserDetailsContextMapper userDetailsContextMapper) {
|
public AuthenticationManager authenticationManager() {
|
||||||
final DefaultSpringSecurityContextSource contextSource = new DefaultSpringSecurityContextSource(
|
DefaultSpringSecurityContextSource contextSource = new DefaultSpringSecurityContextSource(
|
||||||
String.format("%s/dc=primefactorsolutions,dc=com", ldapUrl));
|
"ldap://localhost:8389/dc=primefactorsolutions,dc=com");
|
||||||
contextSource.setCacheEnvironmentProperties(false);
|
contextSource.setCacheEnvironmentProperties(false);
|
||||||
final LdapBindAuthenticationManagerFactory factory = new LdapBindAuthenticationManagerFactory(contextSource);
|
LdapBindAuthenticationManagerFactory factory = new LdapBindAuthenticationManagerFactory(contextSource);
|
||||||
factory.setUserDnPatterns("uid={0},ou=users");
|
factory.setUserDnPatterns("uid={0},ou=users");
|
||||||
factory.setUserDetailsContextMapper(userDetailsContextMapper);
|
|
||||||
|
|
||||||
return factory.createAuthenticationManager();
|
return factory.createAuthenticationManager();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Bean
|
|
||||||
public UserDetailsContextMapper userDetailsContextMapper(final EmployeeService employeeService) {
|
|
||||||
return new LdapUserDetailsMapper() {
|
|
||||||
@Override
|
|
||||||
public UserDetails mapUserFromContext(final DirContextOperations ctx, final String username,
|
|
||||||
final Collection<? extends GrantedAuthority> authorities) {
|
|
||||||
final UserDetails details = super.mapUserFromContext(ctx, username, authorities);
|
|
||||||
final Employee employee = employeeService.getDetachedEmployeeByUsername(details.getUsername());
|
|
||||||
|
|
||||||
return employee == null ? details : employee;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
package com.primefactorsolutions.model;
|
package com.primefactorsolutions.model;
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
import jakarta.persistence.GeneratedValue;
|
||||||
|
import jakarta.persistence.GenerationType;
|
||||||
|
import jakarta.persistence.Id;
|
||||||
|
import jakarta.persistence.MappedSuperclass;
|
||||||
|
import jakarta.persistence.Version;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
package com.primefactorsolutions.model;
|
package com.primefactorsolutions.model;
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
import jakarta.annotation.Nullable;
|
||||||
|
import jakarta.persistence.Entity;
|
||||||
|
import jakarta.persistence.ManyToOne;
|
||||||
|
import lombok.AllArgsConstructor;
|
||||||
|
import lombok.Data;
|
||||||
|
import lombok.EqualsAndHashCode;
|
||||||
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import lombok.*;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@Entity
|
@Entity
|
||||||
|
@Data
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
public class Document extends BaseEntity {
|
public class Document extends BaseEntity {
|
||||||
private String fileName;
|
@Nullable
|
||||||
@Enumerated(EnumType.STRING)
|
private String description;
|
||||||
|
private String location;
|
||||||
private DocumentType documentType;
|
private DocumentType documentType;
|
||||||
@ManyToOne
|
@ManyToOne
|
||||||
@JoinColumn(name = "employee_id", nullable = false)
|
|
||||||
private Employee employee;
|
private Employee employee;
|
||||||
@Lob
|
|
||||||
@Column(columnDefinition = "BLOB")
|
|
||||||
private byte[] fileData;
|
|
||||||
private String creator;
|
|
||||||
}
|
}
|
||||||
|
@ -1,36 +1,7 @@
|
|||||||
package com.primefactorsolutions.model;
|
package com.primefactorsolutions.model;
|
||||||
|
|
||||||
public enum DocumentType {
|
public enum DocumentType {
|
||||||
All,
|
|
||||||
ID_CARD,
|
ID_CARD,
|
||||||
PAY_STUB,
|
PAY_STUB,
|
||||||
PAY_SLIPS,
|
|
||||||
EMPLOYMENT_CONTRACT,
|
|
||||||
WORK_CERTIFICATES,
|
|
||||||
NDA,
|
|
||||||
MEMORANDUMS,
|
|
||||||
CONTRACT_APPROVAL_MTEPS,
|
|
||||||
BACKGROUND_CHECK_CERTIFICATE,
|
|
||||||
PRE_EMPLOYMENT_EVALUATION,
|
|
||||||
INSURANCE_REGISTRATION_FORM,
|
|
||||||
INSURANCE_CANCELLATION_FORM,
|
|
||||||
PROFESSIONAL_DEGREE_1,
|
|
||||||
PROFESSIONAL_CERTIFICATE_1,
|
|
||||||
PROFESSIONAL_DEGREE_2,
|
|
||||||
PROFESSIONAL_CERTIFICATE_2,
|
|
||||||
PROFESSIONAL_DEGREE_3,
|
|
||||||
PROFESSIONAL_CERTIFICATE_3,
|
|
||||||
GENERAL_LABOR_REGULATIONS,
|
|
||||||
REMOTE_WORK_GUIDELINES,
|
|
||||||
SAFETY_REGULATIONS,
|
|
||||||
HUMAN_RESOURCES_GUIDELINES,
|
|
||||||
ADMINISTRATION_FUNCTIONS_MANUAL,
|
|
||||||
ENGINEERING_FUNCTIONS_MANUAL,
|
|
||||||
GENERAL_LABOR_LAW,
|
|
||||||
SUPREME_DECREE,
|
|
||||||
REGULATORY_RESOLUTION,
|
|
||||||
COMPLEMENTARY_REGULATION,
|
|
||||||
HEALTH_SAFETY_LAW,
|
|
||||||
INTERNSHIP_RULES,
|
|
||||||
OTHER
|
OTHER
|
||||||
}
|
}
|
||||||
|
@ -1,171 +1,47 @@
|
|||||||
package com.primefactorsolutions.model;
|
package com.primefactorsolutions.model;
|
||||||
|
import jakarta.persistence.*;
|
||||||
|
import lombok.AllArgsConstructor;
|
||||||
|
import lombok.Data;
|
||||||
|
import lombok.EqualsAndHashCode;
|
||||||
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import com.google.common.collect.Lists;
|
import java.time.LocalDate;
|
||||||
import jakarta.persistence.*;
|
|
||||||
import jakarta.validation.constraints.*;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.EqualsAndHashCode;
|
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
import org.springframework.security.core.GrantedAuthority;
|
|
||||||
import org.springframework.security.core.userdetails.UserDetails;
|
|
||||||
|
|
||||||
import java.time.LocalDate;
|
@Data
|
||||||
import java.util.Collection;
|
@Entity
|
||||||
|
@AllArgsConstructor
|
||||||
@Data
|
@NoArgsConstructor
|
||||||
@Entity
|
@EqualsAndHashCode(callSuper = true)
|
||||||
@AllArgsConstructor
|
public class Employee extends BaseEntity {
|
||||||
@NoArgsConstructor
|
private String firstName;
|
||||||
@EqualsAndHashCode(callSuper = true)
|
private String lastName;
|
||||||
public class Employee extends BaseEntity implements UserDetails {
|
private LocalDate birthday;
|
||||||
|
private String birthCity;
|
||||||
private String username;
|
@Enumerated(EnumType.STRING)
|
||||||
@NotNull(message = "El nombre no puede estar vacío")
|
private MaritalStatus maritalStatus;
|
||||||
@Pattern(regexp = "^[a-zA-Z ]+$", message = "El nombre solo debe contener letras")
|
private String residenceAddress;
|
||||||
private String firstName;
|
private String phoneNumber;
|
||||||
@NotNull(message = "El apellido no puede estar vacío")
|
private String personalEmail;
|
||||||
@Pattern(regexp = "^[a-zA-Z ]+$", message = "El apellido solo debe contener letras")
|
private String emergencyCName;
|
||||||
private String lastName;
|
private String emergencyCAddress;
|
||||||
private LocalDate birthday;
|
private String emergencyCPhone;
|
||||||
@Pattern(regexp = "^[a-zA-Z ,]+$", message = "La ciudad de nacimiento solo debe contener letras, espacios o comas")
|
private String emergencyCEmail;
|
||||||
private String birthCity;
|
@Enumerated(EnumType.STRING)
|
||||||
private String age;
|
private Status status;
|
||||||
@Size(max = 50, message = "La dirección de residencia no debe exceder 50 caracteres")
|
public enum Status {
|
||||||
private String residenceAddress;
|
ACTIVE,
|
||||||
@Size(max = 30, message = "La dirección local no debe exceder 100 caracteres")
|
INACTIVE
|
||||||
@Pattern(regexp = "^[a-zA-Z -]+$", message = "La dirección local solo debe contener letras y guion")
|
}
|
||||||
private String localAddress;
|
public enum MaritalStatus {
|
||||||
@Pattern(regexp = "^[0-9]+$", message = "El número de teléfono debe contener solo números")
|
SINGLE,
|
||||||
private String phoneNumber;
|
MARRIED,
|
||||||
@Email(message = "El correo personal no tiene un formato válido")
|
WIDOWED,
|
||||||
private String personalEmail;
|
DIVORCED
|
||||||
|
}
|
||||||
@Pattern(regexp = "^[a-zA-Z ]+$", message = "El cargo solo debe contener letras")
|
public Status getStatus() {
|
||||||
private String position;
|
return status;
|
||||||
@ManyToOne
|
}
|
||||||
@JoinColumn(name = "team_id", nullable = false)
|
public void setStatus(final Status status) {
|
||||||
private Team team;
|
this.status = status;
|
||||||
|
}
|
||||||
@Pattern(regexp = "^[a-zA-Z ]+$", message = "El nombre y apellido de contacto"
|
|
||||||
+ " de emergencia solo debe contener letras")
|
|
||||||
private String emergencyCName;
|
|
||||||
private String emergencyCAddress;
|
|
||||||
@Pattern(regexp = "^[0-9]+$", message = "El teléfono de contacto de emergencia "
|
|
||||||
+ " debe contener solo números")
|
|
||||||
private String emergencyCPhone;
|
|
||||||
@Email(message = "El correo de contacto de emergencia no tiene un formato válido")
|
|
||||||
private String emergencyCEmail;
|
|
||||||
|
|
||||||
@Max(value = 10, message = "El número de hijos no puede exceder a 10")
|
|
||||||
@Pattern(regexp = "^[0-9]+$", message = "La cantidad de hijos debe contener solo números")
|
|
||||||
private String numberOfChildren;
|
|
||||||
|
|
||||||
@Pattern(regexp = "^[0-9]+$", message = "El CI debe contener solo números")
|
|
||||||
private String ci;
|
|
||||||
private String issuedIn;
|
|
||||||
private String pTitle1;
|
|
||||||
private String pTitle2;
|
|
||||||
private String pTitle3;
|
|
||||||
|
|
||||||
private String pStudy1;
|
|
||||||
private String pStudy2;
|
|
||||||
private String pStudy3;
|
|
||||||
|
|
||||||
private String certification1;
|
|
||||||
private String certification2;
|
|
||||||
private String certification3;
|
|
||||||
private String certification4;
|
|
||||||
private String recognition;
|
|
||||||
private String achievements;
|
|
||||||
|
|
||||||
private String language;
|
|
||||||
private String languageLevel;
|
|
||||||
@Pattern(regexp = "^[A-Za-z0-9]+$", message = "El código debe contener solo letras y números")
|
|
||||||
private String cod;
|
|
||||||
@Pattern(regexp = "^[a-zA-Z ]+$", message = "El lead manager solo debe contener letras")
|
|
||||||
private String leadManager;
|
|
||||||
@Pattern(regexp = "^[a-zA-Z ]+$", message = "El proyecto solo debe contener letras")
|
|
||||||
private String project;
|
|
||||||
|
|
||||||
private LocalDate dateOfEntry;
|
|
||||||
private LocalDate dateOfExit;
|
|
||||||
@Pattern(regexp = "^[a-zA-Z ]+$", message = "El tipo de contrato solo debe contener letras")
|
|
||||||
private String contractType;
|
|
||||||
@Pattern(regexp = "^[0-9]+$", message = "La antigüedad debe contener solo números")
|
|
||||||
private String seniority;
|
|
||||||
@Pattern(regexp = "^[0-9]+(\\.[0-9]{1,2})?$", message = "El salario debe ser un número con hasta dos decimales")
|
|
||||||
private String salary;
|
|
||||||
@Pattern(regexp = "^[a-zA-Z ]+$", message = "El nombre del banco solo debe contener letras")
|
|
||||||
private String bankName;
|
|
||||||
@Pattern(regexp = "^[0-9]+$", message = "El número de cuenta debe contener solo números")
|
|
||||||
private String accountNumber;
|
|
||||||
|
|
||||||
private String gpss;
|
|
||||||
private String sss;
|
|
||||||
@Pattern(regexp = "^[a-zA-Z ]+$", message = "Los derechohabientes solo deben contener letras")
|
|
||||||
private String beneficiaries;
|
|
||||||
|
|
||||||
@Column(columnDefinition = "TEXT")
|
|
||||||
private String profileImage;
|
|
||||||
@Enumerated(EnumType.STRING)
|
|
||||||
private Status status;
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Collection<? extends GrantedAuthority> getAuthorities() {
|
|
||||||
return Lists.newArrayList();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getPassword() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getUsername() {
|
|
||||||
return this.username;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isAccountNonExpired() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isAccountNonLocked() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isCredentialsNonExpired() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isEnabled() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
public enum Status {
|
|
||||||
ACTIVE,
|
|
||||||
INACTIVE
|
|
||||||
}
|
|
||||||
|
|
||||||
@Enumerated(EnumType.STRING)
|
|
||||||
private MaritalStatus maritalStatus;
|
|
||||||
|
|
||||||
public enum MaritalStatus {
|
|
||||||
SINGLE,
|
|
||||||
MARRIED,
|
|
||||||
WIDOWED,
|
|
||||||
DIVORCED
|
|
||||||
}
|
|
||||||
|
|
||||||
@Enumerated(EnumType.STRING)
|
|
||||||
private Gender gender;
|
|
||||||
|
|
||||||
public enum Gender {
|
|
||||||
MALE,
|
|
||||||
FEMALE
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -1,149 +0,0 @@
|
|||||||
package com.primefactorsolutions.model;
|
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.EqualsAndHashCode;
|
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
|
|
||||||
import java.time.LocalDate;
|
|
||||||
import java.time.temporal.WeekFields;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@Entity
|
|
||||||
@AllArgsConstructor
|
|
||||||
@NoArgsConstructor
|
|
||||||
@EqualsAndHashCode(callSuper = true)
|
|
||||||
public class HoursWorked extends BaseEntity {
|
|
||||||
@ManyToOne
|
|
||||||
@JoinColumn(name = "employee_id", nullable = true)
|
|
||||||
private Employee employee;
|
|
||||||
|
|
||||||
@ManyToOne
|
|
||||||
@JoinColumn(name = "team_id", nullable = true)
|
|
||||||
private Team team;
|
|
||||||
|
|
||||||
private int weekNumber;
|
|
||||||
private LocalDate date;
|
|
||||||
private String actividad;
|
|
||||||
private String tareasEspecificas;
|
|
||||||
private double hours;
|
|
||||||
private double horasTareasEspecificas;
|
|
||||||
private double horaspendientes;
|
|
||||||
private double totalHours;
|
|
||||||
|
|
||||||
public static double calculateTotalHours(final List<HoursWorked> activities) {
|
|
||||||
return activities.stream()
|
|
||||||
.mapToDouble(activity -> activity.hours + activity.horasTareasEspecificas)
|
|
||||||
.sum();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static double calculatePendingHours(final List<HoursWorked> activities) {
|
|
||||||
double totalHoursWorked = calculateTotalHours(activities);
|
|
||||||
return Math.max(0, 40 - totalHoursWorked);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Employee getEmployee() {
|
|
||||||
return employee;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setEmployee(final Employee employee) {
|
|
||||||
this.employee = employee;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getWeekNumber() {
|
|
||||||
return weekNumber;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setWeekNumber(final int weekNumber) {
|
|
||||||
this.weekNumber = weekNumber;
|
|
||||||
}
|
|
||||||
public LocalDate getDate() {
|
|
||||||
return date;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setDate(final LocalDate date) {
|
|
||||||
this.date = date;
|
|
||||||
if (date != null) {
|
|
||||||
WeekFields weekFields = WeekFields.of(Locale.getDefault());
|
|
||||||
this.weekNumber = date.get(weekFields.weekOfWeekBasedYear());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getActividad() {
|
|
||||||
return actividad;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setActividad(final String actividad) {
|
|
||||||
this.actividad = actividad;
|
|
||||||
}
|
|
||||||
|
|
||||||
public double getHours() {
|
|
||||||
return hours;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setHours(final double hours) {
|
|
||||||
this.hours = hours;
|
|
||||||
}
|
|
||||||
|
|
||||||
public double getTotalHours() {
|
|
||||||
double total = this.getHours();
|
|
||||||
return totalHours + total;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setTotalHours(final double totalHours) {
|
|
||||||
this.totalHours = totalHours;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Team getTeam() {
|
|
||||||
return team;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setTeam(final Team team) {
|
|
||||||
this.team = team;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getTareasEspecificas() {
|
|
||||||
return tareasEspecificas;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setTareasEspecificas(final String tareasEspecificas) {
|
|
||||||
this.tareasEspecificas = tareasEspecificas;
|
|
||||||
}
|
|
||||||
|
|
||||||
public double getHorasTareasEspecificas() {
|
|
||||||
return horasTareasEspecificas;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setHorasTareasEspecificas(final double horasTareasEspecificas) {
|
|
||||||
this.tareasEspecificas = tareasEspecificas;
|
|
||||||
}
|
|
||||||
public double getHoraspendientes() {
|
|
||||||
//double horasTrabajadas = this.getTotalHours() + this.getHorasTareasEspecificas();
|
|
||||||
return 40;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setHoraspendientes(final double horaspendientes) {
|
|
||||||
this.horaspendientes = horaspendientes;
|
|
||||||
}
|
|
||||||
|
|
||||||
public double getHoursWorked() {
|
|
||||||
return hours;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setHoursWorked(final double hoursWorked) {
|
|
||||||
this.hours = hoursWorked;
|
|
||||||
}
|
|
||||||
|
|
||||||
public double getTotalHoursWorked() {
|
|
||||||
return totalHours;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setTotalHoursWorked(final double totalHoursWorked) {
|
|
||||||
this.totalHours = totalHoursWorked;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
package com.primefactorsolutions.model;
|
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
|
||||||
|
|
||||||
import lombok.*;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@Entity
|
|
||||||
@AllArgsConstructor
|
|
||||||
@NoArgsConstructor
|
|
||||||
@EqualsAndHashCode(callSuper = true)
|
|
||||||
public class Team extends BaseEntity {
|
|
||||||
private String name;
|
|
||||||
}
|
|
@ -1,30 +1,21 @@
|
|||||||
package com.primefactorsolutions.model;
|
package com.primefactorsolutions.model;
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
import jakarta.persistence.CascadeType;
|
||||||
|
import jakarta.persistence.Entity;
|
||||||
|
import jakarta.persistence.FetchType;
|
||||||
|
import jakarta.persistence.OneToMany;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Data;
|
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
|
|
||||||
import java.time.LocalDate;
|
import java.util.List;
|
||||||
|
|
||||||
@Data
|
|
||||||
@Entity
|
@Entity
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
public class TimeOffRequest extends BaseEntity {
|
public class TimeOffRequest extends BaseEntity {
|
||||||
@ManyToOne
|
@OneToMany(fetch = FetchType.EAGER, mappedBy = "request", cascade = {CascadeType.ALL})
|
||||||
@JoinColumn(name = "employee_id", nullable = false)
|
private List<TimeOffRequestEntry> entries;
|
||||||
private Employee employee;
|
private TimeOffRequestType type;
|
||||||
@Enumerated(EnumType.STRING)
|
|
||||||
private TimeOffRequestType category;
|
|
||||||
@Enumerated(EnumType.STRING)
|
|
||||||
private TimeOffRequestStatus state;
|
|
||||||
private Double availableDays;
|
|
||||||
private LocalDate expiration;
|
|
||||||
private LocalDate startDate;
|
|
||||||
private LocalDate endDate;
|
|
||||||
private Double daysToBeTake;
|
|
||||||
private Double daysBalance;
|
|
||||||
}
|
}
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
package com.primefactorsolutions.model;
|
|
||||||
|
|
||||||
public enum TimeOffRequestStatus {
|
|
||||||
TODOS,
|
|
||||||
TOMADO,
|
|
||||||
APROBADO,
|
|
||||||
EN_USO,
|
|
||||||
PENDIENTE,
|
|
||||||
RECHAZADO,
|
|
||||||
VENCIDO,
|
|
||||||
|
|
||||||
SOLICITADO,
|
|
||||||
EN_REVISION,
|
|
||||||
COMPLETADO,
|
|
||||||
CANCELADO,
|
|
||||||
}
|
|
@ -1,31 +1,7 @@
|
|||||||
package com.primefactorsolutions.model;
|
package com.primefactorsolutions.model;
|
||||||
|
|
||||||
public enum TimeOffRequestType {
|
public enum TimeOffRequestType {
|
||||||
TODOS,
|
VACATION,
|
||||||
AÑO_NUEVO,
|
MATERNITY,
|
||||||
LUNES_CARNAVAL,
|
OTHER
|
||||||
MARTES_CARNAVAL,
|
|
||||||
VIERNES_SANTO,
|
|
||||||
DIA_DEL_TRABAJADOR,
|
|
||||||
DIA_DE_LA_INDEPENDENCIA,
|
|
||||||
NAVIDAD,
|
|
||||||
DIA_DEL_ESTADO_PLURINACIONAL,
|
|
||||||
CORPUS_CHRISTI,
|
|
||||||
AÑO_NUEVO_ANDINO,
|
|
||||||
ANIVERSARIO_DEPARTAMENTAL,
|
|
||||||
DIA_DE_TODOS_LOS_DIFUNTOS,
|
|
||||||
|
|
||||||
CUMPLEAÑOS,
|
|
||||||
MATERNIDAD,
|
|
||||||
PATERNIDAD,
|
|
||||||
MATRIMONIO,
|
|
||||||
DUELO_1ER_GRADO,
|
|
||||||
DUELO_2ER_GRADO,
|
|
||||||
DIA_DEL_PADRE,
|
|
||||||
DIA_DE_LA_MADRE,
|
|
||||||
DIA_DE_LA_MUJER_INTERNACIONAL,
|
|
||||||
DIA_DE_LA_MUJER_NACIONAL,
|
|
||||||
PERMISOS_DE_SALUD,
|
|
||||||
VACACION_GESTION_ACTUAL,
|
|
||||||
VACACION_GESTION_ANTERIOR,
|
|
||||||
}
|
}
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
package com.primefactorsolutions.model;
|
|
||||||
|
|
||||||
import jakarta.persistence.Entity;
|
|
||||||
import jakarta.persistence.EnumType;
|
|
||||||
import jakarta.persistence.Enumerated;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.Data;
|
|
||||||
import lombok.EqualsAndHashCode;
|
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@Entity
|
|
||||||
@AllArgsConstructor
|
|
||||||
@NoArgsConstructor
|
|
||||||
@EqualsAndHashCode(callSuper = true)
|
|
||||||
public class Vacation extends BaseEntity {
|
|
||||||
@Enumerated(EnumType.STRING)
|
|
||||||
private TimeOffRequestType category;
|
|
||||||
private Integer monthOfYear;
|
|
||||||
private Integer dayOfMonth;
|
|
||||||
private Double duration;
|
|
||||||
private Double expiration;
|
|
||||||
@Enumerated(EnumType.STRING)
|
|
||||||
private Type type;
|
|
||||||
public enum Type {
|
|
||||||
FIXED,
|
|
||||||
MOVABLE,
|
|
||||||
OTHER
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
package com.primefactorsolutions.repositories;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.Document;
|
|
||||||
import org.springframework.data.jpa.repository.JpaRepository;
|
|
||||||
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
public interface DocumentRepository extends JpaRepository<Document, UUID> {
|
|
||||||
}
|
|
@ -3,15 +3,7 @@ package com.primefactorsolutions.repositories;
|
|||||||
import com.primefactorsolutions.model.Employee;
|
import com.primefactorsolutions.model.Employee;
|
||||||
import org.springframework.data.jpa.repository.JpaRepository;
|
import org.springframework.data.jpa.repository.JpaRepository;
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Optional;
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
public interface EmployeeRepository extends JpaRepository<Employee, UUID> {
|
public interface EmployeeRepository extends JpaRepository<Employee, UUID> {
|
||||||
Optional<Employee> findByUsername(String username);
|
}
|
||||||
|
|
||||||
Optional<Employee> findByPersonalEmail(String personalEmail);
|
|
||||||
Optional<Employee> findByTeamId(UUID teamId);
|
|
||||||
|
|
||||||
List<Employee> findByTeamName(String teamName);
|
|
||||||
}
|
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
package com.primefactorsolutions.repositories;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.HoursWorked;
|
|
||||||
import org.springframework.data.jpa.repository.JpaRepository;
|
|
||||||
|
|
||||||
import java.time.LocalDate;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
|
|
||||||
public interface HoursWorkedRepository extends JpaRepository<HoursWorked, UUID> {
|
|
||||||
List<HoursWorked> findByWeekNumber(int weekNumber);
|
|
||||||
List<HoursWorked> findByDate(LocalDate date);
|
|
||||||
List<HoursWorked> findByEmployeeIdAndWeekNumber(UUID employeeId, int weekNumber);
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
package com.primefactorsolutions.repositories;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.Team;
|
|
||||||
import org.springframework.data.jpa.repository.JpaRepository;
|
|
||||||
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
public interface TeamRepository extends JpaRepository<Team, UUID> {
|
|
||||||
}
|
|
@ -1,18 +0,0 @@
|
|||||||
package com.primefactorsolutions.repositories;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.TimeOffRequest;
|
|
||||||
import com.primefactorsolutions.model.TimeOffRequestStatus;
|
|
||||||
import com.primefactorsolutions.model.TimeOffRequestType;
|
|
||||||
import org.springframework.data.jpa.repository.JpaRepository;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Optional;
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
public interface TimeOffRequestRepository extends JpaRepository<TimeOffRequest, UUID> {
|
|
||||||
List<TimeOffRequest> findByEmployeeId(UUID idEmployee);
|
|
||||||
Optional<TimeOffRequest> findByEmployeeIdAndState(UUID employeeId, TimeOffRequestStatus state);
|
|
||||||
List<TimeOffRequest> findByEmployeeIdAndCategory(UUID employeeId, TimeOffRequestType category);
|
|
||||||
List<TimeOffRequest> findByState(TimeOffRequestStatus state);
|
|
||||||
void deleteByEmployeeIdAndCategory(UUID employeeId, TimeOffRequestType category);
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
package com.primefactorsolutions.repositories;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.TimeOffRequestType;
|
|
||||||
import com.primefactorsolutions.model.Vacation;
|
|
||||||
import org.springframework.data.jpa.repository.JpaRepository;
|
|
||||||
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
public interface VacationRepository extends JpaRepository<Vacation, UUID> {
|
|
||||||
Vacation findByCategory(TimeOffRequestType category);
|
|
||||||
}
|
|
@ -1,101 +0,0 @@
|
|||||||
package com.primefactorsolutions.service;
|
|
||||||
|
|
||||||
import com.auth0.jwt.JWT;
|
|
||||||
import com.auth0.jwt.algorithms.Algorithm;
|
|
||||||
import com.auth0.jwt.exceptions.JWTCreationException;
|
|
||||||
import com.auth0.jwt.exceptions.JWTVerificationException;
|
|
||||||
import com.auth0.jwt.interfaces.DecodedJWT;
|
|
||||||
import com.auth0.jwt.interfaces.JWTVerifier;
|
|
||||||
import com.primefactorsolutions.model.Employee;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
|
||||||
import org.apache.commons.lang3.StringUtils;
|
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
import java.time.Instant;
|
|
||||||
import java.time.temporal.ChronoUnit;
|
|
||||||
|
|
||||||
@Service
|
|
||||||
@Slf4j
|
|
||||||
public class AccountService {
|
|
||||||
private final EmailService emailService;
|
|
||||||
private final EmployeeService employeeService;
|
|
||||||
private final String secret;
|
|
||||||
|
|
||||||
public AccountService(final EmailService emailService, final EmployeeService employeeService,
|
|
||||||
@Value("${application.jwtSecret}") final String secret) {
|
|
||||||
this.emailService = emailService;
|
|
||||||
this.employeeService = employeeService;
|
|
||||||
this.secret = secret;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void sendResetPasswordEmail(final String personalEmail) {
|
|
||||||
final Employee employee = employeeService.getEmployeeByPersonalEmail(personalEmail);
|
|
||||||
|
|
||||||
if (employee == null) {
|
|
||||||
log.warn("Could not find employee for email {}", personalEmail);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String link = createResetPasswordLink(employee.getUsername());
|
|
||||||
final String content = "Visit this link to reset your password: " + link;
|
|
||||||
emailService.sendEmail(personalEmail, "PFS - Reset Password", content);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void resetPassword(final String username, final String newPassword, final String token) {
|
|
||||||
DecodedJWT decodedJWT;
|
|
||||||
|
|
||||||
try {
|
|
||||||
Algorithm algorithm = Algorithm.HMAC512(secret);
|
|
||||||
JWTVerifier verifier = JWT.require(algorithm)
|
|
||||||
.withIssuer("pfs")
|
|
||||||
.build();
|
|
||||||
|
|
||||||
decodedJWT = verifier.verify(token);
|
|
||||||
final Instant expiry = decodedJWT.getExpiresAtAsInstant();
|
|
||||||
final String claim = decodedJWT.getClaim("username").asString();
|
|
||||||
|
|
||||||
if (expiry.isBefore(Instant.now())
|
|
||||||
|| !username.equals(claim)) {
|
|
||||||
log.warn("token invalid {} {} {}", username, claim, expiry);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
} catch (JWTVerificationException e) {
|
|
||||||
log.warn("error updating password", e);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final Employee employee = employeeService.getDetachedEmployeeByUsername(username);
|
|
||||||
|
|
||||||
if (employee == null) {
|
|
||||||
log.warn("Could not find employee for username {}", username);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (StringUtils.isBlank(newPassword) || newPassword.length() < 8) {
|
|
||||||
throw new IllegalArgumentException("New password should be at least 8 chars long");
|
|
||||||
}
|
|
||||||
|
|
||||||
employeeService.updatePassword(employee, newPassword);
|
|
||||||
|
|
||||||
log.info("updated password for {}", username);
|
|
||||||
}
|
|
||||||
|
|
||||||
private String createResetPasswordLink(final String username) {
|
|
||||||
String token = "";
|
|
||||||
|
|
||||||
try {
|
|
||||||
Algorithm algorithm = Algorithm.HMAC512(secret);
|
|
||||||
token = JWT.create()
|
|
||||||
.withIssuer("pfs")
|
|
||||||
.withClaim("username", username)
|
|
||||||
.withExpiresAt(Instant.now().plus(1, ChronoUnit.HOURS))
|
|
||||||
.sign(algorithm);
|
|
||||||
} catch (JWTCreationException e) {
|
|
||||||
throw new RuntimeException(e);
|
|
||||||
}
|
|
||||||
|
|
||||||
return String.format("https://intra.primefactorsolutions.com/reset-password?username=%s&token=%s", username,
|
|
||||||
token);
|
|
||||||
}
|
|
||||||
}
|
|
@ -4,7 +4,7 @@ import com.primefactorsolutions.model.*;
|
|||||||
import com.primefactorsolutions.repositories.AssessmentRepository;
|
import com.primefactorsolutions.repositories.AssessmentRepository;
|
||||||
import jakarta.persistence.EntityManager;
|
import jakarta.persistence.EntityManager;
|
||||||
import jakarta.transaction.Transactional;
|
import jakarta.transaction.Transactional;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.Data;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.springframework.mail.SimpleMailMessage;
|
import org.springframework.mail.SimpleMailMessage;
|
||||||
import org.springframework.mail.javamail.JavaMailSender;
|
import org.springframework.mail.javamail.JavaMailSender;
|
||||||
@ -18,7 +18,7 @@ import java.util.UUID;
|
|||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
@AllArgsConstructor
|
@Data
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class AssessmentService {
|
public class AssessmentService {
|
||||||
|
|
||||||
|
@ -2,14 +2,14 @@ package com.primefactorsolutions.service;
|
|||||||
|
|
||||||
import com.primefactorsolutions.model.Candidate;
|
import com.primefactorsolutions.model.Candidate;
|
||||||
import com.primefactorsolutions.repositories.CandidateRepository;
|
import com.primefactorsolutions.repositories.CandidateRepository;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.Data;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
@AllArgsConstructor
|
@Data
|
||||||
public class CandidateService {
|
public class CandidateService {
|
||||||
private final CandidateRepository candidateRepository;
|
private final CandidateRepository candidateRepository;
|
||||||
|
|
||||||
|
@ -1,78 +0,0 @@
|
|||||||
package com.primefactorsolutions.service;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.Document;
|
|
||||||
import com.primefactorsolutions.model.DocumentType;
|
|
||||||
import com.primefactorsolutions.model.Employee;
|
|
||||||
import com.primefactorsolutions.repositories.DocumentRepository;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import org.apache.commons.beanutils.BeanComparator;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
import java.util.Collections;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.UUID;
|
|
||||||
import java.util.Optional;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
|
|
||||||
@Service
|
|
||||||
@AllArgsConstructor
|
|
||||||
public class DocumentService {
|
|
||||||
private final DocumentRepository documentRepository;
|
|
||||||
|
|
||||||
public void saveDocument(final Document newDocument) {
|
|
||||||
documentRepository.save(newDocument);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void deleteDocument(final UUID id) {
|
|
||||||
documentRepository.deleteById(id);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<Document> getAllDocuments() {
|
|
||||||
return documentRepository.findAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
public Document getDocument(final UUID id) {
|
|
||||||
Optional<Document> employee = documentRepository.findById(id);
|
|
||||||
return employee.orElse(null);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<Document> findDocuments(
|
|
||||||
final int start, final int pageSize, final String sortProperty, final boolean asc) {
|
|
||||||
List<Document> documents = documentRepository.findAll();
|
|
||||||
|
|
||||||
int end = Math.min(start + pageSize, documents.size());
|
|
||||||
documents.sort(new BeanComparator<>(sortProperty));
|
|
||||||
|
|
||||||
if (!asc) {
|
|
||||||
Collections.reverse(documents);
|
|
||||||
}
|
|
||||||
|
|
||||||
return documents.subList(start, end);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<Document> findDocuments(final int start, final int pageSize) {
|
|
||||||
List<Document> employees = documentRepository.findAll();
|
|
||||||
|
|
||||||
int end = Math.min(start + pageSize, employees.size());
|
|
||||||
return employees.subList(start, end);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<Document> findDocumentBy(final DocumentType documentType,
|
|
||||||
final Employee employee,
|
|
||||||
final int start,
|
|
||||||
final int pageSize) {
|
|
||||||
List<Document> documents = documentRepository.findAll();
|
|
||||||
if (documentType != null) {
|
|
||||||
documents = documents.stream()
|
|
||||||
.filter(doc -> doc.getDocumentType().equals(documentType))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
if (employee != null) {
|
|
||||||
documents = documents.stream()
|
|
||||||
.filter(doc -> doc.getEmployee().equals(employee))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
int end = Math.min(start + pageSize, documents.size());
|
|
||||||
return documents.subList(start, end);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
package com.primefactorsolutions.service;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
|
||||||
import org.springframework.mail.SimpleMailMessage;
|
|
||||||
import org.springframework.mail.javamail.JavaMailSender;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
@Service
|
|
||||||
@AllArgsConstructor
|
|
||||||
@Slf4j
|
|
||||||
public class EmailService {
|
|
||||||
public static final String NO_REPLY_PRIMEFACTORSOLUTIONS_COM = "no-reply@primefactorsolutions.com";
|
|
||||||
private final JavaMailSender emailSender;
|
|
||||||
|
|
||||||
public void sendEmail(final String email, final String title, final String messageContent) {
|
|
||||||
try {
|
|
||||||
final SimpleMailMessage message = new SimpleMailMessage();
|
|
||||||
message.setFrom(NO_REPLY_PRIMEFACTORSOLUTIONS_COM);
|
|
||||||
message.setBcc(NO_REPLY_PRIMEFACTORSOLUTIONS_COM);
|
|
||||||
message.setTo(email);
|
|
||||||
message.setSubject(title);
|
|
||||||
message.setText(messageContent);
|
|
||||||
|
|
||||||
emailSender.send(message);
|
|
||||||
log.info("Sent email to {}", email);
|
|
||||||
} catch (Exception e) {
|
|
||||||
log.error("Error sending email to {}", email, e);
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,60 +1,25 @@
|
|||||||
package com.primefactorsolutions.service;
|
package com.primefactorsolutions.service;
|
||||||
import com.primefactorsolutions.model.Employee;
|
import com.primefactorsolutions.model.Employee;
|
||||||
import jakarta.persistence.EntityManager;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import org.apache.commons.beanutils.BeanComparator;
|
import org.apache.commons.beanutils.BeanComparator;
|
||||||
import com.primefactorsolutions.repositories.EmployeeRepository;
|
import com.primefactorsolutions.repositories.EmployeeRepository;
|
||||||
import org.springframework.ldap.core.LdapTemplate;
|
import lombok.Data;
|
||||||
import org.springframework.ldap.support.LdapNameBuilder;
|
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
import javax.naming.Name;
|
|
||||||
import javax.naming.directory.*;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
|
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
@AllArgsConstructor
|
@Data
|
||||||
public class EmployeeService {
|
public class EmployeeService {
|
||||||
private static final String USERPASSWORD = "userPassword";
|
|
||||||
private static final String OBJECTCLASS = "objectclass";
|
|
||||||
private static final String ORGANIZATIONAL_PERSON = "organizationalPerson";
|
|
||||||
private static final String INET_ORG_PERSON = "inetOrgPerson";
|
|
||||||
private static final String TOP = "top";
|
|
||||||
private static final String PERSON = "person";
|
|
||||||
public static final String BASE_DN = "dc=primefactorsolutions,dc=com";
|
|
||||||
|
|
||||||
private final EmployeeRepository employeeRepository;
|
private final EmployeeRepository employeeRepository;
|
||||||
private final LdapTemplate ldapTemplate;
|
|
||||||
private final EntityManager entityManager;
|
|
||||||
|
|
||||||
protected Name buildDn(final Employee employee) {
|
public EmployeeService(final EmployeeRepository employeeRepository) {
|
||||||
return LdapNameBuilder.newInstance(BASE_DN)
|
this.employeeRepository = employeeRepository;
|
||||||
.add("ou", "users")
|
|
||||||
.add("uid", employee.getUsername())
|
|
||||||
.build();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Employee getDetachedEmployeeByUsername(final String username) {
|
|
||||||
final Employee employee = employeeRepository.findByUsername(username).orElse(null);
|
|
||||||
|
|
||||||
if (employee != null) {
|
|
||||||
entityManager.detach(employee);
|
|
||||||
return employee;
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getTeamLeadName(final UUID teamId) {
|
|
||||||
// Encuentra al empleado con el rol de lead_manager en el equipo especificado
|
|
||||||
Optional<Employee> leadManager = employeeRepository.findByTeamId(teamId);
|
|
||||||
|
|
||||||
return leadManager.map(employee -> employee.getFirstName() + " " + employee.getLastName())
|
|
||||||
.orElse("No asignado");
|
|
||||||
}
|
|
||||||
public List<Employee> findEmployees(
|
public List<Employee> findEmployees(
|
||||||
final int start, final int pageSize, final String sortProperty, final boolean asc) {
|
final int start, final int pageSize, final String sortProperty, final boolean asc) {
|
||||||
List<Employee> employees = employeeRepository.findAll();
|
List<Employee> employees = employeeRepository.findAll();
|
||||||
@ -76,54 +41,12 @@ public class EmployeeService {
|
|||||||
return employees.subList(start, end);
|
return employees.subList(start, end);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Employee getEmployeeByPersonalEmail(final String email) {
|
|
||||||
return employeeRepository.findByPersonalEmail(email).orElse(null);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Employee createOrUpdate(final Employee employee) {
|
public Employee createOrUpdate(final Employee employee) {
|
||||||
if (employee.getId() == null) {
|
|
||||||
final Name dn = buildDn(employee);
|
|
||||||
// ldapClient.bind(dn).attributes(buildAttributes(employee)).execute();
|
|
||||||
ldapTemplate.bind(dn, null, buildAttributes(employee));
|
|
||||||
}
|
|
||||||
|
|
||||||
return employeeRepository.save(employee);
|
return employeeRepository.save(employee);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Employee getEmployee(final UUID id) {
|
public Employee getEmployee(final UUID id) {
|
||||||
final Optional<Employee> employee = employeeRepository.findById(id);
|
Optional<Employee> employee = employeeRepository.findById(id);
|
||||||
|
|
||||||
return employee.orElse(null);
|
return employee.orElse(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
private Attributes buildAttributes(final Employee employee) {
|
|
||||||
final Attributes attrs = new BasicAttributes();
|
|
||||||
final BasicAttribute ocattr = new BasicAttribute(OBJECTCLASS);
|
|
||||||
ocattr.add(TOP);
|
|
||||||
ocattr.add(PERSON);
|
|
||||||
ocattr.add(ORGANIZATIONAL_PERSON);
|
|
||||||
ocattr.add(INET_ORG_PERSON);
|
|
||||||
attrs.put(ocattr);
|
|
||||||
attrs.put("cn", String.format("%s %s", employee.getFirstName(), employee.getLastName()));
|
|
||||||
attrs.put("sn", String.format("%s %s", employee.getFirstName(), employee.getLastName()));
|
|
||||||
attrs.put("uid", employee.getUsername());
|
|
||||||
attrs.put(USERPASSWORD, String.format("%s%s", employee.getUsername(), 123));
|
|
||||||
|
|
||||||
return attrs;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void updatePassword(final Employee employee, final String newPassword) {
|
|
||||||
final Attribute attr = new BasicAttribute(USERPASSWORD, newPassword);
|
|
||||||
final ModificationItem item = new ModificationItem(DirContext.REPLACE_ATTRIBUTE, attr);
|
|
||||||
|
|
||||||
ldapTemplate.modifyAttributes(buildDn(employee), new ModificationItem[] {item});
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<Employee> findAllEmployees() {
|
|
||||||
return employeeRepository.findAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<Employee> findEmployeesByTeam(final String teamName) {
|
|
||||||
return employeeRepository.findByTeamName(teamName);
|
|
||||||
}
|
|
||||||
}
|
}
|
@ -1,99 +0,0 @@
|
|||||||
package com.primefactorsolutions.service;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.HoursWorked;
|
|
||||||
import com.primefactorsolutions.repositories.HoursWorkedRepository;
|
|
||||||
import org.apache.commons.beanutils.BeanComparator;
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
import java.time.LocalDate;
|
|
||||||
import java.util.*;
|
|
||||||
|
|
||||||
@Service
|
|
||||||
public class HoursWorkedService {
|
|
||||||
private final HoursWorkedRepository hoursWorkedRepository;
|
|
||||||
|
|
||||||
@Autowired
|
|
||||||
public HoursWorkedService(final HoursWorkedRepository hoursWorkedRepository) {
|
|
||||||
this.hoursWorkedRepository = hoursWorkedRepository;
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<HoursWorked> findAll() {
|
|
||||||
return hoursWorkedRepository.findAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
public double getTotalHoursWorkedByEmployeeForWeek(final UUID employeeId, final int weekNumber) {
|
|
||||||
List<HoursWorked> hoursWorkedList = hoursWorkedRepository.findByWeekNumber(weekNumber);
|
|
||||||
return hoursWorkedList.stream()
|
|
||||||
.filter(hw -> hw.getEmployee().getId().equals(employeeId))
|
|
||||||
.mapToDouble(HoursWorked::getTotalHours)
|
|
||||||
.sum();
|
|
||||||
}
|
|
||||||
|
|
||||||
public HoursWorked findHoursWorked(final UUID id) {
|
|
||||||
Optional<HoursWorked> hoursWorked = hoursWorkedRepository.findById(id);
|
|
||||||
HoursWorked hw = hoursWorked.get();
|
|
||||||
return hw;
|
|
||||||
}
|
|
||||||
|
|
||||||
public HoursWorked saveHoursWorked(final HoursWorked hoursWorked) {
|
|
||||||
return hoursWorkedRepository.save(hoursWorked);
|
|
||||||
}
|
|
||||||
|
|
||||||
public HoursWorked save(final HoursWorked hoursWorked) {
|
|
||||||
return hoursWorkedRepository.save(hoursWorked);
|
|
||||||
}
|
|
||||||
|
|
||||||
public double getTotalHoursForEmployee(final UUID employeeId, final int weekNumber) {
|
|
||||||
List<HoursWorked> activities = hoursWorkedRepository.findByEmployeeIdAndWeekNumber(employeeId, weekNumber);
|
|
||||||
return HoursWorked.calculateTotalHours(activities);
|
|
||||||
}
|
|
||||||
|
|
||||||
public double getPendingHoursForEmployee(final UUID employeeId, final int weekNumber) {
|
|
||||||
List<HoursWorked> activities = hoursWorkedRepository.findByEmployeeIdAndWeekNumber(employeeId, weekNumber);
|
|
||||||
return HoursWorked.calculatePendingHours(activities);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<HoursWorked> findByWeekNumber(final int weekNumber) {
|
|
||||||
return hoursWorkedRepository.findByWeekNumber(weekNumber);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<HoursWorked> findByDate(final LocalDate date) {
|
|
||||||
return hoursWorkedRepository.findByDate(date);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<HoursWorked> findByDateAndWeekNumber(final LocalDate date, final int weekNumber) {
|
|
||||||
return hoursWorkedRepository.findByDate(date);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<HoursWorked> findHoursWorkeds(
|
|
||||||
final int start, final int pageSize, final String sortProperty, final boolean asc) {
|
|
||||||
List<HoursWorked> hoursWorkeds = hoursWorkedRepository.findAll();
|
|
||||||
|
|
||||||
int end = Math.min(start + pageSize, hoursWorkeds.size());
|
|
||||||
hoursWorkeds.sort(new BeanComparator<>(sortProperty));
|
|
||||||
|
|
||||||
if (!asc) {
|
|
||||||
Collections.reverse(hoursWorkeds);
|
|
||||||
}
|
|
||||||
|
|
||||||
return hoursWorkeds.subList(start, end);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<HoursWorked> findHoursWorkeds(final int start, final int pageSize) {
|
|
||||||
List<HoursWorked> hoursWorkeds = hoursWorkedRepository.findAll();
|
|
||||||
|
|
||||||
int end = Math.min(start + pageSize, hoursWorkeds.size());
|
|
||||||
return hoursWorkeds.subList(start, end);
|
|
||||||
}
|
|
||||||
|
|
||||||
public HoursWorked getHoursWorked(final UUID id) {
|
|
||||||
final Optional<HoursWorked> hoursWorked = hoursWorkedRepository.findById(id);
|
|
||||||
return hoursWorked.get();
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<HoursWorked> findListHoursWorkedEmployee(final UUID employeeId, final int weekNumber) {
|
|
||||||
return hoursWorkedRepository.findByEmployeeIdAndWeekNumber(employeeId, weekNumber);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -2,14 +2,14 @@ package com.primefactorsolutions.service;
|
|||||||
|
|
||||||
import com.primefactorsolutions.model.Question;
|
import com.primefactorsolutions.model.Question;
|
||||||
import com.primefactorsolutions.repositories.QuestionRepository;
|
import com.primefactorsolutions.repositories.QuestionRepository;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.Data;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
@AllArgsConstructor
|
@Data
|
||||||
public class QuestionService {
|
public class QuestionService {
|
||||||
private final QuestionRepository questionRepository;
|
private final QuestionRepository questionRepository;
|
||||||
|
|
||||||
|
@ -1,177 +0,0 @@
|
|||||||
package com.primefactorsolutions.service;
|
|
||||||
|
|
||||||
import com.openhtmltopdf.pdfboxout.PdfBoxRenderer;
|
|
||||||
import com.openhtmltopdf.pdfboxout.PdfRendererBuilder;
|
|
||||||
import com.primefactorsolutions.repositories.HoursWorkedRepository;
|
|
||||||
import freemarker.template.Configuration;
|
|
||||||
import freemarker.template.DefaultObjectWrapper;
|
|
||||||
import freemarker.template.Template;
|
|
||||||
import freemarker.template.TemplateExceptionHandler;
|
|
||||||
import lombok.SneakyThrows;
|
|
||||||
import org.apache.pdfbox.io.MemoryUsageSetting;
|
|
||||||
import org.apache.pdfbox.pdmodel.PDDocument;
|
|
||||||
import org.apache.poi.ss.usermodel.*;
|
|
||||||
import org.apache.poi.ss.util.CellRangeAddress;
|
|
||||||
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
import java.io.*;
|
|
||||||
import java.nio.charset.StandardCharsets;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.TimeZone;
|
|
||||||
|
|
||||||
@Service
|
|
||||||
public class ReportService {
|
|
||||||
private final HoursWorkedRepository hoursWorkedRepository;
|
|
||||||
|
|
||||||
public ReportService(final HoursWorkedRepository hoursWorkedRepository) {
|
|
||||||
this.hoursWorkedRepository = hoursWorkedRepository;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Este método ahora solo crea el archivo Excel a partir de los datos que recibe.
|
|
||||||
public byte[] writeAsExcel(final String reportName, final List<String> headers,
|
|
||||||
final List<Map<String, Object>> data, final String selectedTeam,
|
|
||||||
final int weekNumber, final int currentYear)
|
|
||||||
throws IOException {
|
|
||||||
return createExcelFile(reportName, headers, data, selectedTeam, weekNumber, currentYear);
|
|
||||||
}
|
|
||||||
|
|
||||||
private byte[] createExcelFile(final String reportName, final List<String> headers,
|
|
||||||
final List<Map<String, Object>> data, final String selectedTeam,
|
|
||||||
final int weekNumber, final int currentYear)
|
|
||||||
throws IOException {
|
|
||||||
try (Workbook workbook = new XSSFWorkbook();
|
|
||||||
ByteArrayOutputStream os = new ByteArrayOutputStream()) {
|
|
||||||
Sheet sheet = workbook.createSheet(reportName);
|
|
||||||
|
|
||||||
// Crear encabezados
|
|
||||||
// Crear una fila para el rótulo "Reporte por equipo"
|
|
||||||
Row titleRow = sheet.createRow(0); // Fila 0 para el rótulo
|
|
||||||
Cell titleCell = titleRow.createCell(0);
|
|
||||||
|
|
||||||
// Concatenar el nombre del equipo al rótulo
|
|
||||||
String titleText = "Informe: " + weekNumber + "/" + currentYear;
|
|
||||||
titleCell.setCellValue(titleText);
|
|
||||||
|
|
||||||
// Estilo del rótulo
|
|
||||||
CellStyle titleStyle = workbook.createCellStyle();
|
|
||||||
Font titleFont = workbook.createFont();
|
|
||||||
titleFont.setBold(true);
|
|
||||||
titleFont.setFontHeightInPoints((short) 14); // Tamaño de la fuente
|
|
||||||
titleStyle.setFont(titleFont);
|
|
||||||
titleCell.setCellStyle(titleStyle);
|
|
||||||
|
|
||||||
// Fusionar celdas para el rótulo
|
|
||||||
sheet.addMergedRegion(new CellRangeAddress(0, 0, 0, headers.size() - 1)); // Ajusta el rango de celdas
|
|
||||||
|
|
||||||
// Crear filas adicionales con la información solicitada
|
|
||||||
Row asuntoRow = sheet.createRow(1); // Fila 1: Asunto
|
|
||||||
asuntoRow.createCell(0).setCellValue("Asunto: Informe semanal de horas trabajadas");
|
|
||||||
sheet.addMergedRegion(new CellRangeAddress(1, 1, 0, headers.size() - 1));
|
|
||||||
|
|
||||||
Row semanaRow = sheet.createRow(2); // Fila 2: Semana
|
|
||||||
semanaRow.createCell(0).setCellValue("Semana: " + weekNumber); // Puedes insertar una fecha real aquí
|
|
||||||
sheet.addMergedRegion(new CellRangeAddress(2, 2, 0, headers.size() - 1));
|
|
||||||
|
|
||||||
Row horasCumplirRow = sheet.createRow(3); // Fila 3: Horas a cumplir
|
|
||||||
horasCumplirRow.createCell(0).setCellValue("Horas a cumplir: 40 horas"); // Puedes agregar las horas reales
|
|
||||||
sheet.addMergedRegion(new CellRangeAddress(3, 3, 0, headers.size() - 1));
|
|
||||||
|
|
||||||
Row teamLeadRow = sheet.createRow(4); // Fila 4: Team Lead
|
|
||||||
teamLeadRow.createCell(0).setCellValue("Team Lead: "); // Solo texto
|
|
||||||
sheet.addMergedRegion(new CellRangeAddress(4, 4, 0, headers.size() - 1));
|
|
||||||
|
|
||||||
// Crear encabezados (fila 5)
|
|
||||||
Row headerRow = sheet.createRow(5); // Los encabezados empiezan en la fila 5
|
|
||||||
CellStyle headerStyle = workbook.createCellStyle();
|
|
||||||
Font headerFont = workbook.createFont();
|
|
||||||
headerFont.setBold(true);
|
|
||||||
headerStyle.setFont(headerFont);
|
|
||||||
|
|
||||||
for (int i = 0; i < headers.size(); i++) {
|
|
||||||
Cell cell = headerRow.createCell(i);
|
|
||||||
cell.setCellValue(headers.get(i));
|
|
||||||
cell.setCellStyle(headerStyle);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Crear filas de datos (a partir de la fila 6)
|
|
||||||
for (int i = 0; i < data.size(); i++) {
|
|
||||||
Row dataRow = sheet.createRow(i + 6); // Los datos empiezan después de la fila de encabezados
|
|
||||||
Map<String, Object> rowData = data.get(i);
|
|
||||||
int cellIndex = 0;
|
|
||||||
for (String key : headers) {
|
|
||||||
Cell cell = dataRow.createCell(cellIndex++);
|
|
||||||
Object value = rowData.get(key);
|
|
||||||
if (value != null) {
|
|
||||||
if (value instanceof String) {
|
|
||||||
cell.setCellValue((String) value);
|
|
||||||
} else if (value instanceof Number) {
|
|
||||||
cell.setCellValue(((Number) value).doubleValue());
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
cell.setCellValue(""); // Manejo de valores nulos
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
workbook.write(os);
|
|
||||||
return os.toByteArray();
|
|
||||||
} catch (IOException e) {
|
|
||||||
System.err.println("Error al generar el archivo Excel: " + e.getMessage());
|
|
||||||
throw e; // Propagar la excepción después de registrarla
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@SneakyThrows
|
|
||||||
public byte[] writeAsPdf(final String reportName, final Object model) {
|
|
||||||
try (var os = new ByteArrayOutputStream()) {
|
|
||||||
writeAsPdf(reportName, model, os);
|
|
||||||
|
|
||||||
return os.toByteArray();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@SneakyThrows
|
|
||||||
public void writeAsPdf(final String reportName, final Object model, final OutputStream out) {
|
|
||||||
var in = getTemplate(reportName);
|
|
||||||
final Configuration cfg = getConfiguration();
|
|
||||||
final Reader reader = new InputStreamReader(in);
|
|
||||||
final Template temp = new Template(reportName, reader, cfg);
|
|
||||||
|
|
||||||
var wrapper = new DefaultObjectWrapper(Configuration.VERSION_2_3_32);
|
|
||||||
ByteArrayOutputStream oo = new ByteArrayOutputStream();
|
|
||||||
Writer outTemplate = new OutputStreamWriter(oo);
|
|
||||||
|
|
||||||
temp.process(wrapper.wrap(model), outTemplate);
|
|
||||||
|
|
||||||
var builder = new PdfRendererBuilder();
|
|
||||||
builder.usePDDocument(new PDDocument(MemoryUsageSetting.setupMixed(1000000)));
|
|
||||||
builder.withHtmlContent(oo.toString(StandardCharsets.UTF_8), "/test");
|
|
||||||
builder.toStream(out);
|
|
||||||
|
|
||||||
try (PdfBoxRenderer pdfBoxRenderer = builder.buildPdfRenderer()) {
|
|
||||||
pdfBoxRenderer.layout();
|
|
||||||
pdfBoxRenderer.createPDF();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static InputStream getTemplate(final String reportName) {
|
|
||||||
return ReportService.class.getResourceAsStream(String.format("/reports/%s.html", reportName));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static Configuration getConfiguration() {
|
|
||||||
final Configuration cfg = new Configuration(Configuration.VERSION_2_3_32);
|
|
||||||
cfg.setDefaultEncoding("UTF-8");
|
|
||||||
cfg.setTemplateExceptionHandler(TemplateExceptionHandler.RETHROW_HANDLER);
|
|
||||||
cfg.setLogTemplateExceptions(false);
|
|
||||||
cfg.setWrapUncheckedExceptions(true);
|
|
||||||
cfg.setFallbackOnNullLoopVariable(false);
|
|
||||||
cfg.setSQLDateAndTimeTimeZone(TimeZone.getDefault());
|
|
||||||
|
|
||||||
return cfg;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,27 +0,0 @@
|
|||||||
package com.primefactorsolutions.service;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.Team;
|
|
||||||
import com.primefactorsolutions.repositories.TeamRepository;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
@Service
|
|
||||||
@AllArgsConstructor
|
|
||||||
public class TeamService {
|
|
||||||
private final TeamRepository teamRepository;
|
|
||||||
|
|
||||||
public void saveTeam(final Team newTeam) {
|
|
||||||
teamRepository.save(newTeam);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void deleteTeam(final UUID id) {
|
|
||||||
teamRepository.deleteById(id);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<Team> findAllTeams() {
|
|
||||||
return teamRepository.findAll();
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,88 +0,0 @@
|
|||||||
package com.primefactorsolutions.service;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.*;
|
|
||||||
import com.primefactorsolutions.repositories.TimeOffRequestRepository;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
import java.time.LocalDate;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.UUID;
|
|
||||||
import java.util.Optional;
|
|
||||||
|
|
||||||
@Service
|
|
||||||
@AllArgsConstructor
|
|
||||||
public class TimeOffRequestService {
|
|
||||||
private final TimeOffRequestRepository timeOffRequestRepository;
|
|
||||||
|
|
||||||
public void saveTimeOffRequest(final TimeOffRequest newTimeOffRequest) {
|
|
||||||
timeOffRequestRepository.save(newTimeOffRequest);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void deleteTimeOffRequestByEmployeeAndCategory(final UUID employeeId, final TimeOffRequestType category) {
|
|
||||||
timeOffRequestRepository.deleteByEmployeeIdAndCategory(employeeId, category);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void saveAll(final List<TimeOffRequest> requests) {
|
|
||||||
timeOffRequestRepository.saveAll(requests);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void deleteTimeOffRequest(final UUID id) {
|
|
||||||
timeOffRequestRepository.deleteById(id);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<TimeOffRequest> findAllTimeOffRequests() {
|
|
||||||
return timeOffRequestRepository.findAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
public TimeOffRequest findTimeOffRequest(final UUID id) {
|
|
||||||
Optional<TimeOffRequest> timeOffRequest = timeOffRequestRepository.findById(id);
|
|
||||||
return timeOffRequest.orElse(null);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<TimeOffRequest> findRequestsByState(final TimeOffRequestStatus state) {
|
|
||||||
return timeOffRequestRepository.findByState(state);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<TimeOffRequest> findRequestsByEmployeeId(final UUID idEmployee) {
|
|
||||||
return timeOffRequestRepository.findByEmployeeId(idEmployee);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Optional<TimeOffRequest> findByEmployeeAndState(final UUID employeeId, final TimeOffRequestStatus state) {
|
|
||||||
return timeOffRequestRepository.findByEmployeeIdAndState(employeeId, state);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<TimeOffRequest> findByEmployeeAndCategory(final UUID employeeId, final TimeOffRequestType category) {
|
|
||||||
return timeOffRequestRepository.findByEmployeeIdAndCategory(employeeId, category);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void updateRequestStatuses() {
|
|
||||||
List<TimeOffRequest> requests = findAllTimeOffRequests();
|
|
||||||
LocalDate now = LocalDate.now();
|
|
||||||
LocalDate startOfYear = LocalDate.of(now.getYear(), 1, 1);
|
|
||||||
|
|
||||||
for (TimeOffRequest request : requests) {
|
|
||||||
if (request.getCategory() == TimeOffRequestType.VACACION_GESTION_ACTUAL && now.isEqual(startOfYear)) {
|
|
||||||
deleteTimeOffRequestByEmployeeAndCategory(
|
|
||||||
request.getEmployee().getId(),
|
|
||||||
TimeOffRequestType.VACACION_GESTION_ANTERIOR
|
|
||||||
);
|
|
||||||
request.setCategory(TimeOffRequestType.VACACION_GESTION_ANTERIOR);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (request.getState() == TimeOffRequestStatus.APROBADO
|
|
||||||
|| request.getState() == TimeOffRequestStatus.EN_USO) {
|
|
||||||
LocalDate startDate = request.getStartDate();
|
|
||||||
LocalDate endDate = request.getEndDate();
|
|
||||||
|
|
||||||
if (now.isAfter(endDate)) {
|
|
||||||
request.setState(TimeOffRequestStatus.TOMADO);
|
|
||||||
} else if (now.isEqual(startDate) || (now.isAfter(startDate) && now.isBefore(endDate))) {
|
|
||||||
request.setState(TimeOffRequestStatus.EN_USO);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
saveAll(requests);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,23 +0,0 @@
|
|||||||
package com.primefactorsolutions.service;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.TimeOffRequestType;
|
|
||||||
import com.primefactorsolutions.model.Vacation;
|
|
||||||
import com.primefactorsolutions.repositories.VacationRepository;
|
|
||||||
import lombok.AllArgsConstructor;
|
|
||||||
import org.springframework.stereotype.Service;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
@Service
|
|
||||||
@AllArgsConstructor
|
|
||||||
public class VacationService {
|
|
||||||
private final VacationRepository vacationRepository;
|
|
||||||
|
|
||||||
public Vacation findVacationByCategory(final TimeOffRequestType category) {
|
|
||||||
return vacationRepository.findByCategory(category);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<Vacation> findVacations() {
|
|
||||||
return vacationRepository.findAll();
|
|
||||||
}
|
|
||||||
}
|
|
@ -37,7 +37,7 @@ public class AssessmentsListView extends Main {
|
|||||||
final HorizontalLayout hl = new HorizontalLayout();
|
final HorizontalLayout hl = new HorizontalLayout();
|
||||||
final Button addAssessment = new Button("Add Assessment");
|
final Button addAssessment = new Button("Add Assessment");
|
||||||
addAssessment.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent -> {
|
addAssessment.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent -> {
|
||||||
this.getUI().flatMap(ui -> ui.navigate(AssessmentView.class, "new"));
|
this.getUI().get().navigate(AssessmentView.class, "new");
|
||||||
});
|
});
|
||||||
hl.add(addAssessment);
|
hl.add(addAssessment);
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ public class AssessmentsListView extends Main {
|
|||||||
|
|
||||||
grid.addComponentColumn((ValueProvider<Assessment, Component>) assessment -> {
|
grid.addComponentColumn((ValueProvider<Assessment, Component>) assessment -> {
|
||||||
var result = new Button("Result", event ->
|
var result = new Button("Result", event ->
|
||||||
this.getUI().flatMap(ui -> ui.navigate(SubmissionView.class, assessment.getId().toString()))
|
this.getUI().get().navigate(SubmissionView.class, assessment.getId().toString())
|
||||||
);
|
);
|
||||||
result.setEnabled(assessment.isCompleted());
|
result.setEnabled(assessment.isCompleted());
|
||||||
|
|
||||||
@ -95,7 +95,6 @@ public class AssessmentsListView extends Main {
|
|||||||
return assessmentService.getAssessments().size();
|
return assessmentService.getAssessments().size();
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
|
||||||
@Override
|
@Override
|
||||||
public Stream<Assessment> fetch(final Query<Assessment, Object> query) {
|
public Stream<Assessment> fetch(final Query<Assessment, Object> query) {
|
||||||
int limit = query.getLimit();
|
int limit = query.getLimit();
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.vaadin.flow.component.html.Main;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
|
|
||||||
import lombok.Getter;
|
|
||||||
|
|
||||||
@Getter
|
|
||||||
public class BaseView extends Main {
|
|
||||||
|
|
||||||
private final VerticalLayout currentPageLayout;
|
|
||||||
|
|
||||||
public BaseView() {
|
|
||||||
currentPageLayout = new VerticalLayout();
|
|
||||||
add(currentPageLayout);
|
|
||||||
}
|
|
||||||
}
|
|
@ -28,13 +28,15 @@ import java.util.stream.Stream;
|
|||||||
@Route(value = "/candidates", layout = MainLayout.class)
|
@Route(value = "/candidates", layout = MainLayout.class)
|
||||||
@PermitAll
|
@PermitAll
|
||||||
public class CandidatesListView extends Main {
|
public class CandidatesListView extends Main {
|
||||||
|
private final CandidateService candidateService;
|
||||||
|
|
||||||
public CandidatesListView(final CandidateService candidateService) {
|
public CandidatesListView(final CandidateService candidateService) {
|
||||||
|
this.candidateService = candidateService;
|
||||||
|
|
||||||
final HorizontalLayout hl = new HorizontalLayout();
|
final HorizontalLayout hl = new HorizontalLayout();
|
||||||
final Button addCandidate = new Button("Add Candidate");
|
final Button addCandidate = new Button("Add Candidate");
|
||||||
addCandidate.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent -> {
|
addCandidate.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent -> {
|
||||||
this.getUI().flatMap(ui -> ui.navigate(CandidateView.class, "new"));
|
this.getUI().get().navigate(CandidateView.class, "new");
|
||||||
});
|
});
|
||||||
hl.add(addCandidate);
|
hl.add(addCandidate);
|
||||||
|
|
||||||
@ -44,7 +46,7 @@ public class CandidatesListView extends Main {
|
|||||||
grid.addComponentColumn((ValueProvider<Candidate, Component>) candidate -> {
|
grid.addComponentColumn((ValueProvider<Candidate, Component>) candidate -> {
|
||||||
final Button edit = new Button("Edit");
|
final Button edit = new Button("Edit");
|
||||||
edit.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent ->
|
edit.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent ->
|
||||||
this.getUI().flatMap(ui -> ui.navigate(CandidateView.class, candidate.getId().toString())));
|
this.getUI().get().navigate(CandidateView.class, candidate.getId().toString()));
|
||||||
return edit;
|
return edit;
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -59,7 +61,6 @@ public class CandidatesListView extends Main {
|
|||||||
return candidateService.getCandidates().size();
|
return candidateService.getCandidates().size();
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
|
||||||
@Override
|
@Override
|
||||||
public Stream<Candidate> fetch(final Query<Candidate, Object> query) {
|
public Stream<Candidate> fetch(final Query<Candidate, Object> query) {
|
||||||
int limit = query.getLimit();
|
int limit = query.getLimit();
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
public class Constants {
|
|
||||||
public static final int PAGE_SIZE = 10;
|
|
||||||
}
|
|
@ -1,273 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.Document;
|
|
||||||
import com.primefactorsolutions.model.DocumentType;
|
|
||||||
import com.primefactorsolutions.model.Employee;
|
|
||||||
import com.primefactorsolutions.service.DocumentService;
|
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
|
||||||
import com.vaadin.flow.component.Component;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
|
||||||
import com.vaadin.flow.component.notification.Notification;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.component.textfield.TextField;
|
|
||||||
import com.vaadin.flow.component.upload.Upload;
|
|
||||||
import com.vaadin.flow.component.upload.receivers.MemoryBuffer;
|
|
||||||
import com.vaadin.flow.router.*;
|
|
||||||
import com.vaadin.flow.server.StreamRegistration;
|
|
||||||
import com.vaadin.flow.server.StreamResource;
|
|
||||||
import com.vaadin.flow.spring.annotation.SpringComponent;
|
|
||||||
import elemental.json.Json;
|
|
||||||
import elemental.json.JsonArray;
|
|
||||||
import elemental.json.JsonObject;
|
|
||||||
import jakarta.annotation.security.PermitAll;
|
|
||||||
import org.springframework.context.annotation.Scope;
|
|
||||||
import org.springframework.security.core.userdetails.UserDetails;
|
|
||||||
import org.vaadin.firitin.form.BeanValidationForm;
|
|
||||||
import com.vaadin.flow.spring.security.AuthenticationContext;
|
|
||||||
|
|
||||||
import java.io.ByteArrayInputStream;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.util.Base64;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.UUID;
|
|
||||||
import java.io.InputStream;
|
|
||||||
|
|
||||||
@SpringComponent
|
|
||||||
@PermitAll
|
|
||||||
@Scope("prototype")
|
|
||||||
@PageTitle("Document")
|
|
||||||
@Route(value = "/documents/:documentId?/:action?", layout = MainLayout.class)
|
|
||||||
public class DocumentView extends BeanValidationForm<Document> implements HasUrlParameter<String> {
|
|
||||||
private final TextField fileName = new TextField("Document Name");
|
|
||||||
private final ComboBox<DocumentType> documentType = new ComboBox<>("Document Type");
|
|
||||||
private final ComboBox<Employee> employeeComboBox = new ComboBox<>("Employee");
|
|
||||||
private final MemoryBuffer buffer = new MemoryBuffer();
|
|
||||||
private final Upload uploadButton = new Upload(buffer);
|
|
||||||
private final DocumentService documentService;
|
|
||||||
private final EmployeeService employeeService;
|
|
||||||
private final AuthenticationContext authContext;
|
|
||||||
private boolean fileUploaded = false;
|
|
||||||
private Button saveButton;
|
|
||||||
private Button viewDocumentButton;
|
|
||||||
|
|
||||||
|
|
||||||
public DocumentView(final DocumentService documentService,
|
|
||||||
final EmployeeService employeeService,
|
|
||||||
final AuthenticationContext authContext) {
|
|
||||||
super(Document.class);
|
|
||||||
this.documentService = documentService;
|
|
||||||
this.employeeService = employeeService;
|
|
||||||
this.authContext = authContext;
|
|
||||||
initializeView();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initializeView() {
|
|
||||||
configureComponents();
|
|
||||||
configureUploadButton();
|
|
||||||
}
|
|
||||||
|
|
||||||
protected Button createSaveButton() {
|
|
||||||
saveButton = new Button("Save");
|
|
||||||
saveButton.addClickListener(event -> saveDocument());
|
|
||||||
return saveButton;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected Button createCloseButton() {
|
|
||||||
Button closeButton = new Button("Close");
|
|
||||||
closeButton.addClickListener(event -> closeForm());
|
|
||||||
return closeButton;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected Button createViewDocumentButton() {
|
|
||||||
viewDocumentButton = new Button("View Document");
|
|
||||||
viewDocumentButton.setEnabled(false);
|
|
||||||
viewDocumentButton.addClickListener(event -> viewDocument());
|
|
||||||
return viewDocumentButton;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setFileNameProperties() {
|
|
||||||
fileName.setWidthFull();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setDocumentTypeProperties() {
|
|
||||||
documentType.setItems(DocumentType.values());
|
|
||||||
documentType.setWidthFull();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setEmployeeComboBoxProperties() {
|
|
||||||
List<Employee> employees = employeeService.findAllEmployees();
|
|
||||||
employeeComboBox.setItems(employees);
|
|
||||||
employeeComboBox.setItemLabelGenerator(employee -> employee.getFirstName() + " " + employee.getLastName());
|
|
||||||
employeeComboBox.setWidthFull();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setDocumentCreator(final Document document) {
|
|
||||||
authContext.getAuthenticatedUser(UserDetails.class).ifPresent(user -> {
|
|
||||||
document.setCreator(user.getUsername());
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setFieldsReadOnly(final boolean option) {
|
|
||||||
fileName.setReadOnly(option);
|
|
||||||
documentType.setReadOnly(option);
|
|
||||||
employeeComboBox.setReadOnly(option);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void viewDocument() {
|
|
||||||
StreamResource resource;
|
|
||||||
try {
|
|
||||||
InputStream inputStream = buffer.getInputStream();
|
|
||||||
if (inputStream != null && inputStream.available() > 0) {
|
|
||||||
resource = new StreamResource(fileName.getValue(), () -> new ByteArrayInputStream(readFileData()));
|
|
||||||
} else {
|
|
||||||
byte[] fileData = getEntity().getFileData();
|
|
||||||
resource = new StreamResource(fileName.getValue(), () -> new ByteArrayInputStream(fileData));
|
|
||||||
}
|
|
||||||
resource.setContentType("application/pdf");
|
|
||||||
getUI().ifPresent(ui -> {
|
|
||||||
StreamRegistration registration = ui.getSession().getResourceRegistry().registerResource(resource);
|
|
||||||
ui.getPage().open(registration.getResourceUri().toString());
|
|
||||||
});
|
|
||||||
} catch (IOException e) {
|
|
||||||
Notification.show("Error reading file.");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToDocumentsListView() {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(DocumentsListView.class));
|
|
||||||
}
|
|
||||||
|
|
||||||
private void saveDocument() {
|
|
||||||
if (isFormValid()) {
|
|
||||||
Document document = getEntity();
|
|
||||||
document.setFileName(fileName.getValue());
|
|
||||||
document.setDocumentType(documentType.getValue());
|
|
||||||
document.setEmployee(employeeComboBox.getValue());
|
|
||||||
document.setFileData(readFileData());
|
|
||||||
setDocumentCreator(document);
|
|
||||||
|
|
||||||
documentService.saveDocument(document);
|
|
||||||
Notification.show("File saved successfully.");
|
|
||||||
clearForm();
|
|
||||||
} else {
|
|
||||||
Notification.show("Save failed: Please complete all fields and upload a file.");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void closeForm() {
|
|
||||||
navigateToDocumentsListView();
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isFormValid() {
|
|
||||||
return !fileName.isEmpty()
|
|
||||||
&& documentType.getValue() != null
|
|
||||||
&& employeeComboBox.getValue() != null
|
|
||||||
&& fileUploaded;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void clearForm() {
|
|
||||||
fileName.clear();
|
|
||||||
documentType.clear();
|
|
||||||
employeeComboBox.clear();
|
|
||||||
fileUploaded = false;
|
|
||||||
uploadButton.getElement().setPropertyJson("files", Json.createArray());
|
|
||||||
viewDocumentButton.setEnabled(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
private byte[] readFileData() {
|
|
||||||
try {
|
|
||||||
return buffer.getInputStream().readAllBytes();
|
|
||||||
} catch (IOException e) {
|
|
||||||
Notification.show("Error reading file data.");
|
|
||||||
return new byte[0];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void preLoadFile(final Document document) {
|
|
||||||
JsonArray jsonArray = Json.createArray();
|
|
||||||
JsonObject jsonObject = Json.createObject();
|
|
||||||
jsonObject.put("name", document.getFileName());
|
|
||||||
jsonObject.put("progress", 100);
|
|
||||||
jsonObject.put("complete", true);
|
|
||||||
jsonObject.put("fileData", Base64.getEncoder().encodeToString(document.getFileData()));
|
|
||||||
jsonArray.set(0, jsonObject);
|
|
||||||
uploadButton.getElement().setPropertyJson("files", jsonArray);
|
|
||||||
fileUploaded = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void updateSaveButtonState() {
|
|
||||||
boolean isModified = !fileName.getValue().equals(getEntity().getFileName())
|
|
||||||
|| documentType.getValue() != getEntity().getDocumentType()
|
|
||||||
|| employeeComboBox.getValue() != getEntity().getEmployee()
|
|
||||||
|| fileUploaded;
|
|
||||||
saveButton.setEnabled(isModified);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureComponents() {
|
|
||||||
setFileNameProperties();
|
|
||||||
setDocumentTypeProperties();
|
|
||||||
setEmployeeComboBoxProperties();
|
|
||||||
fileName.addValueChangeListener(e -> updateSaveButtonState());
|
|
||||||
documentType.addValueChangeListener(e -> updateSaveButtonState());
|
|
||||||
employeeComboBox.addValueChangeListener(e -> updateSaveButtonState());
|
|
||||||
uploadButton.addSucceededListener(e -> updateSaveButtonState());
|
|
||||||
uploadButton.getElement().addEventListener("file-remove", event -> updateSaveButtonState());
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureUploadButton() {
|
|
||||||
uploadButton.setMaxFiles(1);
|
|
||||||
uploadButton.setAcceptedFileTypes(".pdf");
|
|
||||||
uploadButton.addSucceededListener(event -> {
|
|
||||||
fileUploaded = true;
|
|
||||||
Notification.show("File uploaded successfully.");
|
|
||||||
viewDocumentButton.setEnabled(true);
|
|
||||||
updateSaveButtonState();
|
|
||||||
});
|
|
||||||
uploadButton.getElement().addEventListener("file-remove", event -> {
|
|
||||||
fileUploaded = false;
|
|
||||||
Notification.show("File removed.");
|
|
||||||
viewDocumentButton.setEnabled(false);
|
|
||||||
updateSaveButtonState();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureViewOrEditAction(final String action, final String documentIdString) {
|
|
||||||
if ("edit".equals(action) && !documentIdString.isEmpty()) {
|
|
||||||
setFieldsReadOnly(false);
|
|
||||||
preLoadFile(getEntity());
|
|
||||||
viewDocumentButton.setEnabled(true);
|
|
||||||
} else if ("view".equals(action) && !documentIdString.isEmpty()) {
|
|
||||||
setFieldsReadOnly(true);
|
|
||||||
preLoadFile(getEntity());
|
|
||||||
saveButton.setEnabled(false);
|
|
||||||
viewDocumentButton.setEnabled(true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setParameter(final BeforeEvent beforeEvent, final String action) {
|
|
||||||
final RouteParameters params = beforeEvent.getRouteParameters();
|
|
||||||
final String documentIdString = params.get("documentId").orElse(null);
|
|
||||||
|
|
||||||
if ("new".equals(action)) {
|
|
||||||
setEntityWithEnabledSave(new Document());
|
|
||||||
} else {
|
|
||||||
assert documentIdString != null;
|
|
||||||
UUID documentId = UUID.fromString(documentIdString);
|
|
||||||
Document document = documentService.getDocument(documentId);
|
|
||||||
setEntity(document);
|
|
||||||
employeeComboBox.setValue(document.getEmployee());
|
|
||||||
preLoadFile(document);
|
|
||||||
configureViewOrEditAction(action, documentIdString);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected List<Component> getFormComponents() {
|
|
||||||
HorizontalLayout buttonLayout = new HorizontalLayout();
|
|
||||||
buttonLayout.add(uploadButton, createViewDocumentButton());
|
|
||||||
buttonLayout.setSpacing(true);
|
|
||||||
return List.of(fileName, documentType, employeeComboBox, buttonLayout, createCloseButton());
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,211 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.Document;
|
|
||||||
import com.primefactorsolutions.model.DocumentType;
|
|
||||||
import com.primefactorsolutions.model.Employee;
|
|
||||||
import com.primefactorsolutions.service.DocumentService;
|
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
|
||||||
import com.vaadin.flow.component.UI;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
|
||||||
import com.vaadin.flow.component.grid.GridSortOrder;
|
|
||||||
import com.vaadin.flow.component.html.Span;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.data.provider.SortDirection;
|
|
||||||
import com.vaadin.flow.router.PageTitle;
|
|
||||||
import com.vaadin.flow.router.Route;
|
|
||||||
import com.vaadin.flow.server.StreamRegistration;
|
|
||||||
import com.vaadin.flow.server.StreamResource;
|
|
||||||
import com.vaadin.flow.spring.annotation.SpringComponent;
|
|
||||||
import jakarta.annotation.security.PermitAll;
|
|
||||||
import org.springframework.context.annotation.Scope;
|
|
||||||
import org.vaadin.firitin.components.grid.PagingGrid;
|
|
||||||
|
|
||||||
import java.io.ByteArrayInputStream;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
import static com.primefactorsolutions.views.Constants.PAGE_SIZE;
|
|
||||||
|
|
||||||
@SpringComponent
|
|
||||||
@Scope("prototype")
|
|
||||||
@PageTitle("Documents")
|
|
||||||
@Route(value = "/documents", layout = MainLayout.class)
|
|
||||||
@PermitAll
|
|
||||||
public class DocumentsListView extends BaseView {
|
|
||||||
|
|
||||||
private final DocumentService documentService;
|
|
||||||
private final EmployeeService employeeService;
|
|
||||||
private final PagingGrid<Document> documentGrid = new PagingGrid<>(Document.class);
|
|
||||||
private ComboBox<Employee> employeeFilter;
|
|
||||||
private ComboBox<DocumentType> documentTypeFilter;
|
|
||||||
|
|
||||||
public DocumentsListView(final DocumentService documentService, final EmployeeService employeeService) {
|
|
||||||
this.documentService = documentService;
|
|
||||||
this.employeeService = employeeService;
|
|
||||||
initializeView();
|
|
||||||
updateDocumentGrid(null, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initializeView() {
|
|
||||||
getCurrentPageLayout().add(createActionButton("Add Document", this::navigateToAddDocumentView));
|
|
||||||
|
|
||||||
final HorizontalLayout hl = new HorizontalLayout();
|
|
||||||
hl.add(createDocumentTypeFilter());
|
|
||||||
hl.add(createEmployeeFilter());
|
|
||||||
|
|
||||||
getCurrentPageLayout().add(hl);
|
|
||||||
|
|
||||||
configureDocumentGrid();
|
|
||||||
getCurrentPageLayout().add(documentGrid);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureDocumentGrid() {
|
|
||||||
documentGrid.setColumns("fileName", "documentType", "creator");
|
|
||||||
documentGrid.addComponentColumn(this::createEmployeeSpan).setHeader("Employee");
|
|
||||||
addActionColumns();
|
|
||||||
configurePagination();
|
|
||||||
}
|
|
||||||
|
|
||||||
private Span createEmployeeSpan(final Document document) {
|
|
||||||
Employee employee = document.getEmployee();
|
|
||||||
String employeeName = employee.getFirstName() + " " + employee.getLastName();
|
|
||||||
return new Span(employeeName);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void addActionColumns() {
|
|
||||||
addDocumentActionColumn("View", this::navigateToDocumentView);
|
|
||||||
addDocumentActionColumn("Edit", this::navigateToEditDocumentView);
|
|
||||||
addDocumentActionColumn("Download", this::downloadDocument);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void addDocumentActionColumn(final String label, final DocumentActionHandler handler) {
|
|
||||||
documentGrid.addComponentColumn(document -> createActionButton(label, () -> handler.handle(document)));
|
|
||||||
}
|
|
||||||
|
|
||||||
private Button createActionButton(final String label, final Runnable onClickAction) {
|
|
||||||
Button actionButton = new Button(label);
|
|
||||||
actionButton.addClickListener(event -> onClickAction.run());
|
|
||||||
return actionButton;
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<DocumentType> createDocumentTypeFilter() {
|
|
||||||
documentTypeFilter = new ComboBox<>("Document Type");
|
|
||||||
documentTypeFilter.setItems(DocumentType.values());
|
|
||||||
documentTypeFilter.setValue(DocumentType.values()[0]);
|
|
||||||
documentTypeFilter.addValueChangeListener(event -> {
|
|
||||||
updateDocumentGrid(event.getValue(), employeeFilter.getValue());
|
|
||||||
});
|
|
||||||
return documentTypeFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Employee> createEmployeeFilter() {
|
|
||||||
employeeFilter = new ComboBox<>("Employee");
|
|
||||||
List<Employee> employees = employeeService.findAllEmployees();
|
|
||||||
employees.addFirst(createAllEmployeesOption());
|
|
||||||
employeeFilter.setItems(employees);
|
|
||||||
employeeFilter.setItemLabelGenerator(this::getEmployeeLabel);
|
|
||||||
employeeFilter.setValue(employees.getFirst());
|
|
||||||
employeeFilter.addValueChangeListener(event -> {
|
|
||||||
updateDocumentGrid(documentTypeFilter.getValue(), event.getValue());
|
|
||||||
});
|
|
||||||
return employeeFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private Employee createAllEmployeesOption() {
|
|
||||||
Employee allEmployeesOption = new Employee();
|
|
||||||
allEmployeesOption.setFirstName("All");
|
|
||||||
return allEmployeesOption;
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getEmployeeLabel(final Employee employee) {
|
|
||||||
return employee.getFirstName().equals("All") ? "All" : employee.getFirstName() + " " + employee.getLastName();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToEditDocumentView(final Document document) {
|
|
||||||
navigateToDocumentView(document, "edit");
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToDocumentView(final Document document) {
|
|
||||||
navigateToDocumentView(document, "view");
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToDocumentView(final Document document, final String action) {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(DocumentView.class, document.getId().toString() + "/" + action));
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToAddDocumentView() {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(DocumentView.class, "new"));
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configurePagination() {
|
|
||||||
documentGrid.setPaginationBarMode(PagingGrid.PaginationBarMode.BOTTOM);
|
|
||||||
documentGrid.setPageSize(PAGE_SIZE);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void updateDocumentGrid(final DocumentType documentType, final Employee employee) {
|
|
||||||
DocumentType finalDocumentType = isValidDocumentType(documentType) ? documentType : null;
|
|
||||||
Employee finalEmployee = isValidEmployee(employee) ? employee : null;
|
|
||||||
documentGrid.setPagingDataProvider((page, pageSize) ->
|
|
||||||
(finalDocumentType == null && finalEmployee == null)
|
|
||||||
? fetchDocuments((int) page, pageSize)
|
|
||||||
: fetchFilteredDocuments((int) page, pageSize, finalDocumentType, finalEmployee)
|
|
||||||
);
|
|
||||||
documentGrid.getDataProvider().refreshAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isValidDocumentType(final DocumentType documentType) {
|
|
||||||
return documentType != null && !"All".equals(documentType.name());
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isValidEmployee(final Employee employee) {
|
|
||||||
return employee != null && !"All".equals(employee.getFirstName());
|
|
||||||
}
|
|
||||||
|
|
||||||
private List<Document> fetchFilteredDocuments(final int page,
|
|
||||||
final int pageSize,
|
|
||||||
final DocumentType documentType,
|
|
||||||
final Employee employee) {
|
|
||||||
return documentService.findDocumentBy(documentType, employee, page, pageSize);
|
|
||||||
}
|
|
||||||
|
|
||||||
private List<Document> fetchDocuments(final int page, final int size) {
|
|
||||||
int startIndex = page * size;
|
|
||||||
return isSortOrderPresent()
|
|
||||||
? fetchSortedDocuments(startIndex, size)
|
|
||||||
: documentService.findDocuments(startIndex, size);
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isSortOrderPresent() {
|
|
||||||
return !documentGrid.getSortOrder().isEmpty();
|
|
||||||
}
|
|
||||||
|
|
||||||
private List<Document> fetchSortedDocuments(final int start, final int pageSize) {
|
|
||||||
GridSortOrder<Document> sortOrder = documentGrid.getSortOrder().getFirst();
|
|
||||||
return documentService.findDocuments(start, pageSize,
|
|
||||||
sortOrder.getSorted().getKey(),
|
|
||||||
sortOrder.getDirection() == SortDirection.ASCENDING);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void downloadDocument(final Document document) {
|
|
||||||
StreamResource resource = createDocumentStreamResource(document);
|
|
||||||
getUI().ifPresent(ui -> openDocumentStream(resource, ui));
|
|
||||||
}
|
|
||||||
|
|
||||||
private StreamResource createDocumentStreamResource(final Document document) {
|
|
||||||
StreamResource resource = new StreamResource(document.getFileName(),
|
|
||||||
() -> new ByteArrayInputStream(document.getFileData()));
|
|
||||||
resource.setContentType("application/pdf");
|
|
||||||
resource.setHeader("Content-Disposition", "attachment; filename=\"" + document.getFileName() + ".pdf\"");
|
|
||||||
return resource;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void openDocumentStream(final StreamResource resource, final UI ui) {
|
|
||||||
StreamRegistration registration = ui.getSession().getResourceRegistry().registerResource(resource);
|
|
||||||
ui.getPage().open(registration.getResourceUri().toString());
|
|
||||||
}
|
|
||||||
|
|
||||||
@FunctionalInterface
|
|
||||||
private interface DocumentActionHandler {
|
|
||||||
void handle(Document document);
|
|
||||||
}
|
|
||||||
}
|
|
@ -0,0 +1,17 @@
|
|||||||
|
package com.primefactorsolutions.views;
|
||||||
|
|
||||||
|
import com.vaadin.flow.component.html.Main;
|
||||||
|
import com.vaadin.flow.router.PageTitle;
|
||||||
|
import com.vaadin.flow.router.Route;
|
||||||
|
import com.vaadin.flow.spring.annotation.SpringComponent;
|
||||||
|
import jakarta.annotation.security.PermitAll;
|
||||||
|
import org.springframework.context.annotation.Scope;
|
||||||
|
|
||||||
|
@SpringComponent
|
||||||
|
@PermitAll
|
||||||
|
@Scope("prototype")
|
||||||
|
@PageTitle("Documents")
|
||||||
|
@Route(value = "/documents/me", layout = MainLayout.class)
|
||||||
|
public class DocumentsView extends Main {
|
||||||
|
}
|
||||||
|
|
@ -1,46 +1,29 @@
|
|||||||
package com.primefactorsolutions.views;
|
package com.primefactorsolutions.views;
|
||||||
|
|
||||||
import com.primefactorsolutions.model.Employee;
|
import com.primefactorsolutions.model.Employee;
|
||||||
import com.primefactorsolutions.model.Team;
|
|
||||||
import com.primefactorsolutions.model.*;
|
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
import com.primefactorsolutions.service.EmployeeService;
|
||||||
import com.primefactorsolutions.service.ReportService;
|
|
||||||
import com.primefactorsolutions.service.TeamService;
|
|
||||||
import com.primefactorsolutions.service.TimeOffRequestService;
|
|
||||||
import com.vaadin.componentfactory.pdfviewer.PdfViewer;
|
|
||||||
import com.vaadin.flow.component.ClickEvent;
|
|
||||||
import com.vaadin.flow.component.Component;
|
import com.vaadin.flow.component.Component;
|
||||||
import com.vaadin.flow.component.ComponentEventListener;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
import com.vaadin.flow.component.button.Button;
|
||||||
import com.vaadin.flow.component.button.ButtonVariant;
|
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
import com.vaadin.flow.component.combobox.ComboBox;
|
||||||
import com.vaadin.flow.component.dialog.Dialog;
|
|
||||||
import com.vaadin.flow.component.html.H2;
|
import com.vaadin.flow.component.html.H2;
|
||||||
import com.vaadin.flow.component.html.H3;
|
import com.vaadin.flow.component.html.H3;
|
||||||
import com.vaadin.flow.component.html.Image;
|
|
||||||
import com.vaadin.flow.component.notification.Notification;
|
import com.vaadin.flow.component.notification.Notification;
|
||||||
import com.vaadin.flow.component.orderedlayout.FlexComponent;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
||||||
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
|
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
|
||||||
import com.vaadin.flow.component.textfield.EmailField;
|
import com.vaadin.flow.component.textfield.EmailField;
|
||||||
import com.vaadin.flow.component.textfield.TextField;
|
import com.vaadin.flow.component.textfield.TextField;
|
||||||
import com.vaadin.flow.component.upload.Upload;
|
|
||||||
import com.vaadin.flow.component.upload.receivers.MemoryBuffer;
|
|
||||||
import com.vaadin.flow.data.value.ValueChangeMode;
|
import com.vaadin.flow.data.value.ValueChangeMode;
|
||||||
import com.vaadin.flow.router.*;
|
import com.vaadin.flow.router.BeforeEvent;
|
||||||
import com.vaadin.flow.server.StreamResource;
|
import com.vaadin.flow.router.HasUrlParameter;
|
||||||
|
import com.vaadin.flow.router.PageTitle;
|
||||||
|
import com.vaadin.flow.router.Route;
|
||||||
import com.vaadin.flow.spring.annotation.SpringComponent;
|
import com.vaadin.flow.spring.annotation.SpringComponent;
|
||||||
import jakarta.annotation.security.PermitAll;
|
import jakarta.annotation.security.PermitAll;
|
||||||
|
import org.apache.commons.lang3.StringUtils;
|
||||||
import org.springframework.context.annotation.Scope;
|
import org.springframework.context.annotation.Scope;
|
||||||
import org.vaadin.firitin.components.datepicker.VDatePicker;
|
import org.vaadin.firitin.components.datepicker.VDatePicker;
|
||||||
import org.vaadin.firitin.form.BeanValidationForm;
|
import org.vaadin.firitin.form.BeanValidationForm;
|
||||||
|
|
||||||
import java.io.ByteArrayInputStream;
|
|
||||||
import java.io.ByteArrayOutputStream;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.time.LocalDate;
|
|
||||||
import java.time.temporal.ChronoUnit;
|
|
||||||
import java.util.Base64;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
@ -48,255 +31,146 @@ import java.util.UUID;
|
|||||||
@PermitAll
|
@PermitAll
|
||||||
@Scope("prototype")
|
@Scope("prototype")
|
||||||
@PageTitle("Employee")
|
@PageTitle("Employee")
|
||||||
@Route(value = "/employees/:employeeId?/:action?", layout = MainLayout.class)
|
@Route(value = "/employees", layout = MainLayout.class)
|
||||||
public class EmployeeView extends BeanValidationForm<Employee> implements HasUrlParameter<String> {
|
public class EmployeeView extends BeanValidationForm<Employee> implements HasUrlParameter<String> {
|
||||||
|
|
||||||
private final EmployeeService employeeService;
|
private final EmployeeService employeeService;
|
||||||
private final ReportService reportService;
|
|
||||||
private final TimeOffRequestService requestService;
|
|
||||||
private final TeamService teamService;
|
|
||||||
|
|
||||||
// TODO: campo usado para registrar al empleado en LDAP. Este campo podria estar en otro form eventualmente.
|
private final TextField firstName;
|
||||||
private final TextField username = createTextField("Username: ", 30, true);
|
private final TextField lastName;
|
||||||
private final TextField firstName = createTextField("Nombres: ", 30, true);
|
private final ComboBox<String> status;
|
||||||
private final TextField lastName = createTextField("Apellidos", 30, true);
|
private final VDatePicker birthday;
|
||||||
private final ComboBox<Employee.Status> status = createStatusComboBox();
|
private final TextField birthCity;
|
||||||
private final ComboBox<Employee.Gender> gender = createGenderComboBox();
|
private final ComboBox<String> maritalStatus;
|
||||||
private final VDatePicker birthday = new VDatePicker("Fecha de Nacimiento");
|
private final TextField residenceAddress;
|
||||||
private final TextField age = createTextField("Edad", 3, false);
|
private final TextField phoneNumber;
|
||||||
private final TextField birthCity = createTextField("Ciudad y País de Nacimiento ejemplo: (Ciudad, País) ",
|
private final EmailField personalEmail;
|
||||||
30, false);
|
|
||||||
private final TextField residenceAddress = createTextField("Dirección de Residencia", 50, false);
|
|
||||||
private final TextField localAddress = createTextField("Departamento y Provincia de Residencia "
|
|
||||||
+ " ejemplo: (Departamento-Provincia)", 30, false);
|
|
||||||
private final ComboBox<Employee.MaritalStatus> maritalStatus = createMaritalStatusComboBox();
|
|
||||||
private final TextField numberOfChildren = createTextField("Numero de Hijos", 2, false);
|
|
||||||
private final TextField ci = createTextField("CI", 10, false);
|
|
||||||
private final TextField issuedIn = createTextField("Expedido en ", 10, false);
|
|
||||||
private final TextField phoneNumber = createTextField("Teléfono", 8, false);
|
|
||||||
private final EmailField personalEmail = createEmailField("E-mail ejemplo: (ejemplo@gmail.com)");
|
|
||||||
private final TextField emergencyCName = createTextField("Nombres y Apellidos de Contacto", 50, false);
|
|
||||||
private final TextField emergencyCAddress = createTextField("Dirección de Contacto", 50, false);
|
|
||||||
private final TextField emergencyCPhone = createTextField("Teléfono de Contacto", 8, false);
|
|
||||||
private final EmailField emergencyCEmail = createEmailField("Email de Contacto ejemplo: (ejemplo@gmail.com)");
|
|
||||||
|
|
||||||
private final MemoryBuffer buffer = new MemoryBuffer();
|
private final TextField emergencyCName;
|
||||||
private final Upload upload = new Upload(buffer);
|
private final TextField emergencyCAddress;
|
||||||
private final Image profileImagePreview = new Image();
|
private final TextField emergencyCPhone;
|
||||||
|
private final EmailField emergencyCEmail;
|
||||||
|
|
||||||
//INFORMACION PROFESIONAL
|
private final H2 mt;
|
||||||
private final TextField pTitle1 = createTextField("Título 1", 30, false);
|
private final H3 fs;
|
||||||
private final TextField pTitle2 = createTextField("Título 2", 30, false);
|
private final H3 ss;
|
||||||
private final TextField pTitle3 = createTextField("Título 3", 30, false);
|
|
||||||
private final TextField pStudy1 = createTextField("Estudio 1", 30, false);
|
|
||||||
private final TextField pStudy2 = createTextField("Estudio 2", 30, false);
|
|
||||||
private final TextField pStudy3 = createTextField("Estudio 3", 30, false);
|
|
||||||
private final TextField certification1 = createTextField("Certificación 1", 30, false);
|
|
||||||
private final TextField certification2 = createTextField("Certificación 2", 30, false);
|
|
||||||
private final TextField certification3 = createTextField("Certificación 3", 30, false);
|
|
||||||
private final TextField certification4 = createTextField("Certificación 4", 30, false);
|
|
||||||
private final TextField recognition = createTextField("Reconocimientos", 30, false);
|
|
||||||
private final TextField achievements = createTextField("Logros Profesionales", 30, false);
|
|
||||||
private final TextField language = createTextField("Idioma", 50, false);
|
|
||||||
private final TextField languageLevel = createTextField("Nivel de Idioma", 30, false);
|
|
||||||
|
|
||||||
//INFORMACION ADMINISTRATIVA
|
public EmployeeView(final EmployeeService employeeService) {
|
||||||
private final TextField cod = createTextField("Codigo de Empleado", 20, false);
|
|
||||||
private final TextField position = createTextField("Cargo", 30, false);
|
|
||||||
private final ComboBox<Team> team = new ComboBox<>("Equipo");
|
|
||||||
private final TextField leadManager = createTextField("Lead/Manager", 30, false);
|
|
||||||
private final TextField project = createTextField("Proyecto", 30, false);
|
|
||||||
private final VDatePicker dateOfEntry = new VDatePicker("Fecha de Ingreso");
|
|
||||||
private final VDatePicker dateOfExit = new VDatePicker("Fecha de Retiro");
|
|
||||||
private final TextField contractType = createTextField("Tipo de Contratación", 30, false);
|
|
||||||
private final TextField seniority = createTextField("Antiguedad", 30, false);
|
|
||||||
private final TextField salary = createTextField("Salario", 30, false);
|
|
||||||
private final TextField bankName = createTextField("Banco", 30, false);
|
|
||||||
private final TextField accountNumber = createTextField("Nro. de Cuenta", 30, false);
|
|
||||||
private final TextField gpss = createTextField("Código Único de Asegurado (GPSS)", 30, false);
|
|
||||||
private final TextField sss = createTextField("Matricula de Asegurado (SSS)", 30, false);
|
|
||||||
private final TextField beneficiaries = createTextField("Derechohabientes", 30, false);
|
|
||||||
|
|
||||||
private static final String SAVE_BUTTON_TEXT = "Save";
|
|
||||||
private static final String EDIT_BUTTON_TEXT = "Edit";
|
|
||||||
private static final String NOTIFICATION_SAVE_SUCCESS = "Employee saved successfully.";
|
|
||||||
private static final String NOTIFICATION_VALIDATE_ERROR = "Please complete the required fields correctly.";
|
|
||||||
private static final String PHONE_NUMBER_ERROR_MESSAGE = "El teléfono debe contener solo números.";
|
|
||||||
|
|
||||||
private final Button saveButton = new Button(SAVE_BUTTON_TEXT, e -> saveEmployee());
|
|
||||||
private final Button editButton = new Button(EDIT_BUTTON_TEXT, e -> enableEditMode());
|
|
||||||
private final Button reportButton = new Button("Generar Ficha");
|
|
||||||
private final Dialog dialog = new Dialog();
|
|
||||||
private final PdfViewer pdfViewer = new PdfViewer();
|
|
||||||
|
|
||||||
//TITULOS PARA INFORMACION PERSONAL
|
|
||||||
private final H2 infoPer = new H2("Información Personal");
|
|
||||||
private final H3 infoGenr = new H3("Información General");
|
|
||||||
private final H3 contEmerg = new H3("Contacto de Emergencia");
|
|
||||||
//TITULOS PARA INFORMACIÓN PROFESIONAL
|
|
||||||
private final H2 infProf = new H2("Información Profesional");
|
|
||||||
private final H3 titulos = new H3("Titulos Profesionales y Estudios Realizados");
|
|
||||||
private final H3 certif = new H3("Certificaciones Profesionales");
|
|
||||||
private final H3 logros = new H3("Otros Logros y Reconocimientos");
|
|
||||||
private final H3 idioma = new H3("Dominio de Idiomas");
|
|
||||||
//TITULOS PARA INFORMACIÓN ADMINISTRATIVA
|
|
||||||
private final H2 infoAdm = new H2("Información Administrativa");
|
|
||||||
private final H3 infoCont = new H3("Información de Contratación");
|
|
||||||
private final H3 datBanc = new H3("Datos Bancarios");
|
|
||||||
private final H3 datGest = new H3("Datos Gestora Pública y Seguro Social");
|
|
||||||
|
|
||||||
public EmployeeView(final EmployeeService employeeService,
|
|
||||||
final ReportService reportService,
|
|
||||||
final TeamService teamService,
|
|
||||||
final TimeOffRequestService requestService) {
|
|
||||||
super(Employee.class);
|
super(Employee.class);
|
||||||
this.employeeService = employeeService;
|
this.employeeService = employeeService;
|
||||||
this.reportService = reportService;
|
|
||||||
this.requestService = requestService;
|
|
||||||
this.teamService = teamService;
|
|
||||||
saveButton.addThemeVariants(ButtonVariant.LUMO_PRIMARY);
|
|
||||||
|
|
||||||
configureComponents();
|
mt = new H2("Información General del Empleado");
|
||||||
|
fs = new H3("Información Personal");
|
||||||
|
ss = new H3("Datos de Contacto de Emergencia");
|
||||||
|
|
||||||
|
final HorizontalLayout mainLayout = new HorizontalLayout();
|
||||||
|
final VerticalLayout sidebar = createSidebar();
|
||||||
|
final VerticalLayout contentLayout = createContentLayout();
|
||||||
|
final VerticalLayout contentLayout2 = createContentLayout();
|
||||||
|
|
||||||
|
firstName = new TextField("Nombres: ");
|
||||||
|
firstName.setWidthFull();
|
||||||
|
firstName.setMaxLength(30);
|
||||||
|
firstName.setRequired(true);
|
||||||
|
|
||||||
|
lastName = new TextField("Apellidos");
|
||||||
|
lastName.setWidthFull();
|
||||||
|
lastName.setMaxLength(30);
|
||||||
|
lastName.setRequired(true);
|
||||||
|
|
||||||
|
status = new ComboBox<>("Estado");
|
||||||
|
status.setItems(List.of("ACTIVE", "INACTIVE"));
|
||||||
|
lastName.setWidthFull();
|
||||||
|
lastName.setMaxLength(30);
|
||||||
|
status.setRequired(true);
|
||||||
|
|
||||||
|
birthday = new VDatePicker("Fecha de Nacimiento");
|
||||||
|
birthday.setWidthFull();
|
||||||
|
|
||||||
|
birthCity = new TextField("Ciudad y País de Nacimiento");
|
||||||
|
birthCity.setWidthFull();
|
||||||
|
birthCity.setMaxLength(20);
|
||||||
|
|
||||||
|
maritalStatus = new ComboBox<>("Estado Civil");
|
||||||
|
maritalStatus.setItems(List.of("Soltero", "Casado", "Viudo", "Divorciado"));
|
||||||
|
maritalStatus.setWidthFull();
|
||||||
|
|
||||||
|
residenceAddress = new TextField("Dirección de Residencia");
|
||||||
|
residenceAddress.setWidthFull();
|
||||||
|
residenceAddress.setMaxLength(50);
|
||||||
|
|
||||||
|
phoneNumber = new TextField("Teléfono");
|
||||||
|
phoneNumber.setWidthFull();
|
||||||
|
phoneNumber.setMaxLength(8);
|
||||||
|
phoneNumber.setValueChangeMode(ValueChangeMode.EAGER);
|
||||||
|
phoneNumber.addValueChangeListener(e -> {
|
||||||
|
if (!e.getValue().matches("\\d*")) {
|
||||||
|
phoneNumber.setErrorMessage("El teléfono debe contener solo números.");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
personalEmail = new EmailField("E-mail");
|
||||||
|
personalEmail.setWidthFull();
|
||||||
|
personalEmail.setMaxLength(30);
|
||||||
|
|
||||||
|
emergencyCName = new TextField("Nombres y Apellidos de Contacto");
|
||||||
|
emergencyCName.setWidthFull();
|
||||||
|
emergencyCName.setMaxLength(50);
|
||||||
|
|
||||||
|
emergencyCAddress = new TextField("Dirección de Contacto");
|
||||||
|
emergencyCAddress.setWidthFull();
|
||||||
|
emergencyCAddress.setMaxLength(50);
|
||||||
|
|
||||||
|
emergencyCPhone = new TextField("Teléfono de Contacto");
|
||||||
|
emergencyCPhone.setWidthFull();
|
||||||
|
emergencyCPhone.setMaxLength(8);
|
||||||
|
emergencyCPhone.setValueChangeMode(ValueChangeMode.EAGER);
|
||||||
|
emergencyCPhone.addValueChangeListener(e -> {
|
||||||
|
if (!e.getValue().matches("\\d*")) {
|
||||||
|
emergencyCPhone.setErrorMessage("El teléfono debe contener solo números.");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
emergencyCEmail = new EmailField("Email de Contacto");
|
||||||
|
emergencyCEmail.setWidthFull();
|
||||||
|
emergencyCEmail.setMaxLength(30);
|
||||||
|
|
||||||
|
contentLayout.add(
|
||||||
|
mt, fs, firstName, lastName, status, birthday, birthCity, maritalStatus,
|
||||||
|
residenceAddress, phoneNumber, personalEmail);
|
||||||
|
|
||||||
|
contentLayout2.add(
|
||||||
|
ss, emergencyCName, emergencyCAddress, emergencyCPhone, emergencyCEmail);
|
||||||
|
|
||||||
|
setSavedHandler((SavedHandler<Employee>) employee -> {
|
||||||
|
if (validateForm()) {
|
||||||
|
final Employee saved = employeeService.createOrUpdate(employee);
|
||||||
|
Notification.show("Employee saved successfully.");
|
||||||
|
getUI().ifPresent(ui -> ui.navigate(EmployeesListView.class));
|
||||||
|
setEntityWithEnabledSave(saved);
|
||||||
|
} else {
|
||||||
|
Notification.show("Please complete the required fields correctly.", 3000, Notification.Position.MIDDLE);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mainLayout.add(sidebar, contentLayout, contentLayout2);
|
||||||
addClassName("main-layout");
|
addClassName("main-layout");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void configureComponents() {
|
private boolean validateForm() {
|
||||||
phoneNumber.setValueChangeMode(ValueChangeMode.EAGER);
|
return !firstName.isEmpty() && !lastName.isEmpty() && status.getValue() != null;
|
||||||
phoneNumber.addValueChangeListener(e -> validatePhoneNumber(phoneNumber, e.getValue()));
|
|
||||||
emergencyCPhone.setValueChangeMode(ValueChangeMode.EAGER);
|
|
||||||
emergencyCPhone.addValueChangeListener(e -> validatePhoneNumber(emergencyCPhone, e.getValue()));
|
|
||||||
|
|
||||||
firstName.setValueChangeMode(ValueChangeMode.EAGER);
|
|
||||||
firstName.addValueChangeListener(e -> validateNameField(firstName, e.getValue()));
|
|
||||||
lastName.setValueChangeMode(ValueChangeMode.EAGER);
|
|
||||||
lastName.addValueChangeListener(e -> validateNameField(lastName, e.getValue()));
|
|
||||||
createTeamComboBox();
|
|
||||||
|
|
||||||
configureUpload();
|
|
||||||
saveButton.setVisible(true);
|
|
||||||
editButton.setVisible(true);
|
|
||||||
reportButton.setVisible(true);
|
|
||||||
birthday.addValueChangeListener(event -> calculateAge());
|
|
||||||
birthday.setMax(java.time.LocalDate.now());
|
|
||||||
dateOfEntry.addValueChangeListener(event -> calculateSeniority());
|
|
||||||
dateOfEntry.addValueChangeListener(event -> calculateSeniority());
|
|
||||||
|
|
||||||
reportButton.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent -> {
|
|
||||||
var employee = getEntity();
|
|
||||||
byte[] pdfContent = reportService.writeAsPdf("ficha", employee);
|
|
||||||
var resource = new StreamResource("ficha.pdf", () -> new ByteArrayInputStream(pdfContent));
|
|
||||||
pdfViewer.setSrc(resource);
|
|
||||||
dialog.open();
|
|
||||||
});
|
|
||||||
|
|
||||||
initDialog();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void validateNameField(final TextField textField, final String value) {
|
private VerticalLayout createSidebar() {
|
||||||
if (!value.matches("^[a-zA-ZáéíóúÁÉÍÓÚñÑ\\s]*$")) {
|
VerticalLayout sidebar = new VerticalLayout();
|
||||||
textField.setInvalid(true);
|
sidebar.setWidth("250px");
|
||||||
textField.setErrorMessage("Este campo solo debe contener letras.");
|
sidebar.add(new Button("Información General", e -> navigateToSection("Información General")));
|
||||||
} else {
|
sidebar.add(new Button("Detalles Profesionales", e -> navigateToSection("Detalles Profesionales")));
|
||||||
textField.setInvalid(false);
|
return sidebar;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void calculateAge() {
|
private void navigateToSection(final String section) {
|
||||||
if (birthday.getValue() != null) {
|
Notification.show("Navigating to " + section);
|
||||||
int currentYear = java.time.LocalDate.now().getYear();
|
|
||||||
int birthYear = birthday.getValue().getYear();
|
|
||||||
int ages = currentYear - birthYear;
|
|
||||||
age.setValue(String.valueOf(ages));
|
|
||||||
if (ages < 18) {
|
|
||||||
birthday.setInvalid(true);
|
|
||||||
birthday.setErrorMessage("La edad no puede ser menor a 18 años.");
|
|
||||||
Notification.show("La edad ingresada no es válida, debe ser mayor o igual a 18 años.");
|
|
||||||
} else {
|
|
||||||
birthday.setInvalid(false);
|
|
||||||
}
|
|
||||||
System.out.println(age);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void calculateSeniority() {
|
|
||||||
LocalDate entryDate = dateOfEntry.getValue();
|
|
||||||
LocalDate exitDate = dateOfExit.getValue() != null ? dateOfExit.getValue() : LocalDate.now();
|
|
||||||
|
|
||||||
if (entryDate != null) {
|
|
||||||
long yearsOfService = ChronoUnit.YEARS.between(entryDate, exitDate);
|
|
||||||
String seniorityValue = yearsOfService + " años ";
|
|
||||||
seniority.setValue(seniorityValue);
|
|
||||||
} else {
|
|
||||||
seniority.setValue("No disponible");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureUpload() {
|
|
||||||
upload.setAcceptedFileTypes("image/jpeg", "image/png");
|
|
||||||
upload.setMaxFileSize(1024 * 1024);
|
|
||||||
upload.addSucceededListener(event -> {
|
|
||||||
try (ByteArrayOutputStream outputStream = new ByteArrayOutputStream()) {
|
|
||||||
buffer.getInputStream().transferTo(outputStream);
|
|
||||||
byte[] imageBytes = outputStream.toByteArray();
|
|
||||||
String base64Image = Base64.getEncoder().encodeToString(imageBytes);
|
|
||||||
|
|
||||||
getEntity().setProfileImage(base64Image);
|
|
||||||
|
|
||||||
profileImagePreview.setSrc("data:image/png;base64," + base64Image);
|
|
||||||
profileImagePreview.setMaxWidth("150px");
|
|
||||||
profileImagePreview.setMaxHeight("150px");
|
|
||||||
} catch (IOException e) {
|
|
||||||
Notification.show("Error al subir la imagen: " + e.getMessage());
|
|
||||||
e.printStackTrace();
|
|
||||||
} catch (Exception e) {
|
|
||||||
Notification.show("Error en el servidor al procesar la imagen.");
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private void validatePhoneNumber(final TextField textField, final String value) {
|
|
||||||
if (!value.matches("\\d*")) {
|
|
||||||
textField.setErrorMessage(PHONE_NUMBER_ERROR_MESSAGE);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initDialog() {
|
|
||||||
pdfViewer.setSizeFull();
|
|
||||||
H2 headline = new H2("Ficha Empleado");
|
|
||||||
headline.getStyle().set("margin", "var(--lumo-space-m) 0 0 0")
|
|
||||||
.set("font-size", "1.5em").set("font-weight", "bold");
|
|
||||||
|
|
||||||
final Button cancelDialogButton = new Button("Close", e -> dialog.close());
|
|
||||||
final HorizontalLayout buttonLayout = new HorizontalLayout(cancelDialogButton);
|
|
||||||
buttonLayout.setJustifyContentMode(FlexComponent.JustifyContentMode.END);
|
|
||||||
|
|
||||||
final VerticalLayout dialogLayout = new VerticalLayout(headline, pdfViewer, buttonLayout);
|
|
||||||
dialogLayout.getStyle().set("height", "100%");
|
|
||||||
dialogLayout.getStyle().set("overflow", "hidden");
|
|
||||||
dialogLayout.getStyle().set("display", "flex");
|
|
||||||
dialogLayout.getStyle().set("flex-direction", "column");
|
|
||||||
dialogLayout.setPadding(false);
|
|
||||||
dialogLayout.setAlignItems(FlexComponent.Alignment.STRETCH);
|
|
||||||
dialogLayout.getStyle().set("width", "700px").set("max-width", "100%");
|
|
||||||
dialogLayout.getStyle().set("height", "800px").set("max-height", "100%");
|
|
||||||
|
|
||||||
dialog.add(dialogLayout);
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Employee.MaritalStatus> createMaritalStatusComboBox() {
|
|
||||||
ComboBox<Employee.MaritalStatus> comboBox = new ComboBox<>("Estado Civil");
|
|
||||||
comboBox.setItems(Employee.MaritalStatus.values());
|
|
||||||
comboBox.setItemLabelGenerator(Employee.MaritalStatus::name);
|
|
||||||
return comboBox;
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Employee.Status> createStatusComboBox() {
|
|
||||||
ComboBox<Employee.Status> comboBox = new ComboBox<>("Estado");
|
|
||||||
comboBox.setItems(Employee.Status.values());
|
|
||||||
comboBox.setItemLabelGenerator(Employee.Status::name);
|
|
||||||
comboBox.setRequiredIndicatorVisible(true);
|
|
||||||
return comboBox;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private VerticalLayout createContentLayout() {
|
private VerticalLayout createContentLayout() {
|
||||||
@ -305,267 +179,36 @@ public class EmployeeView extends BeanValidationForm<Employee> implements HasUrl
|
|||||||
return contentLayout;
|
return contentLayout;
|
||||||
}
|
}
|
||||||
|
|
||||||
private TextField createTextField(final String label, final int maxLength, final boolean required) {
|
|
||||||
TextField textField = new TextField(label);
|
|
||||||
textField.setWidthFull();
|
|
||||||
textField.setMaxLength(maxLength);
|
|
||||||
textField.setRequired(required);
|
|
||||||
return textField;
|
|
||||||
}
|
|
||||||
|
|
||||||
private EmailField createEmailField(final String label) {
|
|
||||||
EmailField emailField = new EmailField(label);
|
|
||||||
emailField.setWidthFull();
|
|
||||||
emailField.setMaxLength(30);
|
|
||||||
return emailField;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void createTeamComboBox() {
|
|
||||||
List<Team> teams = teamService.findAllTeams();
|
|
||||||
team.setItems(teams);
|
|
||||||
team.setItemLabelGenerator(Team::getName);
|
|
||||||
team.setWidthFull();
|
|
||||||
}
|
|
||||||
|
|
||||||
private <T> ComboBox<T> createComboBox(final String label, final T[] items) {
|
|
||||||
ComboBox<T> comboBox = new ComboBox<>(label);
|
|
||||||
comboBox.setItems(items);
|
|
||||||
comboBox.setItemLabelGenerator(Object::toString);
|
|
||||||
comboBox.setWidthFull();
|
|
||||||
return comboBox;
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Employee.Gender> createGenderComboBox() {
|
|
||||||
ComboBox<Employee.Gender> comboBox = new ComboBox<>("Genero");
|
|
||||||
comboBox.setItems(Employee.Gender.values());
|
|
||||||
comboBox.setItemLabelGenerator(Employee.Gender::name);
|
|
||||||
comboBox.setRequiredIndicatorVisible(true);
|
|
||||||
return comboBox;
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean validateForm() {
|
|
||||||
return !firstName.isEmpty() && !lastName.isEmpty() && status.getValue() != null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setVacationDuration(
|
|
||||||
final Employee employee,
|
|
||||||
final TimeOffRequest request,
|
|
||||||
final LocalDate referenceDate) {
|
|
||||||
double yearsOfService = ChronoUnit.YEARS.between(employee.getDateOfEntry(), referenceDate);
|
|
||||||
request.setAvailableDays(calculateAvailableDays(yearsOfService));
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculateAvailableDays(final double yearsOfService) {
|
|
||||||
if (yearsOfService > 10) {
|
|
||||||
return 30.0;
|
|
||||||
} else if (yearsOfService > 5) {
|
|
||||||
return 20.0;
|
|
||||||
} else if (yearsOfService > 1) {
|
|
||||||
return 15.0;
|
|
||||||
} else {
|
|
||||||
return 0.0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void saveEmployee() {
|
|
||||||
if (validateForm()) {
|
|
||||||
Employee employee = getEntity();
|
|
||||||
employee.setStatus(status.getValue());
|
|
||||||
employee.setAge(age.getValue());
|
|
||||||
|
|
||||||
employeeService.createOrUpdate(employee);
|
|
||||||
Notification.show(NOTIFICATION_SAVE_SUCCESS);
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(EmployeesListView.class));
|
|
||||||
} else {
|
|
||||||
Notification.show(NOTIFICATION_VALIDATE_ERROR, 3000, Notification.Position.MIDDLE);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void enableEditMode() {
|
|
||||||
setFieldsEditable();
|
|
||||||
saveButton.setVisible(true);
|
|
||||||
editButton.setVisible(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setParameter(final BeforeEvent beforeEvent, final String action) {
|
public void setParameter(final BeforeEvent beforeEvent, final String s) {
|
||||||
final RouteParameters params = beforeEvent.getRouteParameters();
|
if (StringUtils.isNotBlank(s) && !"new".equals(s)) {
|
||||||
final String s = params.get("employeeId").orElse(null);
|
var employee = employeeService.getEmployee(UUID.fromString(s));
|
||||||
|
|
||||||
if ("new".equals(action)) {
|
|
||||||
setEntityWithEnabledSave(new Employee());
|
|
||||||
saveButton.setVisible(true);
|
|
||||||
editButton.setVisible(false);
|
|
||||||
setFieldsEditable();
|
|
||||||
} else {
|
|
||||||
UUID employeeId = UUID.fromString(s);
|
|
||||||
var employee = employeeService.getEmployee(employeeId);
|
|
||||||
setEntityWithEnabledSave(employee);
|
setEntityWithEnabledSave(employee);
|
||||||
|
|
||||||
if ("edit".equals(action) && !s.isEmpty()) {
|
|
||||||
saveButton.setVisible(true);
|
|
||||||
editButton.setVisible(false);
|
|
||||||
status.setValue(employee.getStatus());
|
|
||||||
setFieldsEditable();
|
|
||||||
} else if ("view".equals(action) && !s.isEmpty()) {
|
|
||||||
setFieldsReadOnly();
|
|
||||||
saveButton.setVisible(false);
|
|
||||||
editButton.setVisible(true);
|
|
||||||
setFieldsReadOnly();
|
|
||||||
displayProfileImage(employee);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void displayProfileImage(final Employee employee) {
|
|
||||||
if (employee.getProfileImage() != null && !employee.getProfileImage().isEmpty()) {
|
|
||||||
profileImagePreview.setSrc("data:image/jpeg;base64," + employee.getProfileImage());
|
|
||||||
profileImagePreview.setVisible(true);
|
|
||||||
profileImagePreview.setMaxWidth("250px");
|
|
||||||
profileImagePreview.setMaxHeight("250px");
|
|
||||||
|
|
||||||
upload.setVisible(true);
|
|
||||||
} else {
|
} else {
|
||||||
profileImagePreview.setVisible(true);
|
setEntityWithEnabledSave(new Employee());
|
||||||
upload.setVisible(true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setFieldsReadOnly() {
|
|
||||||
username.setReadOnly(false);
|
|
||||||
firstName.setReadOnly(true);
|
|
||||||
lastName.setReadOnly(true);
|
|
||||||
status.setReadOnly(true);
|
|
||||||
birthday.setReadOnly(true);
|
|
||||||
birthCity.setReadOnly(true);
|
|
||||||
residenceAddress.setReadOnly(true);
|
|
||||||
localAddress.setReadOnly(true);
|
|
||||||
maritalStatus.setReadOnly(true);
|
|
||||||
numberOfChildren.setReadOnly(true);
|
|
||||||
phoneNumber.setReadOnly(true);
|
|
||||||
personalEmail.setReadOnly(true);
|
|
||||||
position.setReadOnly(true);
|
|
||||||
team.setReadOnly(true);
|
|
||||||
emergencyCName.setReadOnly(true);
|
|
||||||
emergencyCAddress.setReadOnly(true);
|
|
||||||
emergencyCPhone.setReadOnly(true);
|
|
||||||
emergencyCEmail.setReadOnly(true);
|
|
||||||
upload.setVisible(true);
|
|
||||||
profileImagePreview.setVisible(true);
|
|
||||||
age.setReadOnly(true);
|
|
||||||
gender.setReadOnly(true);
|
|
||||||
status.setReadOnly(true);
|
|
||||||
ci.setReadOnly(true);
|
|
||||||
issuedIn.setReadOnly(true);
|
|
||||||
pTitle1.setReadOnly(true);
|
|
||||||
pTitle2.setReadOnly(true);
|
|
||||||
pTitle3.setReadOnly(true);
|
|
||||||
pStudy1.setReadOnly(true);
|
|
||||||
pStudy2.setReadOnly(true);
|
|
||||||
pStudy3.setReadOnly(true);
|
|
||||||
certification1.setReadOnly(true);
|
|
||||||
certification2.setReadOnly(true);
|
|
||||||
certification3.setReadOnly(true);
|
|
||||||
certification4.setReadOnly(true);
|
|
||||||
recognition.setReadOnly(true);
|
|
||||||
achievements.setReadOnly(true);
|
|
||||||
language.setReadOnly(true);
|
|
||||||
languageLevel.setReadOnly(true);
|
|
||||||
cod.setReadOnly(true);
|
|
||||||
leadManager.setReadOnly(true);
|
|
||||||
project.setReadOnly(true);
|
|
||||||
dateOfEntry.setReadOnly(true);
|
|
||||||
dateOfExit.setReadOnly(true);
|
|
||||||
contractType.setReadOnly(true);
|
|
||||||
seniority.setReadOnly(true);
|
|
||||||
salary.setReadOnly(true);
|
|
||||||
bankName.setReadOnly(true);
|
|
||||||
accountNumber.setReadOnly(true);
|
|
||||||
gpss.setReadOnly(true);
|
|
||||||
sss.setReadOnly(true);
|
|
||||||
beneficiaries.setReadOnly(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setFieldsEditable() {
|
|
||||||
username.setReadOnly(false);
|
|
||||||
firstName.setReadOnly(false);
|
|
||||||
lastName.setReadOnly(false);
|
|
||||||
status.setReadOnly(false);
|
|
||||||
birthday.setReadOnly(false);
|
|
||||||
birthCity.setReadOnly(false);
|
|
||||||
residenceAddress.setReadOnly(false);
|
|
||||||
localAddress.setReadOnly(false);
|
|
||||||
maritalStatus.setReadOnly(false);
|
|
||||||
numberOfChildren.setReadOnly(false);
|
|
||||||
phoneNumber.setReadOnly(false);
|
|
||||||
personalEmail.setReadOnly(false);
|
|
||||||
position.setReadOnly(false);
|
|
||||||
team.setReadOnly(false);
|
|
||||||
emergencyCName.setReadOnly(false);
|
|
||||||
emergencyCAddress.setReadOnly(false);
|
|
||||||
emergencyCPhone.setReadOnly(false);
|
|
||||||
emergencyCEmail.setReadOnly(false);
|
|
||||||
upload.setVisible(false);
|
|
||||||
profileImagePreview.setVisible(true);
|
|
||||||
age.setReadOnly(false);
|
|
||||||
gender.setReadOnly(false);
|
|
||||||
status.setReadOnly(false);
|
|
||||||
ci.setReadOnly(false);
|
|
||||||
issuedIn.setReadOnly(false);
|
|
||||||
pTitle1.setReadOnly(false);
|
|
||||||
pTitle2.setReadOnly(false);
|
|
||||||
pTitle3.setReadOnly(false);
|
|
||||||
pStudy1.setReadOnly(false);
|
|
||||||
pStudy2.setReadOnly(false);
|
|
||||||
pStudy3.setReadOnly(false);
|
|
||||||
certification1.setReadOnly(false);
|
|
||||||
certification2.setReadOnly(false);
|
|
||||||
certification3.setReadOnly(false);
|
|
||||||
certification4.setReadOnly(false);
|
|
||||||
recognition.setReadOnly(false);
|
|
||||||
achievements.setReadOnly(false);
|
|
||||||
language.setReadOnly(false);
|
|
||||||
languageLevel.setReadOnly(false);
|
|
||||||
cod.setReadOnly(false);
|
|
||||||
leadManager.setReadOnly(false);
|
|
||||||
project.setReadOnly(false);
|
|
||||||
dateOfEntry.setReadOnly(false);
|
|
||||||
dateOfExit.setReadOnly(false);
|
|
||||||
contractType.setReadOnly(false);
|
|
||||||
seniority.setReadOnly(false);
|
|
||||||
salary.setReadOnly(false);
|
|
||||||
bankName.setReadOnly(false);
|
|
||||||
accountNumber.setReadOnly(false);
|
|
||||||
gpss.setReadOnly(false);
|
|
||||||
sss.setReadOnly(false);
|
|
||||||
beneficiaries.setReadOnly(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected List<Component> getFormComponents() {
|
protected List<Component> getFormComponents() {
|
||||||
return List.of(
|
return List.of(
|
||||||
username,
|
mt,
|
||||||
infoPer,
|
fs,
|
||||||
infoGenr,
|
firstName,
|
||||||
upload, profileImagePreview,
|
lastName,
|
||||||
firstName, lastName,
|
status,
|
||||||
gender, status,
|
birthday,
|
||||||
birthday, age,
|
birthCity,
|
||||||
birthCity, residenceAddress, localAddress,
|
maritalStatus,
|
||||||
maritalStatus, ci, issuedIn, numberOfChildren,
|
residenceAddress,
|
||||||
phoneNumber, personalEmail,
|
phoneNumber,
|
||||||
contEmerg, emergencyCName, emergencyCAddress, emergencyCPhone, emergencyCEmail,
|
personalEmail,
|
||||||
infProf,
|
ss,
|
||||||
titulos, pTitle1, pTitle2, pTitle3, pStudy1, pStudy2, pStudy3,
|
emergencyCName,
|
||||||
certif, certification1, certification2, certification3, certification4,
|
emergencyCAddress,
|
||||||
logros, recognition, achievements,
|
emergencyCPhone,
|
||||||
idioma, language, languageLevel,
|
emergencyCEmail
|
||||||
infoAdm,
|
|
||||||
cod, position, team, leadManager, project,
|
|
||||||
infoCont, dateOfEntry, dateOfExit, contractType, seniority, salary,
|
|
||||||
datBanc, bankName, accountNumber,
|
|
||||||
datGest, gpss, sss, beneficiaries,
|
|
||||||
saveButton, editButton, reportButton, dialog
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import com.primefactorsolutions.model.Employee;
|
|||||||
import com.primefactorsolutions.service.EmployeeService;
|
import com.primefactorsolutions.service.EmployeeService;
|
||||||
import com.vaadin.flow.component.button.Button;
|
import com.vaadin.flow.component.button.Button;
|
||||||
import com.vaadin.flow.component.html.H2;
|
import com.vaadin.flow.component.html.H2;
|
||||||
|
import com.vaadin.flow.component.html.Main;
|
||||||
import com.vaadin.flow.router.PageTitle;
|
import com.vaadin.flow.router.PageTitle;
|
||||||
import com.vaadin.flow.router.Route;
|
import com.vaadin.flow.router.Route;
|
||||||
import com.vaadin.flow.spring.annotation.SpringComponent;
|
import com.vaadin.flow.spring.annotation.SpringComponent;
|
||||||
@ -15,12 +16,13 @@ import org.springframework.context.annotation.Scope;
|
|||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
||||||
@SpringComponent
|
@SpringComponent
|
||||||
@Scope("prototype")
|
@Scope("prototype")
|
||||||
@PageTitle("Employees")
|
@PageTitle("Employees")
|
||||||
@Route(value = "/employees", layout = MainLayout.class)
|
@Route(value = "/employees", layout = MainLayout.class)
|
||||||
@PermitAll
|
@PermitAll
|
||||||
public class EmployeesListView extends BaseView {
|
public class EmployeesListView extends Main {
|
||||||
|
|
||||||
private final EmployeeService employeeService;
|
private final EmployeeService employeeService;
|
||||||
private final PagingGrid<Employee> table = new PagingGrid<>(Employee.class);
|
private final PagingGrid<Employee> table = new PagingGrid<>(Employee.class);
|
||||||
@ -32,19 +34,24 @@ public class EmployeesListView extends BaseView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void setupView() {
|
private void setupView() {
|
||||||
getCurrentPageLayout().add(new H2("Employee List"));
|
add(new H2("Employee List"));
|
||||||
configureTable();
|
configureTable();
|
||||||
getCurrentPageLayout().add(createAddEmployeeButton());
|
add(createAddEmployeeButton());
|
||||||
getCurrentPageLayout().add(table);
|
add(table);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void configureTable() {
|
private void configureTable() {
|
||||||
table.setColumns("firstName", "lastName", "status");
|
table.setColumns("firstName", "lastName", "status");
|
||||||
addEditButtonColumn("View", this::navigateToEmployeeView);
|
|
||||||
addEditButtonColumn("Edit", this::navigateToEditView);
|
addEditButtonColumn("Edit", this::navigateToEditView);
|
||||||
setupPagingGrid();
|
setupPagingGrid();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void updateEmployeeStatus(final Employee employee, final boolean isActive) {
|
||||||
|
employee.setStatus(isActive ? Employee.Status.ACTIVE : Employee.Status.INACTIVE);
|
||||||
|
employeeService.createOrUpdate(employee);
|
||||||
|
refreshGrid();
|
||||||
|
}
|
||||||
|
|
||||||
private void addEditButtonColumn(final String label, final ButtonClickHandler handler) {
|
private void addEditButtonColumn(final String label, final ButtonClickHandler handler) {
|
||||||
table.addComponentColumn(employee -> createButton(label, () -> handler.handle(employee)));
|
table.addComponentColumn(employee -> createButton(label, () -> handler.handle(employee)));
|
||||||
}
|
}
|
||||||
@ -60,11 +67,7 @@ public class EmployeesListView extends BaseView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void navigateToEditView(final Employee employee) {
|
private void navigateToEditView(final Employee employee) {
|
||||||
getUI().ifPresent(ui -> ui.navigate(EmployeeView.class, employee.getId().toString() + "/edit"));
|
getUI().ifPresent(ui -> ui.navigate(EmployeeView.class, employee.getId().toString()));
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToEmployeeView(final Employee employee) {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(EmployeeView.class, employee.getId().toString() + "/view"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void navigateToAddEmployeeView() {
|
private void navigateToAddEmployeeView() {
|
||||||
@ -73,7 +76,7 @@ public class EmployeesListView extends BaseView {
|
|||||||
|
|
||||||
private void setupPagingGrid() {
|
private void setupPagingGrid() {
|
||||||
table.setPaginationBarMode(PagingGrid.PaginationBarMode.BOTTOM);
|
table.setPaginationBarMode(PagingGrid.PaginationBarMode.BOTTOM);
|
||||||
table.setPageSize(Constants.PAGE_SIZE);
|
table.setPageSize(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void refreshGrid() {
|
private void refreshGrid() {
|
||||||
|
@ -196,6 +196,7 @@ public class EvaluationView extends Main implements HasUrlParameter<String> {
|
|||||||
final MenuBar navMenuBar = new MenuBar();
|
final MenuBar navMenuBar = new MenuBar();
|
||||||
prev = navMenuBar.addItem("Anterior pregunta",
|
prev = navMenuBar.addItem("Anterior pregunta",
|
||||||
(ComponentEventListener<ClickEvent<MenuItem>>) menuItemClickEvent -> {
|
(ComponentEventListener<ClickEvent<MenuItem>>) menuItemClickEvent -> {
|
||||||
|
log.info(">>> prev");
|
||||||
this.currSubmission.setResponse(this.questionEditor.getValue());
|
this.currSubmission.setResponse(this.questionEditor.getValue());
|
||||||
this.assessmentService.saveSubmission(assessment.getId(), this.currSubmission);
|
this.assessmentService.saveSubmission(assessment.getId(), this.currSubmission);
|
||||||
this.currSubmission = this.assessmentService.getPrevSubmission(assessment.getId(), this.currSubmission);
|
this.currSubmission = this.assessmentService.getPrevSubmission(assessment.getId(), this.currSubmission);
|
||||||
@ -252,6 +253,7 @@ public class EvaluationView extends Main implements HasUrlParameter<String> {
|
|||||||
start = new Button("Empezar");
|
start = new Button("Empezar");
|
||||||
start.addThemeVariants(ButtonVariant.LUMO_PRIMARY, ButtonVariant.LUMO_SUCCESS);
|
start.addThemeVariants(ButtonVariant.LUMO_PRIMARY, ButtonVariant.LUMO_SUCCESS);
|
||||||
start.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent -> {
|
start.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent -> {
|
||||||
|
log.info(">>> start");
|
||||||
this.assessment = this.assessmentService.startAssessment(this.assessment.getId());
|
this.assessment = this.assessmentService.startAssessment(this.assessment.getId());
|
||||||
|
|
||||||
if (tf.getValue().trim().equalsIgnoreCase(this.assessment.getCandidate().getEmail())) {
|
if (tf.getValue().trim().equalsIgnoreCase(this.assessment.getCandidate().getEmail())) {
|
||||||
@ -316,6 +318,7 @@ public class EvaluationView extends Main implements HasUrlParameter<String> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void goToNext() {
|
private void goToNext() {
|
||||||
|
log.info(">>> next");
|
||||||
Submission found = this.assessmentService.getNextSubmission(assessment.getId(),
|
Submission found = this.assessmentService.getNextSubmission(assessment.getId(),
|
||||||
this.currSubmission.getId());
|
this.currSubmission.getId());
|
||||||
|
|
||||||
|
@ -1,256 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.Employee;
|
|
||||||
import com.primefactorsolutions.model.HoursWorked;
|
|
||||||
import com.primefactorsolutions.model.Team;
|
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
|
||||||
import com.primefactorsolutions.service.HoursWorkedService;
|
|
||||||
import com.primefactorsolutions.service.TeamService;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
|
||||||
import com.vaadin.flow.component.notification.Notification;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.router.PageTitle;
|
|
||||||
import com.vaadin.flow.router.Route;
|
|
||||||
import com.vaadin.flow.spring.annotation.SpringComponent;
|
|
||||||
import jakarta.annotation.security.PermitAll;
|
|
||||||
import org.springframework.context.annotation.Scope;
|
|
||||||
import org.vaadin.firitin.components.grid.PagingGrid;
|
|
||||||
|
|
||||||
import java.time.LocalDate;
|
|
||||||
import java.time.temporal.IsoFields;
|
|
||||||
import java.util.*;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
|
|
||||||
import static com.primefactorsolutions.views.Constants.PAGE_SIZE;
|
|
||||||
|
|
||||||
@SpringComponent
|
|
||||||
@PermitAll
|
|
||||||
@Scope("prototype")
|
|
||||||
@PageTitle("Registro de Horas Trabajadas")
|
|
||||||
@Route(value = "/hours-worked-list", layout = MainLayout.class)
|
|
||||||
public class HoursWorkedListView extends BaseView {
|
|
||||||
|
|
||||||
private final HoursWorkedService hoursWorkedService;
|
|
||||||
private final EmployeeService employeeService;
|
|
||||||
private final TeamService teamService;
|
|
||||||
private final PagingGrid<HoursWorked> hoursWorkedGrid = new PagingGrid<>();
|
|
||||||
private ComboBox<Employee> employeeFilter;
|
|
||||||
private ComboBox<Team> teamFilter;
|
|
||||||
private UUID selectedEmployeeId;
|
|
||||||
|
|
||||||
|
|
||||||
public HoursWorkedListView(final HoursWorkedService hoursWorkedService,
|
|
||||||
final EmployeeService employeeService,
|
|
||||||
final TeamService teamService) {
|
|
||||||
this.hoursWorkedService = hoursWorkedService;
|
|
||||||
this.employeeService = employeeService;
|
|
||||||
this.teamService = teamService;
|
|
||||||
|
|
||||||
initializeView();
|
|
||||||
refreshGridListHoursWorked(null, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void refreshGridListHoursWorked(final Employee employee,
|
|
||||||
final Team team) {
|
|
||||||
hoursWorkedGrid.setPagingDataProvider((page, pageSize) -> {
|
|
||||||
int start = (int) (page * hoursWorkedGrid.getPageSize());
|
|
||||||
List<HoursWorked> hoursWorkedList = fetchFilteredHoursWorked(start, pageSize, employee, team);
|
|
||||||
|
|
||||||
double totalHours = hoursWorkedList.stream()
|
|
||||||
.mapToDouble(HoursWorked::getTotalHours)
|
|
||||||
.sum();
|
|
||||||
|
|
||||||
Notification.show("Total de horas trabajadas: " + totalHours,
|
|
||||||
3000, Notification.Position.BOTTOM_CENTER);
|
|
||||||
|
|
||||||
return hoursWorkedList;
|
|
||||||
});
|
|
||||||
hoursWorkedGrid.getDataProvider().refreshAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
private List<HoursWorked> fetchFilteredHoursWorked(final int start,
|
|
||||||
final int pageSize,
|
|
||||||
final Employee employee,
|
|
||||||
final Team team) {
|
|
||||||
List<HoursWorked> filteredHoursWorked = hoursWorkedService.findAll();
|
|
||||||
|
|
||||||
if (employee != null && !"TODOS".equals(employee.getFirstName())) {
|
|
||||||
filteredHoursWorked = filteredHoursWorked.stream()
|
|
||||||
.filter(hw -> hw.getEmployee().getId().equals(employee.getId()))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (team != null && !"TODOS".equals(team.getName())) {
|
|
||||||
filteredHoursWorked = filteredHoursWorked.stream()
|
|
||||||
.filter(hw -> hw.getEmployee().getTeam() != null
|
|
||||||
&& hw.getEmployee().getTeam().getId().equals(team.getId()))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
for (HoursWorked hoursWorked : filteredHoursWorked) {
|
|
||||||
if (employee != null && hoursWorked.getEmployee().getId().equals(employee.getId())) {
|
|
||||||
LocalDate date = hoursWorked.getDate();
|
|
||||||
int currentWeek = date.get(IsoFields.WEEK_OF_WEEK_BASED_YEAR);
|
|
||||||
|
|
||||||
double totalWorkedInSameWeek = filteredHoursWorked.stream()
|
|
||||||
.filter(hw -> hw.getEmployee().getId().equals(employee.getId())
|
|
||||||
&&
|
|
||||||
hw.getDate().get(IsoFields.WEEK_OF_WEEK_BASED_YEAR) == currentWeek)
|
|
||||||
.mapToDouble(HoursWorked::getHours)
|
|
||||||
.sum();
|
|
||||||
|
|
||||||
double updatedPendingHours = totalWorkedInSameWeek - hoursWorked.getHours();
|
|
||||||
hoursWorked.setHoraspendientes(updatedPendingHours);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
int end = Math.min(start + pageSize, filteredHoursWorked.size());
|
|
||||||
return filteredHoursWorked.subList(start, end);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initializeView() {
|
|
||||||
getCurrentPageLayout().add(createAddHoursWorked());
|
|
||||||
setupFilters();
|
|
||||||
setupListHoursWorkedGrid();
|
|
||||||
getCurrentPageLayout().add(hoursWorkedGrid);
|
|
||||||
getCurrentPageLayout().add(createActionButtons());
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupFilters() {
|
|
||||||
final HorizontalLayout hl = new HorizontalLayout();
|
|
||||||
hl.add(createEmployeeFilter());
|
|
||||||
hl.add(createTeamFilter());
|
|
||||||
|
|
||||||
getCurrentPageLayout().add(hl);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupListHoursWorkedGrid() {
|
|
||||||
hoursWorkedGrid.addColumn(hw -> hw.getDate() != null ? hw.getDate().toString() : "")
|
|
||||||
.setHeader("Fecha")
|
|
||||||
.setSortable(true);
|
|
||||||
hoursWorkedGrid.addColumn(HoursWorked::getWeekNumber)
|
|
||||||
.setHeader("Semana")
|
|
||||||
.setSortable(true);
|
|
||||||
hoursWorkedGrid.addColumn(hw -> hw.getEmployee().getFirstName() + " " + hw.getEmployee().getLastName())
|
|
||||||
.setHeader("Empleado");
|
|
||||||
hoursWorkedGrid.addColumn(hw -> hw.getEmployee().getTeam() != null ? hw.getEmployee().getTeam()
|
|
||||||
.getName() : "Sin asignar")
|
|
||||||
.setHeader("Equipo");
|
|
||||||
hoursWorkedGrid.addColumn(HoursWorked::getActividad).setHeader("Actividad");
|
|
||||||
hoursWorkedGrid.addColumn(HoursWorked::getHours).setHeader("Total Horas").setSortable(true);
|
|
||||||
hoursWorkedGrid.addColumn(hw -> hw.getHoraspendientes() - calcularTotal(hw)).setHeader("Horas Pendientes")
|
|
||||||
.setSortable(true);
|
|
||||||
|
|
||||||
hoursWorkedGrid.setPaginationBarMode(PagingGrid.PaginationBarMode.BOTTOM);
|
|
||||||
hoursWorkedGrid.setPageSize(PAGE_SIZE);
|
|
||||||
hoursWorkedGrid.asSingleSelect().addValueChangeListener(event -> {
|
|
||||||
HoursWorked selectedHoursWorked = event.getValue();
|
|
||||||
if (selectedHoursWorked != null) {
|
|
||||||
selectedEmployeeId = selectedHoursWorked.getEmployee().getId();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calcularTotal(final HoursWorked hoursWorked) {
|
|
||||||
List<HoursWorked> listHoursworkedemploye = hoursWorkedService.findListHoursWorkedEmployee(
|
|
||||||
hoursWorked.getEmployee().getId(), hoursWorked.getWeekNumber());
|
|
||||||
return calculateTotalUtilized(listHoursworkedemploye);
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculateTotalUtilized(final List<HoursWorked> employeeRequests) {
|
|
||||||
return employeeRequests.stream()
|
|
||||||
.filter(Objects::nonNull)
|
|
||||||
.mapToDouble(HoursWorked::getHours)
|
|
||||||
.sum();
|
|
||||||
}
|
|
||||||
|
|
||||||
private HorizontalLayout createActionButtons() {
|
|
||||||
Button viewButton = new Button("Ver", event -> {
|
|
||||||
if (selectedEmployeeId != null) {
|
|
||||||
navigateToHoursWorkedView(selectedEmployeeId);
|
|
||||||
} else {
|
|
||||||
Notification.show("Seleccione una solicitud.", 3000, Notification.Position.MIDDLE);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
Button closeButton = new Button("Salir", event -> navigateToListView());
|
|
||||||
return new HorizontalLayout(viewButton, closeButton);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToListView() {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(MainView.class));
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToHoursWorkedView(final UUID idEmployee) {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate("hours-worked-list/" + idEmployee.toString()));
|
|
||||||
}
|
|
||||||
|
|
||||||
private Button createButton(final String label, final Runnable onClickAction) {
|
|
||||||
final Button button = new Button(label);
|
|
||||||
button.addClickListener(event -> onClickAction.run());
|
|
||||||
|
|
||||||
return button;
|
|
||||||
}
|
|
||||||
|
|
||||||
private Button createAddHoursWorked() {
|
|
||||||
return createButton("Agregar Actividad", this::navigateToHours);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToHours() {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(HoursWorkedView.class, "new"));
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Employee> createEmployeeFilter() {
|
|
||||||
employeeFilter = new ComboBox<>("Empleado");
|
|
||||||
final List<Employee> employees = new ArrayList<>(employeeService.findAllEmployees());
|
|
||||||
employees.addFirst(createAllEmployeesOption());
|
|
||||||
employeeFilter.setItems(employees);
|
|
||||||
employeeFilter.setItemLabelGenerator(this::getEmployeeFullName);
|
|
||||||
employeeFilter.setValue(employees.getFirst());
|
|
||||||
employeeFilter.addValueChangeListener(event ->
|
|
||||||
refreshGridListHoursWorked(
|
|
||||||
event.getValue(),
|
|
||||||
teamFilter.getValue()
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
return employeeFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getEmployeeFullName(final Employee employee) {
|
|
||||||
return "TODOS".equals(employee.getFirstName())
|
|
||||||
? "TODOS" : employee.getFirstName() + " " + employee.getLastName();
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Team> createTeamFilter() {
|
|
||||||
teamFilter = new ComboBox<>("Equipo");
|
|
||||||
List<Team> teams = new ArrayList<>(teamService.findAllTeams());
|
|
||||||
teams.addFirst(createAllTeamsOption());
|
|
||||||
teamFilter.setItems(teams);
|
|
||||||
teamFilter.setItemLabelGenerator(this::getTeamLabel);
|
|
||||||
teamFilter.setValue(teams.getFirst());
|
|
||||||
teamFilter.addValueChangeListener(event ->
|
|
||||||
refreshGridListHoursWorked(
|
|
||||||
employeeFilter.getValue(),
|
|
||||||
event.getValue()
|
|
||||||
)
|
|
||||||
);
|
|
||||||
return teamFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getTeamLabel(final Team team) {
|
|
||||||
return team != null && !"TODOS".equals(team.getName()) ? team.getName() : "TODOS";
|
|
||||||
}
|
|
||||||
|
|
||||||
private Employee createAllEmployeesOption() {
|
|
||||||
Employee allEmployeesOption = new Employee();
|
|
||||||
allEmployeesOption.setFirstName("TODOS");
|
|
||||||
return allEmployeesOption;
|
|
||||||
}
|
|
||||||
|
|
||||||
private Team createAllTeamsOption() {
|
|
||||||
Team allTeamsOption = new Team();
|
|
||||||
allTeamsOption.setName("TODOS");
|
|
||||||
return allTeamsOption;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,256 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.Employee;
|
|
||||||
import com.primefactorsolutions.model.HoursWorked;
|
|
||||||
import com.primefactorsolutions.model.Team;
|
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
|
||||||
import com.primefactorsolutions.service.HoursWorkedService;
|
|
||||||
import com.primefactorsolutions.service.TeamService;
|
|
||||||
import com.vaadin.flow.component.Component;
|
|
||||||
import com.vaadin.flow.component.html.H2;
|
|
||||||
import com.vaadin.flow.component.html.Label;
|
|
||||||
import com.vaadin.flow.component.notification.Notification;
|
|
||||||
import com.vaadin.flow.component.textfield.TextField;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
|
||||||
import com.vaadin.flow.router.*;
|
|
||||||
import com.vaadin.flow.spring.annotation.SpringComponent;
|
|
||||||
import jakarta.annotation.security.PermitAll;
|
|
||||||
import org.springframework.context.annotation.Scope;
|
|
||||||
import org.vaadin.firitin.components.datepicker.VDatePicker;
|
|
||||||
import org.vaadin.firitin.form.BeanValidationForm;
|
|
||||||
|
|
||||||
import java.time.LocalDate;
|
|
||||||
import java.time.YearMonth;
|
|
||||||
import java.time.temporal.IsoFields;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
@SpringComponent
|
|
||||||
@PermitAll
|
|
||||||
@Scope("prototype")
|
|
||||||
@PageTitle("Horas Trabajadas")
|
|
||||||
@Route(value = "/hours-worked-list/:hours-workedId?/:action?", layout = MainLayout.class)
|
|
||||||
public class HoursWorkedView extends BeanValidationForm<HoursWorked> implements HasUrlParameter<String> {
|
|
||||||
private final VDatePicker dateField = new VDatePicker("Fecha");
|
|
||||||
private final ComboBox<Team> teamField = new ComboBox<>("Equipo");
|
|
||||||
private ComboBox<Employee> employeeField;
|
|
||||||
private final ComboBox<String> tareasEspecificasDropdown = new ComboBox<>("Tarea Específica");
|
|
||||||
private final TextField tareaEspecificaInput = new TextField("Otra Tarea Específica");
|
|
||||||
private final TextField horasTareaEspecificaField = new TextField("Horas Tarea Específica");
|
|
||||||
private final TextField activityField = new TextField("Actividad");
|
|
||||||
private final TextField hoursField = new TextField("Horas");
|
|
||||||
|
|
||||||
private final H2 equipoLabel = new H2("Tareas del Cliente/Equipo");
|
|
||||||
private final H2 empresaLabel = new H2("Tareas de la Empresa");
|
|
||||||
private final Label totalCompletadoLabel = new Label();
|
|
||||||
|
|
||||||
private final HoursWorkedService hoursWorkedService;
|
|
||||||
private final EmployeeService employeeService;
|
|
||||||
private final TeamService teamService;
|
|
||||||
private HoursWorked hoursWorked;
|
|
||||||
private Employee employee;
|
|
||||||
|
|
||||||
private Button saveButton;
|
|
||||||
|
|
||||||
public HoursWorkedView(final HoursWorkedService hoursWorkedService,
|
|
||||||
final EmployeeService employeeService,
|
|
||||||
final TeamService teamService) {
|
|
||||||
super(HoursWorked.class);
|
|
||||||
this.hoursWorkedService = hoursWorkedService;
|
|
||||||
this.employeeService = employeeService;
|
|
||||||
this.teamService = teamService;
|
|
||||||
|
|
||||||
initializeDateField();
|
|
||||||
initializeTeamField();
|
|
||||||
initializeEmployeeField();
|
|
||||||
configureTareasEspecificas();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setParameter(final BeforeEvent beforeEvent, final String action) {
|
|
||||||
final RouteParameters params = beforeEvent.getRouteParameters();
|
|
||||||
final String s = params.get("hours-workedId").orElse(null);
|
|
||||||
|
|
||||||
if ("new".equals(action)) {
|
|
||||||
setEntityWithEnabledSave(new HoursWorked());
|
|
||||||
} else {
|
|
||||||
UUID hoursWorkedId = UUID.fromString(s);
|
|
||||||
var hoursWorked = hoursWorkedService.getHoursWorked(hoursWorkedId);
|
|
||||||
setEntityWithEnabledSave(hoursWorked);
|
|
||||||
|
|
||||||
if ("edit".equals(action) && !s.isEmpty()) {
|
|
||||||
saveButton.setVisible(true);
|
|
||||||
} else if ("view".equals(action) && !s.isEmpty()) {
|
|
||||||
saveButton.setVisible(false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected List<Component> getFormComponents() {
|
|
||||||
return List.of(
|
|
||||||
dateField,
|
|
||||||
teamField,
|
|
||||||
employeeField,
|
|
||||||
equipoLabel,
|
|
||||||
activityField,
|
|
||||||
hoursField,
|
|
||||||
empresaLabel,
|
|
||||||
tareasEspecificasDropdown,
|
|
||||||
tareaEspecificaInput,
|
|
||||||
horasTareaEspecificaField,
|
|
||||||
createCloseButton()
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureTareasEspecificas() {
|
|
||||||
tareasEspecificasDropdown.setItems("Entrevistas", "Reuniones",
|
|
||||||
"Colaboraciones", "Aprendizajes", "Proyectos PFS", "Otros");
|
|
||||||
tareasEspecificasDropdown.setPlaceholder("Selecciona una tarea...");
|
|
||||||
|
|
||||||
tareasEspecificasDropdown.addValueChangeListener(event -> {
|
|
||||||
String selected = event.getValue();
|
|
||||||
boolean isOtros = "Otros".equals(selected);
|
|
||||||
tareaEspecificaInput.setVisible(isOtros);
|
|
||||||
horasTareaEspecificaField.setVisible(true);
|
|
||||||
if (!isOtros) {
|
|
||||||
tareaEspecificaInput.clear();
|
|
||||||
horasTareaEspecificaField.clear();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
tareaEspecificaInput.setVisible(false);
|
|
||||||
horasTareaEspecificaField.setVisible(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected Button createSaveButton() {
|
|
||||||
saveButton = new Button("Guardar");
|
|
||||||
saveButton.addClickListener(event -> saveHoursWorked());
|
|
||||||
return saveButton;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected Button createCloseButton() {
|
|
||||||
Button closeButton = new Button("Cerrar");
|
|
||||||
closeButton.addClickListener(event -> closeForm());
|
|
||||||
return closeButton;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initializeTeamField() {
|
|
||||||
List<Team> teams = new ArrayList<>(teamService.findAllTeams());
|
|
||||||
teamField.setItems(teamService.findAllTeams());
|
|
||||||
teamField.setItemLabelGenerator(Team::getName);
|
|
||||||
teamField.setValue(teams.getFirst());
|
|
||||||
teamField.addValueChangeListener(event -> {
|
|
||||||
if (teams != null) {
|
|
||||||
employeeField.getValue();
|
|
||||||
event.getValue();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Employee> initializeEmployeeField() {
|
|
||||||
employeeField = new ComboBox<>("Empleado");
|
|
||||||
List<Employee> employees = new ArrayList<>(employeeService.findAllEmployees());
|
|
||||||
employeeField.setItems(employees);
|
|
||||||
employeeField.setItemLabelGenerator(this::getEmployeeFullName);
|
|
||||||
employeeField.setValue(employees.getFirst());
|
|
||||||
return employeeField;
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getEmployeeFullName(final Employee employee) {
|
|
||||||
return "TODOS".equals(employee.getFirstName())
|
|
||||||
? "TODOS" : employee.getFirstName() + " " + employee.getLastName();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initializeDateField() {
|
|
||||||
LocalDate today = LocalDate.now();
|
|
||||||
YearMonth currentMonth = YearMonth.of(today.getYear(), today.getMonth());
|
|
||||||
|
|
||||||
LocalDate startOfMonth = currentMonth.atDay(1);
|
|
||||||
|
|
||||||
LocalDate maxSelectableDate = today;
|
|
||||||
|
|
||||||
dateField.setMin(startOfMonth);
|
|
||||||
dateField.setMax(maxSelectableDate);
|
|
||||||
dateField.setValue(today);
|
|
||||||
|
|
||||||
dateField.addValueChangeListener(event -> {
|
|
||||||
LocalDate selectedDate = event.getValue();
|
|
||||||
if (selectedDate != null) {
|
|
||||||
int weekNumber = selectedDate.get(IsoFields.WEEK_OF_WEEK_BASED_YEAR);
|
|
||||||
Notification.show("Número de la semana: " + weekNumber, 3000, Notification.Position.BOTTOM_CENTER);
|
|
||||||
if (hoursWorked != null) {
|
|
||||||
hoursWorked.setWeekNumber(weekNumber);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private void saveHoursWorked() {
|
|
||||||
if (isFormValid()) {
|
|
||||||
HoursWorked hoursWorked = getEntity();
|
|
||||||
setFieldValues(hoursWorked);
|
|
||||||
hoursWorkedService.save(hoursWorked);
|
|
||||||
Notification.show("Horas trabajadas guardadas correctamente.");
|
|
||||||
closeForm();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setFieldValues(final HoursWorked hoursWorked) {
|
|
||||||
hoursWorked.setDate(dateField.getValue());
|
|
||||||
hoursWorked.setTeam(teamField.getValue());
|
|
||||||
hoursWorked.setEmployee(employeeField.getValue());
|
|
||||||
hoursWorked.setActividad(activityField.getValue());
|
|
||||||
try {
|
|
||||||
double hours = Double.parseDouble(hoursField.getValue());
|
|
||||||
hoursWorked.setHours(hours);
|
|
||||||
} catch (NumberFormatException e) {
|
|
||||||
Notification.show("Por favor, ingrese un número válido para las horas.");
|
|
||||||
}
|
|
||||||
if ("Otros".equals(tareasEspecificasDropdown.getValue())) {
|
|
||||||
hoursWorked.setTareasEspecificas(tareaEspecificaInput.getValue());
|
|
||||||
try {
|
|
||||||
double horasEspecifica = Double.parseDouble(horasTareaEspecificaField.getValue());
|
|
||||||
hoursWorked.setHorasTareasEspecificas(horasEspecifica);
|
|
||||||
double totalHoras = hoursWorked.getHours() + horasEspecifica;
|
|
||||||
hoursWorked.setTotalHours(totalHoras);
|
|
||||||
} catch (NumberFormatException e) {
|
|
||||||
Notification.show("Por favor, ingrese un número válido para las horas de la tarea específica.");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void closeForm() {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate("hours-worked-list/" + hoursWorked.getId().toString()));
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isFormValid() {
|
|
||||||
return dateField.getValue() != null
|
|
||||||
&&
|
|
||||||
teamField.getValue() != null
|
|
||||||
&&
|
|
||||||
employeeField.getValue() != null
|
|
||||||
&&
|
|
||||||
!activityField.isEmpty();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureViewOrEditAction(final String action) {
|
|
||||||
if ("edit".equals(action) && hoursWorked != null) {
|
|
||||||
setFieldsReadOnly(false);
|
|
||||||
} else if ("view".equals(action) && hoursWorked != null) {
|
|
||||||
setFieldsReadOnly(true);
|
|
||||||
saveButton.setEnabled(false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setFieldsReadOnly(final boolean readOnly) {
|
|
||||||
dateField.setReadOnly(readOnly);
|
|
||||||
teamField.setReadOnly(readOnly);
|
|
||||||
employeeField.setReadOnly(readOnly);
|
|
||||||
activityField.setReadOnly(readOnly);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,54 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.button.ButtonVariant;
|
|
||||||
import com.vaadin.flow.component.formlayout.FormLayout;
|
|
||||||
import com.vaadin.flow.component.html.H3;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
|
|
||||||
import com.vaadin.flow.component.textfield.PasswordField;
|
|
||||||
import com.vaadin.flow.router.BeforeEnterEvent;
|
|
||||||
import com.vaadin.flow.router.BeforeEnterObserver;
|
|
||||||
import com.vaadin.flow.router.PageTitle;
|
|
||||||
import com.vaadin.flow.router.Route;
|
|
||||||
import com.vaadin.flow.server.auth.AnonymousAllowed;
|
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
|
||||||
@Route("init-account")
|
|
||||||
@PageTitle("PFS Intra")
|
|
||||||
@AnonymousAllowed
|
|
||||||
public class InitAccountView extends VerticalLayout implements BeforeEnterObserver {
|
|
||||||
|
|
||||||
public InitAccountView() {
|
|
||||||
setSizeFull();
|
|
||||||
setAlignItems(Alignment.CENTER);
|
|
||||||
setJustifyContentMode(JustifyContentMode.CENTER);
|
|
||||||
|
|
||||||
final VerticalLayout vl = new VerticalLayout();
|
|
||||||
vl.setJustifyContentMode(JustifyContentMode.CENTER);
|
|
||||||
vl.setWidth("400px");
|
|
||||||
|
|
||||||
final PasswordField password = new PasswordField("Password");
|
|
||||||
final PasswordField confirmPassword = new PasswordField("Confirm Password");
|
|
||||||
|
|
||||||
final FormLayout formLayout = new FormLayout(password, confirmPassword);
|
|
||||||
formLayout.setColspan(password, 3);
|
|
||||||
formLayout.setColspan(confirmPassword, 3);
|
|
||||||
|
|
||||||
final Button primaryButton = new Button("Submit");
|
|
||||||
primaryButton.addThemeVariants(ButtonVariant.LUMO_PRIMARY);
|
|
||||||
|
|
||||||
final Button secondaryButton = new Button("Cancel");
|
|
||||||
HorizontalLayout hl = new HorizontalLayout(secondaryButton, primaryButton);
|
|
||||||
|
|
||||||
vl.add(new H3("Set Account Password"));
|
|
||||||
vl.add(formLayout);
|
|
||||||
vl.add(hl);
|
|
||||||
|
|
||||||
add(vl);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void beforeEnter(final BeforeEnterEvent beforeEnterEvent) {
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +1,6 @@
|
|||||||
package com.primefactorsolutions.views;
|
package com.primefactorsolutions.views;
|
||||||
|
|
||||||
import com.vaadin.flow.component.html.Anchor;
|
|
||||||
import com.vaadin.flow.component.html.H1;
|
import com.vaadin.flow.component.html.H1;
|
||||||
import com.vaadin.flow.component.html.Span;
|
|
||||||
import com.vaadin.flow.component.login.LoginForm;
|
import com.vaadin.flow.component.login.LoginForm;
|
||||||
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
|
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
|
||||||
import com.vaadin.flow.router.BeforeEnterEvent;
|
import com.vaadin.flow.router.BeforeEnterEvent;
|
||||||
@ -10,9 +8,6 @@ import com.vaadin.flow.router.BeforeEnterObserver;
|
|||||||
import com.vaadin.flow.router.PageTitle;
|
import com.vaadin.flow.router.PageTitle;
|
||||||
import com.vaadin.flow.router.Route;
|
import com.vaadin.flow.router.Route;
|
||||||
import com.vaadin.flow.server.auth.AnonymousAllowed;
|
import com.vaadin.flow.server.auth.AnonymousAllowed;
|
||||||
import com.vaadin.flow.theme.lumo.LumoUtility;
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
|
||||||
|
|
||||||
@Route("login")
|
@Route("login")
|
||||||
@PageTitle("PFS Intra")
|
@PageTitle("PFS Intra")
|
||||||
@ -21,22 +16,16 @@ public class LoginView extends VerticalLayout implements BeforeEnterObserver {
|
|||||||
|
|
||||||
private final LoginForm login = new LoginForm();
|
private final LoginForm login = new LoginForm();
|
||||||
|
|
||||||
public LoginView(@Autowired @Value("${git.commit.id.abbrev}") final String commitId) {
|
public LoginView() {
|
||||||
addClassName("login-view");
|
addClassName("login-view");
|
||||||
setSizeFull();
|
setSizeFull();
|
||||||
setAlignItems(Alignment.CENTER);
|
setAlignItems(Alignment.CENTER);
|
||||||
setJustifyContentMode(JustifyContentMode.CENTER);
|
setJustifyContentMode(JustifyContentMode.CENTER);
|
||||||
|
|
||||||
login.setAction("login");
|
login.setAction("login");
|
||||||
login.setForgotPasswordButtonVisible(false);
|
|
||||||
|
|
||||||
add(new H1("PFS Intra"));
|
add(new H1("PFS Intra"));
|
||||||
add(login);
|
add(login);
|
||||||
add(new Anchor("/password-recovery", "Reset password?"));
|
|
||||||
|
|
||||||
final Span version = new Span(String.format("v.%s", commitId));
|
|
||||||
version.addClassName(LumoUtility.FontSize.XSMALL);
|
|
||||||
add(version);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -1,34 +1,20 @@
|
|||||||
package com.primefactorsolutions.views;
|
package com.primefactorsolutions.views;
|
||||||
|
|
||||||
import com.primefactorsolutions.model.Employee;
|
|
||||||
import com.vaadin.flow.component.Component;
|
|
||||||
import com.vaadin.flow.component.Text;
|
|
||||||
import com.vaadin.flow.component.applayout.AppLayout;
|
import com.vaadin.flow.component.applayout.AppLayout;
|
||||||
import com.vaadin.flow.component.applayout.DrawerToggle;
|
import com.vaadin.flow.component.applayout.DrawerToggle;
|
||||||
import com.vaadin.flow.component.avatar.Avatar;
|
import com.vaadin.flow.component.html.Footer;
|
||||||
import com.vaadin.flow.component.contextmenu.HasMenuItems;
|
import com.vaadin.flow.component.html.H1;
|
||||||
import com.vaadin.flow.component.contextmenu.MenuItem;
|
import com.vaadin.flow.component.html.Header;
|
||||||
import com.vaadin.flow.component.contextmenu.SubMenu;
|
import com.vaadin.flow.component.html.Span;
|
||||||
import com.vaadin.flow.component.html.*;
|
|
||||||
import com.vaadin.flow.component.icon.Icon;
|
|
||||||
import com.vaadin.flow.component.icon.VaadinIcon;
|
|
||||||
import com.vaadin.flow.component.menubar.MenuBar;
|
|
||||||
import com.vaadin.flow.component.menubar.MenuBarVariant;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.FlexComponent;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.Scroller;
|
import com.vaadin.flow.component.orderedlayout.Scroller;
|
||||||
import com.vaadin.flow.component.sidenav.SideNav;
|
import com.vaadin.flow.component.sidenav.SideNav;
|
||||||
import com.vaadin.flow.component.sidenav.SideNavItem;
|
import com.vaadin.flow.component.sidenav.SideNavItem;
|
||||||
import com.vaadin.flow.router.PageTitle;
|
import com.vaadin.flow.router.PageTitle;
|
||||||
import com.vaadin.flow.spring.security.AuthenticationContext;
|
import com.vaadin.flow.spring.security.AuthenticationContext;
|
||||||
import com.vaadin.flow.theme.lumo.LumoUtility;
|
import com.vaadin.flow.theme.lumo.LumoUtility;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
|
||||||
import org.springframework.security.core.userdetails.UserDetails;
|
import org.springframework.security.core.userdetails.UserDetails;
|
||||||
import org.vaadin.lineawesome.LineAwesomeIcon;
|
import org.vaadin.lineawesome.LineAwesomeIcon;
|
||||||
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The main view is a top-level placeholder for other views.
|
* The main view is a top-level placeholder for other views.
|
||||||
*/
|
*/
|
||||||
@ -37,98 +23,39 @@ public class MainLayout extends AppLayout {
|
|||||||
|
|
||||||
private H1 viewTitle;
|
private H1 viewTitle;
|
||||||
|
|
||||||
public MainLayout(final AuthenticationContext authContext,
|
public MainLayout(final AuthenticationContext authContext) {
|
||||||
@Autowired @Value("${git.commit.id.abbrev}") final String commitId) {
|
|
||||||
this.authContext = authContext;
|
this.authContext = authContext;
|
||||||
setPrimarySection(Section.DRAWER);
|
setPrimarySection(Section.DRAWER);
|
||||||
addDrawerContent(commitId);
|
addDrawerContent();
|
||||||
addHeaderContent();
|
addHeaderContent();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addHeaderContent() {
|
private void addHeaderContent() {
|
||||||
final DrawerToggle toggle = new DrawerToggle();
|
DrawerToggle toggle = new DrawerToggle();
|
||||||
toggle.setAriaLabel("Menu toggle");
|
toggle.setAriaLabel("Menu toggle");
|
||||||
|
|
||||||
viewTitle = new H1();
|
viewTitle = new H1();
|
||||||
viewTitle.addClassNames(LumoUtility.FontSize.LARGE, LumoUtility.Margin.NONE);
|
viewTitle.addClassNames(LumoUtility.FontSize.LARGE, LumoUtility.Margin.NONE);
|
||||||
|
|
||||||
final HorizontalLayout header = authContext.getAuthenticatedUser(UserDetails.class)
|
addToNavbar(true, toggle, viewTitle);
|
||||||
.map(user -> {
|
|
||||||
String employeeId = "N/A";
|
|
||||||
|
|
||||||
if (user instanceof Employee) {
|
|
||||||
final UUID uuid = ((Employee) user).getId();
|
|
||||||
|
|
||||||
if (uuid != null) {
|
|
||||||
employeeId = uuid.toString();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
final Avatar loggedUser = new Avatar(user.getUsername());
|
|
||||||
loggedUser.getStyle().set("display", "block");
|
|
||||||
loggedUser.getElement().setAttribute("tabindex", "-1");
|
|
||||||
|
|
||||||
final MenuBar menuBar = new MenuBar();
|
|
||||||
menuBar.addThemeVariants(MenuBarVariant.LUMO_TERTIARY_INLINE);
|
|
||||||
final MenuItem actions = createIconItem(menuBar, loggedUser, null, employeeId);
|
|
||||||
final SubMenu actionsSubMenu = actions.getSubMenu();
|
|
||||||
final MenuItem signOutMenuItem = createIconItem(actionsSubMenu,
|
|
||||||
createIcon(VaadinIcon.EXIT, true), "Sign-out", null);
|
|
||||||
signOutMenuItem.addClickListener(c -> this.authContext.logout());
|
|
||||||
|
|
||||||
final HorizontalLayout hl = new HorizontalLayout(menuBar);
|
|
||||||
hl.setJustifyContentMode(FlexComponent.JustifyContentMode.END);
|
|
||||||
|
|
||||||
return hl;
|
|
||||||
}).orElseGet(HorizontalLayout::new);
|
|
||||||
header.setAlignItems(FlexComponent.Alignment.STRETCH);
|
|
||||||
header.setWidthFull();
|
|
||||||
|
|
||||||
addToNavbar(true, toggle, viewTitle, header);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private MenuItem createIconItem(final HasMenuItems menu, final Component component,
|
private void addDrawerContent() {
|
||||||
final String label, final String ariaLabel) {
|
Span appName = new Span("pfs-intra");
|
||||||
final MenuItem item = menu.addItem(component, e -> {
|
|
||||||
});
|
|
||||||
|
|
||||||
if (ariaLabel != null) {
|
|
||||||
item.setAriaLabel(ariaLabel);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (label != null) {
|
|
||||||
item.add(new Text(label));
|
|
||||||
}
|
|
||||||
|
|
||||||
return item;
|
|
||||||
}
|
|
||||||
|
|
||||||
private Icon createIcon(final VaadinIcon iconName, final boolean isChild) {
|
|
||||||
final Icon icon = new Icon(iconName);
|
|
||||||
|
|
||||||
if (isChild) {
|
|
||||||
icon.getStyle().set("width", "var(--lumo-icon-size-s)");
|
|
||||||
icon.getStyle().set("height", "var(--lumo-icon-size-s)");
|
|
||||||
icon.getStyle().set("marginRight", "var(--lumo-space-s)");
|
|
||||||
}
|
|
||||||
|
|
||||||
return icon;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void addDrawerContent(final String commitId) {
|
|
||||||
final Span appName = new Span("pfs-intra");
|
|
||||||
appName.addClassNames(LumoUtility.FontWeight.SEMIBOLD, LumoUtility.FontSize.LARGE);
|
appName.addClassNames(LumoUtility.FontWeight.SEMIBOLD, LumoUtility.FontSize.LARGE);
|
||||||
final Header header = new Header(appName);
|
Header header = new Header(appName);
|
||||||
final Scroller scroller = new Scroller(createNavigation());
|
|
||||||
addToDrawer(header, scroller, createFooter(commitId));
|
Scroller scroller = new Scroller(createNavigation());
|
||||||
|
|
||||||
|
addToDrawer(header, scroller, createFooter());
|
||||||
}
|
}
|
||||||
|
|
||||||
private SideNav createNavigation() {
|
private SideNav createNavigation() {
|
||||||
final SideNav nav = new SideNav();
|
SideNav nav = new SideNav();
|
||||||
|
|
||||||
authContext.getAuthenticatedUser(UserDetails.class).ifPresent(u -> {
|
authContext.getAuthenticatedUser(UserDetails.class).ifPresent(u -> {
|
||||||
SideNavItem recruiting = new SideNavItem("Recruiting");
|
SideNavItem recruiting = new SideNavItem("Recruiting", MainView.class,
|
||||||
recruiting.setPrefixComponent(LineAwesomeIcon.BUSINESS_TIME_SOLID.create());
|
LineAwesomeIcon.BUSINESS_TIME_SOLID.create());
|
||||||
recruiting.addItem(new SideNavItem("Assessments", AssessmentsListView.class,
|
recruiting.addItem(new SideNavItem("Assessments", AssessmentsListView.class,
|
||||||
LineAwesomeIcon.RIBBON_SOLID.create()));
|
LineAwesomeIcon.RIBBON_SOLID.create()));
|
||||||
recruiting.addItem(new SideNavItem("Candidates", CandidatesListView.class,
|
recruiting.addItem(new SideNavItem("Candidates", CandidatesListView.class,
|
||||||
@ -136,30 +63,23 @@ public class MainLayout extends AppLayout {
|
|||||||
recruiting.addItem(new SideNavItem("Questions", QuestionsListView.class,
|
recruiting.addItem(new SideNavItem("Questions", QuestionsListView.class,
|
||||||
LineAwesomeIcon.QUESTION_SOLID.create()));
|
LineAwesomeIcon.QUESTION_SOLID.create()));
|
||||||
|
|
||||||
SideNavItem admin = new SideNavItem("Admin");
|
SideNavItem admin = new SideNavItem("Admin", MainView.class,
|
||||||
admin.setPrefixComponent(LineAwesomeIcon.BUILDING.create());
|
LineAwesomeIcon.SUPERSCRIPT_SOLID.create());
|
||||||
|
admin.addItem(new SideNavItem("Requests", RequestsListView.class,
|
||||||
|
LineAwesomeIcon.TASKS_SOLID.create()));
|
||||||
|
admin.addItem(new SideNavItem("Timesheets", TimesheestReportView.class,
|
||||||
|
LineAwesomeIcon.HOURGLASS_END_SOLID.create()));
|
||||||
admin.addItem(new SideNavItem("Employees", EmployeesListView.class,
|
admin.addItem(new SideNavItem("Employees", EmployeesListView.class,
|
||||||
LineAwesomeIcon.USER_EDIT_SOLID.create()));
|
LineAwesomeIcon.USER_EDIT_SOLID.create()));
|
||||||
admin.addItem(new SideNavItem("Documents", DocumentsListView.class,
|
|
||||||
LineAwesomeIcon.FILE_ALT_SOLID.create()));
|
|
||||||
|
|
||||||
SideNavItem timeOff = new SideNavItem("My Time-off", TimeoffView.class,
|
SideNavItem timeOff = new SideNavItem("My Time-off", TimeoffView.class,
|
||||||
LineAwesomeIcon.PLANE_DEPARTURE_SOLID.create());
|
LineAwesomeIcon.PLANE_DEPARTURE_SOLID.create());
|
||||||
timeOff.addItem(new SideNavItem("Vacations", RequestsListView.class,
|
|
||||||
LineAwesomeIcon.UMBRELLA_BEACH_SOLID.create()));
|
|
||||||
timeOff.addItem(new SideNavItem("Add Vacation", RequestRegisterView.class,
|
|
||||||
LineAwesomeIcon.CALENDAR_PLUS.create()));
|
|
||||||
timeOff.addItem(new SideNavItem("Pending Requests", PendingRequestsListView.class,
|
|
||||||
LineAwesomeIcon.LIST_ALT.create()));
|
|
||||||
SideNavItem timesheet = new SideNavItem("My Timesheet", TimesheetView.class,
|
SideNavItem timesheet = new SideNavItem("My Timesheet", TimesheetView.class,
|
||||||
LineAwesomeIcon.HOURGLASS_START_SOLID.create());
|
LineAwesomeIcon.HOURGLASS_START_SOLID.create());
|
||||||
timesheet.addItem(new SideNavItem("Registro de Horas Trabajadas", HoursWorkedListView.class,
|
|
||||||
LineAwesomeIcon.ID_CARD_SOLID.create()));
|
|
||||||
timesheet.addItem(new SideNavItem("Reporte Horas Trabajadas", ReporteView.class,
|
|
||||||
LineAwesomeIcon.ID_CARD_SOLID.create()));
|
|
||||||
|
|
||||||
SideNavItem profile = new SideNavItem("My Profile", ProfileView.class,
|
SideNavItem profile = new SideNavItem("My Profile", ProfileView.class,
|
||||||
LineAwesomeIcon.USER_EDIT_SOLID.create());
|
LineAwesomeIcon.USER_EDIT_SOLID.create());
|
||||||
|
SideNavItem documents = new SideNavItem("My Documents", DocumentsView.class,
|
||||||
|
LineAwesomeIcon.SUITCASE_SOLID.create());
|
||||||
|
|
||||||
nav.addItem(new SideNavItem("Home", MainView.class, LineAwesomeIcon.HOME_SOLID.create()));
|
nav.addItem(new SideNavItem("Home", MainView.class, LineAwesomeIcon.HOME_SOLID.create()));
|
||||||
nav.addItem(admin);
|
nav.addItem(admin);
|
||||||
@ -172,8 +92,10 @@ public class MainLayout extends AppLayout {
|
|||||||
return nav;
|
return nav;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Footer createFooter(final String commitId) {
|
private Footer createFooter() {
|
||||||
return new Footer(new Text(String.format("v.%s", commitId)));
|
Footer layout = new Footer();
|
||||||
|
|
||||||
|
return layout;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -10,8 +10,7 @@ import jakarta.annotation.security.PermitAll;
|
|||||||
@Route(value = "", layout = MainLayout.class)
|
@Route(value = "", layout = MainLayout.class)
|
||||||
@PermitAll
|
@PermitAll
|
||||||
public class MainView extends Main {
|
public class MainView extends Main {
|
||||||
|
|
||||||
public MainView() {
|
public MainView() {
|
||||||
add(new Text("Welcome"));
|
add(new Text("welcome"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,67 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.service.AccountService;
|
|
||||||
import com.vaadin.flow.component.ClickEvent;
|
|
||||||
import com.vaadin.flow.component.ComponentEventListener;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.button.ButtonVariant;
|
|
||||||
import com.vaadin.flow.component.formlayout.FormLayout;
|
|
||||||
import com.vaadin.flow.component.html.H3;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
|
|
||||||
import com.vaadin.flow.component.textfield.EmailField;
|
|
||||||
import com.vaadin.flow.router.BeforeEnterEvent;
|
|
||||||
import com.vaadin.flow.router.BeforeEnterObserver;
|
|
||||||
import com.vaadin.flow.router.PageTitle;
|
|
||||||
import com.vaadin.flow.router.Route;
|
|
||||||
import com.vaadin.flow.server.auth.AnonymousAllowed;
|
|
||||||
|
|
||||||
@Route("password-recovery")
|
|
||||||
@PageTitle("PFS Intra")
|
|
||||||
@AnonymousAllowed
|
|
||||||
public class PasswordRecoveryView extends VerticalLayout implements BeforeEnterObserver {
|
|
||||||
|
|
||||||
public PasswordRecoveryView(final AccountService accountService) {
|
|
||||||
setSizeFull();
|
|
||||||
setAlignItems(Alignment.CENTER);
|
|
||||||
setJustifyContentMode(JustifyContentMode.CENTER);
|
|
||||||
|
|
||||||
final VerticalLayout vl = new VerticalLayout();
|
|
||||||
vl.setJustifyContentMode(JustifyContentMode.CENTER);
|
|
||||||
vl.setWidth("400px");
|
|
||||||
|
|
||||||
final EmailField personalEmail = new EmailField("Personal Email");
|
|
||||||
personalEmail.setRequired(true);
|
|
||||||
|
|
||||||
final EmailField confirmPersonalEmail = new EmailField("Confirm Personal Email");
|
|
||||||
confirmPersonalEmail.setRequired(true);
|
|
||||||
|
|
||||||
final FormLayout formLayout = new FormLayout(personalEmail, confirmPersonalEmail);
|
|
||||||
formLayout.setColspan(personalEmail, 3);
|
|
||||||
formLayout.setColspan(confirmPersonalEmail, 3);
|
|
||||||
|
|
||||||
final Button primaryButton = new Button("Submit");
|
|
||||||
primaryButton.addThemeVariants(ButtonVariant.LUMO_PRIMARY);
|
|
||||||
primaryButton.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent -> {
|
|
||||||
if (personalEmail.getValue().equals(confirmPersonalEmail.getValue())) {
|
|
||||||
accountService.sendResetPasswordEmail(personalEmail.getValue());
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(MainView.class));
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
final Button secondaryButton = new Button("Cancel");
|
|
||||||
final HorizontalLayout hl = new HorizontalLayout(secondaryButton, primaryButton);
|
|
||||||
secondaryButton.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent ->
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(MainView.class)));
|
|
||||||
|
|
||||||
vl.add(new H3("PFS - Password Recovery"));
|
|
||||||
vl.add(formLayout);
|
|
||||||
vl.add(hl);
|
|
||||||
|
|
||||||
add(vl);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void beforeEnter(final BeforeEnterEvent beforeEnterEvent) {
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,230 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.*;
|
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
|
||||||
import com.primefactorsolutions.service.TeamService;
|
|
||||||
import com.primefactorsolutions.service.TimeOffRequestService;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
|
||||||
import com.vaadin.flow.component.notification.Notification;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.router.PageTitle;
|
|
||||||
import com.vaadin.flow.router.Route;
|
|
||||||
import com.vaadin.flow.spring.annotation.SpringComponent;
|
|
||||||
import jakarta.annotation.security.PermitAll;
|
|
||||||
import org.springframework.context.annotation.Scope;
|
|
||||||
import org.vaadin.firitin.components.grid.PagingGrid;
|
|
||||||
|
|
||||||
import java.util.*;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
|
|
||||||
import static com.primefactorsolutions.views.Constants.PAGE_SIZE;
|
|
||||||
|
|
||||||
@SpringComponent
|
|
||||||
@Scope("prototype")
|
|
||||||
@PageTitle("PendingRequests")
|
|
||||||
@Route(value = "/pending-requests", layout = MainLayout.class)
|
|
||||||
@PermitAll
|
|
||||||
public class PendingRequestsListView extends BaseView {
|
|
||||||
|
|
||||||
private final TimeOffRequestService requestService;
|
|
||||||
private final EmployeeService employeeService;
|
|
||||||
private final TeamService teamService;
|
|
||||||
private final PagingGrid<TimeOffRequest> pendingRequestsGrid = new PagingGrid<>();
|
|
||||||
|
|
||||||
private ComboBox<Employee> employeeFilter;
|
|
||||||
private ComboBox<Team> teamFilter;
|
|
||||||
private ComboBox<TimeOffRequestType> categoryFilter;
|
|
||||||
private UUID selectedRequestId;
|
|
||||||
|
|
||||||
public PendingRequestsListView(final TimeOffRequestService requestService,
|
|
||||||
final EmployeeService employeeService,
|
|
||||||
final TeamService teamService) {
|
|
||||||
this.requestService = requestService;
|
|
||||||
this.employeeService = employeeService;
|
|
||||||
this.teamService = teamService;
|
|
||||||
initializeView();
|
|
||||||
refreshGeneralPendingRequestsGrid(null, null, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initializeView() {
|
|
||||||
setupFilters();
|
|
||||||
setupPendingRequestsGrid();
|
|
||||||
createActionButtons();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupFilters() {
|
|
||||||
final HorizontalLayout hl = new HorizontalLayout();
|
|
||||||
hl.add(createEmployeeFilter());
|
|
||||||
hl.add(createTeamFilter());
|
|
||||||
hl.add(createCategoryFilter());
|
|
||||||
|
|
||||||
getCurrentPageLayout().add(hl);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupPendingRequestsGrid() {
|
|
||||||
pendingRequestsGrid.addColumn(this::getEmployeeFullName).setHeader("Empleado");
|
|
||||||
pendingRequestsGrid.addColumn(this::getTeamName).setHeader("Equipo");
|
|
||||||
pendingRequestsGrid.addColumn(this::getCategory).setHeader("Categoría");
|
|
||||||
|
|
||||||
pendingRequestsGrid.setPaginationBarMode(PagingGrid.PaginationBarMode.BOTTOM);
|
|
||||||
pendingRequestsGrid.setPageSize(PAGE_SIZE);
|
|
||||||
pendingRequestsGrid.asSingleSelect().addValueChangeListener(event -> {
|
|
||||||
TimeOffRequest selectedRequest = event.getValue();
|
|
||||||
if (selectedRequest != null) {
|
|
||||||
selectedRequestId = selectedRequest.getId();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
getCurrentPageLayout().add(pendingRequestsGrid);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void createActionButtons() {
|
|
||||||
final Button approveButton = createActionButton("Aprobar", TimeOffRequestStatus.APROBADO);
|
|
||||||
final Button rejectButton = createActionButton("Rechazar", TimeOffRequestStatus.RECHAZADO);
|
|
||||||
final Button closeButton = new Button("Salir", event -> navigateToMainView());
|
|
||||||
|
|
||||||
getCurrentPageLayout().add(new HorizontalLayout(approveButton, rejectButton, closeButton));
|
|
||||||
}
|
|
||||||
|
|
||||||
private Button createActionButton(final String caption, final TimeOffRequestStatus status) {
|
|
||||||
return new Button(caption, event -> {
|
|
||||||
if (selectedRequestId != null) {
|
|
||||||
TimeOffRequest request = requestService.findTimeOffRequest(selectedRequestId);
|
|
||||||
request.setState(status);
|
|
||||||
requestService.saveTimeOffRequest(request);
|
|
||||||
refreshGeneralPendingRequestsGrid(null, null, null);
|
|
||||||
} else {
|
|
||||||
Notification.show("Seleccione una solicitud.", 3000, Notification.Position.MIDDLE);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private void refreshGeneralPendingRequestsGrid(final Employee employee,
|
|
||||||
final Team team,
|
|
||||||
final TimeOffRequestType category) {
|
|
||||||
pendingRequestsGrid.setPagingDataProvider((page, pageSize) -> {
|
|
||||||
int start = (int) (page * pendingRequestsGrid.getPageSize());
|
|
||||||
return fetchFilteredPendingRequests(start, pageSize, employee, team, category);
|
|
||||||
});
|
|
||||||
pendingRequestsGrid.getDataProvider().refreshAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
private List<TimeOffRequest> fetchFilteredPendingRequests(final int start,
|
|
||||||
final int pageSize,
|
|
||||||
final Employee employee,
|
|
||||||
final Team team,
|
|
||||||
final TimeOffRequestType category) {
|
|
||||||
List<TimeOffRequest> filteredPendingRequests
|
|
||||||
= requestService.findRequestsByState(TimeOffRequestStatus.SOLICITADO);
|
|
||||||
|
|
||||||
if (employee != null && !"TODOS".equals(employee.getFirstName())) {
|
|
||||||
filteredPendingRequests = filteredPendingRequests.stream()
|
|
||||||
.filter(emp -> emp.getEmployee().getId().equals(employee.getId()))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (team != null && !"TODOS".equals(team.getName())) {
|
|
||||||
filteredPendingRequests = filteredPendingRequests.stream()
|
|
||||||
.filter(emp -> emp.getEmployee().getTeam() != null
|
|
||||||
&& emp.getEmployee().getTeam().getId().equals(team.getId()))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (category != null && category != TimeOffRequestType.TODOS) {
|
|
||||||
filteredPendingRequests = filteredPendingRequests.stream()
|
|
||||||
.filter(emp -> emp.getCategory().equals(category))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
int end = Math.min(start + pageSize, filteredPendingRequests.size());
|
|
||||||
return filteredPendingRequests.subList(start, end);
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getEmployeeFullName(final TimeOffRequest request) {
|
|
||||||
Employee employee = request.getEmployee();
|
|
||||||
return getEmployeeFullNameLabel(employee);
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getEmployeeFullNameLabel(final Employee employee) {
|
|
||||||
return "TODOS".equals(employee.getFirstName())
|
|
||||||
? "TODOS" : employee.getFirstName() + " " + employee.getLastName();
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getTeamName(final TimeOffRequest request) {
|
|
||||||
Team team = request.getEmployee().getTeam();
|
|
||||||
return team != null ? team.getName() : "Sin asignar";
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getTeamLabel(final Team team) {
|
|
||||||
return "TODOS".equals(team.getName()) ? "TODOS" : team.getName();
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getCategory(final TimeOffRequest request) {
|
|
||||||
return String.valueOf(request.getCategory());
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Employee> createEmployeeFilter() {
|
|
||||||
employeeFilter = new ComboBox<>("Empleado");
|
|
||||||
List<Employee> employees = new ArrayList<>(employeeService.findAllEmployees());
|
|
||||||
employees.addFirst(createAllEmployeesOption());
|
|
||||||
employeeFilter.setItems(employees);
|
|
||||||
employeeFilter.setItemLabelGenerator(this::getEmployeeFullNameLabel);
|
|
||||||
employeeFilter.setValue(employees.getFirst());
|
|
||||||
employeeFilter.addValueChangeListener(event ->
|
|
||||||
refreshGeneralPendingRequestsGrid(
|
|
||||||
event.getValue(),
|
|
||||||
teamFilter.getValue(),
|
|
||||||
categoryFilter.getValue()
|
|
||||||
)
|
|
||||||
);
|
|
||||||
return employeeFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Team> createTeamFilter() {
|
|
||||||
teamFilter = new ComboBox<>("Equipo");
|
|
||||||
List<Team> teams = new ArrayList<>(teamService.findAllTeams());
|
|
||||||
teams.addFirst(createAllTeamsOption());
|
|
||||||
teamFilter.setItems(teams);
|
|
||||||
teamFilter.setItemLabelGenerator(this::getTeamLabel);
|
|
||||||
teamFilter.setValue(teams.getFirst());
|
|
||||||
teamFilter.addValueChangeListener(event ->
|
|
||||||
refreshGeneralPendingRequestsGrid(
|
|
||||||
employeeFilter.getValue(),
|
|
||||||
event.getValue(),
|
|
||||||
categoryFilter.getValue()
|
|
||||||
)
|
|
||||||
);
|
|
||||||
return teamFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<TimeOffRequestType> createCategoryFilter() {
|
|
||||||
categoryFilter = new ComboBox<>("Categoría");
|
|
||||||
categoryFilter.setItems(TimeOffRequestType.values());
|
|
||||||
categoryFilter.setValue(TimeOffRequestType.values()[0]);
|
|
||||||
categoryFilter.addValueChangeListener(event ->
|
|
||||||
refreshGeneralPendingRequestsGrid(
|
|
||||||
employeeFilter.getValue(),
|
|
||||||
teamFilter.getValue(),
|
|
||||||
event.getValue()
|
|
||||||
)
|
|
||||||
);
|
|
||||||
return categoryFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private Employee createAllEmployeesOption() {
|
|
||||||
Employee allEmployeesOption = new Employee();
|
|
||||||
allEmployeesOption.setFirstName("TODOS");
|
|
||||||
return allEmployeesOption;
|
|
||||||
}
|
|
||||||
|
|
||||||
private Team createAllTeamsOption() {
|
|
||||||
Team allTeamsOption = new Team();
|
|
||||||
allTeamsOption.setName("TODOS");
|
|
||||||
return allTeamsOption;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToMainView() {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(MainView.class));
|
|
||||||
}
|
|
||||||
}
|
|
@ -28,13 +28,16 @@ import java.util.stream.Stream;
|
|||||||
@Route(value = "/questions", layout = MainLayout.class)
|
@Route(value = "/questions", layout = MainLayout.class)
|
||||||
@PermitAll
|
@PermitAll
|
||||||
public class QuestionsListView extends Main {
|
public class QuestionsListView extends Main {
|
||||||
|
private final QuestionService questionService;
|
||||||
|
|
||||||
public QuestionsListView(final QuestionService questionService) {
|
public QuestionsListView(final QuestionService questionService) {
|
||||||
|
this.questionService = questionService;
|
||||||
|
|
||||||
final HorizontalLayout hl = new HorizontalLayout();
|
final HorizontalLayout hl = new HorizontalLayout();
|
||||||
final Button addQuestion = new Button("Add Question");
|
final Button addQuestion = new Button("Add Question");
|
||||||
addQuestion.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent ->
|
addQuestion.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent -> {
|
||||||
this.getUI().flatMap(ui -> ui.navigate(QuestionView.class, "new")));
|
this.getUI().get().navigate(QuestionView.class, "new");
|
||||||
|
});
|
||||||
hl.add(addQuestion);
|
hl.add(addQuestion);
|
||||||
|
|
||||||
final VGrid<Question> grid = new VGrid<>(Question.class);
|
final VGrid<Question> grid = new VGrid<>(Question.class);
|
||||||
@ -42,7 +45,7 @@ public class QuestionsListView extends Main {
|
|||||||
grid.addComponentColumn((ValueProvider<Question, Component>) question -> {
|
grid.addComponentColumn((ValueProvider<Question, Component>) question -> {
|
||||||
final Button edit = new Button("Edit");
|
final Button edit = new Button("Edit");
|
||||||
edit.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent ->
|
edit.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent ->
|
||||||
this.getUI().flatMap(ui -> ui.navigate(QuestionView.class, question.getId().toString())));
|
this.getUI().get().navigate(QuestionView.class, question.getId().toString()));
|
||||||
return edit;
|
return edit;
|
||||||
});
|
});
|
||||||
grid.setDataProvider(new DataProvider<>() {
|
grid.setDataProvider(new DataProvider<>() {
|
||||||
@ -56,7 +59,6 @@ public class QuestionsListView extends Main {
|
|||||||
return questionService.getQuestions().size();
|
return questionService.getQuestions().size();
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
|
||||||
@Override
|
@Override
|
||||||
public Stream<Question> fetch(final Query<Question, Object> query) {
|
public Stream<Question> fetch(final Query<Question, Object> query) {
|
||||||
int limit = query.getLimit();
|
int limit = query.getLimit();
|
||||||
|
@ -1,234 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.HoursWorked;
|
|
||||||
import com.primefactorsolutions.model.Team;
|
|
||||||
import com.primefactorsolutions.service.HoursWorkedService;
|
|
||||||
import com.primefactorsolutions.service.ReportService;
|
|
||||||
import com.primefactorsolutions.service.TeamService;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
|
||||||
import com.vaadin.flow.component.grid.Grid;
|
|
||||||
import com.vaadin.flow.component.html.Anchor;
|
|
||||||
import com.vaadin.flow.component.html.H2;
|
|
||||||
import com.vaadin.flow.component.html.Span;
|
|
||||||
import com.vaadin.flow.component.notification.Notification;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
|
|
||||||
import com.vaadin.flow.router.PageTitle;
|
|
||||||
import com.vaadin.flow.router.Route;
|
|
||||||
import com.vaadin.flow.server.StreamResource;
|
|
||||||
import jakarta.annotation.security.PermitAll;
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
|
||||||
|
|
||||||
import java.io.ByteArrayInputStream;
|
|
||||||
import java.time.DayOfWeek;
|
|
||||||
import java.time.LocalDate;
|
|
||||||
import java.time.format.TextStyle;
|
|
||||||
import java.time.temporal.WeekFields;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
|
|
||||||
@PermitAll
|
|
||||||
@Route(value = "/reportes", layout = MainLayout.class)
|
|
||||||
@PageTitle("Reporte de Horas Trabajadas")
|
|
||||||
public class ReporteView extends VerticalLayout {
|
|
||||||
|
|
||||||
private final EmployeeService employeeService;
|
|
||||||
private final HoursWorkedService hoursWorkedService;
|
|
||||||
private final ReportService reportService;
|
|
||||||
private final TeamService teamService;
|
|
||||||
|
|
||||||
private final ComboBox<Team> equipoComboBox = new ComboBox<>("Seleccionar Equipo");
|
|
||||||
private final ComboBox<String> semanaComboBox = new ComboBox<>("Seleccionar Semana");
|
|
||||||
private final Grid<Map<String, Object>> grid = new Grid<>();
|
|
||||||
private final VerticalLayout headerLayout = new VerticalLayout();
|
|
||||||
private Anchor downloadLink;
|
|
||||||
|
|
||||||
private final Span semanaInfoSpan = new Span();
|
|
||||||
|
|
||||||
// Obtener el año actual
|
|
||||||
private int currentYear = LocalDate.now().getYear();
|
|
||||||
|
|
||||||
@Autowired
|
|
||||||
public ReporteView(final HoursWorkedService hoursWorkedService,
|
|
||||||
final ReportService reportService, final TeamService teamService,
|
|
||||||
final EmployeeService employeeService) {
|
|
||||||
this.hoursWorkedService = hoursWorkedService;
|
|
||||||
this.reportService = reportService;
|
|
||||||
this.teamService = teamService;
|
|
||||||
this.employeeService = employeeService;
|
|
||||||
|
|
||||||
H2 title = new H2("Reporte de Horas Trabajadas");
|
|
||||||
add(title);
|
|
||||||
|
|
||||||
List<Team> teams = teamService.findAllTeams();
|
|
||||||
equipoComboBox.setItems(teams);
|
|
||||||
equipoComboBox.setItemLabelGenerator(Team::getName);
|
|
||||||
|
|
||||||
// Configurar el ComboBox de semanas
|
|
||||||
initializeSemanaComboBox();
|
|
||||||
|
|
||||||
// Listener para actualizar `semanaInfoSpan` con la selección del usuario en `semanaComboBox`
|
|
||||||
semanaComboBox.addValueChangeListener(event -> {
|
|
||||||
String selectedWeek = event.getValue();
|
|
||||||
semanaInfoSpan.setText(selectedWeek != null ? selectedWeek : "Selecciona una semana");
|
|
||||||
});
|
|
||||||
|
|
||||||
Button reportButton = new Button("Generar Reporte de Horas Trabajadas",
|
|
||||||
event -> generateHoursWorkedReport());
|
|
||||||
HorizontalLayout filtersLayout = new HorizontalLayout(equipoComboBox, semanaComboBox, reportButton);
|
|
||||||
add(filtersLayout);
|
|
||||||
|
|
||||||
// Añadir `headerLayout` al diseño principal para el encabezado dinámico
|
|
||||||
add(headerLayout);
|
|
||||||
updateHeaderLayout(null, null);
|
|
||||||
|
|
||||||
grid.addColumn(map -> map.get("Empleado")).setHeader("Empleado");
|
|
||||||
grid.addColumn(map -> map.get("Horas Trabajadas")).setHeader("Horas Trabajadas");
|
|
||||||
grid.addColumn(map -> map.get("Horas Pendientes")).setHeader("Horas Pendientes");
|
|
||||||
grid.addColumn(map -> map.get("Observaciones")).setHeader("Observaciones");
|
|
||||||
|
|
||||||
add(grid);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initializeSemanaComboBox() {
|
|
||||||
int year = LocalDate.now().getYear();
|
|
||||||
LocalDate startOfYear = LocalDate.of(year, 1, 5); // Suponemos que la semana comienza el 5 de enero.
|
|
||||||
|
|
||||||
List<String> semanas = startOfYear.datesUntil(LocalDate.of(year + 1, 1, 1),
|
|
||||||
java.time.Period.ofWeeks(1))
|
|
||||||
.map(date -> {
|
|
||||||
int weekNumber = date.get(WeekFields.of(DayOfWeek.MONDAY, 1)
|
|
||||||
.weekOfWeekBasedYear());
|
|
||||||
LocalDate startOfWeek = date;
|
|
||||||
LocalDate endOfWeek = startOfWeek.plusDays(6);
|
|
||||||
|
|
||||||
return String.format("Semana %d: %s - %s",
|
|
||||||
weekNumber,
|
|
||||||
startOfWeek.getDayOfMonth() + " de " + startOfWeek.getMonth()
|
|
||||||
.getDisplayName(TextStyle.FULL, Locale.getDefault()),
|
|
||||||
endOfWeek.getDayOfMonth() + " de " + endOfWeek.getMonth()
|
|
||||||
.getDisplayName(TextStyle.FULL, Locale.getDefault())
|
|
||||||
);
|
|
||||||
})
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
|
|
||||||
semanaComboBox.setItems(semanas);
|
|
||||||
semanaComboBox.setPlaceholder("Seleccione una semana");
|
|
||||||
}
|
|
||||||
|
|
||||||
private void generateHoursWorkedReport() {
|
|
||||||
Team selectedEquipo = equipoComboBox.getValue();
|
|
||||||
String selectedWeek = semanaComboBox.getValue();
|
|
||||||
if (selectedEquipo == null || selectedWeek == null) {
|
|
||||||
Notification.show("Por favor, selecciona un equipo y una semana para generar el reporte.",
|
|
||||||
3000, Notification.Position.MIDDLE);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
int weekNumber = Integer.parseInt(selectedWeek.split(" ")[1].replace(":", ""));
|
|
||||||
LocalDate selectedDate = LocalDate.now().with(WeekFields.of(DayOfWeek.FRIDAY, 1)
|
|
||||||
.weekOfWeekBasedYear(), weekNumber);
|
|
||||||
updateHeaderLayout(selectedEquipo, selectedDate);
|
|
||||||
|
|
||||||
List<HoursWorked> hoursWorkedList = hoursWorkedService.findAll().stream()
|
|
||||||
.filter(hw -> hw.getEmployee().getTeam().getId().equals(selectedEquipo
|
|
||||||
.getId()) && hw.getWeekNumber() == weekNumber)
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
|
|
||||||
System.out.println(hoursWorkedList);
|
|
||||||
if (hoursWorkedList.isEmpty()) {
|
|
||||||
|
|
||||||
Notification.show("No hay horas trabajadas disponibles para generar el reporte.",
|
|
||||||
3000, Notification.Position.MIDDLE);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
List<Map<String, Object>> data = hoursWorkedList.stream()
|
|
||||||
.map(hoursWorked -> {
|
|
||||||
Map<String, Object> map = new HashMap<>();
|
|
||||||
map.put("ID", hoursWorked.getId().toString());
|
|
||||||
map.put("Employee ID", hoursWorked.getEmployee().getId().toString());
|
|
||||||
map.put("Empleado", hoursWorked.getEmployee().getFirstName() + " "
|
|
||||||
+ hoursWorked.getEmployee().getLastName());
|
|
||||||
map.put("Horas Trabajadas", hoursWorked.getTotalHours());
|
|
||||||
map.put("Horas Pendientes", 40 - hoursWorked.getTotalHours());
|
|
||||||
map.put("Observaciones", "");
|
|
||||||
return map;
|
|
||||||
})
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
|
|
||||||
grid.setItems(data);
|
|
||||||
generateExcelDownloadLink(data, weekNumber);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void updateHeaderLayout(final Team team, final LocalDate dateInWeek) {
|
|
||||||
headerLayout.removeAll();
|
|
||||||
|
|
||||||
if (team != null && dateInWeek != null) {
|
|
||||||
LocalDate startOfWeek = dateInWeek.with(DayOfWeek.FRIDAY);
|
|
||||||
LocalDate endOfWeek = dateInWeek.with(DayOfWeek.THURSDAY);
|
|
||||||
int weekNumber = getWeekOfYear(dateInWeek);
|
|
||||||
|
|
||||||
String formattedStartDate = startOfWeek.getDayOfMonth() + " de "
|
|
||||||
+ startOfWeek.getMonth().getDisplayName(TextStyle.FULL, Locale.getDefault());
|
|
||||||
String formattedEndDate = endOfWeek.getDayOfMonth() + " de "
|
|
||||||
+ endOfWeek.getMonth().getDisplayName(TextStyle.FULL, Locale.getDefault());
|
|
||||||
|
|
||||||
headerLayout.add(new Span("Informe "
|
|
||||||
+ String.format("%03d", weekNumber) + "/" + currentYear) {{
|
|
||||||
getStyle().set("font-size", "24px");
|
|
||||||
getStyle().set("font-weight", "bold");
|
|
||||||
}});
|
|
||||||
|
|
||||||
String teamLeadName = employeeService.getTeamLeadName(team.getId());
|
|
||||||
headerLayout.add(
|
|
||||||
new Span("Asunto: Informe Semanal de Horas Trabajadas") {{
|
|
||||||
getStyle().set("font-size", "18px");
|
|
||||||
}},
|
|
||||||
semanaInfoSpan,
|
|
||||||
new Span("Horas a cumplir: 40 horas") {{
|
|
||||||
getStyle().set("font-size", "18px");
|
|
||||||
}},
|
|
||||||
new Span("Equipo: " + team.getName()) {{
|
|
||||||
getStyle().set("font-size", "18px");
|
|
||||||
}},
|
|
||||||
new Span("Team Lead: " + teamLeadName) {{
|
|
||||||
getStyle().set("font-size", "18px");
|
|
||||||
}}
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void generateExcelDownloadLink(final List<Map<String, Object>> data, final int weekNumber) {
|
|
||||||
try {
|
|
||||||
List<String> headers = List.of("Empleado",
|
|
||||||
"Horas Trabajadas", "Horas Pendientes", "Observaciones");
|
|
||||||
String selectedTeam = equipoComboBox.getValue().getName();
|
|
||||||
byte[] excelBytes = reportService.writeAsExcel(
|
|
||||||
"hours_worked_report", headers, data, selectedTeam, weekNumber, currentYear);
|
|
||||||
|
|
||||||
StreamResource excelResource = new StreamResource("hours_worked_report.xlsx",
|
|
||||||
() -> new ByteArrayInputStream(excelBytes));
|
|
||||||
if (downloadLink == null) {
|
|
||||||
downloadLink = new Anchor(excelResource, "Descargar Reporte en Excel");
|
|
||||||
downloadLink.getElement().setAttribute("download", true);
|
|
||||||
add(downloadLink);
|
|
||||||
} else {
|
|
||||||
downloadLink.setHref(excelResource);
|
|
||||||
}
|
|
||||||
} catch (Exception e) {
|
|
||||||
Notification.show("Error al generar el reporte de horas trabajadas en Excel.",
|
|
||||||
3000, Notification.Position.MIDDLE);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private int getWeekOfYear(final LocalDate date) {
|
|
||||||
return date.get(WeekFields.of(Locale.getDefault()).weekOfWeekBasedYear());
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,423 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.*;
|
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
|
||||||
import com.primefactorsolutions.service.TimeOffRequestService;
|
|
||||||
import com.primefactorsolutions.service.VacationService;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
|
||||||
import com.vaadin.flow.component.html.Div;
|
|
||||||
import com.vaadin.flow.component.html.H3;
|
|
||||||
import com.vaadin.flow.component.html.Span;
|
|
||||||
import com.vaadin.flow.component.notification.Notification;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
|
|
||||||
import com.vaadin.flow.router.BeforeEvent;
|
|
||||||
import com.vaadin.flow.router.HasUrlParameter;
|
|
||||||
import com.vaadin.flow.router.PageTitle;
|
|
||||||
import com.vaadin.flow.router.Route;
|
|
||||||
import com.vaadin.flow.spring.annotation.SpringComponent;
|
|
||||||
import jakarta.annotation.security.PermitAll;
|
|
||||||
import org.springframework.context.annotation.Scope;
|
|
||||||
import org.vaadin.firitin.components.grid.PagingGrid;
|
|
||||||
|
|
||||||
import java.time.LocalDate;
|
|
||||||
import java.time.Period;
|
|
||||||
import java.util.*;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
|
|
||||||
import static com.primefactorsolutions.views.Constants.PAGE_SIZE;
|
|
||||||
|
|
||||||
@SpringComponent
|
|
||||||
@PermitAll
|
|
||||||
@Scope("prototype")
|
|
||||||
@PageTitle("RequestEmployee")
|
|
||||||
@Route(value = "/requests", layout = MainLayout.class)
|
|
||||||
public class RequestEmployeeView extends Div implements HasUrlParameter<String> {
|
|
||||||
|
|
||||||
private final TimeOffRequestService requestService;
|
|
||||||
private final EmployeeService employeeService;
|
|
||||||
private final VacationService vacationService;
|
|
||||||
private final PagingGrid<TimeOffRequest> requestGrid = new PagingGrid<>(TimeOffRequest.class);
|
|
||||||
private List<TimeOffRequest> requests = Collections.emptyList();
|
|
||||||
private ComboBox<TimeOffRequestType> categoryFilter;
|
|
||||||
private ComboBox<TimeOffRequestStatus> stateFilter;
|
|
||||||
private UUID employeeId;
|
|
||||||
private TimeOffRequest request;
|
|
||||||
|
|
||||||
public RequestEmployeeView(final TimeOffRequestService requestService,
|
|
||||||
final EmployeeService employeeService,
|
|
||||||
final VacationService vacationService) {
|
|
||||||
this.requestService = requestService;
|
|
||||||
this.employeeService = employeeService;
|
|
||||||
this.vacationService = vacationService;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initializeView() {
|
|
||||||
requestService.updateRequestStatuses();
|
|
||||||
setupFilters();
|
|
||||||
setupGrid();
|
|
||||||
add(requestGrid, createActionButtons(), createSummaryLayout());
|
|
||||||
refreshRequestGrid(null, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupFilters() {
|
|
||||||
categoryFilter = createCategoryFilter();
|
|
||||||
stateFilter = createStateFilter();
|
|
||||||
add(categoryFilter, stateFilter);
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<TimeOffRequestType> createCategoryFilter() {
|
|
||||||
categoryFilter = new ComboBox<>("Categoría");
|
|
||||||
categoryFilter.setItems(TimeOffRequestType.values());
|
|
||||||
categoryFilter.setValue(TimeOffRequestType.values()[0]);
|
|
||||||
categoryFilter.addValueChangeListener(event -> refreshRequestGrid(event.getValue(), stateFilter.getValue()));
|
|
||||||
return categoryFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<TimeOffRequestStatus> createStateFilter() {
|
|
||||||
stateFilter = new ComboBox<>("Estado de la solicitud");
|
|
||||||
stateFilter.setItems(TimeOffRequestStatus.values());
|
|
||||||
stateFilter.setValue(TimeOffRequestStatus.values()[0]);
|
|
||||||
stateFilter.addValueChangeListener(event -> refreshRequestGrid(categoryFilter.getValue(), event.getValue()));
|
|
||||||
return stateFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupGrid() {
|
|
||||||
requestGrid.setColumns(
|
|
||||||
"category",
|
|
||||||
"state",
|
|
||||||
"startDate",
|
|
||||||
"endDate",
|
|
||||||
"daysToBeTake");
|
|
||||||
|
|
||||||
requestGrid.getColumnByKey("category").setHeader("Categoría");
|
|
||||||
requestGrid.getColumnByKey("state").setHeader("Estado");
|
|
||||||
requestGrid.getColumnByKey("startDate").setHeader("Fecha de Inicio");
|
|
||||||
requestGrid.getColumnByKey("endDate").setHeader("Fecha de Fin");
|
|
||||||
requestGrid.getColumnByKey("daysToBeTake").setHeader("Días a Tomar");
|
|
||||||
|
|
||||||
requestGrid.setPaginationBarMode(PagingGrid.PaginationBarMode.BOTTOM);
|
|
||||||
requestGrid.setPageSize(PAGE_SIZE);
|
|
||||||
requestGrid.asSingleSelect().addValueChangeListener(event -> {
|
|
||||||
TimeOffRequest selectedRequest = event.getValue();
|
|
||||||
if (selectedRequest != null) {
|
|
||||||
request = selectedRequest;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private Set<TimeOffRequestType> getStandardExclusions() {
|
|
||||||
return Set.of(
|
|
||||||
TimeOffRequestType.MATERNIDAD,
|
|
||||||
TimeOffRequestType.PATERNIDAD,
|
|
||||||
TimeOffRequestType.MATRIMONIO,
|
|
||||||
TimeOffRequestType.DUELO_1ER_GRADO,
|
|
||||||
TimeOffRequestType.DUELO_2ER_GRADO,
|
|
||||||
TimeOffRequestType.DIA_DEL_PADRE,
|
|
||||||
TimeOffRequestType.DIA_DE_LA_MADRE
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private Set<TimeOffRequestType> getMaleSpecificExclusions() {
|
|
||||||
return Set.of(
|
|
||||||
TimeOffRequestType.DIA_DE_LA_MUJER_INTERNACIONAL,
|
|
||||||
TimeOffRequestType.DIA_DE_LA_MUJER_NACIONAL
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private VerticalLayout createSummaryLayout() {
|
|
||||||
Employee employee = employeeService.getEmployee(employeeId);
|
|
||||||
boolean isMale = employee.getGender() == Employee.Gender.MALE;
|
|
||||||
int currentYear = LocalDate.now().getYear();
|
|
||||||
|
|
||||||
List<Vacation> vacations = vacationService.findVacations();
|
|
||||||
|
|
||||||
double healthLicence = 2;
|
|
||||||
List<TimeOffRequest> healthRequests = requestService
|
|
||||||
.findByEmployeeAndCategory(employeeId, TimeOffRequestType.PERMISOS_DE_SALUD);
|
|
||||||
if (healthRequests != null && !healthRequests.isEmpty()) {
|
|
||||||
healthLicence = healthRequests.getLast().getDaysBalance();
|
|
||||||
}
|
|
||||||
|
|
||||||
double totalFixedAndMovableHolidays = calculateHolidayDays(vacations);
|
|
||||||
double totalPersonalDays = calculatePersonalDays(vacations, isMale);
|
|
||||||
List<Double> vacationDays = calculateVacationDays(employee);
|
|
||||||
|
|
||||||
double utilizedVacationCurrentDays = vacationDays.get(1);
|
|
||||||
List<TimeOffRequest> vacationCurrentRequests = requestService
|
|
||||||
.findByEmployeeAndCategory(employeeId, TimeOffRequestType.VACACION_GESTION_ACTUAL);
|
|
||||||
if (vacationCurrentRequests != null && !vacationCurrentRequests.isEmpty()) {
|
|
||||||
utilizedVacationCurrentDays = vacationCurrentRequests.getLast().getDaysBalance();
|
|
||||||
}
|
|
||||||
double totalVacationCurrentDays = vacationDays.get(1) - (vacationDays.get(1) - utilizedVacationCurrentDays);
|
|
||||||
|
|
||||||
double utilizedVacationPreviousDays = vacationDays.get(0);
|
|
||||||
List<TimeOffRequest> vacationPreviousRequests = requestService
|
|
||||||
.findByEmployeeAndCategory(employeeId, TimeOffRequestType.VACACION_GESTION_ANTERIOR);
|
|
||||||
if (vacationPreviousRequests != null && !vacationPreviousRequests.isEmpty()) {
|
|
||||||
utilizedVacationPreviousDays = vacationPreviousRequests.getLast().getDaysBalance();
|
|
||||||
}
|
|
||||||
double totalVacationPreviousDays = vacationDays.getFirst()
|
|
||||||
- (vacationDays.getFirst() - utilizedVacationPreviousDays);
|
|
||||||
|
|
||||||
double utilizedFixedAndMovableHolidays = calculateHolidayUtilizedDays(currentYear);
|
|
||||||
double utilizedPersonalDays = calculatePersonalDaysUtilized(isMale, currentYear);
|
|
||||||
|
|
||||||
double remainingHolidayDays = totalFixedAndMovableHolidays - utilizedFixedAndMovableHolidays;
|
|
||||||
double remainingPersonalDays = (totalPersonalDays - utilizedPersonalDays) + healthLicence;
|
|
||||||
double remainingVacationDays = totalVacationCurrentDays + totalVacationPreviousDays;
|
|
||||||
|
|
||||||
double totalAvailableDays = remainingHolidayDays + remainingPersonalDays + remainingVacationDays;
|
|
||||||
|
|
||||||
return new VerticalLayout(
|
|
||||||
new Span("Total feriados fijos y movibles: " + remainingHolidayDays),
|
|
||||||
new Span("Total días libres personales: " + remainingPersonalDays),
|
|
||||||
new Span("Total vacaciones pendientes de uso: " + remainingVacationDays),
|
|
||||||
new Span("TOTAL GENERAL DE DÍAS DISPONIBLES: " + totalAvailableDays)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculateHolidayDays(final List<Vacation> vacations) {
|
|
||||||
return vacations.stream()
|
|
||||||
.filter(req -> req.getType() != Vacation.Type.OTHER)
|
|
||||||
.mapToDouble(Vacation::getDuration)
|
|
||||||
.sum();
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculatePersonalDays(final List<Vacation> vacations, final boolean isMale) {
|
|
||||||
return vacations.stream()
|
|
||||||
.filter(req -> req.getType() == Vacation.Type.OTHER)
|
|
||||||
.filter(req -> !getStandardExclusions().contains(req.getCategory()))
|
|
||||||
.filter(req -> !(isMale && getMaleSpecificExclusions().contains(req.getCategory())))
|
|
||||||
.filter(req -> !req.getCategory().name().startsWith("VACACION"))
|
|
||||||
.filter(req -> req.getCategory() != TimeOffRequestType.PERMISOS_DE_SALUD)
|
|
||||||
.mapToDouble(Vacation::getDuration)
|
|
||||||
.sum();
|
|
||||||
}
|
|
||||||
|
|
||||||
private List<Double> calculateVacationDays(final Employee employee) {
|
|
||||||
List<Double> vacationDays = new ArrayList<>();
|
|
||||||
|
|
||||||
if (employee.getDateOfEntry() != null) {
|
|
||||||
LocalDate entryDate = employee.getDateOfEntry();
|
|
||||||
LocalDate today = LocalDate.now();
|
|
||||||
|
|
||||||
boolean hasAnniversaryPassed = entryDate.getMonthValue() < today.getMonthValue()
|
|
||||||
|| (entryDate.getMonthValue() == today.getMonthValue() && entryDate.getDayOfMonth()
|
|
||||||
<= today.getDayOfMonth());
|
|
||||||
|
|
||||||
LocalDate previousVacationYearDate;
|
|
||||||
LocalDate currentVacationYearDate;
|
|
||||||
|
|
||||||
if (hasAnniversaryPassed) {
|
|
||||||
previousVacationYearDate = LocalDate.of(
|
|
||||||
today.getYear() - 1,
|
|
||||||
entryDate.getMonth(),
|
|
||||||
entryDate.getDayOfMonth()
|
|
||||||
);
|
|
||||||
currentVacationYearDate = LocalDate.of(
|
|
||||||
today.getYear(),
|
|
||||||
entryDate.getMonth(),
|
|
||||||
entryDate.getDayOfMonth()
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
previousVacationYearDate = LocalDate.of(
|
|
||||||
today.getYear() - 2,
|
|
||||||
entryDate.getMonth(),
|
|
||||||
entryDate.getDayOfMonth()
|
|
||||||
);
|
|
||||||
currentVacationYearDate = LocalDate.of(
|
|
||||||
today.getYear() - 1,
|
|
||||||
entryDate.getMonth(),
|
|
||||||
entryDate.getDayOfMonth()
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
vacationDays.add(calculateVacationDaysSinceEntry(entryDate, previousVacationYearDate));
|
|
||||||
vacationDays.add(calculateVacationDaysSinceEntry(entryDate, currentVacationYearDate));
|
|
||||||
} else {
|
|
||||||
vacationDays.add(0.0);
|
|
||||||
vacationDays.add(0.0);
|
|
||||||
}
|
|
||||||
return vacationDays;
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculateHolidayUtilizedDays(final int year) {
|
|
||||||
return requests.stream()
|
|
||||||
.filter(this::verificationIsHoliday)
|
|
||||||
.filter(req -> req.getState() == TimeOffRequestStatus.TOMADO)
|
|
||||||
.filter(req -> getStartDateYear(req) == year)
|
|
||||||
.mapToDouble(TimeOffRequest::getDaysToBeTake)
|
|
||||||
.sum();
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculatePersonalDaysUtilized(final boolean isMale, final int year) {
|
|
||||||
return requests.stream()
|
|
||||||
.filter(req -> !verificationIsHoliday(req))
|
|
||||||
.filter(req -> req.getState() == TimeOffRequestStatus.TOMADO)
|
|
||||||
.filter(req -> !getStandardExclusions().contains(req.getCategory()))
|
|
||||||
.filter(req -> !(isMale && getMaleSpecificExclusions().contains(req.getCategory())))
|
|
||||||
.filter(req -> !req.getCategory().name().startsWith("VACACION"))
|
|
||||||
.filter(req -> req.getCategory() != TimeOffRequestType.PERMISOS_DE_SALUD)
|
|
||||||
.filter(req -> getStartDateYear(req) == year)
|
|
||||||
.mapToDouble(TimeOffRequest::getDaysToBeTake)
|
|
||||||
.sum();
|
|
||||||
}
|
|
||||||
|
|
||||||
private int getStartDateYear(final TimeOffRequest request) {
|
|
||||||
if (request.getStartDate() != null) {
|
|
||||||
return request.getStartDate().getYear();
|
|
||||||
}
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculateVacationDaysSinceEntry(final LocalDate dateOfEntry, final LocalDate date) {
|
|
||||||
int yearsOfService = dateOfEntry != null ? Period.between(dateOfEntry, date).getYears() : 0;
|
|
||||||
if (yearsOfService > 10) {
|
|
||||||
return 30;
|
|
||||||
}
|
|
||||||
if (yearsOfService > 5) {
|
|
||||||
return 20;
|
|
||||||
}
|
|
||||||
if (yearsOfService > 1) {
|
|
||||||
return 15;
|
|
||||||
}
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
private Boolean verificationIsHoliday(final TimeOffRequest request) {
|
|
||||||
Vacation vacation = vacationService.findVacationByCategory(request.getCategory());
|
|
||||||
return vacation.getType() != Vacation.Type.OTHER;
|
|
||||||
}
|
|
||||||
|
|
||||||
private HorizontalLayout createActionButtons() {
|
|
||||||
Button viewButton = createButton("Ver", () -> navigateToViewRequest(request));
|
|
||||||
Button editButton = createButton("Editar", () -> navigateToEditRequest(request));
|
|
||||||
Button closeButton = new Button("Salir", event -> navigateToRequestsListView());
|
|
||||||
|
|
||||||
return new HorizontalLayout(viewButton, editButton, closeButton);
|
|
||||||
}
|
|
||||||
|
|
||||||
private Button createButton(final String caption, final Runnable action) {
|
|
||||||
return new Button(caption, event -> {
|
|
||||||
if (request != null) {
|
|
||||||
action.run();
|
|
||||||
} else {
|
|
||||||
Notification.show("Seleccione una solicitud.", 3000, Notification.Position.MIDDLE);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToRequestsListView() {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(RequestsListView.class));
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToEditRequest(final TimeOffRequest request) {
|
|
||||||
navigateToRequestView(request, "edit");
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToViewRequest(final TimeOffRequest request) {
|
|
||||||
navigateToRequestView(request, "view");
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToRequestView(final TimeOffRequest request, final String action) {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(RequestView.class, request.getId().toString() + "/" + action));
|
|
||||||
}
|
|
||||||
|
|
||||||
private void refreshRequestGrid(final TimeOffRequestType category, final TimeOffRequestStatus state) {
|
|
||||||
requestGrid.setPagingDataProvider((page, pageSize) -> {
|
|
||||||
int start = (int) (page * requestGrid.getPageSize());
|
|
||||||
return fetchFilteredTimeOffRequests(start, pageSize, category, state);
|
|
||||||
});
|
|
||||||
requestGrid.getDataProvider().refreshAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
private List<TimeOffRequest> fetchFilteredTimeOffRequests(final int start,
|
|
||||||
final int pageSize,
|
|
||||||
final TimeOffRequestType category,
|
|
||||||
final TimeOffRequestStatus state) {
|
|
||||||
|
|
||||||
requests = requestService.findRequestsByEmployeeId(employeeId);
|
|
||||||
generateRequests();
|
|
||||||
if (category != null && !"TODOS".equals(category.name())) {
|
|
||||||
requests = requests.stream()
|
|
||||||
.filter(req -> req.getCategory().equals(category))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
if (state != null && !"TODOS".equals(state.name())) {
|
|
||||||
requests = requests.stream()
|
|
||||||
.filter(req -> req.getState().equals(state))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
int end = Math.min(start + pageSize, requests.size());
|
|
||||||
return requests.subList(start, end);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void generateRequests() {
|
|
||||||
boolean isMale = isEmployeeMale();
|
|
||||||
|
|
||||||
for (TimeOffRequestType type : TimeOffRequestType.values()) {
|
|
||||||
if (shouldIncludeRequest(type) && isValidRequestType(type, isMale)) {
|
|
||||||
TimeOffRequest request = createRequest(type);
|
|
||||||
if (isVacationExpired(request)) {
|
|
||||||
request.setState(TimeOffRequestStatus.VENCIDO);
|
|
||||||
} else {
|
|
||||||
request.setState(TimeOffRequestStatus.PENDIENTE);
|
|
||||||
}
|
|
||||||
requests.add(request);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isEmployeeMale() {
|
|
||||||
return employeeService.getEmployee(employeeId).getGender() == Employee.Gender.MALE;
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isValidRequestType(final TimeOffRequestType type, final boolean isMale) {
|
|
||||||
return !getStandardExclusions().contains(type)
|
|
||||||
&& !(isMale && getMaleSpecificExclusions().contains(type))
|
|
||||||
&& type != TimeOffRequestType.TODOS;
|
|
||||||
}
|
|
||||||
|
|
||||||
private TimeOffRequest createRequest(final TimeOffRequestType type) {
|
|
||||||
TimeOffRequest request = new TimeOffRequest();
|
|
||||||
request.setCategory(type);
|
|
||||||
return request;
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isVacationExpired(final TimeOffRequest request) {
|
|
||||||
Vacation vacation = vacationService.findVacationByCategory(request.getCategory());
|
|
||||||
|
|
||||||
if (vacation != null && vacation.getMonthOfYear() != null && vacation.getDayOfMonth() != null) {
|
|
||||||
int vacationMonth = vacation.getMonthOfYear();
|
|
||||||
int vacationDay = vacation.getDayOfMonth();
|
|
||||||
int currentMonth = LocalDate.now().getMonthValue();
|
|
||||||
int currentDay = LocalDate.now().getDayOfMonth();
|
|
||||||
|
|
||||||
return vacationMonth < currentMonth || (vacationMonth == currentMonth && vacationDay < currentDay);
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean shouldIncludeRequest(final TimeOffRequestType type) {
|
|
||||||
List<TimeOffRequest> existingRequest = requestService.findByEmployeeAndCategory(employeeId, type);
|
|
||||||
return existingRequest.isEmpty();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setParameter(final BeforeEvent event, final String parameter) {
|
|
||||||
employeeId = UUID.fromString(parameter);
|
|
||||||
Employee employee = employeeService.getEmployee(employeeId);
|
|
||||||
requests = requestService.findRequestsByEmployeeId(employeeId);
|
|
||||||
setViewTitle(employee.getFirstName() + " " + employee.getLastName(), employee.getTeam().getName());
|
|
||||||
requestGrid.setItems(requests);
|
|
||||||
initializeView();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setViewTitle(final String employeeName, final String employeeTeam) {
|
|
||||||
addComponentAsFirst(new H3("Nombre del empleado: " + employeeName));
|
|
||||||
addComponentAtIndex(1, new H3("Equipo: " + employeeTeam));
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,511 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.*;
|
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
|
||||||
import com.primefactorsolutions.service.TimeOffRequestService;
|
|
||||||
import com.primefactorsolutions.service.VacationService;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
|
||||||
import com.vaadin.flow.component.datepicker.DatePicker;
|
|
||||||
import com.vaadin.flow.component.html.H3;
|
|
||||||
import com.vaadin.flow.component.notification.Notification;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
|
|
||||||
import com.vaadin.flow.component.textfield.NumberField;
|
|
||||||
import com.vaadin.flow.data.binder.Binder;
|
|
||||||
import com.vaadin.flow.router.*;
|
|
||||||
import com.vaadin.flow.spring.annotation.SpringComponent;
|
|
||||||
import jakarta.annotation.security.PermitAll;
|
|
||||||
import org.springframework.context.annotation.Scope;
|
|
||||||
|
|
||||||
import java.time.LocalDate;
|
|
||||||
import java.time.temporal.ChronoUnit;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.Comparator;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
@SpringComponent
|
|
||||||
@PermitAll
|
|
||||||
@Scope("prototype")
|
|
||||||
@PageTitle("Request")
|
|
||||||
@Route(value = "/requests/new", layout = MainLayout.class)
|
|
||||||
public class RequestRegisterView extends VerticalLayout {
|
|
||||||
|
|
||||||
private final ComboBox<Employee> employeeComboBox = new ComboBox<>("Empleado");
|
|
||||||
private final ComboBox<TimeOffRequestType> categoryComboBox = new ComboBox<>("Categoría");
|
|
||||||
private final NumberField availableDaysField = new NumberField("Días disponibles");
|
|
||||||
private final DatePicker startDatePicker = new DatePicker("Fecha de inicio");
|
|
||||||
private final DatePicker endDatePicker = new DatePicker("Fecha final");
|
|
||||||
private final NumberField daysToBeTakenField = new NumberField("Días a tomar");
|
|
||||||
private final NumberField balanceDaysField = new NumberField("Días de saldo");
|
|
||||||
|
|
||||||
private final TimeOffRequestService requestService;
|
|
||||||
private final EmployeeService employeeService;
|
|
||||||
private final VacationService vacationService;
|
|
||||||
|
|
||||||
private final Binder<TimeOffRequest> binder;
|
|
||||||
private Vacation vacation;
|
|
||||||
private Employee employee;
|
|
||||||
private LocalDate endDate;
|
|
||||||
|
|
||||||
private Button saveButton;
|
|
||||||
private Button closeButton;
|
|
||||||
|
|
||||||
public RequestRegisterView(final TimeOffRequestService requestService,
|
|
||||||
final EmployeeService employeeService,
|
|
||||||
final VacationService vacationService) {
|
|
||||||
this.requestService = requestService;
|
|
||||||
this.employeeService = employeeService;
|
|
||||||
this.vacationService = vacationService;
|
|
||||||
this.binder = new Binder<>(TimeOffRequest.class);
|
|
||||||
initializeView();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initializeView() {
|
|
||||||
requestService.updateRequestStatuses();
|
|
||||||
configureFormFields();
|
|
||||||
configureButtons();
|
|
||||||
configureBinder();
|
|
||||||
setupFormLayout();
|
|
||||||
configureInitialFieldStates();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureInitialFieldStates() {
|
|
||||||
categoryComboBox.setEnabled(false);
|
|
||||||
startDatePicker.setEnabled(false);
|
|
||||||
endDatePicker.setEnabled(false);
|
|
||||||
availableDaysField.setReadOnly(true);
|
|
||||||
daysToBeTakenField.setReadOnly(true);
|
|
||||||
balanceDaysField.setReadOnly(true);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureFormFields() {
|
|
||||||
employeeComboBox.setItems(employeeService.findAllEmployees());
|
|
||||||
employeeComboBox.setItemLabelGenerator(emp -> emp.getFirstName() + " " + emp.getLastName());
|
|
||||||
employeeComboBox.addValueChangeListener(event -> {
|
|
||||||
employee = event.getValue();
|
|
||||||
handleEmployeeSelection(event.getValue());
|
|
||||||
});
|
|
||||||
categoryComboBox.addValueChangeListener(event -> {
|
|
||||||
onCategoryChange(event.getValue());
|
|
||||||
handleCategorySelection(event.getValue());
|
|
||||||
});
|
|
||||||
startDatePicker.addValueChangeListener(event -> updateDatePickerMinValues());
|
|
||||||
endDatePicker.addValueChangeListener(event -> calculateDays());
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureBinder() {
|
|
||||||
binder.forField(employeeComboBox)
|
|
||||||
.bind(TimeOffRequest::getEmployee, TimeOffRequest::setEmployee);
|
|
||||||
binder.forField(categoryComboBox)
|
|
||||||
.bind(TimeOffRequest::getCategory, TimeOffRequest::setCategory);
|
|
||||||
binder.forField(availableDaysField)
|
|
||||||
.bind(TimeOffRequest::getAvailableDays, TimeOffRequest::setAvailableDays);
|
|
||||||
binder.forField(startDatePicker)
|
|
||||||
.bind(TimeOffRequest::getStartDate, TimeOffRequest::setStartDate);
|
|
||||||
binder.forField(endDatePicker)
|
|
||||||
.bind(TimeOffRequest::getEndDate, TimeOffRequest::setEndDate);
|
|
||||||
binder.forField(daysToBeTakenField)
|
|
||||||
.bind(TimeOffRequest::getDaysToBeTake, TimeOffRequest::setDaysToBeTake);
|
|
||||||
binder.forField(balanceDaysField)
|
|
||||||
.bind(TimeOffRequest::getDaysBalance, TimeOffRequest::setDaysBalance);
|
|
||||||
binder.setBean(new TimeOffRequest());
|
|
||||||
}
|
|
||||||
|
|
||||||
private void handleEmployeeSelection(final Employee selectedEmployee) {
|
|
||||||
if (selectedEmployee != null) {
|
|
||||||
categoryComboBox.clear();
|
|
||||||
availableDaysField.clear();
|
|
||||||
startDatePicker.clear();
|
|
||||||
endDatePicker.clear();
|
|
||||||
daysToBeTakenField.clear();
|
|
||||||
balanceDaysField.clear();
|
|
||||||
categoryComboBox.setEnabled(true);
|
|
||||||
startDatePicker.setEnabled(false);
|
|
||||||
endDatePicker.setEnabled(false);
|
|
||||||
filterCategories(selectedEmployee);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void filterCategories(final Employee employee) {
|
|
||||||
categoryComboBox.clear();
|
|
||||||
List<TimeOffRequest> employeeRequests = requestService.findRequestsByEmployeeId(employee.getId());
|
|
||||||
List<TimeOffRequestType> allCategories = Arrays.asList(TimeOffRequestType.values());
|
|
||||||
List<TimeOffRequestType> availableCategories = allCategories.stream()
|
|
||||||
.filter(category -> isCategoryAvailable(employeeRequests, category))
|
|
||||||
.filter(category -> isCategoryAllowedByGender(category, employee.getGender()))
|
|
||||||
.filter(category -> category != TimeOffRequestType.TODOS)
|
|
||||||
.filter(category -> shouldIncludeVacationGestionActual(employeeRequests, category))
|
|
||||||
.filter(category -> shouldIncludeVacationGestionAnterior(employeeRequests, category))
|
|
||||||
.toList();
|
|
||||||
|
|
||||||
categoryComboBox.setItems(availableCategories);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private boolean shouldIncludeVacationGestionActual(final List<TimeOffRequest> employeeRequests,
|
|
||||||
final TimeOffRequestType category) {
|
|
||||||
if (category != TimeOffRequestType.VACACION_GESTION_ACTUAL) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return employeeRequests.stream()
|
|
||||||
.anyMatch(request -> request.getCategory() == TimeOffRequestType.VACACION_GESTION_ANTERIOR
|
|
||||||
&& request.getDaysBalance() == 0
|
|
||||||
&& request.getState() == TimeOffRequestStatus.TOMADO);
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean shouldIncludeVacationGestionAnterior(final List<TimeOffRequest> employeeRequests,
|
|
||||||
final TimeOffRequestType category) {
|
|
||||||
if (category != TimeOffRequestType.VACACION_GESTION_ANTERIOR) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return employeeRequests.stream()
|
|
||||||
.noneMatch(request -> request.getCategory() == TimeOffRequestType.VACACION_GESTION_ANTERIOR
|
|
||||||
&& request.getDaysBalance() == 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void onCategoryChange(final TimeOffRequestType selectedCategory) {
|
|
||||||
if (selectedCategory == TimeOffRequestType.VACACION_GESTION_ACTUAL
|
|
||||||
|| selectedCategory == TimeOffRequestType.VACACION_GESTION_ANTERIOR) {
|
|
||||||
startDatePicker.setEnabled(true);
|
|
||||||
endDatePicker.setEnabled(true);
|
|
||||||
} else {
|
|
||||||
startDatePicker.setEnabled(true);
|
|
||||||
endDatePicker.setEnabled(false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isCategoryAvailable(final List<TimeOffRequest> employeeRequests,
|
|
||||||
final TimeOffRequestType category) {
|
|
||||||
List<TimeOffRequest> requestsByCategory = employeeRequests.stream()
|
|
||||||
.filter(request -> request.getCategory() == category)
|
|
||||||
.toList();
|
|
||||||
|
|
||||||
if (requestsByCategory.isEmpty()) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
TimeOffRequest latestRequest = requestsByCategory.stream()
|
|
||||||
.max(Comparator.comparing(TimeOffRequest::getStartDate))
|
|
||||||
.orElse(null);
|
|
||||||
|
|
||||||
boolean isSpecialCategory = category == TimeOffRequestType.PERMISOS_DE_SALUD
|
|
||||||
|| category == TimeOffRequestType.VACACION_GESTION_ACTUAL
|
|
||||||
|| category == TimeOffRequestType.VACACION_GESTION_ANTERIOR;
|
|
||||||
|
|
||||||
if (isSpecialCategory) {
|
|
||||||
return (latestRequest.getState() == TimeOffRequestStatus.TOMADO
|
|
||||||
&& latestRequest.getDaysBalance() > 0)
|
|
||||||
|| latestRequest.getState() == TimeOffRequestStatus.RECHAZADO
|
|
||||||
|| (latestRequest.getState() == TimeOffRequestStatus.TOMADO
|
|
||||||
&& latestRequest.getDaysBalance() == 0
|
|
||||||
&& latestRequest.getExpiration().isBefore(LocalDate.now()));
|
|
||||||
} else {
|
|
||||||
return (latestRequest.getState() == TimeOffRequestStatus.TOMADO
|
|
||||||
&& latestRequest.getExpiration().isBefore(LocalDate.now()))
|
|
||||||
|| latestRequest.getState() == TimeOffRequestStatus.RECHAZADO;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isCategoryAllowedByGender(final TimeOffRequestType category, final Employee.Gender gender) {
|
|
||||||
if (gender == Employee.Gender.MALE) {
|
|
||||||
return category != TimeOffRequestType.MATERNIDAD
|
|
||||||
&& category != TimeOffRequestType.DIA_DE_LA_MADRE
|
|
||||||
&& category != TimeOffRequestType.DIA_DE_LA_MUJER_INTERNACIONAL
|
|
||||||
&& category != TimeOffRequestType.DIA_DE_LA_MUJER_NACIONAL;
|
|
||||||
} else {
|
|
||||||
return category != TimeOffRequestType.DIA_DEL_PADRE
|
|
||||||
&& category != TimeOffRequestType.PATERNIDAD;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void handleCategorySelection(final TimeOffRequestType selectedCategory) {
|
|
||||||
if (selectedCategory != null) {
|
|
||||||
updateAvailableDays(selectedCategory);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void updateAvailableDays(final TimeOffRequestType selectedCategory) {
|
|
||||||
vacation = vacationService.findVacationByCategory(selectedCategory);
|
|
||||||
UUID employeeId = employeeComboBox.getValue().getId();
|
|
||||||
List<TimeOffRequest> requests = requestService.findByEmployeeAndCategory(employeeId, selectedCategory);
|
|
||||||
|
|
||||||
if (vacation != null) {
|
|
||||||
TimeOffRequest requestWithBalance = requests.stream()
|
|
||||||
.filter(request -> request.getDaysBalance() > 0
|
|
||||||
&& request.getState() != TimeOffRequestStatus.VENCIDO
|
|
||||||
&& request.getState() != TimeOffRequestStatus.RECHAZADO)
|
|
||||||
.max(Comparator.comparing(TimeOffRequest::getStartDate))
|
|
||||||
.orElse(null);
|
|
||||||
|
|
||||||
if (requestWithBalance != null) {
|
|
||||||
if (requestWithBalance.getState() == TimeOffRequestStatus.TOMADO
|
|
||||||
&& requestWithBalance.getDaysBalance() > 0) {
|
|
||||||
availableDaysField.setValue(requestWithBalance.getDaysBalance());
|
|
||||||
} else {
|
|
||||||
availableDaysField.setValue(vacation.getDuration());
|
|
||||||
}
|
|
||||||
} else if (selectedCategory == TimeOffRequestType.VACACION_GESTION_ACTUAL
|
|
||||||
|| selectedCategory == TimeOffRequestType.VACACION_GESTION_ANTERIOR) {
|
|
||||||
LocalDate dateOfEntry = employeeComboBox.getValue().getDateOfEntry();
|
|
||||||
LocalDate currentDate = LocalDate.now();
|
|
||||||
long yearsOfService = ChronoUnit.YEARS.between(dateOfEntry, currentDate);
|
|
||||||
|
|
||||||
if (selectedCategory == TimeOffRequestType.VACACION_GESTION_ANTERIOR) {
|
|
||||||
yearsOfService -= 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (yearsOfService > 10) {
|
|
||||||
availableDaysField.setValue(30.0);
|
|
||||||
} else if (yearsOfService > 5) {
|
|
||||||
availableDaysField.setValue(20.0);
|
|
||||||
} else if (yearsOfService > 1) {
|
|
||||||
availableDaysField.setValue(15.0);
|
|
||||||
} else {
|
|
||||||
availableDaysField.setValue(0.0);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
availableDaysField.setValue(vacation.getDuration());
|
|
||||||
}
|
|
||||||
setDatePickerLimits(vacation);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setDatePickerLimits(final Vacation vacation) {
|
|
||||||
LocalDate startDate;
|
|
||||||
endDate = null;
|
|
||||||
|
|
||||||
UUID employeeId = employee.getId();
|
|
||||||
List<TimeOffRequest> previousRequests
|
|
||||||
= requestService.findByEmployeeAndCategory(employeeId, vacation.getCategory());
|
|
||||||
|
|
||||||
int startYear = calculateStartYear(previousRequests);
|
|
||||||
|
|
||||||
startDate = determineStartDate(vacation, startYear);
|
|
||||||
|
|
||||||
if (startDate.isBefore(LocalDate.now())) {
|
|
||||||
startDate = determineStartDate(vacation, startYear + 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (startDate != null) {
|
|
||||||
if (vacation.getExpiration() != null) {
|
|
||||||
endDate = startDate.plusDays(vacation.getExpiration().intValue() - 1);
|
|
||||||
} else {
|
|
||||||
endDate = LocalDate.of(startDate.getYear(), 12, 31);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
startDate = LocalDate.now();
|
|
||||||
}
|
|
||||||
|
|
||||||
setPickerValues(vacation, startDate);
|
|
||||||
setPickerLimits(startDate, endDate);
|
|
||||||
}
|
|
||||||
|
|
||||||
private int calculateStartYear(final List<TimeOffRequest> previousRequests) {
|
|
||||||
if (previousRequests.isEmpty()) {
|
|
||||||
return LocalDate.now().getYear();
|
|
||||||
}
|
|
||||||
|
|
||||||
int lastRequestYear = previousRequests.stream()
|
|
||||||
.max(Comparator.comparing(TimeOffRequest::getStartDate))
|
|
||||||
.map(request -> request.getStartDate().getYear())
|
|
||||||
.orElse(LocalDate.now().getYear());
|
|
||||||
|
|
||||||
if (previousRequests.getLast().getState() != TimeOffRequestStatus.RECHAZADO) {
|
|
||||||
lastRequestYear = lastRequestYear + 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
int currentYear = LocalDate.now().getYear();
|
|
||||||
return Math.max(lastRequestYear, currentYear);
|
|
||||||
}
|
|
||||||
|
|
||||||
private LocalDate determineStartDate(final Vacation vacation, final int startYear) {
|
|
||||||
if (vacation.getCategory() == TimeOffRequestType.CUMPLEAÑOS && employee.getBirthday() != null) {
|
|
||||||
return LocalDate.of(startYear, employee.getBirthday().getMonth(), employee.getBirthday().getDayOfMonth());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (vacation.getMonthOfYear() != null && vacation.getDayOfMonth() != null) {
|
|
||||||
return LocalDate.of(startYear, vacation.getMonthOfYear().intValue(), vacation.getDayOfMonth().intValue());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (vacation.getCategory() == TimeOffRequestType.PERMISOS_DE_SALUD) {
|
|
||||||
return LocalDate.now();
|
|
||||||
}
|
|
||||||
|
|
||||||
return LocalDate.now();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setPickerValues(final Vacation vacation, final LocalDate startDate) {
|
|
||||||
startDatePicker.setValue(startDate);
|
|
||||||
|
|
||||||
if ((vacation.getDuration() != null && vacation.getDuration() == 0.5)
|
|
||||||
|| vacation.getCategory() == TimeOffRequestType.PERMISOS_DE_SALUD
|
|
||||||
|| vacation.getCategory() == TimeOffRequestType.CUMPLEAÑOS) {
|
|
||||||
|
|
||||||
endDatePicker.setValue(startDate);
|
|
||||||
} else {
|
|
||||||
int durationDays = (vacation.getDuration() != null ? vacation.getDuration().intValue() - 1 : 0);
|
|
||||||
endDatePicker.setValue(startDate.plusDays(durationDays));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setPickerLimits(final LocalDate startDate, final LocalDate endDate) {
|
|
||||||
startDatePicker.setMin(startDate);
|
|
||||||
startDatePicker.setMax(endDate);
|
|
||||||
endDatePicker.setMin(startDate);
|
|
||||||
endDatePicker.setMax(endDate);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void updateDatePickerMinValues() {
|
|
||||||
LocalDate startDate = startDatePicker.getValue();
|
|
||||||
if (availableDaysField.getValue() != null) {
|
|
||||||
if (availableDaysField.getValue() == 0.5) {
|
|
||||||
endDatePicker.setValue(startDate.plusDays(0));
|
|
||||||
} else {
|
|
||||||
endDatePicker.setValue(startDate.plusDays(availableDaysField.getValue().intValue() - 1));
|
|
||||||
}
|
|
||||||
calculateDays();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void calculateDays() {
|
|
||||||
LocalDate startDate = startDatePicker.getValue();
|
|
||||||
LocalDate endDate = endDatePicker.getValue();
|
|
||||||
Double availableDays = availableDaysField.getValue();
|
|
||||||
|
|
||||||
if (areDatesValid(startDate, endDate)) {
|
|
||||||
double daysToBeTaken = calculateDaysBetween(startDate, endDate);
|
|
||||||
setDaysToBeTakenField(daysToBeTaken);
|
|
||||||
|
|
||||||
double balanceDays = calculateBalanceDays(availableDays, daysToBeTakenField.getValue());
|
|
||||||
balanceDaysField.setValue(balanceDays);
|
|
||||||
|
|
||||||
if (balanceDays < 0.0) {
|
|
||||||
clearFields();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean areDatesValid(final LocalDate startDate, final LocalDate endDate) {
|
|
||||||
return startDate != null && endDate != null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculateDaysBetween(final LocalDate startDate, final LocalDate endDate) {
|
|
||||||
return java.time.temporal.ChronoUnit.DAYS.between(startDate, endDate) + 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setDaysToBeTakenField(final double daysToBeTaken) {
|
|
||||||
if (vacation.getCategory() == TimeOffRequestType.PERMISOS_DE_SALUD
|
|
||||||
|| vacation.getCategory() == TimeOffRequestType.CUMPLEAÑOS
|
|
||||||
|| vacation.getCategory() == TimeOffRequestType.DIA_DEL_PADRE
|
|
||||||
|| vacation.getCategory() == TimeOffRequestType.DIA_DE_LA_MADRE
|
|
||||||
|| vacation.getCategory() == TimeOffRequestType.DIA_DE_LA_MUJER_INTERNACIONAL
|
|
||||||
|| vacation.getCategory() == TimeOffRequestType.DIA_DE_LA_MUJER_NACIONAL) {
|
|
||||||
daysToBeTakenField.setValue(0.5);
|
|
||||||
} else {
|
|
||||||
daysToBeTakenField.setValue(daysToBeTaken);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculateBalanceDays(final double availableDays, final double daysToBeTaken) {
|
|
||||||
return availableDays - daysToBeTaken;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void clearFields() {
|
|
||||||
daysToBeTakenField.clear();
|
|
||||||
balanceDaysField.clear();
|
|
||||||
endDatePicker.clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureButtons() {
|
|
||||||
saveButton = new Button("Guardar", event -> saveRequest());
|
|
||||||
closeButton = new Button("Salir", event -> closeForm());
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupFormLayout() {
|
|
||||||
add(
|
|
||||||
new H3("Añadir solicitud de vacaciones"),
|
|
||||||
employeeComboBox,
|
|
||||||
categoryComboBox,
|
|
||||||
availableDaysField,
|
|
||||||
startDatePicker,
|
|
||||||
endDatePicker,
|
|
||||||
daysToBeTakenField,
|
|
||||||
balanceDaysField,
|
|
||||||
new HorizontalLayout(saveButton, closeButton)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void saveRequest() {
|
|
||||||
if (!binder.validate().isOk()) {
|
|
||||||
Notification.show("Rellene correctamente todos los campos obligatorios.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!validateForm()) {
|
|
||||||
Notification.show("Por favor, complete los campos antes de guardar");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
TimeOffRequest request = prepareRequest();
|
|
||||||
|
|
||||||
if (request.getCategory() == TimeOffRequestType.VACACION_GESTION_ACTUAL) {
|
|
||||||
handleVacationRequest(request);
|
|
||||||
} else {
|
|
||||||
handleExistingRequests(request);
|
|
||||||
}
|
|
||||||
|
|
||||||
requestService.saveTimeOffRequest(request);
|
|
||||||
Notification.show("Solicitud guardada correctamente.");
|
|
||||||
closeForm();
|
|
||||||
}
|
|
||||||
|
|
||||||
private TimeOffRequest prepareRequest() {
|
|
||||||
TimeOffRequest request = binder.getBean();
|
|
||||||
request.setStartDate(startDatePicker.getValue());
|
|
||||||
request.setAvailableDays(availableDaysField.getValue());
|
|
||||||
request.setExpiration(endDate != null ? endDate : endDatePicker.getValue());
|
|
||||||
request.setState(TimeOffRequestStatus.SOLICITADO);
|
|
||||||
return request;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void handleExistingRequests(final TimeOffRequest request) {
|
|
||||||
List<TimeOffRequest> existingRequests =
|
|
||||||
requestService.findByEmployeeAndCategory(employee.getId(), request.getCategory());
|
|
||||||
|
|
||||||
int maxRequests = request.getCategory() != TimeOffRequestType.PERMISOS_DE_SALUD
|
|
||||||
&& !request.getCategory().name().startsWith("VACACION")
|
|
||||||
&& request.getCategory() != TimeOffRequestType.CUMPLEAÑOS
|
|
||||||
? 2 : 1;
|
|
||||||
|
|
||||||
if (existingRequests.size() >= maxRequests) {
|
|
||||||
existingRequests.stream()
|
|
||||||
.min(Comparator.comparing(TimeOffRequest::getStartDate))
|
|
||||||
.ifPresent(oldestRequest -> requestService.deleteTimeOffRequest(oldestRequest.getId()));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void handleVacationRequest(final TimeOffRequest request) {
|
|
||||||
List<TimeOffRequest> existingRequests = requestService.findByEmployeeAndCategory(
|
|
||||||
employee.getId(),
|
|
||||||
TimeOffRequestType.VACACION_GESTION_ACTUAL
|
|
||||||
);
|
|
||||||
if (!existingRequests.isEmpty()) {
|
|
||||||
TimeOffRequest existingRequest = existingRequests.getFirst();
|
|
||||||
existingRequest.setCategory(TimeOffRequestType.VACACION_GESTION_ANTERIOR);
|
|
||||||
requestService.saveTimeOffRequest(existingRequest);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean validateForm() {
|
|
||||||
return employeeComboBox.getValue() != null
|
|
||||||
&& categoryComboBox.getValue() != null
|
|
||||||
&& startDatePicker.getValue() != null
|
|
||||||
&& endDatePicker.getValue() != null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void closeForm() {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(RequestsListView.class));
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,160 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.model.*;
|
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
|
||||||
import com.primefactorsolutions.service.TeamService;
|
|
||||||
import com.primefactorsolutions.service.TimeOffRequestService;
|
|
||||||
import com.vaadin.flow.component.Component;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
|
||||||
import com.vaadin.flow.component.datepicker.DatePicker;
|
|
||||||
import com.vaadin.flow.component.html.H3;
|
|
||||||
import com.vaadin.flow.component.notification.Notification;
|
|
||||||
import com.vaadin.flow.component.textfield.NumberField;
|
|
||||||
import com.vaadin.flow.router.*;
|
|
||||||
import com.vaadin.flow.spring.annotation.SpringComponent;
|
|
||||||
import jakarta.annotation.security.PermitAll;
|
|
||||||
import org.springframework.context.annotation.Scope;
|
|
||||||
import org.vaadin.firitin.form.BeanValidationForm;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
@SpringComponent
|
|
||||||
@PermitAll
|
|
||||||
@Scope("prototype")
|
|
||||||
@PageTitle("Request")
|
|
||||||
@Route(value = "/requests/:requestId?/:action?", layout = MainLayout.class)
|
|
||||||
public class RequestView extends BeanValidationForm<TimeOffRequest> implements HasUrlParameter<String> {
|
|
||||||
|
|
||||||
private final ComboBox<TimeOffRequestStatus> state = new ComboBox<>("Estado de la solicitud");
|
|
||||||
private final DatePicker expiration = new DatePicker("Vencimiento");
|
|
||||||
private final DatePicker startDate = new DatePicker("Fecha de inicio");
|
|
||||||
private final DatePicker endDate = new DatePicker("Fecha de fin");
|
|
||||||
private final NumberField availableDays = new NumberField("Días disponibles");
|
|
||||||
private final NumberField daysToBeTake = new NumberField("Días a tomar");
|
|
||||||
|
|
||||||
private final TimeOffRequestService requestService;
|
|
||||||
private final EmployeeService employeeService;
|
|
||||||
private TimeOffRequest request;
|
|
||||||
private Employee employee;
|
|
||||||
|
|
||||||
private Button saveButton;
|
|
||||||
|
|
||||||
public RequestView(final TimeOffRequestService requestService,
|
|
||||||
final EmployeeService employeeService,
|
|
||||||
final TeamService teamService) {
|
|
||||||
super(TimeOffRequest.class);
|
|
||||||
this.requestService = requestService;
|
|
||||||
this.employeeService = employeeService;
|
|
||||||
state.setItems(List.of(TimeOffRequestStatus.values()));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setParameter(final BeforeEvent beforeEvent, final String action) {
|
|
||||||
final RouteParameters params = beforeEvent.getRouteParameters();
|
|
||||||
final String requestIdString = params.get("requestId").orElse(null);
|
|
||||||
|
|
||||||
if ("new".equals(action)) {
|
|
||||||
setEntityWithEnabledSave(new TimeOffRequest());
|
|
||||||
} else {
|
|
||||||
assert requestIdString != null;
|
|
||||||
UUID requestId = UUID.fromString(requestIdString);
|
|
||||||
request = requestService.findTimeOffRequest(requestId);
|
|
||||||
UUID employeeId = request.getEmployee().getId();
|
|
||||||
employee = employeeService.getEmployee(employeeId);
|
|
||||||
setEntity(request);
|
|
||||||
configureViewOrEditAction(action);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected List<Component> getFormComponents() {
|
|
||||||
return List.of(
|
|
||||||
createEmployeeHeader(),
|
|
||||||
createTeamHeader(),
|
|
||||||
createCategoryHeader(),
|
|
||||||
state,
|
|
||||||
expiration,
|
|
||||||
startDate,
|
|
||||||
endDate,
|
|
||||||
availableDays,
|
|
||||||
daysToBeTake,
|
|
||||||
createCloseButton()
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected Button createSaveButton() {
|
|
||||||
saveButton = new Button("Guardar");
|
|
||||||
saveButton.addClickListener(event -> saveRequest());
|
|
||||||
return saveButton;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected Button createCloseButton() {
|
|
||||||
Button closeButton = new Button("Salir");
|
|
||||||
closeButton.addClickListener(event -> closeForm());
|
|
||||||
return closeButton;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setFieldsReadOnly(final boolean option) {
|
|
||||||
state.setReadOnly(option);
|
|
||||||
expiration.setReadOnly(option);
|
|
||||||
startDate.setReadOnly(option);
|
|
||||||
endDate.setReadOnly(option);
|
|
||||||
availableDays.setReadOnly(option);
|
|
||||||
daysToBeTake.setReadOnly(option);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void saveRequest() {
|
|
||||||
if (isFormValid()) {
|
|
||||||
TimeOffRequest request = getEntity();
|
|
||||||
setRequestFieldValues(request);
|
|
||||||
requestService.saveTimeOffRequest(request);
|
|
||||||
Notification.show("Solicitud guardada correctamente.");
|
|
||||||
closeForm();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setRequestFieldValues(final TimeOffRequest request) {
|
|
||||||
request.setState(state.getValue());
|
|
||||||
request.setExpiration(expiration.getValue());
|
|
||||||
request.setStartDate(startDate.getValue());
|
|
||||||
request.setEndDate(endDate.getValue());
|
|
||||||
request.setAvailableDays(availableDays.getValue());
|
|
||||||
request.setDaysToBeTake(daysToBeTake.getValue());
|
|
||||||
}
|
|
||||||
|
|
||||||
private void closeForm() {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate("requests/" + employee.getId().toString()));
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isFormValid() {
|
|
||||||
return !state.isEmpty()
|
|
||||||
&& expiration.getValue() != null
|
|
||||||
&& startDate.getValue() != null
|
|
||||||
&& endDate.getValue() != null
|
|
||||||
&& availableDays.getValue() != null
|
|
||||||
&& daysToBeTake.getValue() != null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void configureViewOrEditAction(final String action) {
|
|
||||||
if ("edit".equals(action) && !request.getId().toString().isEmpty()) {
|
|
||||||
setFieldsReadOnly(false);
|
|
||||||
} else if ("view".equals(action) && !request.getId().toString().isEmpty()) {
|
|
||||||
setFieldsReadOnly(true);
|
|
||||||
saveButton.setEnabled(false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private H3 createEmployeeHeader() {
|
|
||||||
return new H3("Empleado: " + employee.getFirstName() + " " + employee.getLastName());
|
|
||||||
}
|
|
||||||
|
|
||||||
private H3 createTeamHeader() {
|
|
||||||
return new H3("Equipo: " + employee.getTeam().getName());
|
|
||||||
}
|
|
||||||
|
|
||||||
private H3 createCategoryHeader() {
|
|
||||||
return new H3("Categoría: " + request.getCategory());
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,413 +1,16 @@
|
|||||||
package com.primefactorsolutions.views;
|
package com.primefactorsolutions.views;
|
||||||
|
|
||||||
import com.primefactorsolutions.model.*;
|
import com.vaadin.flow.component.html.Main;
|
||||||
import com.primefactorsolutions.service.EmployeeService;
|
|
||||||
import com.primefactorsolutions.service.TeamService;
|
|
||||||
import com.primefactorsolutions.service.TimeOffRequestService;
|
|
||||||
import com.primefactorsolutions.service.VacationService;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.combobox.ComboBox;
|
|
||||||
import com.vaadin.flow.component.notification.Notification;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.router.PageTitle;
|
import com.vaadin.flow.router.PageTitle;
|
||||||
import com.vaadin.flow.router.Route;
|
import com.vaadin.flow.router.Route;
|
||||||
import com.vaadin.flow.spring.annotation.SpringComponent;
|
import com.vaadin.flow.spring.annotation.SpringComponent;
|
||||||
import jakarta.annotation.security.PermitAll;
|
import jakarta.annotation.security.PermitAll;
|
||||||
import org.springframework.context.annotation.Scope;
|
import org.springframework.context.annotation.Scope;
|
||||||
import org.vaadin.firitin.components.grid.PagingGrid;
|
|
||||||
|
|
||||||
import java.time.LocalDate;
|
|
||||||
import java.time.Period;
|
|
||||||
import java.util.*;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
|
|
||||||
import static com.primefactorsolutions.views.Constants.PAGE_SIZE;
|
|
||||||
|
|
||||||
@SpringComponent
|
@SpringComponent
|
||||||
@Scope("prototype")
|
@Scope("prototype")
|
||||||
@PageTitle("Requests")
|
@PageTitle("Requests")
|
||||||
@Route(value = "/requests", layout = MainLayout.class)
|
@Route(value = "/requests", layout = MainLayout.class)
|
||||||
@PermitAll
|
@PermitAll
|
||||||
public class RequestsListView extends BaseView {
|
public class RequestsListView extends Main {
|
||||||
|
}
|
||||||
private final TimeOffRequestService requestService;
|
|
||||||
private final EmployeeService employeeService;
|
|
||||||
private final TeamService teamService;
|
|
||||||
private final VacationService vacationService;
|
|
||||||
private final PagingGrid<Employee> requestGrid = new PagingGrid<>();
|
|
||||||
|
|
||||||
private ComboBox<Employee> employeeFilter;
|
|
||||||
private ComboBox<Team> teamFilter;
|
|
||||||
private ComboBox<Status> stateFilter;
|
|
||||||
private UUID selectedEmployeeId;
|
|
||||||
|
|
||||||
|
|
||||||
public RequestsListView(final TimeOffRequestService requestService,
|
|
||||||
final EmployeeService employeeService,
|
|
||||||
final TeamService teamService,
|
|
||||||
final VacationService vacationService) {
|
|
||||||
this.requestService = requestService;
|
|
||||||
this.employeeService = employeeService;
|
|
||||||
this.teamService = teamService;
|
|
||||||
this.vacationService = vacationService;
|
|
||||||
initializeView();
|
|
||||||
refreshGeneralRequestGrid(null, null, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void initializeView() {
|
|
||||||
requestService.updateRequestStatuses();
|
|
||||||
setupFilters();
|
|
||||||
setupRequestGrid();
|
|
||||||
getCurrentPageLayout().add(requestGrid);
|
|
||||||
getCurrentPageLayout().add(createActionButtons());
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupFilters() {
|
|
||||||
final HorizontalLayout hl = new HorizontalLayout();
|
|
||||||
hl.add(createEmployeeFilter());
|
|
||||||
hl.add(createTeamFilter());
|
|
||||||
hl.add(createStateFilter());
|
|
||||||
|
|
||||||
getCurrentPageLayout().add(hl);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupRequestGrid() {
|
|
||||||
requestGrid.addColumn(this::getEmployeeFullName).setHeader("Empleado");
|
|
||||||
requestGrid.addColumn(this::getTeamName).setHeader("Equipo");
|
|
||||||
requestGrid.addColumn(this::getEmployeeStatus).setHeader("Estado del empleado");
|
|
||||||
requestGrid.addColumn(this::getGeneralTotal).setHeader("Total general");
|
|
||||||
|
|
||||||
requestGrid.setPaginationBarMode(PagingGrid.PaginationBarMode.BOTTOM);
|
|
||||||
requestGrid.setPageSize(PAGE_SIZE);
|
|
||||||
requestGrid.asSingleSelect().addValueChangeListener(event -> {
|
|
||||||
Employee selectedRequest = event.getValue();
|
|
||||||
if (selectedRequest != null) {
|
|
||||||
selectedEmployeeId = selectedRequest.getId();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private HorizontalLayout createActionButtons() {
|
|
||||||
Button viewButton = new Button("Ver", event -> {
|
|
||||||
if (selectedEmployeeId != null) {
|
|
||||||
navigateToTimeOffRequestView(selectedEmployeeId);
|
|
||||||
} else {
|
|
||||||
Notification.show("Seleccione una solicitud.", 3000, Notification.Position.MIDDLE);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
Button closeButton = new Button("Salir", event -> navigateToMainView());
|
|
||||||
return new HorizontalLayout(viewButton, closeButton);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void refreshGeneralRequestGrid(final Employee employee,
|
|
||||||
final Team team,
|
|
||||||
final Status state) {
|
|
||||||
requestGrid.setPagingDataProvider((page, pageSize) -> {
|
|
||||||
int start = (int) (page * requestGrid.getPageSize());
|
|
||||||
return fetchFilteredEmployees(start, pageSize, employee, team, state);
|
|
||||||
});
|
|
||||||
requestGrid.getDataProvider().refreshAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
private List<Employee> fetchFilteredEmployees(final int start,
|
|
||||||
final int pageSize,
|
|
||||||
final Employee employee,
|
|
||||||
final Team team,
|
|
||||||
final Status state) {
|
|
||||||
List<Employee> filteredEmployees = employeeService.findAllEmployees();
|
|
||||||
|
|
||||||
if (employee != null && !"TODOS".equals(employee.getFirstName())) {
|
|
||||||
filteredEmployees = filteredEmployees.stream()
|
|
||||||
.filter(emp -> emp.getId().equals(employee.getId()))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (team != null && !"TODOS".equals(team.getName())) {
|
|
||||||
filteredEmployees = filteredEmployees.stream()
|
|
||||||
.filter(emp -> emp.getTeam() != null && emp.getTeam().getId().equals(team.getId()))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (state != null && state != Status.TODOS) {
|
|
||||||
filteredEmployees = filteredEmployees.stream()
|
|
||||||
.filter(emp -> {
|
|
||||||
Optional<TimeOffRequest> request = requestService
|
|
||||||
.findByEmployeeAndState(emp.getId(), TimeOffRequestStatus.EN_USO);
|
|
||||||
return state == Status.EN_DESCANSO ? request.isPresent() : request.isEmpty();
|
|
||||||
})
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
int end = Math.min(start + pageSize, filteredEmployees.size());
|
|
||||||
return filteredEmployees.subList(start, end);
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getEmployeeFullName(final Employee employee) {
|
|
||||||
return "TODOS".equals(employee.getFirstName())
|
|
||||||
? "TODOS" : employee.getFirstName() + " " + employee.getLastName();
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getTeamName(final Employee employee) {
|
|
||||||
Team team = employee.getTeam();
|
|
||||||
return team != null ? team.getName() : "Sin asignar";
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getTeamLabel(final Team team) {
|
|
||||||
return "TODOS".equals(team.getName()) ? "TODOS" : team.getName();
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getEmployeeStatus(final Employee employee) {
|
|
||||||
Optional<TimeOffRequest> activeRequest = requestService
|
|
||||||
.findByEmployeeAndState(employee.getId(), TimeOffRequestStatus.EN_USO);
|
|
||||||
return activeRequest.isPresent() ? "EN_DESCANSO" : "ACTIVO";
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getGeneralTotal(final Employee employee) {
|
|
||||||
List<TimeOffRequest> employeeRequests = requestService.findRequestsByEmployeeId(employee.getId());
|
|
||||||
List<Vacation> vacations = vacationService.findVacations();
|
|
||||||
|
|
||||||
List<Double> vacationDays = calculateVacationDays(employee);
|
|
||||||
|
|
||||||
double utilizedVacationCurrentDays = vacationDays.get(1);
|
|
||||||
List<TimeOffRequest> vacationCurrentRequests = requestService
|
|
||||||
.findByEmployeeAndCategory(employee.getId(), TimeOffRequestType.VACACION_GESTION_ACTUAL);
|
|
||||||
if (vacationCurrentRequests != null && !vacationCurrentRequests.isEmpty()) {
|
|
||||||
utilizedVacationCurrentDays = vacationCurrentRequests.getLast().getDaysBalance();
|
|
||||||
}
|
|
||||||
double totalVacationCurrentDays = vacationDays.get(1) - (vacationDays.get(1) - utilizedVacationCurrentDays);
|
|
||||||
|
|
||||||
double utilizedVacationPreviousDays = vacationDays.get(0);
|
|
||||||
List<TimeOffRequest> vacationPreviousRequests = requestService
|
|
||||||
.findByEmployeeAndCategory(employee.getId(), TimeOffRequestType.VACACION_GESTION_ANTERIOR);
|
|
||||||
if (vacationPreviousRequests != null && !vacationPreviousRequests.isEmpty()) {
|
|
||||||
utilizedVacationPreviousDays = vacationPreviousRequests.getLast().getDaysBalance();
|
|
||||||
}
|
|
||||||
double totalVacationPreviousDays = vacationDays.getFirst()
|
|
||||||
- (vacationDays.getFirst() - utilizedVacationPreviousDays);
|
|
||||||
|
|
||||||
|
|
||||||
double totalUtilized = calculateTotalUtilized(employeeRequests);
|
|
||||||
double totalVacations = totalVacationCurrentDays + totalVacationPreviousDays;
|
|
||||||
double totalAvailable = calculateTotalAvailable(vacations, employeeRequests, employee);
|
|
||||||
|
|
||||||
double generalTotal = totalAvailable + totalVacations - totalUtilized;
|
|
||||||
return String.valueOf(generalTotal);
|
|
||||||
}
|
|
||||||
|
|
||||||
private Set<TimeOffRequestType> getExcludedCategories() {
|
|
||||||
return Set.of(
|
|
||||||
TimeOffRequestType.MATERNIDAD,
|
|
||||||
TimeOffRequestType.PATERNIDAD,
|
|
||||||
TimeOffRequestType.MATRIMONIO,
|
|
||||||
TimeOffRequestType.DUELO_1ER_GRADO,
|
|
||||||
TimeOffRequestType.DUELO_2ER_GRADO,
|
|
||||||
TimeOffRequestType.DIA_DEL_PADRE,
|
|
||||||
TimeOffRequestType.DIA_DE_LA_MADRE
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private Set<TimeOffRequestType> getGenderSpecificExclusions() {
|
|
||||||
return Set.of(
|
|
||||||
TimeOffRequestType.DIA_DE_LA_MUJER_INTERNACIONAL,
|
|
||||||
TimeOffRequestType.DIA_DE_LA_MUJER_NACIONAL
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculateTotalUtilized(final List<TimeOffRequest> employeeRequests) {
|
|
||||||
int currentYear = LocalDate.now().getYear();
|
|
||||||
return employeeRequests.stream()
|
|
||||||
.filter(Objects::nonNull)
|
|
||||||
.filter(request -> request.getCategory() != TimeOffRequestType.PERMISOS_DE_SALUD)
|
|
||||||
.filter(request -> request.getCategory() != TimeOffRequestType.VACACION_GESTION_ACTUAL)
|
|
||||||
.filter(request -> request.getCategory() != TimeOffRequestType.VACACION_GESTION_ANTERIOR)
|
|
||||||
.filter(request -> request.getStartDate() != null && (
|
|
||||||
request.getStartDate().getYear() == currentYear
|
|
||||||
|| (request.getCategory().name().startsWith("VACACION")
|
|
||||||
&& request.getStartDate().getYear() == currentYear - 1)
|
|
||||||
))
|
|
||||||
.mapToDouble(request -> request.getDaysToBeTake() != null ? request.getDaysToBeTake() : 0.0)
|
|
||||||
.sum();
|
|
||||||
}
|
|
||||||
|
|
||||||
private List<Double> calculateVacationDays(final Employee employee) {
|
|
||||||
List<Double> vacationDays = new ArrayList<>();
|
|
||||||
|
|
||||||
if (employee.getDateOfEntry() != null) {
|
|
||||||
LocalDate entryDate = employee.getDateOfEntry();
|
|
||||||
LocalDate today = LocalDate.now();
|
|
||||||
|
|
||||||
boolean hasAnniversaryPassed = entryDate.getMonthValue() < today.getMonthValue()
|
|
||||||
|| (entryDate.getMonthValue() == today.getMonthValue() && entryDate.getDayOfMonth()
|
|
||||||
<= today.getDayOfMonth());
|
|
||||||
|
|
||||||
LocalDate previousVacationYearDate;
|
|
||||||
LocalDate currentVacationYearDate;
|
|
||||||
|
|
||||||
if (hasAnniversaryPassed) {
|
|
||||||
previousVacationYearDate = LocalDate.of(
|
|
||||||
today.getYear() - 1,
|
|
||||||
entryDate.getMonth(),
|
|
||||||
entryDate.getDayOfMonth()
|
|
||||||
);
|
|
||||||
currentVacationYearDate = LocalDate.of(
|
|
||||||
today.getYear(),
|
|
||||||
entryDate.getMonth(),
|
|
||||||
entryDate.getDayOfMonth()
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
previousVacationYearDate = LocalDate.of(
|
|
||||||
today.getYear() - 2,
|
|
||||||
entryDate.getMonth(),
|
|
||||||
entryDate.getDayOfMonth()
|
|
||||||
);
|
|
||||||
currentVacationYearDate = LocalDate.of(
|
|
||||||
today.getYear() - 1,
|
|
||||||
entryDate.getMonth(),
|
|
||||||
entryDate.getDayOfMonth()
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
vacationDays.add(calculateVacationDaysSinceEntry(entryDate, previousVacationYearDate));
|
|
||||||
vacationDays.add(calculateVacationDaysSinceEntry(entryDate, currentVacationYearDate));
|
|
||||||
} else {
|
|
||||||
vacationDays.add(0.0);
|
|
||||||
vacationDays.add(0.0);
|
|
||||||
}
|
|
||||||
return vacationDays;
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculateTotalAvailable(final List<Vacation> vacations, final List<TimeOffRequest> employeeRequests,
|
|
||||||
final Employee employee) {
|
|
||||||
Set<TimeOffRequestType> excludedCategories = getExcludedCategories();
|
|
||||||
Set<TimeOffRequestType> genderSpecificExclusions = getGenderSpecificExclusions();
|
|
||||||
Set<TimeOffRequestType> employeeRequestCategories = employeeRequests.stream()
|
|
||||||
.map(TimeOffRequest::getCategory)
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
|
|
||||||
double healthLicence = 2;
|
|
||||||
List<TimeOffRequest> healthRequests = requestService
|
|
||||||
.findByEmployeeAndCategory(employee.getId(), TimeOffRequestType.PERMISOS_DE_SALUD);
|
|
||||||
if (healthRequests != null && !healthRequests.isEmpty()) {
|
|
||||||
healthLicence = healthRequests.getLast().getDaysBalance();
|
|
||||||
}
|
|
||||||
|
|
||||||
double totalAvailable = vacations.stream()
|
|
||||||
.filter(Objects::nonNull)
|
|
||||||
.filter(vacation -> vacation.getCategory() != TimeOffRequestType.PERMISOS_DE_SALUD)
|
|
||||||
.filter(vacation -> shouldIncludeVacation(
|
|
||||||
vacation,
|
|
||||||
excludedCategories,
|
|
||||||
genderSpecificExclusions,
|
|
||||||
employee, employeeRequestCategories
|
|
||||||
))
|
|
||||||
.mapToDouble(vacation -> vacation.getDuration() != null ? vacation.getDuration() : 0.0)
|
|
||||||
.sum();
|
|
||||||
|
|
||||||
return totalAvailable + healthLicence;
|
|
||||||
}
|
|
||||||
|
|
||||||
private double calculateVacationDaysSinceEntry(final LocalDate dateOfEntry, final LocalDate date) {
|
|
||||||
int yearsOfService = dateOfEntry != null ? Period.between(dateOfEntry, date).getYears() : 0;
|
|
||||||
if (yearsOfService > 10) {
|
|
||||||
return 30;
|
|
||||||
}
|
|
||||||
if (yearsOfService > 5) {
|
|
||||||
return 20;
|
|
||||||
}
|
|
||||||
if (yearsOfService > 1) {
|
|
||||||
return 15;
|
|
||||||
}
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean shouldIncludeVacation(final Vacation vacation,
|
|
||||||
final Set<TimeOffRequestType> excludedCategories,
|
|
||||||
final Set<TimeOffRequestType> genderSpecificExclusions,
|
|
||||||
final Employee employee,
|
|
||||||
final Set<TimeOffRequestType> employeeRequestCategories) {
|
|
||||||
if (excludedCategories.contains(vacation.getCategory())
|
|
||||||
&& !employeeRequestCategories.contains(vacation.getCategory())) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return isFemale(employee) || !genderSpecificExclusions.contains(vacation.getCategory());
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isFemale(final Employee employee) {
|
|
||||||
return employee.getGender() == Employee.Gender.FEMALE;
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Employee> createEmployeeFilter() {
|
|
||||||
employeeFilter = new ComboBox<>("Empleado");
|
|
||||||
List<Employee> employees = new ArrayList<>(employeeService.findAllEmployees());
|
|
||||||
employees.addFirst(createAllEmployeesOption());
|
|
||||||
employeeFilter.setItems(employees);
|
|
||||||
employeeFilter.setItemLabelGenerator(this::getEmployeeFullName);
|
|
||||||
employeeFilter.setValue(employees.getFirst());
|
|
||||||
employeeFilter.addValueChangeListener(event ->
|
|
||||||
refreshGeneralRequestGrid(
|
|
||||||
event.getValue(),
|
|
||||||
teamFilter.getValue(),
|
|
||||||
stateFilter.getValue()
|
|
||||||
)
|
|
||||||
);
|
|
||||||
return employeeFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Team> createTeamFilter() {
|
|
||||||
teamFilter = new ComboBox<>("Equipo");
|
|
||||||
List<Team> teams = new ArrayList<>(teamService.findAllTeams());
|
|
||||||
teams.addFirst(createAllTeamsOption());
|
|
||||||
teamFilter.setItems(teams);
|
|
||||||
teamFilter.setItemLabelGenerator(this::getTeamLabel);
|
|
||||||
teamFilter.setValue(teams.getFirst());
|
|
||||||
teamFilter.addValueChangeListener(event ->
|
|
||||||
refreshGeneralRequestGrid(
|
|
||||||
employeeFilter.getValue(),
|
|
||||||
event.getValue(),
|
|
||||||
stateFilter.getValue()
|
|
||||||
)
|
|
||||||
);
|
|
||||||
return teamFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private ComboBox<Status> createStateFilter() {
|
|
||||||
stateFilter = new ComboBox<>("Estado del empleado");
|
|
||||||
stateFilter.setItems(Status.values());
|
|
||||||
stateFilter.setValue(Status.values()[0]);
|
|
||||||
stateFilter.addValueChangeListener(event ->
|
|
||||||
refreshGeneralRequestGrid(
|
|
||||||
employeeFilter.getValue(),
|
|
||||||
teamFilter.getValue(),
|
|
||||||
event.getValue()
|
|
||||||
)
|
|
||||||
);
|
|
||||||
return stateFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
private enum Status {
|
|
||||||
TODOS,
|
|
||||||
EN_DESCANSO,
|
|
||||||
ACTIVO
|
|
||||||
}
|
|
||||||
|
|
||||||
private Employee createAllEmployeesOption() {
|
|
||||||
Employee allEmployeesOption = new Employee();
|
|
||||||
allEmployeesOption.setFirstName("TODOS");
|
|
||||||
return allEmployeesOption;
|
|
||||||
}
|
|
||||||
|
|
||||||
private Team createAllTeamsOption() {
|
|
||||||
Team allTeamsOption = new Team();
|
|
||||||
allTeamsOption.setName("TODOS");
|
|
||||||
return allTeamsOption;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToMainView() {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(MainView.class));
|
|
||||||
}
|
|
||||||
|
|
||||||
private void navigateToTimeOffRequestView(final UUID idEmployee) {
|
|
||||||
getUI().ifPresent(ui -> ui.navigate("requests/" + idEmployee.toString()));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -1,71 +0,0 @@
|
|||||||
package com.primefactorsolutions.views;
|
|
||||||
|
|
||||||
import com.primefactorsolutions.service.AccountService;
|
|
||||||
import com.vaadin.flow.component.ClickEvent;
|
|
||||||
import com.vaadin.flow.component.ComponentEventListener;
|
|
||||||
import com.vaadin.flow.component.button.Button;
|
|
||||||
import com.vaadin.flow.component.button.ButtonVariant;
|
|
||||||
import com.vaadin.flow.component.formlayout.FormLayout;
|
|
||||||
import com.vaadin.flow.component.html.H3;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
|
|
||||||
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
|
|
||||||
import com.vaadin.flow.component.textfield.PasswordField;
|
|
||||||
import com.vaadin.flow.router.*;
|
|
||||||
import com.vaadin.flow.server.auth.AnonymousAllowed;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
@Route("reset-password")
|
|
||||||
@PageTitle("PFS Intra")
|
|
||||||
@AnonymousAllowed
|
|
||||||
public class ResetPasswordView extends VerticalLayout implements BeforeEnterObserver {
|
|
||||||
private String username;
|
|
||||||
private String token;
|
|
||||||
|
|
||||||
public ResetPasswordView(final AccountService accountService) {
|
|
||||||
setSizeFull();
|
|
||||||
setAlignItems(Alignment.CENTER);
|
|
||||||
setJustifyContentMode(JustifyContentMode.CENTER);
|
|
||||||
|
|
||||||
final VerticalLayout vl = new VerticalLayout();
|
|
||||||
vl.setJustifyContentMode(JustifyContentMode.CENTER);
|
|
||||||
vl.setWidth("400px");
|
|
||||||
|
|
||||||
final PasswordField password = new PasswordField("Password");
|
|
||||||
final PasswordField confirmPassword = new PasswordField("Confirm Password");
|
|
||||||
|
|
||||||
final FormLayout formLayout = new FormLayout(password, confirmPassword);
|
|
||||||
formLayout.setColspan(password, 3);
|
|
||||||
formLayout.setColspan(confirmPassword, 3);
|
|
||||||
|
|
||||||
final Button primaryButton = new Button("Submit");
|
|
||||||
primaryButton.addThemeVariants(ButtonVariant.LUMO_PRIMARY);
|
|
||||||
primaryButton.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent -> {
|
|
||||||
accountService.resetPassword(username, password.getValue(), token);
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(MainView.class));
|
|
||||||
});
|
|
||||||
|
|
||||||
final Button secondaryButton = new Button("Cancel");
|
|
||||||
secondaryButton.addClickListener((ComponentEventListener<ClickEvent<Button>>) buttonClickEvent ->
|
|
||||||
getUI().ifPresent(ui -> ui.navigate(MainView.class)));
|
|
||||||
|
|
||||||
HorizontalLayout hl = new HorizontalLayout(secondaryButton, primaryButton);
|
|
||||||
|
|
||||||
vl.add(new H3("PFS - Reset Password"));
|
|
||||||
vl.add(formLayout);
|
|
||||||
vl.add(hl);
|
|
||||||
|
|
||||||
add(vl);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void beforeEnter(final BeforeEnterEvent beforeEnterEvent) {
|
|
||||||
final Location location = beforeEnterEvent.getLocation();
|
|
||||||
final QueryParameters queryParameters = location.getQueryParameters();
|
|
||||||
|
|
||||||
this.username = queryParameters.getParameters().getOrDefault("username", List.of()).stream()
|
|
||||||
.findFirst().orElse(null);
|
|
||||||
this.token = queryParameters.getParameters().getOrDefault("token", List.of()).stream()
|
|
||||||
.findFirst().orElse(null);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
spring.ldap.url=ldap://localhost:8391
|
|
||||||
spring.ldap.embedded.port=8391
|
|
||||||
application.jwtSecret=test123
|
|
@ -17,11 +17,6 @@ spring.mail.properties.mail.smtp.auth=true
|
|||||||
spring.mail.properties.mail.smtp.starttls.enable=true
|
spring.mail.properties.mail.smtp.starttls.enable=true
|
||||||
spring.mail.properties.mail.smtp.starttls.required=true
|
spring.mail.properties.mail.smtp.starttls.required=true
|
||||||
|
|
||||||
spring.ldap.url=ldap://localhost:8389
|
|
||||||
spring.ldap.base=
|
|
||||||
spring.ldap.username=
|
|
||||||
spring.ldap.password=
|
|
||||||
|
|
||||||
spring.ldap.embedded.ldif=classpath:test-server.ldif
|
spring.ldap.embedded.ldif=classpath:test-server.ldif
|
||||||
spring.ldap.embedded.base-dn=dc=primefactorsolutions,dc=com
|
spring.ldap.embedded.base-dn=dc=primefactorsolutions,dc=com
|
||||||
spring.ldap.embedded.port=8389
|
spring.ldap.embedded.port=8389
|
||||||
@ -44,5 +39,3 @@ spring.sql.init.mode=${SQL_INIT:embedded}
|
|||||||
|
|
||||||
spring.h2.console.enabled=true
|
spring.h2.console.enabled=true
|
||||||
spring.h2.console.settings.web-allow-others=true
|
spring.h2.console.settings.web-allow-others=true
|
||||||
|
|
||||||
application.jwtSecret=${JWT_SECRET:changeme}
|
|
@ -9,87 +9,19 @@ insert into ASSESSMENT_QUESTIONS (assessment_id, question_id) values ('46b153f4-
|
|||||||
|
|
||||||
insert into ASSESSMENT_QUESTIONS (assessment_id, question_id) values ('46b153f4-23fd-462f-8430-fbe67b83caab', '8a4b213c-ca81-4c38-b56d-d7028c2dde88');
|
insert into ASSESSMENT_QUESTIONS (assessment_id, question_id) values ('46b153f4-23fd-462f-8430-fbe67b83caab', '8a4b213c-ca81-4c38-b56d-d7028c2dde88');
|
||||||
|
|
||||||
|
insert into employee (id, version, first_name, last_name, status) values ('e99b7af5-7d3a-4c0f-b8bc-e8d0388d8fc4', 1, 'Juan', 'Perez Condori', 'INACTIVE');
|
||||||
INSERT INTO team (id, version, name) VALUES ('b0e8f394-78c1-4d8a-9c57-dc6e8b36a5fa', 1, 'ABC');
|
insert into employee (id, version, first_name, last_name, status) values ('f6ab3c6d-7078-45f6-9b22-4e37637bfec6', 1, 'Ana', 'Garcia Rojas', 'ACTIVE');
|
||||||
INSERT INTO team (id, version, name) VALUES ('6d63bc15-3f8b-46f7-9cf1-7e9b0b9a2b28', 1, 'XYZ');
|
insert into employee (id, version, first_name, last_name, status) values ('2e2293b1-3f9a-4f3d-abc8-32639b0a5e15', 1, 'Carlos', 'Lopez Mendoza', 'INACTIVE');
|
||||||
INSERT INTO team (id, version, name) VALUES ('c3a8a7b1-f2d9-48c0-86ea-f215c2e6b3a3', 1, 'DEF');
|
insert into employee (id, version, first_name, last_name, status) values ('4b1c6c35-4627-4b35-b6e9-dc75c68b2c31', 1, 'Maria', 'Fernandez Villca', 'ACTIVE');
|
||||||
INSERT INTO team (id, version, name) VALUES ('8f6b61e7-efb2-4de7-b8ed-7438c9d8babe', 1, 'GHI');
|
insert into employee (id, version, first_name, last_name, status) values ('afc5c741-f70a-4394-853b-39d51b118927', 1, 'Luis', 'Gutierrez Mamani', 'ACTIVE');
|
||||||
|
insert into employee (id, version, first_name, last_name, status) values ('b2436b82-7b9f-4f0d-9463-f2c3173a45c3', 1, 'Laura', 'Martinez Paredes', 'INACTIVE');
|
||||||
|
insert into employee (id, version, first_name, last_name, status) values ('6e6a8a4e-9f6b-44eb-8c69-40acfdc86756', 1, 'Roberto', 'Santos Escobar', 'ACTIVE');
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('123e4567-e89b-12d3-a456-426614174000', 1, 'AÑO_NUEVO', 1, 1, 1, 1, 'FIXED');
|
insert into employee (id, version, first_name, last_name, status) values ('36b0d1c6-bdc0-4d98-94bb-08b9bce3f0d5', 1, 'Valeria', 'Morales Ochoa', 'INACTIVE');
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('223e4567-e89b-12d3-a456-426614174001', 1, 'LUNES_CARNAVAL', 2, 12, 1, 1, 'FIXED');
|
insert into employee (id, version, first_name, last_name, status) values ('5a1c6d80-58b3-43e3-a5a5-24b4a2d1d54a', 1, 'Jorge', 'Ramirez Tapia', 'ACTIVE');
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('323e4567-e89b-12d3-a456-426614174002', 1, 'MARTES_CARNAVAL', 2, 13, 1, 1, 'FIXED');
|
insert into employee (id, version, first_name, last_name, status) values ('9d6a5b2e-6d0b-4b89-8d6a-d3f3d1bfc047', 1, 'Sandra', 'Torres Huanca', 'ACTIVE');
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('423e4567-e89b-12d3-a456-426614174003', 1, 'VIERNES_SANTO', 3, 29, 1, 1, 'FIXED');
|
insert into employee (id, version, first_name, last_name, status) values ('f8b3e0c0-0d5a-4e5c-bf9d-207b9b5e8279', 1, 'Felipe', 'Quispe Huanca', 'INACTIVE');
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('523e4567-e89b-12d3-a456-426614174004', 1, 'DIA_DEL_TRABAJADOR', 5, 1, 1, 1, 'FIXED');
|
insert into employee (id, version, first_name, last_name, status) values ('cd80e1d0-9a08-44a6-bd63-2c63eaa003d4', 1, 'Gabriela', 'Rivas Arana', 'ACTIVE');
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('623e4567-e89b-12d3-a456-426614174005', 1, 'DIA_DE_LA_INDEPENDENCIA', 8, 6, 1, 1, 'FIXED');
|
insert into employee (id, version, first_name, last_name, status) values ('62d3c1b7-815e-4e96-8d7e-f8c4236bca55', 1, 'Oscar', 'Flores Quiroga', 'INACTIVE');
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('723e4567-e89b-12d3-a456-426614174006', 1, 'NAVIDAD', 12, 25, 1, 1, 'FIXED');
|
insert into employee (id, version, first_name, last_name, status) values ('f20b7c5a-5a67-44f0-9ec1-4c1b8e80de05', 1, 'Marta', 'Vargas Soria', 'ACTIVE');
|
||||||
|
insert into employee (id, version, first_name, last_name, status) values ('19b5a76e-d7b1-4b76-8b02-4d0748e85809', 1, 'Andres', 'Espinoza Chura', 'INACTIVE');
|
||||||
|
insert into employee (id, version, first_name, last_name, status) values ('5c1a7b82-832d-4f24-8377-54b77b91b6a8', 1, 'Carla', 'Villanueva Arce', 'ACTIVE');
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('823e4567-e89b-12d3-a456-426614174007', 1, 'DIA_DEL_ESTADO_PLURINACIONAL', 1, 21, 1, 30, 'MOVABLE');
|
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('923e4567-e89b-12d3-a456-426614174008', 1, 'CORPUS_CHRISTI', 5, 30, 1, 30, 'MOVABLE');
|
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('a23e4567-e89b-12d3-a456-426614174009', 1, 'AÑO_NUEVO_ANDINO', 6, 21, 1, 30, 'MOVABLE');
|
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('b23e4567-e89b-12d3-a456-42661417400a', 1, 'ANIVERSARIO_DEPARTAMENTAL', 9, 14, 1, 30, 'MOVABLE');
|
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('c23e4567-e89b-12d3-a456-42661417400b', 1, 'DIA_DE_TODOS_LOS_DIFUNTOS', 11, 2, 1, 30, 'MOVABLE');
|
|
||||||
|
|
||||||
|
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, type) VALUES ('c23e4567-e89b-12d3-a456-42661417400c', 1, 'CUMPLEAÑOS', 12, 31, 0.5, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, duration, expiration, type) VALUES ('c23e4567-e89b-12d3-a456-42661417400d', 1, 'MATERNIDAD', 90, 90, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, duration, expiration, type) VALUES ('c23e4567-e89b-12d3-a456-42661417400e', 1, 'PATERNIDAD', 3, 3, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, duration, expiration, type) VALUES ('c23e4567-e89b-12d3-a456-42661417400f', 1, 'MATRIMONIO', 3, 3, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, duration, expiration, type) VALUES ('550e8400-e29b-41d4-a716-446655440000', 1, 'DUELO_1ER_GRADO', 3, 3, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, duration, expiration, type) VALUES ('c23e4567-e89b-12d3-a456-42661417400a', 1, 'DUELO_2ER_GRADO', 2, 2, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('c23e4567-e89b-12d3-a456-42661417401a', 1, 'DIA_DEL_PADRE', 3, 19, 0.5, 30, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('c23e4567-e89b-12d3-a456-42661417401b', 1, 'DIA_DE_LA_MADRE', 5, 27, 0.5, 30, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('c23e4567-e89b-12d3-a456-42661417401c', 1, 'DIA_DE_LA_MUJER_INTERNACIONAL', 3, 8, 0.5, 30, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, month_of_year, day_of_month, duration, expiration, type) VALUES ('c23e4567-e89b-12d3-a456-42661417401d', 1, 'DIA_DE_LA_MUJER_NACIONAL', 10, 11, 0.5, 30, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, duration, type) VALUES ('c23e4567-e89b-12d3-a456-42661417401e', 1, 'PERMISOS_DE_SALUD', 2, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, expiration, type) VALUES ('490e5fbe-895b-42f8-b914-95437f7b39c0', 1, 'VACACION_GESTION_ACTUAL', 360, 'OTHER');
|
|
||||||
INSERT INTO vacation (id, version, category, expiration, type) VALUES ('c23e4567-e89b-12d3-a456-4266141740ff', 1, 'VACACION_GESTION_ANTERIOR', 360, 'OTHER');
|
|
||||||
|
|
||||||
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender, birthday, date_of_entry) values ('5c6f11fe-c341-4be7-a9a6-bba0081ad7c6', 1, 'bob', 'Bob', 'Test', 'ACTIVE','b0e8f394-78c1-4d8a-9c57-dc6e8b36a5fa', 'MALE', '2024-02-20', '2013-10-22');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender, date_of_entry) values ('cba3efb7-32bc-44be-9fdc-fc5e4f211254', 1, 'ben', 'Ben', 'Test', 'ACTIVE', '6d63bc15-3f8b-46f7-9cf1-7e9b0b9a2b28', 'MALE', '2016-10-23');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender, date_of_entry) values ('e99b7af5-7d3a-4c0f-b8bc-e8d0388d8fc4', 1, 'jperez', 'Juan', 'Perez Condori', 'INACTIVE', 'c3a8a7b1-f2d9-48c0-86ea-f215c2e6b3a3', 'MALE', '2022-10-22');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender, date_of_entry) values ('f6ab3c6d-7078-45f6-9b22-4e37637bfec6', 1, 'agarcia', 'Ana', 'Garcia Rojas', 'ACTIVE', '8f6b61e7-efb2-4de7-b8ed-7438c9d8babe', 'FEMALE', '2024-10-24');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('2e2293b1-3f9a-4f3d-abc8-32639b0a5e15', 1, 'clopez', 'Carlos', 'Lopez Mendoza', 'INACTIVE', 'b0e8f394-78c1-4d8a-9c57-dc6e8b36a5fa', 'MALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('4b1c6c35-4627-4b35-b6e9-dc75c68b2c31', 1, 'mfernandez', 'Maria', 'Fernandez Villca', 'ACTIVE', '6d63bc15-3f8b-46f7-9cf1-7e9b0b9a2b28', 'FEMALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('afc5c741-f70a-4394-853b-39d51b118927', 1, 'lgutierrez', 'Luis', 'Gutierrez Mamani', 'ACTIVE', 'c3a8a7b1-f2d9-48c0-86ea-f215c2e6b3a3', 'MALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('b2436b82-7b9f-4f0d-9463-f2c3173a45c3', 1, 'lmartinez', 'Laura', 'Martinez Paredes', 'INACTIVE', '8f6b61e7-efb2-4de7-b8ed-7438c9d8babe', 'FEMALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('6e6a8a4e-9f6b-44eb-8c69-40acfdc86756', 1, 'rsantos', 'Roberto', 'Santos Escobar', 'ACTIVE','b0e8f394-78c1-4d8a-9c57-dc6e8b36a5fa', 'MALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('36b0d1c6-bdc0-4d98-94bb-08b9bce3f0d5', 1, 'vmorales', 'Valeria', 'Morales Ochoa', 'INACTIVE', '6d63bc15-3f8b-46f7-9cf1-7e9b0b9a2b28', 'FEMALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('5a1c6d80-58b3-43e3-a5a5-24b4a2d1d54a', 1, 'jramirez', 'Jorge', 'Ramirez Tapia', 'ACTIVE', 'c3a8a7b1-f2d9-48c0-86ea-f215c2e6b3a3', 'MALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('9d6a5b2e-6d0b-4b89-8d6a-d3f3d1bfc047', 1, 'storres', 'Sandra', 'Torres Huanca', 'ACTIVE', '8f6b61e7-efb2-4de7-b8ed-7438c9d8babe', 'FEMALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('f8b3e0c0-0d5a-4e5c-bf9d-207b9b5e8279', 1, 'fquispe', 'Felipe', 'Quispe Huanca', 'INACTIVE','b0e8f394-78c1-4d8a-9c57-dc6e8b36a5fa', 'MALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('cd80e1d0-9a08-44a6-bd63-2c63eaa003d4', 1, 'grivas', 'Gabriela', 'Rivas Arana', 'ACTIVE', '6d63bc15-3f8b-46f7-9cf1-7e9b0b9a2b28', 'FEMALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('62d3c1b7-815e-4e96-8d7e-f8c4236bca55', 1, 'oflores', 'Oscar', 'Flores Quiroga', 'INACTIVE', 'c3a8a7b1-f2d9-48c0-86ea-f215c2e6b3a3', 'MALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('f20b7c5a-5a67-44f0-9ec1-4c1b8e80de05', 1, 'mvargas', 'Marta', 'Vargas Soria', 'ACTIVE', '8f6b61e7-efb2-4de7-b8ed-7438c9d8babe', 'FEMALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('19b5a76e-d7b1-4b76-8b02-4d0748e85809', 1, 'aespinoza', 'Andres', 'Espinoza Chura', 'INACTIVE','b0e8f394-78c1-4d8a-9c57-dc6e8b36a5fa', 'MALE');
|
|
||||||
insert into employee (id, version, username, first_name, last_name, status, team_id, gender) values ('5c1a7b82-832d-4f24-8377-54b77b91b6a8', 1, 'cvillanueva', 'Carla', 'Villanueva Arce', 'ACTIVE', '6d63bc15-3f8b-46f7-9cf1-7e9b0b9a2b28', 'FEMALE');
|
|
||||||
|
|
||||||
|
|
||||||
insert into time_off_request (id, version, employee_id, category, state, available_days, expiration, start_date, end_date, days_to_be_take, days_balance)
|
|
||||||
values ('9d6f12ba-e341-4e7a-b8a6-cab0982bd8c1', 1, '5c6f11fe-c341-4be7-a9a6-bba0081ad7c6', 'PATERNIDAD', 'APROBADO', 3, '2024-10-03', '2024-10-01', '2024-10-03', 3, 0);
|
|
||||||
insert into time_off_request (id, version, employee_id, category, state, available_days, expiration, start_date, end_date, days_to_be_take, days_balance)
|
|
||||||
values ('9a6f12ba-e111-4e7a-b8a6-caa0982bd8a1', 1, '5c6f11fe-c341-4be7-a9a6-bba0081ad7c6', 'AÑO_NUEVO', 'APROBADO', 1, '2024-01-01', '2024-01-01', '2024-01-01', 1, 0);
|
|
||||||
insert into time_off_request (id, version, employee_id, category, state, available_days, expiration, start_date, end_date, days_to_be_take, days_balance)
|
|
||||||
values ('9b6f12ba-e222-4e7a-b8a6-caa0982bd8b2', 1, '5c6f11fe-c341-4be7-a9a6-bba0081ad7c6', 'LUNES_CARNAVAL', 'APROBADO', 1, '2025-02-12', '2025-02-12', '2025-02-12', 1, 0);
|
|
||||||
insert into time_off_request (id, version, employee_id, category, state, available_days, expiration, start_date, end_date, days_to_be_take, days_balance)
|
|
||||||
values ('9c6f12ba-e333-4e7a-b8a6-caa0982bd8c3', 1, '5c6f11fe-c341-4be7-a9a6-bba0081ad7c6', 'MARTES_CARNAVAL', 'SOLICITADO', 1, '2025-02-13', '2025-02-13', '2025-02-13', 1, 0);
|
|
||||||
insert into time_off_request (id, version, employee_id, category, state, available_days, expiration, start_date, end_date, days_to_be_take, days_balance)
|
|
||||||
values ('9d6f12ba-e444-4e7a-b8a6-caa0982bd8d4', 1, '5c6f11fe-c341-4be7-a9a6-bba0081ad7c6', 'VIERNES_SANTO', 'APROBADO', 1, '2024-03-29', '2024-03-29', '2024-03-29', 1, 0);
|
|
||||||
insert into time_off_request (id, version, employee_id, category, state, available_days, expiration, start_date, end_date, days_to_be_take, days_balance)
|
|
||||||
values ('9e6f12ba-e555-4e7a-b8a6-caa0982bd8e5', 1, '5c6f11fe-c341-4be7-a9a6-bba0081ad7c6', 'VACACION_GESTION_ANTERIOR', 'APROBADO', 20, '2024-11-01', '2022-11-01', '2022-11-30', 20, 0);
|
|
||||||
|
|
||||||
insert into time_off_request (id, version, employee_id, category, state, available_days, expiration, start_date, end_date, days_to_be_take, days_balance)
|
|
||||||
values ('8c653f2a-f9a3-4d67-b3b6-12ad98fe0983', 1, 'f6ab3c6d-7078-45f6-9b22-4e37637bfec6', 'DIA_DEL_TRABAJADOR', 'APROBADO', 1, '2024-05-01', '2024-05-01', '2024-05-01', 1, 0);
|
|
||||||
insert into time_off_request (id, version, employee_id, category, state, available_days, expiration, start_date, end_date, days_to_be_take, days_balance)
|
|
||||||
values ('fb9d9d75-b2ab-4ea4-b8b3-0a8f89e5c123', 1, '2e2293b1-3f9a-4f3d-abc8-32639b0a5e15', 'DIA_DE_LA_INDEPENDENCIA', 'APROBADO', 1, '2024-08-06', '2024-08-06', '2024-08-06', 1, 0);
|
|
||||||
insert into time_off_request (id, version, employee_id, category, state, available_days, expiration, start_date, end_date, days_to_be_take, days_balance)
|
|
||||||
values ('6fdc47a8-127b-41c4-8d12-7fc12098ab12', 1, 'b2436b82-7b9f-4f0d-9463-f2c3173a45c3', 'DIA_DE_TODOS_LOS_DIFUNTOS', 'SOLICITADO', 1, '2025-12-01', '2025-11-02', '2025-11-02', 1, 0);
|
|
||||||
insert into time_off_request (id, version, employee_id, category, state, available_days, expiration, start_date, end_date, days_to_be_take, days_balance)
|
|
||||||
values ('12ec8b74-983d-4a17-b67e-134f45ae904c', 1, '5c1a7b82-832d-4f24-8377-54b77b91b6a8', 'AÑO_NUEVO', 'SOLICITADO', 1, '2025-01-01', '2025-01-01', '2025-01-01', 1, 0);
|
|
||||||
insert into time_off_request (id, version, employee_id, category, state, available_days, expiration, start_date, end_date, days_to_be_take, days_balance)
|
|
||||||
values ('89bc4b2a-943f-487c-a9f3-bacf78145e67', 1, 'cba3efb7-32bc-44be-9fdc-fc5e4f211254', 'LUNES_CARNAVAL', 'APROBADO', 1, '2024-02-12', '2024-02-12', '2024-02-12', 1, 0);
|
|
||||||
|
|
||||||
INSERT INTO HOURS_WORKED (ID, VERSION, ACTIVIDAD, DATE, HORAS_TAREAS_ESPECIFICAS, HORASPENDIENTES, HOURS, TAREAS_ESPECIFICAS, TOTAL_HOURS, WEEK_NUMBER, EMPLOYEE_ID, TEAM_ID)
|
|
||||||
VALUES ('6d6b3a71-9b11-4526-8335-b089627a8cd6', 0, 'Scrum Meeting', '2024-11-15', 0.0, 0.0, 2.0, NULL, 8, 46, '5c6f11fe-c341-4be7-a9a6-bba0081ad7c6', 'b0e8f394-78c1-4d8a-9c57-dc6e8b36a5fa');
|
|
@ -1,128 +0,0 @@
|
|||||||
<html>
|
|
||||||
<head>
|
|
||||||
<style>
|
|
||||||
@page {
|
|
||||||
size: 7in 9.25in;
|
|
||||||
margin: 27mm 16mm 27mm 16mm;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
font-family: Arial, sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
h3 {
|
|
||||||
text-align: center;
|
|
||||||
font-weight: bold;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
width: 100%;
|
|
||||||
border-collapse: collapse;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
td, th {
|
|
||||||
border: 1px solid black;
|
|
||||||
padding: 8px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div style="clear:both;"></div>
|
|
||||||
<h2>FICHA DE CONTRATACIÓN</h2>
|
|
||||||
<h3>Información General</h3>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>Nombre Completo:</td>
|
|
||||||
<td>${firstName!""} ${lastName!""}</td>
|
|
||||||
<td>Sexo:</td>
|
|
||||||
<td>${gender!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Fecha de Nacimiento:</td>
|
|
||||||
<td>${birthday!""}</td>
|
|
||||||
<td>Edad:</td>
|
|
||||||
<td>${age!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Ciudad y País de Nacimiento:</td>
|
|
||||||
<td>${birthCity!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Dirección / Domicilio Actual:</td>
|
|
||||||
<td>${residenceAddress!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Estado Civil:</td>
|
|
||||||
<td>${maritalStatus!""}</td>
|
|
||||||
<td>Nro. CI:</td>
|
|
||||||
<td>${ci!""}</td>
|
|
||||||
<td>Expedido en:</td>
|
|
||||||
<td>${issuedIn!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Nro. Hijos:</td>
|
|
||||||
<td>${numberOfChildren!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Nro. Celular:</td>
|
|
||||||
<td>${phoneNumber!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Email:</td>
|
|
||||||
<td>${personalEmail!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Código de Empleado:</td>
|
|
||||||
<td>${cod!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Cargo:</td>
|
|
||||||
<td>${position!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Equipo:</td>
|
|
||||||
<td>${team!""}</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h3>Información de Contratación</h3>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>Fecha de Ingreso:</td>
|
|
||||||
<td>${dateOfEntry!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Tipo de Contrato:</td>
|
|
||||||
<td>${contractType!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Salario:</td>
|
|
||||||
<td>${salary!""}</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h3>Datos Bancarios</h3>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>Banco:</td>
|
|
||||||
<td>${bankName!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Nro. Cuenta:</td>
|
|
||||||
<td>${accountNumber!""}</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h3>Datos de Gestora Pública y Seguro Social</h3>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>Código Único de Asegurado (GPSS):</td>
|
|
||||||
<td>${gpss!""}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Derechohabientes:</td>
|
|
||||||
<td>${beneficiaries!""}</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -14,19 +14,21 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|||||||
import org.springframework.boot.test.context.SpringBootTest;
|
import org.springframework.boot.test.context.SpringBootTest;
|
||||||
import org.springframework.context.ApplicationContext;
|
import org.springframework.context.ApplicationContext;
|
||||||
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
|
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
|
||||||
|
import org.springframework.security.core.GrantedAuthority;
|
||||||
import org.springframework.security.core.authority.SimpleGrantedAuthority;
|
import org.springframework.security.core.authority.SimpleGrantedAuthority;
|
||||||
import org.springframework.security.core.context.SecurityContext;
|
import org.springframework.security.core.context.SecurityContext;
|
||||||
import org.springframework.security.core.context.SecurityContextHolder;
|
import org.springframework.security.core.context.SecurityContextHolder;
|
||||||
|
|
||||||
|
import com.github.mvysny.kaributesting.v10.MockVaadin;
|
||||||
import com.github.mvysny.kaributesting.v10.Routes;
|
import com.github.mvysny.kaributesting.v10.Routes;
|
||||||
import org.springframework.security.core.userdetails.User;
|
import org.springframework.security.core.userdetails.User;
|
||||||
import org.springframework.test.context.ActiveProfiles;
|
import org.springframework.security.core.userdetails.UserDetails;
|
||||||
|
|
||||||
|
import java.util.Collection;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
@SpringBootTest
|
@SpringBootTest
|
||||||
@ActiveProfiles(value = "test")
|
|
||||||
public class AbstractAppTests {
|
public class AbstractAppTests {
|
||||||
private static final Routes routes = new Routes().autoDiscoverViews("com.primefactorsolutions");
|
private static final Routes routes = new Routes().autoDiscoverViews("com.primefactorsolutions");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user