odiea

Results 240 comments of odiea

What results do you get. Set print always in receipt config. Yes the check box is checked. Remove the check mark and it still prints when it should not. Set...

controller/Items line 685 I changed $item_data['pic_filename'] = !empty($upload_data['orig_name']) && $upload_data['raw_name']? $upload_data['raw_name'] . '.' . $upload_data['file_ext']: null to. if(!empty($upload_data['orig_name'])) { if($upload_data['raw_name']) { $item_data['pic_filename'] = $upload_data['raw_name']; } } And now the previous...

That is not quite correct. Testing Receiving update The following error displays. You all are doing great. 404 The param count in the URI are greater than the controller method...

In Receivings Post needs to be added to save but there are issues when saving the form and the supplier search is not working. In Sales when saving the form...

@jekkos How do we get to the dev room. Clicking on gitter displays bad stuff.

Tables go away if I search on more than 1 attribute. No Items to display.

The 1st image has a search for 1 attribute. The second image I added an additional attribute. I assume this is what hew was trying to do? ![2019-06-30 14_51_47-Window](https://user-images.githubusercontent.com/10962177/60402017-c2d0f180-9b46-11e9-9552-0789f24e5adb.png) ![2019-06-30...

In configuration/general have you enabled Calc avg. Price (Receiving) to see if that helps you any.

Did you complete the first sale. Then do a Return?

No Items are removed from Inventory until the Sale is completed. So Returning the Kit would just add extra Inventory Items back. Also do you see a minus sign in...