php-mpos/public/include/pages/account
Sebastian Grewe b1f3c9bece Fixing manual payout race condition
* Mark manual payout active
* Run payout logics
* Reset manual payout

This ensures only one manual transaction can be run at a time.
If any users starts a manual payout others have to wait until the site
completed loading and finished the transaction process.

As long as we don't have too many users doing a manual payout at the
same time this should not be an issue. Best for users is using auto
payouts anyway.

This addresses #149
2013-06-10 10:38:05 +02:00
..
edit.inc.php Fixing manual payout race condition 2013-06-10 10:38:05 +02:00
notifications.inc.php Adding support for various notifications 2013-06-09 13:10:58 +02:00
transactions.inc.php implemented transactions, PPS payouts and Transactions displayed on the website 2013-05-11 16:50:15 +02:00
workers.inc.php further cleaned up user class, created worker class, removed ledger and paid calls from user 2013-05-12 11:39:22 +02:00