payment method issu [message #666528] |
Sat, 11 November 2017 06:31 |
|
Amjad_1975
Messages: 82 Registered: January 2017
|
Member |
|
|
My question is I have designed sales invoice which is working fine but my problem is I want to make split payment method suppose I should have a button with the name of PAY when I click button window should open and ask payment detail like invoice total is 100 dollar I want to split it 50 for payment type Gift card and rest of money for payment type cash I know how to open new window but problem is control kindly guide me how to control.
Thanks in advance
|
|
|
|
|
Re: payment method issu [message #666545 is a reply to message #666535] |
Sun, 12 November 2017 11:50 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
The simplest solution is not to do anything of the above.
Why wouldn't you, rather, have two items in the original data block: one of them would be CASH, and another one GIFT. So, just let users fill those items any way they want (for example, $70 into CASH and $30 into GIFT; or, $100 into CASH, $0 into GIFT).
In other words: keep it simple. Often, a simple solution is the best solution.
However, if you insist on a more complex solution, a stacked canvas might be a better idea.
|
|
|
|