0% found this document useful (0 votes)
120 views1 page

ERD Sales Monitoring

The document describes the table structures for several database tables used to store product, promotion, branch, customer, and other related data for a company. The tables include fields for IDs, names, descriptions, statuses, dates, and other details. Relationships between the tables are implied through the inclusion of foreign key ID fields that reference primary keys in other tables.

Uploaded by

Yanno Dwi Ananda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views1 page

ERD Sales Monitoring

The document describes the table structures for several database tables used to store product, promotion, branch, customer, and other related data for a company. The tables include fields for IDs, names, descriptions, statuses, dates, and other details. Relationships between the tables are implied through the inclusion of foreign key ID fields that reference primary keys in other tables.

Uploaded by

Yanno Dwi Ananda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

produk promosi cabang customer

id_produk INT(11) id_promosi INT(11) id_cabang INT(11) id_customer INT(10)


id_kategori INT(11) id_cabang INT(11) nama TEXT nama TEXT
id_subkategori INT(11) id_produk INT(11) alamat TEXT alamat VARCHAR(255)
id_model INT(11) tanggal_mulai INT(11) telpon TEXT telpon VARCHAR(100)
kode TEXT tanggal_berakhir INT(11) email TEXT jenis ENUM(...)

nama_produk VARCHAR(100) nama INT(11) website TEXT entry_date TEXT


deskripsi TEXT deskripsi TEXT status ENUM('Show', 'Hide') entry_by TEXT
harga_otr BIGINT(20) img TEXT entry_date TEXT entry_ip TEXT
stok BIGINT(20) insentif BIGINT(20) entry_by TEXT last_update_date TEXT

status ENUM('Show', 'Hide') status ENUM('Show', 'Hide') entry_ip TEXT last_update_by TEXT
entry_date TIMESTAMP entry_date TIMESTAMP last_update_date TEXT last_update_ip TEXT
entry_by TEXT entry_by TEXT last_update_by TEXT
entry_ip TEXT entry_ip TEXT last_update_ip TEXT
last_update_date TIMESTAMP last_update_date TIMESTAMP

last_update_by TEXT last_update_by TEXT


last_update_ip TEXT last_update_ip TEXT

model kategori finance


id_model INT(11) id_kategori INT(11) id_finance INT(11)
nama VARCHAR(255) nama VARCHAR(255) nama TEXT
keterangan VARCHAR(255) keterangan VARCHAR(255) keterangan VARCHAR(255)

entry_date TIMESTAMP entry_date TIMESTAMP status ENUM('Show', 'Hide')


entry_by TEXT entry_by TEXT entry_date TEXT
entry_ip TEXT entry_ip TEXT entry_by TEXT
last_update_date TIMESTAMP last_update_date TEXT entry_ip TEXT
last_update_by TEXT last_update_by TEXT last_update_date TEXT

last_update_ip TEXT last_update_ip TEXT last_update_by TEXT


penjualan
status ENUM('Show', 'Hide') status ENUM('Hide', 'Show') last_update_ip TEXT
id_penjualan INT(11)
id_customer INT(11)
id_promosi INT(11)
tanggal TIMESTAMP

karyawan id_sales INT(11)

id_karyawan INT(11) id_produk INT(11)

id_cabang INT(11) jenis_pembayaran ENUM(...)

id_team VARCHAR(255) jumlah INT(11)

nik TEXT keterangan VARCHAR(100)


team subkategori
password TEXT insentif BIGINT(20)
id_team INT(11) id_subkategori INT(11)
nama TEXT status ENUM('Show', 'Hide')
id_cabang TIMESTAMP id_kategori INT(11)
alamat TEXT entry_date TIMESTAMP
id_karyawan INT(11) nama VARCHAR(255)
telpon_1 TEXT entry_by TEXT
nama TEXT keterangan VARCHAR(255)
telpon_2 TEXT entry_ip TEXT
keterangan TEXT entry_date TIMESTAMP
email_1 TEXT last_update_date TIMESTAMP
status ENUM(...) entry_by TEXT
email_2 INT(30) last_update_by TEXT
entry_date TEXT entry_ip TEXT
img TEXT last_update_ip TEXT
entry_by TEXT last_update_date TIMESTAMP
target_penjualan INT(255)
entry_ip TEXT last_update_by TEXT
target_prospek INT(255)
last_update_date TEXT last_update_ip TEXT
level ENUM(...)
last_update_by TEXT status ENUM('Show', 'Hide')
status ENUM(...)
last_update_ip TEXT
entry_date TEXT
entry_by TEXT

entry_ip TEXT
last_update_date TEXT
last_update_by TEXT
last_update_ip TEXT

You might also like