Hey everyone - new to the code world so bare with me while I meander through this request for assistance...
I'm working in [REMOVED] - because I'm illiterate in code... trying to learn because I have tasked myself with the daunting task of developing an app to manage various workflows within a construction company. Ultimately I would like for it to manage everything (I have modules built for Estimating - including an AI-powered Takeoff sub-module, estimating module, and proposal generaotr), a pre-con module for sequencing, scheduling, and developing a manpower demand curve), and Project management module for processing all of the various PM workflows day to day) - all are in development but done currently work all the way through. Although those are important features to me, the issue that is causing us the biggest headache is our timesheet submission process. currently we are using an excel spreadsheet that I have developed which utilities very basic functions within excel and has the entire workbook locked except for the areas where the guys can enter data... they still have problems with the fucntionality because some guys use laptops with windows while somem use Apple products and still others are stuck using chromebooks... not everyone has a platform that ucan run microsoft office products and because of this theres a lot of opportunity for error... so for now, I have pushed the other modules to the side and I am just trying to code in the ability for us to upload our existing employee directory to an HR module (WorkforceHub Module) that I have put together and save it successfully to a database managed in Supabase. Additionally I would like for it to route this directory to a different module for our field operations (FieldOps Module) where the end user could select said employees from a drop down list and add them to a timesheet where they can enter in time weekly and submit to the PM in the project management module for approval and routing back to the HR module for final processing and then once all corrections are made and the final time sheet is approved for payment, I would like for it to then push the data back to the PM module for final data analytics. im stuck with the upload failing with the following error message: "Failed to execute 'postMessage' on 'Window': Response object could not be cloned." help?
Sorry for the elongated intro... any troubleshooting/debugging hints/tips/advise would be greatly appreciated...
I'm working in [REMOVED] - because I'm illiterate in code... trying to learn because I have tasked myself with the daunting task of developing an app to manage various workflows within a construction company. Ultimately I would like for it to manage everything (I have modules built for Estimating - including an AI-powered Takeoff sub-module, estimating module, and proposal generaotr), a pre-con module for sequencing, scheduling, and developing a manpower demand curve), and Project management module for processing all of the various PM workflows day to day) - all are in development but done currently work all the way through. Although those are important features to me, the issue that is causing us the biggest headache is our timesheet submission process. currently we are using an excel spreadsheet that I have developed which utilities very basic functions within excel and has the entire workbook locked except for the areas where the guys can enter data... they still have problems with the fucntionality because some guys use laptops with windows while somem use Apple products and still others are stuck using chromebooks... not everyone has a platform that ucan run microsoft office products and because of this theres a lot of opportunity for error... so for now, I have pushed the other modules to the side and I am just trying to code in the ability for us to upload our existing employee directory to an HR module (WorkforceHub Module) that I have put together and save it successfully to a database managed in Supabase. Additionally I would like for it to route this directory to a different module for our field operations (FieldOps Module) where the end user could select said employees from a drop down list and add them to a timesheet where they can enter in time weekly and submit to the PM in the project management module for approval and routing back to the HR module for final processing and then once all corrections are made and the final time sheet is approved for payment, I would like for it to then push the data back to the PM module for final data analytics. im stuck with the upload failing with the following error message: "Failed to execute 'postMessage' on 'Window': Response object could not be cloned." help?
Sorry for the elongated intro... any troubleshooting/debugging hints/tips/advise would be greatly appreciated...
