.. |
0001-init.sql
|
#2: add trading account type type and fix schema migrations machinery
|
2025-04-20 17:11:49 +02:00 |
0002-trading-accounts.sql
|
#3: create account in SQL not in Python.
|
2025-04-20 17:42:12 +02:00 |
0003-new-account.sql
|
#3: create account in SQL not in Python.
|
2025-04-20 17:42:12 +02:00 |
0004-add-account-barcode.sql
|
#4: add account to barcode stored procedure.
|
2025-04-20 17:55:18 +02:00 |
0005-rename-account.sql
|
#5: rename account stored function
|
2025-04-20 18:00:40 +02:00 |
0006-new-currency.sql
|
#6: new currency stored function
|
2025-04-20 19:15:23 +02:00 |
0007-update-currency-sell-rate.sql
|
#7: migrate to stored function for updating currency sell rate.
|
2025-04-20 19:22:19 +02:00 |
0008-update-currency-buy-rate.sql
|
#8: stored function to update currency buy rate
|
2025-04-20 19:27:02 +02:00 |
0009-shop-sell.sql
|
minor fixes in schemata 0009 and 0010
|
2025-04-21 12:27:29 +02:00 |
0010-shop-sell-for-cash.sql
|
schema 0010: fix header id
|
2025-04-21 17:06:42 +02:00 |
0011-shop-undo-sale.sql
|
#11: stored function for sale undo transaction
|
2025-04-21 17:06:21 +02:00 |
0012-shop-add-credit.sql
|
#12 - stored function for cash deposit transactions - remove duplicate fn
|
2025-04-21 17:30:57 +02:00 |
0013-shop-withdraw-credit.sql
|
#13: stored function for cash withdrawal transactions
|
2025-04-21 17:37:31 +02:00 |
0014-shop-transfer-credit.sql
|
#14: stored function for "credit" transfer transactions
|
2025-04-21 17:45:40 +02:00 |
0015-shop-buy-for-cash.sql
|
#15: stored function for cash-based stock replenishment transaction
|
2025-04-21 18:23:11 +02:00 |