Participant II
Since ‎11-15-2021
‎11-27-2021

My Stats

  • 20 Posts
  • 0 Solutions
  • 5 Likes given
  • 14 Likes received

hungpuiki's Bio

Badges hungpuiki Earned

View all badges

Recent Activity

For example, in this related transactions, i don’t want to show the column [computed key]
I am writing an inventory management app. if the user created a transaction by clicking “save” in the form “Transaction”. The system should do an auto action to save this transaction entry in the “Transaction” table. At the same time, the system shou...
I am developing a inventory management system. My system comprises of the following tables (attributes):- (i) Product (ProductID, Product_description) (ii) Location (Location) (iii) Transaction (DateTime, ProductID, Qty_change, Location) (iv) Availab...
I am developing an inventory management app. I created a form for recording inventory in/out activities. After the user has encoded a specific product and has selected “Out”, the users should be allowed to select only locations which have available s...
I am developing an inventory management app, which wants to show what items are put in each and every location. I created a transaction table which records all the items, in and out qty, with their respective locations. When I try to link the locatio...
Likes from