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
-
Early Build
released this 1 year ago | 10 commits to doc-upload since this release
Pre-release/Alpha Toolbox
Features
- System based Dark/Light theme
- Login/Logout functionality
- Dashboard/Main page
- Invoice Search by id or by invoice number
- Array of buttons to change the status of an invoice
Half-baked
- Sidebar Navigation - None of it works in a useable way
- Document Upload - Currently only has a partially working job search in it
- The working job fields are:
- Job Number
- Status (only all status works)
- Mis-labelled fields:
- Company -> Job Name
- Schedule From -> Due by Begin
- Schedule To -> Due by End
- Just don't work:
- Tags
- The working job fields are:
What to Expect
- Bugs
- Unfinished layouts/navigation
This release is for testing purposes
File Verification
MD5: 46B353A6F2E329721C7F6A7B2C3A42F9
SHA256: BDD6D8EF5FAD6CC961219DF3E1F8A5B03BC106492C3A39610B92E1243B399A4CVerify 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
Downloads