php-mpos/sql
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
..
000_base_structure.sql updated expiration on email confirm tokens to 1 hour rather than 10 min 2014-01-20 04:42:08 -05:00
001_pplns_statistics.sql pplns-stats, block-stats paging, dynamic and reverse payout 2013-10-22 09:07:31 -04:00
002_settings_update.sql [UPDATE] Update SQL file and updated base structure 2013-10-29 15:42:50 +01:00
003_monitoring_update.sql [IMPROVED] Allow for longer monitoring value strings 2013-11-05 07:28:06 +01:00
004_blocks_worker.sql [FEATURE] blockfinder statistics 2013-11-18 12:43:17 +01:00
005_create_templates_table.sql Implement Templates admin page 2013-12-09 20:55:58 +02:00
006_txid_transactions.sql [UPDATE] SQL Upgrade File 2013-11-28 10:57:10 +01:00
007_accounts_update.sql [IMPROVED] Lockout user on invalid pin/password 2013-12-07 22:14:14 +01:00
008_shares_archive_optimization.sql [UPDATE] Added indexes for share archive 2013-12-13 10:06:29 +01:00
009_tokentype_update.sql [IMPROVED] Token expiration timers 2013-12-31 22:31:47 +01:00
010_tokentype_update.sql [IMPROVED] Unlock notification mails on auto-locks 2014-01-02 11:51:22 +01:00
011_db_version.sql Rename 012_db_version.sql to 011_db_version.sql 2014-01-08 16:44:40 -06:00
012_accounts_update.sql [ADDED] last_login timestamp 2014-01-11 20:32:45 +01:00
013_tokentype_update.sql fix versioning 2014-01-16 06:05:29 -05:00
014_accounts_update.sql updated expiration on email confirm tokens to 1 hour rather than 10 min 2014-01-20 04:42:08 -05:00
015_accounts_update.sql [IMPROVED] Payout logics 2014-02-03 08:16:58 +01:00