Releases Tags
-
Document Upload and Bulk Removal built
released this 10 months ago | 0 commits to doc-upload since this release
Pre-release/Alpha Toolbox
Features
- Bulk document upload
- Bulk document removal
Fixes
- 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.
Half-baked
- 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
What to Expect
- 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
File Verification
MD5: c66008aa4930ba4faefaa27342c96486
SHA256: c943ec9b89f37c48803da281a471700a5cf354e868f33c156c39eea11614ccfdVerify the File After Download(Windows)
-
Open PowerShell.
-
Navigate to the folder containing the file:
cd path\to\file -
Run the following commands to check the hashes:
To check the MD5 hash:
Get-FileHash your_file.exe -Algorithm MD5To check the SHA256 hash:
Get-FileHash your_file.exe -Algorithm SHA256 -
Compare the output of each command to the provided hashes above.
Usage
- 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
Document Upload/Removal
- 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
Downloads