php-mpos/public/templates/mail/notifications
Sebastian Grewe c00b6d6757 [IMPROVED] Payout logics
* [ADDED] More methods to our transaction class
 * `createDebitAPRecord` and `createDebitMPRecord`, will handle the
 * entire debit process
  * Adds Debit transaction
  * Adds TXFee transaction
  * mark transactions as archived
  * validate user is fully paid out
  * send notification to user
 * `getMPQueue` was added to unify the process of getting payout queues
* [MOVED] Only one mail template for both payout methods
* [ADDED] Some minor calls to user class
* [ADDED] Full address validation to bitcoin class
* [SQL] New SQL upgrade and Version Increment
 * Adding UNIQUE index to coin_address in accounts table
 * preperation for `sendmany` implementation
2014-02-03 08:16:58 +01:00
..
account_edit.tpl [Addition] E-mail confirmations for user actions 2014-01-16 05:42:43 -05:00
change_pw.tpl [Addition] E-mail confirmations for user actions 2014-01-16 05:42:43 -05:00
error.tpl [FIX] Disable caching for mail data 2013-12-05 01:13:16 +01:00
idle_worker.tpl [FIX] Disable caching for mail data 2013-12-05 01:13:16 +01:00
locked.tpl [SECURITY] Fixing XSS in PHP_SELF 2014-01-11 19:01:14 +01:00
new_block.tpl
payout.tpl [IMPROVED] Payout logics 2014-02-03 08:16:58 +01:00
success_login.tpl [FIX] remove mail debug output 2014-01-22 12:48:03 +01:00
withdraw_funds.tpl [Addition] E-mail confirmations for user actions 2014-01-16 05:42:43 -05:00