Author Topic: Gift Card Limits  (Read 4676 times)

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Gift Card Limits
« on: June 30, 2013, 08:44:32 am »
Emre,

I have setup a loyalty bonus for customer accounts (% credit based on spend), but how can we stop an account going into debit? We need a way to deactivate the Customer Accounts payment button if Payment Amount is higher than Customer Balance.

As with all Gift Cards, they cannot spend more than whats on the card, so how can this be enforced. Keeping in mind that we would run both credit only accounts (Gift Cards), and debit accounts for business customers who would pay monthly.
SambaPOS - POS'n the World, one Terminal at a time.

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Gift Card Limits
« Reply #1 on: July 01, 2013, 04:16:41 am »
There is a setting on Account Types called "Rules". Setting it as Credit or Debit for the related account should do it. There is a naming issue there so I can't remember which one should be selected. As you test them I can fix these issues.

Also it is possible to create specific credit limits for customer cards. To make it work.
1. Change customer account type rule to Credit.
2. Create a custom field for Customer Entity type and name it as "Credit Limit"
3. Enter the limit amount to Customer Card.

Unfortunately these features are not properly tested yet. I hope it works as expected :)

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: Gift Card Limits
« Reply #2 on: July 01, 2013, 05:53:37 am »
Tried every variant and still not working.
SambaPOS - POS'n the World, one Terminal at a time.

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Gift Card Limits
« Reply #3 on: July 01, 2013, 02:45:34 pm »
Hmm. I've tested it again and it seems working fine to me. Or at least it does what I expected. We assume that gift card account connected to a payment method. Set gift card account type rule as "Credit" and you won't be able to use it as a payment type if it gets credited as a result.

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: Gift Card Limits
« Reply #4 on: July 01, 2013, 07:35:13 pm »
I'm using the default customer accounts.
Set to Credit with a (10.00) balance
Make a 12.00 sale and the account shows 2.00
SambaPOS - POS'n the World, one Terminal at a time.

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Gift Card Limits
« Reply #5 on: July 02, 2013, 03:51:32 am »
Are you using fast payment buttons or the payment screen?

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: Gift Card Limits
« Reply #6 on: July 02, 2013, 04:17:20 am »
You guessed it :) Fast payment button.

If I use the payment screen it works 100%
SambaPOS - POS'n the World, one Terminal at a time.

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: Gift Card Limits
« Reply #7 on: July 02, 2013, 04:37:18 am »
Emre,

So the way I have setup the loyalty is, that we credit the customers account by a % of the total sale for every non account purchase. We don't want to apply the loyalty for the customer using their account.

So can we have PaymentTypeName also included in Before Ticket Closing & Ticket Closing Rules please so we can exclude/include the loyalty for certain type of payments.


SambaPOS - POS'n the World, one Terminal at a time.

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Gift Card Limits
« Reply #8 on: July 02, 2013, 07:10:46 am »
Handling "Payment Processed" event might be an alternative.

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: Gift Card Limits
« Reply #9 on: July 02, 2013, 07:18:37 am »
I tried that, but when you make a part payment with cash and account funds it created a credit on the ticket which couldn't be closed. I need to add the loyalty after ticket has been closed.
SambaPOS - POS'n the World, one Terminal at a time.

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: Gift Card Limits
« Reply #10 on: July 02, 2013, 07:50:55 am »
I can use Custom Constraints to solve this :)
SambaPOS - POS'n the World, one Terminal at a time.