Recent Posts by Ross
|
Apr 19, 2011
|
Topic: Tips & Tricks / Chrome webapp I made a simple chrome webapp so you can have a link to your cashboard page right on your chrome start page with a nice high-res icon. Just download this zip file (http://wilsonwc.com/wp-content/uploads/cashboard.zip), unzip it, edit the manifest.json file to put in your company name and subdomain. Then you can add the app to chrome by going to chrome://extensions, hit the developer mode button on the right and click “load unpacked extension”. Browse to the unzipped folder and you are in business. It would be great if this could be made into a real extension, but I think that would require a page on the cashboard domain which would store your subdomain after the first use (using localStorage or something). I would be happy to provide the code for such a page. |
|
Aug 5, 2010
|
Topic: Troubleshooting & Bug Reports / Bug Report - Incorrect Amount Shown when creating invoice This is a very minor bug, but something that should be fixed. I have been able to repeat it a couple times following these steps: |
|
Jul 14, 2009
|
Topic: Troubleshooting & Bug Reports / Cash Stats based on wrong amount Seth, seems to be the same calculation for both areas, I also see an anomaly in my account where it shows an employee worked a certain number of hours, but the amount in the “Amount” column is $0 (this is on a particular invoice). If you want to contact me at my e-mail address used for this board that may be a better way to solve this issue. Thanks. |
|
Jun 29, 2009
|
Topic: Troubleshooting & Bug Reports / Cash Stats based on wrong amount It seems that the cash stats are based on the wrong amount. For example in one of my projects the default task rate is X, and the hourly rate for one of my contractors working on the project is Y, which is less than X. When the cash stats are calculated on the invoice they seem to be calculated as Hours * X = Employee total. When it really should be Hours * Y = Employee total, with the leftover going to the company. Is this not how cash stats are intended to be used, or am I missing something? Thanks. |