Custom CSS & Javascript: Fun with Backgrounds
November 5, 2019Getting Creative with Portal Home Pages: Part 2
November 19, 2019
Here are some tools that could help.
Chrome has so many great exensions available, here are some of DocketManager's must-haves.
Need a quick way to show someone a process? Loom is a great tool for screen recordings. It can be used to help report an issue you are having in the system or to show a co-worker how a process is done. For users having trouble online, you can show them step by step how to accomplish their task.
Using a TV as your production board? To keep your production queues up to date, the auto refresh tool can be set to refresh the page in specified increments ensuring your production team is always seeing the latest work.
Want to customize some of your DocketManager screens? CSS can be used to change the style of some of your DocketManager pages. If you are getting quotes, order and product pages confused, you can add CSS to change the color of those pages.
Copy the code and change the colors if you want
.Quote .info-boxes .panel {
background-color:#5cb85c;
border-color:#4cae4c;}
.Product .info-boxes .panel {
background-color:#ed65cd;
border-color:#ce2fa9;}
What extensions are in your must-haves?
Comment below