* Bulk document upload
* Bulk document removal
* Fixed the invoice buttons so they would display again after changing the invoice status. Initially you would need to search again to see the updated buttons
* Also went through all possible combinations of what statuses could be used together and updated buttons that displayed accordingly. Example, you can't go from failed to processed so if the status is failed we don't display the process button.
* Document removal has a section to individually remove documents from jobs but it is not currently functioning
* Document removal (bulk) has an option to remove "Job Invoice" type attachments but this doesn't work currently
* Bugs
* Unfinished layouts/navigation
* Depending on document size uploads can take a while. There isn't a great loading/progress indicator, but once completed you will see a success message. Be patient, you will know the message when you see it.
This release is for testing purposes
MD5: c66008aa4930ba4faefaa27342c96486
SHA256: c943ec9b89f37c48803da281a471700a5cf354e868f33c156c39eea11614ccfd
1. Open PowerShell.
2. Navigate to the folder containing the file:
```powershell
cd path\to\file
```
3. Run the following commands to check the hashes:
To check the MD5 hash:
```powershell
Get-FileHash your_file.exe -Algorithm MD5
```
To check the SHA256 hash:
```powershell
Get-FileHash your_file.exe -Algorithm SHA256
```
4. Compare the output of each command to the provided hashes above.
* Download the .exe file.
* After verifying the file (or if you just like living on the edge) run it and choose yes to the question that pops up
* Open your web browser and navigate to `localhost:8080`
* Login with your ServiceTrade credentials and be careful as the environment is live
* These take a csv file of job ids that you want to attach or remove documents from
* Upload allows multiple files to be added to attach to the list of jobs in your csv
* Removal allows you to choose between individual and bulk removal (only bulk works at the moment)
* Removal allows sweeping removal of sections (Job Paperwork, Documentation and Audio Memos[Generic Attachments], Job Vendor Bills[Vendor Bills])
* Still haven't figured out how to remove the Job Invoices attachments yet
* Have not tested the filename patterns and older than days fields