<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/opensourcepos/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/opensourcepos/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/opensourcepos/support-requests/</id><updated>2015-06-07T07:09:45.070000Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>unzipping error</title><link href="https://sourceforge.net/p/opensourcepos/support-requests/95/" rel="alternate"/><published>2015-06-07T07:09:45.070000Z</published><updated>2015-06-07T07:09:45.070000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net7467f6d4934adfb702f0478e87756c1a7d17bde3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;today i download your point of sale it is a compressed file named as "opensourcepos-2.3.1-en"&lt;br /&gt;
using winrar software when i unzip it gives given below error&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;C:\Users\shoaib\Downloads\Compressed\opensourcepos-2.3.1-en.zip: Cannot create C:\Users\shoaib\Downloads\Compressed\opensourcepos-2.3.1-en\opensourcepos-master\license\codeigniter_license.txt
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;!   The system cannot find the path specified.&lt;br /&gt;
    C:\Users\shoaib\Downloads\Compressed\opensourcepos-2.3.1-en.zip: Cannot create C:\Users\shoaib\Downloads\Compressed\opensourcepos-2.3.1-en\opensourcepos-master\license\codeigniter_version.txt&lt;br /&gt;
!   The system cannot find the path specified.&lt;br /&gt;
    C:\Users\shoaib\Downloads\Compressed\opensourcepos-2.3.1-en.zip: Cannot create C:\Users\shoaib\Downloads\Compressed\opensourcepos-2.3.1-en\opensourcepos-master\license\license.txt&lt;br /&gt;
