POS-Awesome icon indicating copy to clipboard operation
POS-Awesome copied to clipboard

[Feature request]: user can change sales taxes and charge template

Open andrewhartono opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

yes, in my case we charge additional fee for payment with credit card which is 1% from total invoice, and no charge if the customer pay with cash. in current POS there is no such option.

Describe the solution you'd like

user should be able to choose which sales tax and charge to be used in transaction.

Describe alternatives you've considered

there should be a dropdown list for choosing the sales taxes and charge template in payment form.

Additional context

andrewhartono avatar Mar 02 '22 19:03 andrewhartono

@andrewhartono I think you can achieve that by using server script, for example you write code that check payment method and then change taxes and charge template based on that

yrestom avatar May 17 '22 23:05 yrestom