General
3763 results found
-
Awesome system. It'd be great if we could use @name to send a message to a tech that's not on the ticket
It'd be great if we could use @name in the comments to send a message to a tech that's not on the ticket.
1 vote -
Keep alive and lock script
It would be nice if this was integrated into the system by default.
// ==UserScript==
// @name KeepAlive and Lock
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://palafoxcomputers.repairshopr.com/*
// @grant none
// ==/UserScript==(function() {
'use strict';
var hasMoved = false,
isLocked = false,
$comBo = $("#comment_body"),
$comBoVal;
$comBo.keydown(function(){
if($comBo.val().length >= 1){
…} }); var moved = false window.onmousemove = function(e){ if(!hasMoved){ hasMoved = true; } } function checkActive(){ console.log("Checking Movement"); console.log("hasMoved"+hasMoved); if(!hasMoved && !isLocked){ lockScreenAndPinSwitch(); clearInterval(cheAct); }else{ hasMoved = false; } } function keepAlive(){ console.log("Keep Alive"); $.ajax({url:"https://palafoxcomputers.repairshopr.com/"});
1 vote -
Logistics Filters
Filter logistics similar to Inventory and Tickets (Locations etc.)
Applies more for admin users who have a global view of all logistics, rather than just the location they are signed into.
1 vote -
Add auto infill for the address when using Multiple Contacts
Is there a way that we can 'Copy' the main address? When I add a contact to a client/customert, a business client the contact will 9/10 be at the same address. Can we not have a button that we can click so it automatically updates to the 'default' address?
1 vote -
Estimate upgrade
It would be great to be able to make the estimate look a bit better. It would be great to be able to change the font, underline, Bold words, things that a simple text editor would do.
Also, any chance we could get an interface to "Quote Werks" that would be amazing!1 vote -
FreshBooks has a cool feature
U don't like FreshBooks for a number of reasons but they have a feature That lets you know if an invoice has been viewed by the client. Very helpful
1 vote -
Can the label for Tickets be changed to Work Order or Repair Order? Basically instead of using the word "Ticket" I would rather use the word
Can the label for Tickets be changed to Work Order or Repair Order? Basically instead of using the word "Ticket" I would rather use the word "Repair Order" on the system and in all communications with customers. Also, any plans the include the GoPayment from QuickBooks as an app in the near future?
1 vote -
Conditional Logic in Custom Widget
If chosen iPhone show these fields, If Mac show these fields. We have to ask our customers to turn of FIMP on only iOS-products, but not on Macs.
1 vote -
Show information boxes in Custom Widget
We would like to show information boxes for the fields to explain for the customers exactly what we mean when they are showing a dropdown or text fields with options.
1 vote -
Remember the customer in Custom Widget
It would be great if the customer that have to fill out the "customer info" fields did'nt have to fill out the entire form each time. Maybe it could be some kind of "Remember me" function that saves the info.
Some of our customers has to fill out these forms several times each day.
1 vote -
Make Kabuto customers more obvious
When browsing through customer listings or currently open tickets, it should be very obvious which customers are being billed for recurring managed services like Kabuto (or 3rd party programs like Solar Winds, etc).
During the intake process, we search the customers phone number and link to their customer profile. At this point, a small purple Kabuto logo could be shown near their name that links to their Kabuto information. "Oh I see you're on one of our managed service plans, this service should be covered!"
When a technician takes over on a ticket, the Kabuto badge should be listed along…
1 vote -
Allow direct syncing with Apple Contacts via iCloud.
We utilize our contacts in many areas of our business and automatically sync these contacts with other apps and features. We would like to be able to also sync our Apple Contacts to Repairshopr contacts. That way, if an employee enters a new client in Contacts, this new client data is automatically sync'd with RepairShopr. It would be equally fantastic, if Repairshopr can also sync the other direction. If a new client is entered into Repairshopr, it is then pushed back to Apple Contacts.
1 vote -
It would be nice if there was a phone call management module that integrated with Repairshopr.
We log all incoming and outgoing phone calls. Not all of them are for repairs. Having a phone log / call database type feature that could be used for both non repair calls as well as repair calls. A phone call from the call log could be potentially turned into a ticket. Otherwise, when the phone call issue was completed, the ticket for that phone call could just then be closed.
1 vote -
make it so that we are able to select from a company's contact list for ticket CC's rather than having to type them in manually.
It's pretty self-explanatory.
1 vote -
auto-complete address ticket workflow
It would be great and time saving when the auto-complete address olso work in the ticket workflow, now it only work when creating new customer. We have 5+ workflow so it will save for us a ton off time
1 vote -
Logistics - Search needs to search all pages
Currently we have 4-6 pages of logistics at any given time. The search bar only searches the page you are on and not ALL of the logistics.
1 vote -
Portal user page update
In the portal user page it's rather unclear how exactly to create the "Admin" user. I found that you have to set the contact to "empty" in order for this to work as expected. Did not see this documented.
1 vote -
Page number buttons at the top of the page for ticket list
Would be nice to have the page number buttons at the top instead of just at the bottom. We have to scroll down every time we want to go to page 3 or 4 on the ticket list.
1 vote -
Open a new estimate in a new tab
Almost every time I create an estimate I need to refer back to the ticket, having the ticket stay open would reduce my time taken looking for the ticket in my open tabs, discovering it's not there and having to open it again.
1 vote -
Have the ability to assign attributes to serialized product. Memory and HDD capacity per individual unit for example.
I sell/refurbish MacBooks. It would be nice to have a single product (Mid-2012, 13" MacBook Pro, 2.5ghz i5) and be able to have a serial product with 4GB of ram and a 500GB HDD, and the same model, different serial, with 8GB of ram and a 1TB HDD.
1 vote
- Don't see your idea?