!   The system cannot find the path specified.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Old sales Tax Still showing</title><link href="https://sourceforge.net/p/opensourcepos/support-requests/94/" rel="alternate"/><published>2015-05-15T21:26:31.078000Z</published><updated>2015-05-15T21:26:31.078000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net3b7f69753d210bc30812cb03510538ce426e6a60</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I updated the sales tax in the mysql database from 9% to 9.5% on three different computers.&lt;/p&gt;
&lt;p&gt;Unfortunately on ONE of them the sales screen it still shows (and calculates) the old 9% sales tax. the other two show the correct 9.5% sales tax.&lt;/p&gt;
&lt;p&gt;I am looking at the ospos_items_taxes table and for the rows for EVERY item, the percent shows 9.500&lt;/p&gt;
&lt;p&gt;I have tried restarting the computer and that didn't help.&lt;/p&gt;
&lt;p&gt;Not sure what to do.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Get An error When Generating Reports</title><link href="https://sourceforge.net/p/opensourcepos/support-requests/93/" rel="alternate"/><published>2015-05-15T20:55:12.808000Z</published><updated>2015-05-15T20:55:12.808000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5f6a1c4804dd7b5dd5ae8deeaa43370e62fe8fd7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I tried moving my install of ospos from my old computer to a new computer, and I get an error whenever I try to run a report:&lt;/p&gt;
&lt;p&gt;Error Number: 1044&lt;/p&gt;
&lt;p&gt;AccÃ¨s refusÃ© pour l'utilisateur: 'ospos'@'@localhost'. Base 'ospos'&lt;/p&gt;
&lt;p&gt;CREATE TEMPORARY TABLE ospos_sales_items_temp (SELECT date(sale_time) as sale_date, ospos_sales_items.sale_id, comment,payment_type, customer_id, employee_id, ospos_items.item_id, supplier_id, quantity_purchased, item_cost_price, item_unit_price, SUM(percent) as item_tax_percent, discount_percent, (item_unit_price&lt;em&gt;quantity_purchased-item_unit_price&lt;/em&gt;quantity_purchased&lt;em&gt;discount_percent/100) as subtotal, ospos_sales_items.line as line, serialnumber, ospos_sales_items.description as description, ROUND((item_unit_price&lt;/em&gt;quantity_purchased-item_unit_price&lt;em&gt;quantity_purchased&lt;/em&gt;discount_percent/100)&lt;em&gt;(1+(SUM(percent)/100)),2) as total, ROUND((item_unit_price&lt;/em&gt;quantity_purchased-item_unit_price&lt;em&gt;quantity_purchased&lt;/em&gt;discount_percent/100)&lt;em&gt;(SUM(percent)/100),2) as tax, (item_unit_price&lt;/em&gt;quantity_purchased-item_unit_price&lt;em&gt;quantity_purchased&lt;/em&gt;discount_percent/100) - (item_cost_price*quantity_purchased) as profit FROM ospos_sales_items INNER JOIN ospos_sales ON ospos_sales_items.sale_id=ospos_sales.sale_id INNER JOIN ospos_items ON ospos_sales_items.item_id=ospos_items.item_id LEFT OUTER JOIN ospos_suppliers ON ospos_items.supplier_id=ospos_suppliers.person_id LEFT OUTER JOIN ospos_sales_items_taxes ON ospos_sales_items.sale_id=ospos_sales_items_taxes.sale_id and ospos_sales_items.item_id=ospos_sales_items_taxes.item_id and ospos_sales_items.line=ospos_sales_items_taxes.line GROUP BY sale_id, item_id, line)&lt;/p&gt;
&lt;p&gt;Filename: C:\wamp\www\system\database\DB_driver.php&lt;/p&gt;
&lt;p&gt;Line Number: 330&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Ho Can I Delete Hundreds Of Sales At One Time?</title><link href="https://sourceforge.net/p/opensourcepos/support-requests/92/" rel="alternate"/><published>2015-05-11T02:59:15.108000Z</published><updated>2015-05-11T02:59:15.108000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net7d46ccdb1028b968d715b4032a520d02e0faa093</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Sort of a long story, but it involves a hard drive spontaneously combusting...&lt;/p&gt;
&lt;p&gt;Is there a "PROPER" way to delete just the past sales data for thousands of previous sales?&lt;/p&gt;
&lt;p&gt;Basically, I needed to install OSPOS on a new computer. We have three store locations, and the products, vendors, employee codes, taxes were all the same.&lt;/p&gt;
&lt;p&gt;So I exported an SQL file from a store location #1, and then imported that SQL file into the database for Store Location #2.&lt;/p&gt;
&lt;p&gt;Except that now Store Location #2 has all the sales data from Store #1&lt;/p&gt;
&lt;p&gt;Anyway to remove that sales history easily? Do I just go into the ospos_sales table and delete all the rows? (This seems like it would probably be a bad idea...)&lt;/p&gt;
&lt;p&gt;I don't want that old data from Store Location #1 affecting our reports gong forward for Store Location #2.&lt;/p&gt;
&lt;p&gt;(P.S. I understand that getting the original sales data from Store Location #2 - where the hard drive burned out - is going to be nigh on impossible. So I just want store number 2 to start with a "clean slate" as it were).&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>barcode help</title><link href="https://sourceforge.net/p/opensourcepos/support-requests/91/" rel="alternate"/><published>2015-05-08T04:01:21.032000Z</published><updated>2015-05-08T04:01:21.032000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb466d50e854ff8903dd99ae85281497e6e89f51c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;OSPOS 2.3.1 on linuxmint 17.1 rebecca cinnamon&lt;/p&gt;
&lt;p&gt;apache2 installed&lt;br /&gt;
php5 installed&lt;br /&gt;
mysql installed&lt;br /&gt;
myphpadmin installed&lt;/p&gt;
&lt;p&gt;running good in all browser but,&lt;br /&gt;
just can't create barcode...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Inventory Summary Report</title><link href="https://sourceforge.net/p/opensourcepos/support-requests/90/" rel="alternate"/><published>2015-04-24T10:55:24.696000Z</published><updated>2015-04-24T10:55:24.696000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netac1e6accdd636cb5bbd65b3b65caa3d84c859a64</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Dear Sir,&lt;br /&gt;
I need some help in Inventory Summary Report that I want in this report calculate the remaining quantity and cost prices which we purchased.&lt;br /&gt;
Because by the end of month when we check this report there will show all remaining items with quantity and cost price that will assure us that how much investment we have after a month.&lt;br /&gt;
I hope you will help me.&lt;br /&gt;
Regards,&lt;br /&gt;
Victor&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#19 excel import</title><link href="https://sourceforge.net/p/opensourcepos/support-requests/19/?limit=25#9c5a" rel="alternate"/><published>2015-03-23T12:16:59.723000Z</published><updated>2015-03-23T12:16:59.723000Z</updated><author><name>Francesco</name><uri>https://sourceforge.net/u/francescolondon/</uri></author><id>https://sourceforge.nete683f1b41f5e5bb17ea540d5ff0b81542d761cb5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The issue is probably a matter of two cases:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the item with that UPC number was deleted and needs to be undeleted (I had this issue several time because in clothing accessories or certain shoes might come back after 1 year or so with same barcode)&lt;/li&gt;
&lt;li&gt;the item exists already but maybe we want to update the quantity&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It's difficult to say what the best user experience for the case is because it's like when you merge two codelines and you have a conflict.&lt;br /&gt;
I guess the ideal case would be to have a view resolving the conflict and ask the user:&lt;br /&gt;
- resume the undeleted?&lt;br /&gt;
- increase the quantity?&lt;/p&gt;
&lt;p&gt;Of course just a thought here.... new feature space :-)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#19 excel import</title><link href="https://sourceforge.net/p/opensourcepos/support-requests/19/?limit=25#1694" rel="alternate"/><published>2015-03-23T09:15:47.685000Z</published><updated>2015-03-23T09:15:47.685000Z</updated><author><name>jekkos</name><uri>https://sourceforge.net/u/jekkos/</uri></author><id>https://sourceforge.net7e2672e783bd3a7f1da026aad5d1adb72f7a0183</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;You can try to remove it on database level. However I'm not sure whether the code will find multiple records or only the non deleted ones in this case.&lt;/p&gt;
&lt;p&gt;Another option might be to undelete the item and change it's upc number. Then redo the import. There's a filter to show deleted items in the search options.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#79 Check sale is still missing from the report</title><link href="https://sourceforge.net/p/opensourcepos/support-requests/79/?limit=25#6ef8" rel="alternate"/><published>2015-03-11T10:56:21.592000Z</published><updated>2015-03-11T10:56:21.592000Z</updated><author><name>jekkos</name><uri>https://sourceforge.net/u/jekkos/</uri></author><id>https://sourceforge.net9bfb18d06829dc354837e5f6de7671bfd0df86b2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#89 Not returning to selection after adding product in sales or receiving</title><link href="https://sourceforge.net/p/opensourcepos/support-requests/89/?limit=25#00c2" rel="alternate"/><published>2015-02-27T11:30:44.779000Z</published><updated>2015-02-27T11:30:44.779000Z</updated><author><name>Waynebr76</name><uri>https://sourceforge.net/u/waynebr76/</uri></author><id>https://sourceforge.netacd31f6ccb8845e297526e488c8a885088e2b178</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks Jekkos, how do I find this? I downloaded the latest release but not sure if I have to download somthing else&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>