Gaurav Gusain

Results 17 comments of Gaurav Gusain

> We are looking into this for the next release. Hi @saghul, Thanks for looking into this I am also facing this issue and eagerly waiting for this fix. Do...

I am still facing this issue, looking for some help

### Action items **Pre-requisites** - [x] Run Seeders related to project module. This will create new client and project with hours added for team members [Reference link](https://nwidart.com/laravel-modules/v6/advanced-tools/artisan-commands) - [x] Find...

> I have run php artisan module:seed Also, find out how you can run seeder for a specific module instead of running it for every module. It will be helpful...

Also did you understand the requirement? Any doubt on it for now?

> step 2- Find the newly created project i find project-76 The project should have booked hours

I think in project_billing_details there is no billing frequency. Its the service rate that we are storing. You need to store the details in service_rate column. The billing frequency will...

> I have made a function which calculate total amount = service_rate * frequency ![image](https://user-images.githubusercontent.com/117888235/216525685-1064b134-6345-45dd-830d-44e048557ef9.png) > > result > > ![image](https://user-images.githubusercontent.com/117888235/216651736-fda10b91-58db-4a61-8adb-59ffa2b080b2.png) The naming convention of functions and variables are not...

**Technical details on the bug** Here the issue occurred because whenever we add a team member to the project we create a new entry for it in the project_team_member table....

> @GauravGusain98 Although some of the question's are answered in above threads but still including them in list below to start afresh. > > 1. What will be the button...