Tabel adminnistrasi (tblAdminPengguna) digunakan untuk pengaturan pengguna yang masuk ke dalam sistem. Untuk masuk ke dalam sistem, seorang pengguna harus terdaftar di tabel ini. Setelah terdaftar, pengguna dapat masuk sesuai dengan hak-hak yang dimilikinya. Hak ini sesuai dengan tingkatan manajemen, seperti misalnya seorang staff level bawah tidak dapat melihat laporan keuangan atau neraca lajur, tidak bisa melihat jurnal yang sifarnya konfidensial (misal: jurnal penggajian). Sebaliknya, seorang pemimpin perusahaan bisa mengakses seluruh sistem, selevel dengan pengguna yang berperan sebagai administrator. Berikut ini adalah field yang dibutuhkan.
- Field Name = PgnId
- Data Type = Text
- Description = Masukkan identitas pengguna
- Field Properties - General Tab:
- Field Size = 10
- Caption = ID Pengguna
- Field Name = PgnNama
- Field Name = PgnPassword
- Data Type = Text
- Description = Masukkan password
- Field Properties - General Tab:
- Field Size = 50
- Caption = Password
- Input Mask = Password
- Field Name = PgnDept
- Data Type = Text
- Description = Bagian atau Departemen
- Field Properties - General Tab:
- Field Size = 50
- Caption = Bagian Departemen
- Field Name = LoginStatus
- Data Type = Yes/No
- Description = Status login
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Status login
- Field Name = WaktuLogin
- Data Type = Date/Time
- Description = Waktu login
- Field Properties - General Tab:
- Format = General Date
- Caption = Waktu Login
- Default Value = Now()
- Field Name = PgnKonfirmPassword
- Data Type = Text
- Description = Konfirmasi password untuk masuk ke form tertentu
- Field Properties - General Tab:
- Field Size = 50
- Caption = Konfirm Password
- Input Mask = Password
- Field Name = p_RekUtama
- Data Type = Yes/No
- Description = Akses khusus untuk Id=Admin (Super User)
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Super User Admin
- Field Name = p_AdminPengguna
- Data Type = Yes/No
- Description = Akses untuk mengedit admin pengguna
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Admin Pengguna
- Field Name = p_ AksesIjin
- Data Type = Yes/No
- Description = Akses untuk mengedit ijin akses
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Akses Ijin
- Field Name = p_ BudgetLihat
- Data Type = Yes/No
- Description = Akses untuk membaca/melihat data budget
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Lihat Budget
- Field Name = p_ BudgetEdit
- Data Type = Yes/No
- Description = Akses untuk mengedit data budget
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Edit Budget
- Field Name = p_ BudgetImpor
- Data Type = Yes/No
- Description = Akses untuk mengimpor data budget
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Impor Budget
- Field Name = p_RekUtama
- Data Type = Yes/No
- Description = Akses untuk mengedit daftar rekening utama
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Daftar Kode Rek Utama
- Field Name = p_ TipeJurnal
- Data Type = Yes/No
- Description = Akses untuk mengedit tipe jurnal
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Tipe Jurnal
- Field Name = p_RekDeriv1
- Data Type = Yes/No
- Description = Akses untuk mengedit rekening derivatif 1
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Rekening Derivatif 1
- Field Name = p_RekDeriv2
- Data Type = Yes/No
- Description = Akses untuk mengedit rekening derivatif 2
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Rekening Derivatif 2
- Field Name = p_ JurnalTempEdit
- Data Type = Yes/No
- Description = Akses untuk mengedit jurnal temporer
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Edit Jurnal Temp
- Field Name = p_ JurnalTempLihat
- Data Type = Yes/No
- Description = Akses untuk melihat jurnal temporer
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Lihat Jurnal Temp
- Field Name = p_JurnalTempPosting
- Data Type = Yes/No
- Description = Akses untuk memposting jurnal
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Posting
- Field Name = p_ JurnalPermEdit
- Data Type = Yes/No
- Description = Akses untuk mengedit jurnal permanen
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Edit Jurnal Permanen
- Field Name = p_ JurnalPermLihat
- Data Type = Yes/No
- Description = Akses untuk melihat jurnal permanen
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Lihat Jurnal Permanen
- Field Name = p_NeracaLajur
- Data Type = Yes/No
- Description = Akses untuk mengedit neraca lajur
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Neraca Lajur
- Field Name = p_ BukuBesar
- Data Type = Yes/No
- Description = Akses ke laporan Buku Besar dan laporan lainnya selain neraca lajur
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Buku Besar
- Field Name = p_ ResponBiaya
- Data Type = Yes/No
- Description = Akses ke laporan pertanggung-jawaban biaya
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Pertang-gungjawaban Biaya
- Field Name = p_Periode
- Data Type = Yes/No
- Description = Akses untuk mengedit periode
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Periode
- Field Name = p_ SistemPreferens
- Data Type = Yes/No
- Description = Akses untuk mengedit sistem preferens
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Sistem Preferens
- Field Name = p_IdPerusahaan
- Data Type = Yes/No
- Description = Akses untuk mengedit identitas perusahaan
- Field Properties - General Tab:
- Format = Yes/No
- Caption = Identitas Perusahaan
- Primary key : PgnId
Comments
Post a Comment