I'm doing a gold trading system where a user could buy or sale a gold with the store. To buy a gold, the customer have

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

I'm doing a gold trading system where a user could buy or sale a gold with the store. To buy a gold, the customer have

Post by answerhappygod »

I'm doing a gold trading system where a user could buy or sale a gold with the store. To buy a gold, the customer have to register first. Then they place an order for a gold and pay for them with credit card. They would get a receipt that could be used to redeem said gold at any branch. To sell, the system will check if the customer has purchased their gold before. If they didn't purchase enough gold, the system will deny the transaction. For example, if one want to sale 50 ounces of gold to the store but their record show they only 10 ounces the system would deny it.
I M Doing A Gold Trading System Where A User Could Buy Or Sale A Gold With The Store To Buy A Gold The Customer Have 1
I M Doing A Gold Trading System Where A User Could Buy Or Sale A Gold With The Store To Buy A Gold The Customer Have 1 (32.77 KiB) Viewed 37 times
I M Doing A Gold Trading System Where A User Could Buy Or Sale A Gold With The Store To Buy A Gold The Customer Have 2
I M Doing A Gold Trading System Where A User Could Buy Or Sale A Gold With The Store To Buy A Gold The Customer Have 2 (21.98 KiB) Viewed 37 times
1. Design the User Interface of this system
2. Develop the Story board for the use case
user Create new account Edit user's data Buy Gold Sell Gold Check purchase history Check price status Check amount of gold in the account Gold Shop
User + name: String + email: String + address: String + idNo: String - password: String -PIN: String 1 1..* Transaction -weight: int + ppu: int +isBuy: Boolean price: int + date: Time - ccNo: String 1 1 Price + buyPpu: int + sellPpu: int 1..* 1 GoldShop + branch: String + email: String + address: String + branchNo: String -AuStock: int
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply