Skip to content

General

3764 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. "Tickets Time Tracking" Report Company Name Filter

    Add a filter for Company ID to the report so I can quickly see how much time I have spent with a client on an Annual, Monthly, Weekly basis

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Ability to transfer funds between two registers

    Currently, we have 3 registers in our system: 2 registers for our front checkout desks, and 1 "register" that is actually a lockbox. In the event that we have an excess of cash in the front register(s), we make a withdrawl from that register and then deposit it into the lockbox for safekeeping, this requires 2 separate transactions. From there, we either keep it in case we need it to put back in the register, or withdraw it again to deposit it into the bank.

    I would like to see a transfer button that allows a user to select which…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Each Estimate it's own Red/Green Approval Color

    Please consider giving each estimate it's own red/green color.

    Right now, if one ticket has 3 estimates, and only 1 estimate is approved, it looks like all 3 estimates are approved, because the entire bar is green.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Purchase Order Should Have Order# Field

    The purchase orders should have a field to put in the order number from the distributor, not just the repair shopr generated one.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Purchase Order Parts Added Should Show Description

    When you add a part to the Parts Purchase Order, it should show the description of the part next to the Item number.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Option to select a high contrast color scheme for the visually impared

    I think the title says it all and I'm gobsmacked that this is not in repairshopr

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Add product serial numbers to API

    Seems there is currently no way to view or assign product serial numbers from the API - any plans to add this?

    12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Change Home (Accounts) to Dashboard in page title

    When loading my account, it brings me to the home screen. But the home screen is titled "Accounts." I'd rather it be titled "Dashboard" or "Home" to make it easier to navigate and hold the place when multiple tabs are open.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. rename attachments

    Customers often send us email attachments with generic names like Scan0001 or whatever their copy machine defaults to. It would be nice to be able to rename the attachments on the tickets so we can identify what it is. It gets very confusing especially when we have a few documents attached to a ticket, and downloading them, renaming them, deleting the old one from the ticket, and re-attaching is very tedious.

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. PayFast Integration

    Hi, We tried to use PayPal for our payment method, but because we are using ZAR currency, they can not use PayPal. As it does not support this currency. We would love to integrate PayFast instead of PayPal so that people can make payment on thier invoices through bitcoin or credit card payments using a secure platform.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Integration with Time IQ Time tracker software.

    I use Time IQ as my timetracking software as it is far more versitile than Toggl. Can you create a way of integrating so that when a ticket is created it also creates a project in Time IQ? Also it would be very useful to have the project time in Time IQ transfer over to the ticket in much the same way as it does with Toggl, but also showing which worker was responsible for that time. Many thanks

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. IFTTT support

    With a focus on app integration, IFTTT is a no brainer

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. ITBoost Integration

    ITBoost is another Documentation platform similar to IT Glue. Would love for there to be integration.

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. csv report function for the adjustments of the point of sale register.

    please create a function to download the records of cash adjustments on the register, i'm sure a lot of us need to download this and categorize cash expenses. at the moment i have download each html page for the period or month i need and then combine that into one large html file and then convert it into csv, so much hassle. help us out. also if you download the "sales detail report" in csv, it leaves out the date section. come on RS.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Add beta switch to users

    Can we add in Security Groups a button to allow people in that group to access the beta UI switch? It would be really useful for a select admin group to have the Beta UI switch. Thank you

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base