Skip to content

General

3762 results found

  1. 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
    0 comments  ·  Admin →
    How important is this to you?
  2. 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
    0 comments  ·  Admin →
    How important is this to you?
  3. 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
    0 comments  ·  Admin →
    How important is this to you?
  4. 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
    0 comments  ·  Admin →
    How important is this to you?
  5. 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
    0 comments  ·  Admin →
    How important is this to you?
  6. 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
    0 comments  ·  Admin →
    How important is this to you?
  7. 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
    0 comments  ·  Admin →
    How important is this to you?
  8. 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
    0 comments  ·  Admin →
    How important is this to you?
  9. 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
    0 comments  ·  Admin →
    How important is this to you?
  10. 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
    0 comments  ·  Admin →
    How important is this to you?
  11. 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
    0 comments  ·  Admin →
    How important is this to you?
  12. 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
    0 comments  ·  Admin →
    How important is this to you?
  13. 1 vote
    0 comments  ·  Admin →
    How important is this to you?
  14. 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
    0 comments  ·  Admin →
    How important is this to you?
  15. 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
    0 comments  ·  Admin →
    How important is this to you?
  16. 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
    0 comments  ·  Admin →
    How important is this to you?
  17. 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
    0 comments  ·  Admin →
    How important is this to you?
  18. 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
    0 comments  ·  Admin →
    How important is this to you?
  19. 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
    0 comments  ·  Admin →
    How important is this to you?
  20. Additional upgrades to parts ordering

    This would be in additional to the recent updates made for parts ordering. You since made changes so that when a part is ordered it automatically adds a note to the ticket. Going a few steps further with this when filling in the details for the part order there should be an estimated due/delivery date to be filled in and once the part is ordered on the ticket as well as adding the note that it is ordered it should change the status to waiting parts as well as changing the ticket due date rather than having to do this…

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base