-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with employment_certification fix, creation of Vacations, Users update to StaffNet, factories and Notifications #81
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit updates the email sign template: - Update the company name to "C&C SERVICES S.A.S" - Remove the city "Medellín" from the contact information - Fix a typo in the job title of the director - Update the email address for certificate validation
…f the fields in the payslips preview
created_at column at the employmentCertification module
…nd update installation instructions
The code changes in `NavBar.jsx` add the "goals.add_goals" permission to the navbar, allowing users with this permission to access the goals module. This change enhances the functionality of the navbar by including a new menu item for managing goals. Note: This suggested commit message follows the convention used in the recent repository commits.
…d some test for vacations
…ngs.py file. Instead of hardcoding the allowed hosts, the configuration now reads the ALLOWED_HOSTS environment variable and splits it by comma to create a list of allowed hosts. This change improves the security of the application by dynamically configuring the allowed hosts based on the environment.
Change home carousel images
…hanged from magic strings to env, some files have changes to allow use env,
…el changed employee_name to user
Remove unused console.logs and clean the code
…nges to vacations model
…on and readability
…ssary error throwing in the request of all the components as well as add the logic to remove the console.errors from the production version Adjust notification and vacations modules
User autocomplete field in VacationRequest module Fix scroll in the notification menu
…readability, add more approbations for vacations, adjust the create and validate function of vacations, and test for these changes
…fields in MyAccount component
Adjust the PQRS module visibility based on the permissions as well as the access to the UploadFiles module handle the permissions to manage the vacation request approvals
Fix a missing property to put the correct api url to get the employees profile pictures Advance the approval vacation dialog
Fix a missing property to put the correct api url to get the employees profile pictures Advance the approval vacation dialog
bug: Fix bug with last names in the birthday section when is null remove the permission limitation to the pqrs module
…rameter missing comment the pqrs module
remove and add images to the home carousel add the request to get the data to update personal information
…ons and MyAccount request and its submit functionality
…reate factories for users and vacations and a command to invoke them
…st component Put the component when not exist notifications Remove the payslips preview from the vacations module and replace it with the vacationsRequest dialog Adjust the way certain new functionalities and components are render in production and dev
…rovements to run_factory and add factories to notifications, also add notifications to certain moments of the process of request a vacation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.