Aquileo | Recent changes to bugshttps://sourceforge.net/p/sabernetdcs/bugs/Recent changes to bugsenTue, 19 Nov 2013 14:22:32 -0000Aquileo | ConfigParser Error With Empty User Config Filehttps://sourceforge.net/p/sabernetdcs/bugs/183/<div class="markdown_content"><p>Sometimes a blank config file will get created in a user's home directory and any subsequent time the DCS client is started you will get an error similar to the following:</p>
<p>‘ConfigParser.MissingSectionHeaderError: File contains no section headers. File: C:\users\<username>.sndcs2.conf, line:1</p></div>Seth RemingtonTue, 19 Nov 2013 14:22:32 -0000https://sourceforge.net49ec5072db533e15b2d0794b4806fc0196d48525Aquileo | Terminating employee while clocked inhttps://sourceforge.net/p/sabernetdcs/bugs/182/<div class="markdown_content"><p>Employees probably should not be allowed to be terminated while clocked in because they drop off of the active employee screen while they still have an active record. And then you can't set their status back to active because it says you can't edit an employee while they are clocked in. So the record is stuck and you would have to edit it directly in the database.</p>
<p>Either that or else when the employee is terminated they should be automatically clocked out as well.</p></div>Seth RemingtonWed, 08 Dec 2010 14:58:30 -0000https://sourceforge.nete91e7c07b90299398a390e77af906d98bb5ca4c0Aquileo | Terminated employees should not be able to clock inhttps://sourceforge.net/p/sabernetdcs/bugs/181/<div class="markdown_content"><p>Terminated employees should not be able to clock in with a barcode swipe. There should be checks in place in the client that prevents this and displays an error message.</p></div>Seth RemingtonFri, 29 May 2009 14:33:53 -0000https://sourceforge.net6ee3b323bf6738ee638488f4ee8d558a53bfece1Aquileo | Recent Activity vpaned size doesn't work when maximizedhttps://sourceforge.net/p/sabernetdcs/bugs/180/<div class="markdown_content"><p>Storing the selected employee recent activity vpaned size does not work correctly when the window is maximized. It pushes it down too far so that eventually it will be all the way at the bottom of the screen.</p></div>Seth RemingtonTue, 28 Apr 2009 16:54:09 -0000https://sourceforge.netdaf12e713fb1c595bcd769ef5ba99908ab34e3aeAquileo | Configure DCS Web win32 Servicehttps://sourceforge.net/p/sabernetdcs/bugs/179/<div class="markdown_content"><p>The sndcs2httpd_service doesn't read it HTTP port, host, etc... from the config file like it should. Right now the only way to change it with the AppServer.conf file.</p></div>Seth RemingtonMon, 01 Dec 2008 21:20:30 -0000https://sourceforge.net1b77c5e654e4a245075b0711ffc3215ea3d2cfaeAquileo | Proper employee record not highlightedhttps://sourceforge.net/p/sabernetdcs/bugs/178/<div class="markdown_content"><p>In a special case the proper employee record will not be highlighted when lunch or break with a barcode. That is when another employee has selected themselves already. To recreate:</p>
<p>* Select employee A by double clicking on them<br />
* While still on the selected employee screen put employee B on/off break of lunch with a barcode scan<br />
* When returned to the active employee list employee B will be on the correct activity but employee A will be the highlighted one (and probably didn't scroll correctly if off the screen)</p></div>Seth RemingtonWed, 05 Nov 2008 18:34:08 -0000https://sourceforge.netd0cb18e44216936f58f89c0bbba001ee9789e908Aquileo | Client should not allow 0% for activity percentagehttps://sourceforge.net/p/sabernetdcs/bugs/177/<div class="markdown_content"><p>The client should not allow 0% to be entered for an end activity percentage. It should throw an error and force the user to enter in a valid percentage.</p></div>Seth RemingtonTue, 28 Oct 2008 16:25:28 -0000https://sourceforge.net3eccb37f06c89947abaceb31c87c85c5c769e732Aquileo | "No Photo" path incorrect on win32https://sourceforge.net/p/sabernetdcs/bugs/176/<div class="markdown_content"><p>In image_read.py the path to the "No Image" graphic is based on the PWD which doesn't work properly on the compiled win32 version. Need to find a better way to define the path to the graphic file.</p></div>Seth RemingtonSat, 28 Jun 2008 23:34:11 -0000https://sourceforge.nete0d3fd6a0ef6f91ee5c483390356a55c760a52f2Aquileo | HTML is being improperly escaped when saving to databasehttps://sourceforge.net/p/sabernetdcs/bugs/175/<div class="markdown_content"><p>Anywhere that is using self.middleKitObjectEval() (in lib/SitePage.py) to save to the database is improperly escaping HTML characters *before* they are written to the database. The escape() or quoted_escape() functions should only be used before data is presented in the browser. The data in the database should be left pristine.</p>
<p>To see what's happening create (or edit) a customer that has a '&' in it's description for example. It will store &amp; in the database.</p></div>Seth RemingtonTue, 24 Jun 2008 21:41:31 -0000https://sourceforge.neta9ccc93e2e7aadb2e464c03e7da04543c61a2cc3Aquileo | Performance issues loading available activity listhttps://sourceforge.net/p/sabernetdcs/bugs/174/<div class="markdown_content"><p>When column_sorting = False it there can be some slowness when loading the available activity data when the client is started. Need to create a way to load up a pre-sorted list of available activites so initial sorting can be done server side instead of client side.</p></div>Seth RemingtonThu, 31 Jan 2008 17:19:42 -0000https://sourceforge.netfcf625223588b518bfa126c885c593f5b4b58a76