opensourcepos / opensourcepos

Open Source Point of Sale is a web based point of sale application written in PHP using CodeIgniter framework. It uses MySQL as the data back end and has a Bootstrap 3 based user interface.
http://www.opensourcepos.org
Other
3.47k stars 2.19k forks source link

No receipt on non-taxable sale Item #1829 #1837

Closed sqvquilter closed 6 years ago

sqvquilter commented 6 years ago

Background information

IMPORTANT: If you choose to ignore this issue report template, your issue will be closed as we cannot help without the requested information.

Please make sure you tick (add an x between the square brackets with no spaces) the following check boxes:

Installation information

Issue / Bug / Question / New Feature

Please write your issue here. If a bug, please make sure to provide as much information as possible including configuration settings (e.g. Decimals set, Tax mode), language and steps to reproduce the bug.

This is the same as item #1829. That issue was closed with a comment about modified code. The code has not been modified. I reinstalled a clean version and got the same results. I generally like what I see with OSPOS and would like to use unmodified code. Modifying the code would complicate taking advantage of any future enhancements that are made, so I would prefer to not modify the code. That said many businesses need to use both taxable and non-taxable items. The only way I have been able to make this work is to put the sales tax on each individual item. While this works it is not as desirable as being able to set the sales tax in one place. Setting the sales tax for each item is asking for data entry errors and thus tax issues. Please reconsider this issue as the code is unmodified.

When item sold is not taxable pressing the complete button yields blank screen - no sales receipt is displayed. Configurations for taxes is taxcode taxconfig Taxable item setup taxitem Non taxable item is nontaxitem

Expected behavior would be to show sales receipt like taxable sale. expectedsale expectedcomplete Actual result No receipt displayed and sale is not complete. errorsale errorcomplete

odiea commented 6 years ago

Thank's for clarifying this issue. @SteveIreland got any ideas?

odiea commented 6 years ago

Try the following to see if it changes anything.

2018-02-15 10_51_15-open source point of sale _ powered by ospos 3 2 0

and just have a separate tax.

2018-02-15 10_51_47-open source point of sale _ powered by ospos 3 2 0

daN4cat commented 6 years ago

This is a pure US case, no help from my side I'm afraid.

I hope @odiea suggestion helps, if not @SteveIreland needs to look into this.

sqvquilter commented 6 years ago

This issue has been resolved. It was a set-up issue - Thank you for your assistance