Change Log
Change Log 9/30/2024 Version:1.16.01
-
Revamped the site by removing the bottom navigation bar, integrating the
search functionality into the top navigation bar, and relocating the cart
to the top navigation bar on the Part Manager page.
-
Enabled part number click functionality in Part Manager to copy the part
number to the clipboard.
Change Log 9/25/2024 Version:1.14.12
-
Made it so when you open cart modal, it will automatically focus on the
work order input field. This will allow you to start typing right away
without having to click on the input field.
-
ALT + C will now open the cart modal. This is a shortcut key to open the
cart modal.
- Fixed bug in edit parts
Change Log 9/23/2024 Version:1.14.00
-
Added a suggestion box to
username drop down menu
- Various bug fixes and code refactoring
-
Experimenting with different ways to cache bust and improve CI/CD
(Continuous Integration / Continuous Deployment)
Change Log 8/27/2024 Version:1.13.04
- Implemented Shelf/Rack drop-down selects for precise part location.
-
Resolved a bug in the Safeware Queue that caused errors when ordering from
that location.
-
Standardized the appearance of all input boxes for a consistent user
experience.
- Resolved a bug in the receiving process.
- Resolved a bug in receiving history.
-
Potentially addressed a login issue related to session cookies. Please
report any further difficulties with logging in. If it still persists,
please clear your browser cache/refresh page and try again.
Change Log 8/20/2024 Version:1.12.02
- Resolved issues with certain actions not functioning properly.
-
Implemented model assignment and unassignment functionality in the edit
parts modal.
-
Enhanced the user experience by prompting the creation of a part in
Receiving and Purchasing when attempting to add a non-existent part.
Change Log 8/13/2024 Version:1.10.02
- Fixed a bug that did not show correct part stock in cart
- Fixed a bug regarding viewing part details not showing
- Fixed a bug with purchasing not displaying the PO's
Change Log 8/12/2024 Version:1.10.01
- Enhanced user interface and implemented a new font.
-
Resolved an issue related to the RTS Bin, ensuring proper deduction of
items.
- Fixed several bugs associated with adding and deleting parts.
-
Made significant progress on the purchasing feature, allowing users to add
tracking numbers and receive real-time updates on the status by
integrating with various carriers.
-
Implemented DOA (Dead on Arrival) part functionality in the RTS modal.
This feature allows for the removal of the defective part from the order
history.
-
Implemented a part type dropdown in the part creation process. If the
option "Custom" is selected, a custom part type input field is displayed,
allowing users to specify a custom part type.
- Resolved a login bug.
Change Log 8/4/2024 Version:1.06.015
-
https://inventory.essls.com is
now fully operational and accessible.
-
Please note that occasional downtime may occur as we continue to enhance
the security measures of the system.
-
In case of any issues, you can still access the previous version at
http://10.0.4.231/laptop-parts-beta.
-
The backend has been migrated to Node.js. If you encounter any issues,
kindly report them to me.
- Stay tuned for more updates and improvements.
Change Log 6/5/2024 Version:1.07.006
- Refactored:
- Part Manager
- Inventory
- Receiving
- Order History
- Return to Stock
- Model Management
- Settings
- Admin
- Users
-
Added a new page for Purchasing. This page will allow users to create a
purchase order and track the purchase order. This will be a work in
progress.
-
Converted back end to Node.js. This will allow more flexibility for me and
you might notice a slight performance increase. I just need to get SSL
certificates.
Change Log 3/5/2024 Version:1.06.00
- Fixed inventory label print function.. I broke it
-
Created a generic receiving label for models. Anything between the
parentheses is not part of the barcode and is displayed on the next line
- Removed a username check when creating a part
- Fixed tooltips not popping up correctly in Part Manager
- Preparing backend server for node.js
Change Log 3/4/2024 Version:1.06.012
- Added BOM import preview on BOM import files
- Also checks if table headers are correct
Change Log 3/1/2024 Version:1.06.010
- Added BOM imports to the Models page
- BOM import files need to be an Excel Spreadsheet
-
Column headers need to be, "manufacturer, model, part_type, part_number,
notes"
Change Log 2/29/2024 Version:1.05.010
- Fixed search function not working correctly in Receiving
- Improved cache busting
Change Log 2/28/2024 Version:1.05.09
-
Fixed search function not working correctly after an action in Inventory
- Added labels to Part Manager's view part details
- Limited how many entries are displayed in Receiving Log to 75
- Added search functionality to Receiving Log
Change Log 2/27/2024 Version:1.05.08
-
Fixed concatination error with part numbers doubling up if there were
parts in RTS Bin and Safeware Queue
- Changed some wording in the code to make things more legible
Change Log 2/26/2024 Version:1.05.07
- Refactored Part Manager table loading
- Fixed "Add to cart" not working on some devices
-
Fixed updater. It will no longer spam your screen if you don't update it
right away
-
Added local storage delete to setting modal. Local storage is where your
cart and saved printer reside
- Refactored label printing. All printing logic is done in one place
-
Mostly fixed all labels. Receiving and Stocking labels need some very
minor adjustments yet
- Created a new part order label
- Created a printing progress toast
- Refactored table sorting. It is now a simple plug-n-play function
- Added lazy-loading to Inventory
-
Fixed search function not remembering current search after an action
-
Adjusted order history details table to only show the part number you are
currently searching
- General style changes and bug fixes
Change Log 2/21/2024 Version:1.04.04
-
Fixed a bug where returning to stock would have an event handler issue
- Partially fixed the loading of parts after ordering
Change Log 2/19/2024 Version:1.04.02
- Added return to stock
- Click on your username on top right corner and select "Returns"
- Will show the users last 10 orders
- You can search by Work Order Number
- Still tweaking labels to get an exact fit
Change Log 2/6/2024 Version:1.03.01
- Changed the way I do versioning (MAJOR.MINOR.BUG)
- Fixed a concatination error in Part Manager
Change Log 2/6/2024 Version:1.03.00
- Added receiving and stocking labels
- All new labels are pdf files
- One receiving label is printed when a part is received
-
Added ability to change the number of labels printed when stocking
- Added a settings modal
-
Added ability to change default printer for printing
stocking/receiving/inventory labels in the settings modal
-
Refactored the way toasts are generated and how they are displayed to the
user
- Added more success toasts
- Error displays are now toasts instead of popup alerts
Change Log 1/15/2024 Version:1.02.03
-
Added a debounce to Inventory search. See previous change log for details
-
Will add lazy loading to inventory eventually but I want to test it
first on Part Manager
Change Log 1/15/2024 Version:1.02.02
- Added lazy loading to Part Manager
- Added a debounce to the search
-
Search will now wait 300ms after the last key press before searching
-
I did spot a bug that it will search the same thing twice under the
right conditions. I think I fixed it since I am unable to recreate the
issue, but if you notice any oddities with search, let me know!
Change Log 1/11/2024 Version:1.02.01
- Added Model Management page
-
Added part pricing from end of year inventory calculation to database
-
No longer a "beta" app and removing old app. Still need to do some work to
this. If anyone notices something not working or could be improved on, let
me know.
Change Log 1/9/2024 Version:1.01.01
- Added part cost and quantity to the receiving log
-
Part cost is now a weighted average and is calculated during receiving
- Expanded rules for various tech levels
- Cleaned up more event listeners
- Changed cursor icon when hovering over inventory actions
- Things I need to add/fix:
-
Limit how far back the receiving history populates (Date range
selector?)
- Add more advanced roles
- Clean up modals to keep the styling consistent
Get ready to release from the Beta program
Bring back edit model page
Further styling on Alex Walk's Part Manager
Change Log 1/3/2024 Version:1.01.00
- Added PO number to receiving
- Added a receiving log
- Cleaned up some annoying event listeners
- Fixed sorting issue in Inventory
- Added admin menu
- Required log in to access inventory
-
New users now need to be approved by an admin before they can access
inventory
- Fixed some account creation issues
- Added order history to the beta
- Added user management to the beta