General
3763 results found
-
Options to select light or dark color scheme of the top bar. (Hard to see on tablets)
My repair staff are using tablets as the interface for working with the repairs that come in. So when they view the repairshopr interface its a mobile version of the web. I had some complaints from my staff that the icons where they click to search are hard to see. The color scheme is light gray on dark gray. It would be nice if there was a way to select different color schemes like light vs dark, or something with more contrast. Something different so these guys can see the buttons. in the top bar on their tabets.
3 votes -
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 -
block status (selectively)
Ability to configure statuses that you can't manually switch too
eg. resolved, invoiced
We would like to fix 2 major issues
1. lost $ due to 2 statuses above
2. procedure / process enforcement
we would likely block all and just use Ticket Automation to move statuses along3 votes -
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 -
"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 -
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 -
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 -
1 vote
-
1 vote
-
1 vote
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
IFTTT support
With a focus on app integration, IFTTT is a no brainer
4 votes
- Don't see your idea?