You are on page 1of 1

Tugas Perancangan Basis Data

Nama : Alfin Falaq Y

NIM : 04217047

Tabel Master

mst_vendor mst_item mst_uom mst_city


vendor_code (PK) item_code (PK) uom_code (PK) city_code (PK)
vendor_name item_name description city_name
as_customer uom city_area
as_supplier item_weight time_zone
vendor_address item_width city_website
city item_height
province preview_img
vendor_contact mat_cat
vendor_email item_description
vendor_website

Tabel Transaksi

purchasing_order purchasing_order_detail sales_transaction sales_transaction_detail


po_no (PK) po_detail_id (PK) st_no (PK) st_detail_id (PK)
po_date po_no (FK) st_date st_no (FK)
po_type item_code st_confirm item_code
po_status qty customer_code qty
supplier_code uom_code payment_code uom_code
payment_code unit_price subtotal unit_price
note qty_unitprice ppn_percent qty_unitprice
subtotal description ppn_amount description
ppn_percent qty_weight grand_total qty_weight
ppn_amount disc_percent terbilang disc_percent
grand_total disc_amount disc_amount

You might also like