Pembelian Saham

# feat:
- Fitur pembelian saham
- Status transaksi
- Table transaksi
- Table nama bank
### No Issue
This commit is contained in:
2023-11-21 10:08:46 +08:00
parent 19e870f8cd
commit 812f47fbf9
155 changed files with 208 additions and 359411 deletions

View File

@@ -0,0 +1,23 @@
[
{
"id": "1",
"name": "Menunggu",
"color": "yellow"
},
{
"id": "2",
"name": "Proses",
"color": "orange"
},
{
"id": "3",
"name": "Berhasil",
"color": "green"
},
{
"id": "4",
"name": "Gagal",
"color": "red"
}
]