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

DBSchema 21 0 0

The document outlines the structure of various database tables related to accounts, transactions, users, printers, and reports. Each table includes fields such as IDs, names, timestamps, and attributes relevant to their respective entities. This schema is designed to manage and track financial transactions, user accounts, and printer usage effectively.

Uploaded by

med ali jedda
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)
8 views1 page

DBSchema 21 0 0

The document outlines the structure of various database tables related to accounts, transactions, users, printers, and reports. Each table includes fields such as IDs, names, timestamps, and attributes relevant to their respective entities. This schema is designed to manage and track financial transactions, user accounts, and printer usage effectively.

Uploaded by

med ali jedda
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

tbl_account_attribute [table]

account_id int8 not null


attrib_value varchar(255)
modified_ticks int8 not null
propagate bpchar(1) not null
attrib_name varchar(255) not null
tbl_account [table]
account_id int8 not null
account_type varchar(10) not null
account_name varchar(255) not null tbl_account_group [table]
balance float8(17, 17) not null account_group_id int8 not null
restricted bpchar(1) not null group_id int8 not null
overdraft float8(17, 17) not null account_id int8 not null
pin varchar(50) created_date timestamp not null
use_global_overdraft bpchar(1) not null created_by varchar(50) not null
notes varchar(2000) modified_date timestamp not null
deleted bpchar(1) not null modified_by varchar(50) not null
deleted_date timestamp modified_ticks int8 not null
created_date timestamp not null
created_by varchar(50) not null tbl_web_cashier_order_detail [table]
modified_date timestamp not null tbl_web_cashier_order [table] web_cashier_order_detail_id int8 not null
modified_by varchar(50) not null web_cashier_order_id int8 not null web_cashier_order_id int8 not null
parent_id int8 receipt_num varchar(255) not null item_index int4 not null
account_name_lower varchar(255) not null usage_date timestamp not null item_name varchar(255) not null
sub_name varchar(255) usage_day timestamp not null item_quantity int4 not null
sub_name_lower varchar(255) used_by_user_id int8 not null item_cost float8(17, 17) not null
disabled bpchar(1) not null assoc_with_account_id int8 not null sub_total float8(17, 17) not null
disabled_until timestamp total_cost float8(17, 17) not null
comments varchar(20) not null transacted_by varchar(50) not null
invoicing varchar(20) not null wc_comment varchar(255)
sub_pin varchar(50) payment_type varchar(50)
modified_ticks int8 not null
tbl_group_attribute [table]
group_id int8 not null
attrib_value varchar(255)
modified_ticks int8 not null
propagate bpchar(1) not null
attrib_name varchar(255) not null
tbl_group [table]
group_id int8 not null tbl_user_account [table]
group_name varchar(255) not null user_account_id int8 not null vw_user_print_logs [view]
initial_credit float8(17, 17) not null
user_id int8 not null user_id int8
initially_restricted bpchar(1) not null
account_id int8 not null user_name varchar(50)
schedule_period varchar(10) not null
created_date timestamp not null user_full_name varchar(255)
schedule_amount float8(17, 17) not null
created_by varchar(50) not null printer_server_name varchar(255)
allow_accum bpchar(1) not null
modified_date timestamp not null printer_name varchar(255)
max_accum_balance float8(17, 17) not null
modified_by varchar(50) not null printer_display_name varchar(510)
reset_statistics bpchar(1) not null
modified_ticks int8 not null printer_location varchar(255)
created_date timestamp not null
tbl_account_transaction [table] printer_usage_log_id int8
created_by varchar(50) not null
tbl_scan_action_group [table] account_transaction_id int8 not null usage_date timestamp
modified_date timestamp not null
scan_action_group_id int8 not null transaction_date timestamp not null usage_day timestamp
modified_by varchar(50) not null
group_id int8 not null transacted_by varchar(50) not null used_by_user_id int8
initial_settings_enabled bpchar(1) not null
scan_action_id int8 not null account_id int8 not null charged_to_account_id int8
modified_ticks int8 not null
modified_ticks int8 not null usage_log_type varchar(20) usage_cost float8(17, 17)
created_date timestamp not null usage_log_id int8 usage_allowed bpchar(1)
created_by varchar(50) not null amount float8(17, 17) not null printer_id int8
modified_date timestamp not null balance float8(17, 17) not null original_printer_id int8
modified_by varchar(50) not null txn_comment varchar(255) job_id varchar(255)
is_credit bpchar(1) not null document_name varchar(255)
transaction_type varchar(20) not null client_machine varchar(255)
tbl_scan_action [table] tbl_scan_action_attribute [table] ext_device_id int8 total_pages int4
scan_action_id int8 not null scan_action_id int8 not null total_sheets int4
action_type varchar(20) not null attrib_value varchar(1000) copies int4
label varchar(255) not null modified_ticks int8 not null paper_size varchar(20)
target varchar(1000) not null propagate bpchar(1) not null paper_height_mm int4
deleted bpchar(1) not null attrib_name varchar(255) not null paper_width_mm int4
modified_ticks int8 not null printer_language varchar(50)
created_date timestamp not null document_size_kb int4
tbl_user_group [table]
created_by varchar(50) not null denied_reason varchar(30)
user_group_id int8 not null
modified_date timestamp not null duplex bpchar(1)
user_id int8 not null
modified_by varchar(50) not null gray_scale bpchar(1)
group_id int8 not null
deleted_date timestamp printed bpchar(1)
created_date timestamp not null
created_by varchar(50) not null cancelled bpchar(1)
modified_date timestamp not null refunded bpchar(1)
modified_by varchar(50) not null assoc_with_account_id int8
modified_ticks int8 not null total_color_pages int4
color_pages_estimated bpchar(1)
job_type varchar(10)
tbl_scan_action_user [table] invoiced bpchar(1)
scan_action_user_id int8 not null job_comment varchar(255)
user_id int8 not null protocol varchar(20)
scan_action_id int8 not null original_usage_cost float8(17, 17)
modified_ticks int8 not null refund_status varchar(6)
created_date timestamp not null tbl_printer_usage_log refund_request_id int8
[table]
created_by varchar(50) not null printer_usage_log_id replayed bpchar(1)
int8 not null
modified_date timestamp not null signature varchar(50)
usage_date timestamp not null
modified_by varchar(50) not null hardware_check_status varchar(6)
usage_day timestamp not null
used_by_user_id int8 not null hardware_check_id int8
charged_to_account_id int8 not null job_uid varchar(40)
usage_cost float8(17, 17) not null archive_path varchar(30)
usage_allowed bpchar(1) not null duplex_pages int4
tbl_printer [table] printer_id int8 not null offline_usage bpchar(1)
printer_id int8 not null original_printer_id int8 print_queue_id int8
server_name varchar(255) job_id varchar(255)
printer_name varchar(255) not null document_name varchar(255) tbl_web_cashier_item [table]
display_name varchar(510) not null client_machine varchar(255) web_cashier_item_id int8 not null
location varchar(255) total_pages int4 not null item_name varchar(255) not null
notes varchar(2000) total_sheets int4 not null item_cost float8(17, 17) not null
charge_type varchar(20) not null copies int4 not null
default_cost float8(17, 17) not null paper_size varchar(20) not null
deleted bpchar(1) not null paper_height_mm int4 not null tbl_server [table]
deleted_date timestamp paper_width_mm int4 not null server_id int8 not null
disabled bpchar(1) not null printer_language varchar(50) uuid varchar(255) not null
disabled_until timestamp document_size_kb int4 not null enabled bpchar(1) not null
total_jobs int4 not null denied_reason varchar(30) deleted bpchar(1) not null
total_pages int4 not null duplex bpchar(1) not null deleted_date timestamp
total_sheets int4 not null gray_scale bpchar(1) not null server_name varchar(255) not null
reset_by varchar(50) printed bpchar(1) not null server_type varchar(10) not null
reset_date timestamp cancelled bpchar(1) not null server_state varchar(20) not null
created_date timestamp not null refunded bpchar(1) not null location varchar(200)
created_by varchar(50) not null assoc_with_account_id int8 not null notes varchar(2000)
modified_date timestamp not null total_color_pages int4 not null major_version int4 not null
modified_by varchar(50) not null color_pages_estimated bpchar(1) not null minor_version int4 not null
color_detection_mode varchar(20) not null job_type varchar(10) build_id varchar(20) not null
device_type varchar(100) not null invoiced bpchar(1) not null sync_ticks int8 not null
ext_device_function varchar(30) job_comment varchar(255) created_date timestamp not null
physical_printer_id varchar(100) protocol varchar(20) created_by varchar(50) not null
printer_type varchar(200) original_usage_cost float8(17, 17) not null modified_date timestamp not null
serial_number varchar(100) refund_status varchar(6) not null modified_by varchar(50) not null
web_print_enabled bpchar(1) not null refund_request_id int8 modified_ticks int8 not null
custom1 varchar(50) replayed bpchar(1) not null display_name varchar(255) not null
custom2 varchar(50) signature varchar(50) network_address varchar(255)
custom3 varchar(50) hardware_check_status varchar(6) not null patch_version int8
custom4 varchar(50) hardware_check_id int8
custom5 varchar(50) job_uid varchar(40) tbl_sequences [table]
custom6 varchar(50) archive_path varchar(30) sequence_name varchar(255)
last_usage_date timestamp duplex_pages int4 not null sequence_next_hi_value int4
gcp_printer_id varchar(100) offline_usage bpchar(1) not null
gcp_enabled bpchar(1) not null print_queue_id int8
tbl_scheduled_report [table]
modified_ticks int8 not null
scheduled_report_id int8 not null
server_uuid varchar(255)
tbl_printer_attribute [table] report_identifier varchar(200) not null
parent_id int8
printer_id int8 not null title varchar(100)
attrib_value varchar(1000) data_params varchar(2000)
tbl_net_usage_log [table] modified_ticks int8 not null schedule_period varchar(30) not null
net_usage_log_id int8 not null propagate bpchar(1) not null export_type varchar(30) not null
usage_date timestamp not null attrib_name varchar(255) not null recipients varchar(1000)
tbl_user [table] usage_day timestamp not null created_date timestamp not null
user_id int8 not null used_by_user_id int8 not null created_by varchar(50) not null
user_name varchar(50) not null usage_cost float8(17, 17) not null modified_date timestamp not null
external_user_name varchar(255) not null hours_used float8(17, 17) not null modified_by varchar(50) not null
full_name varchar(255) megabytes_received float8(17, 17) not null delivery_method varchar(50) not null
email varchar(255) megabytes_sent float8(17, 17) not null append_datestamp bpchar(1) not null
notes varchar(2000) cached_megabytes_received float8(17, 17) not null file_name varchar(100)
total_jobs int4 not null centralized bpchar(1) not null
total_pages int4 not null modified_ticks int8 not null
tbl_topup_card [table]
total_sheets int4 not null custom_report_identifier varchar(200)
topup_card_id int8 not null
reset_by varchar(50)
batch_id varchar(255) not null
reset_date timestamp
card_number varchar(255) not null tbl_job_log_journal [table]
deleted bpchar(1) not null
date_used timestamp log_id int8 not null
deleted_date timestamp
date_loaded timestamp not null method_name varchar(128) not null
created_date timestamp not null
expiry_date timestamp not null payload varchar(4000) not null
created_by varchar(50) not null
"value" float8(17, 17) not null
modified_date timestamp not null
used_by_user_id int8
modified_by varchar(50) not null tbl_ha_active_server [table]
department varchar(200) active varchar(256)
office varchar(200) tbl_user_attribute [table] last_update timestamp
card_number varchar(100) user_id int8 not null
disabled_printing bpchar(1) not null attrib_value varchar(1000)
tbl_databasechangeloglock [table]
disabled_printing_until timestamp modified_ticks int8 not null
id int4 not null
net_reset_by varchar(50) propagate bpchar(1) not null
net_reset_date timestamp attrib_name varchar(255) not null locked bool not null
net_total_megabytes float8(17, 17) not null lockgranted timestamp
net_total_time_hours float8(17, 17) not null lockedby varchar(255)
tbl_user_email_address [table]
disabled_net bpchar(1) not null
user_email_address_id int8 not null
disabled_net_until timestamp tbl_databasechangelog [table]
user_id int8
internal bpchar(1) not null id varchar(255) not null
email_address varchar(255) not null
last_user_activity timestamp author varchar(255) not null
email_status varchar(30) not null
card_number2 varchar(100) filename varchar(255) not null
verification_sent_time timestamp
secondary_user_name varchar(50) dateexecuted timestamp not null
verification_code varchar(20)
modified_ticks int8 not null orderexecuted int4 not null
home_directory varchar(255) exectype varchar(10) not null
primary_user_source_type varchar(30) tbl_user_field_history [table] md5sum varchar(35)
secondary_user_source_type varchar(30) user_field_history_id int8 not null description varchar(255)
tbl_printer_printer_group [table]
secondary_external_user_name varchar(255) user_id int8 not null comments varchar(255)
printer_id int8 not null
field_type varchar(20) not null tag varchar(255)
printer_group_id int8 not null
field_value varchar(200) liquibase varchar(20)
start_date timestamp not null contexts varchar(255)
end_date timestamp not null labels varchar(255)
deployment_id varchar(10)
tbl_refund_request [table]
refund_request_id int8 not null tbl_config [table]
request_date timestamp not null property_name varchar(100) not null
status varchar(6) not null property_value varchar(1000)
request_user_id int8 created_date timestamp not null
request_reason varchar(1000) created_by varchar(50) not null
request_amount float8(17, 17) not null modified_date timestamp not null
response_date timestamp modified_by varchar(50) not null
response_username varchar(50) modified_ticks int8 not null
response_reason varchar(1000) propagate bpchar(1) not null
refunded_amount float8(17, 17)

tbl_audit_log [table]
tbl_print_hardware_check [table] audit_log_id int8 not null
print_hardware_check_id int8 not null action varchar(20) not null
check_date timestamp not null entity_type varchar(255) not null
status varchar(6) not null entity_id int8 not null
check_method varchar(20) not null entity_name varchar(255) not null
check_message varchar(255) modified_date timestamp not null
check_total_pages int4 not null property_name varchar(255) not null
check_color_pages int4 not null previous_value varchar(1000)
check_cost float8(17, 17) not null modified_value varchar(1000)
orig_total_pages int4 not null modified_by_id int8 not null
orig_color_pages int4 not null modified_by_name varchar(255) not null
orig_color_pages_estimated bpchar(1) not null
orig_cost float8(17, 17) not null
tbl_application_log [table]
adjustment_applied_date timestamp
application_log_id int8 not null
adjustment_applied_by varchar(50)
log_date timestamp not null
server_name varchar(255)
tbl_notification_settings [table] log_level varchar(20) not null
id int8 not null message varchar(2000) not null
type_name varchar(64) not null
message_template varchar(1000)
tbl_notification_subscription [table] tbl_notification_subscriber [table]
threshold int4
id int8 not null subscription_id int8 not null
max_age_days int4
notification_settings_id int8 not null email varchar(255) not null
only_send_if_new bpchar(1)
schedule_type varchar(8) printer_group_id int8
enabled bpchar(1) not null

tbl_printer_group [table]
printer_group_id int8 not null
group_name varchar(255) not null
display_name varchar(255) not null
created_date timestamp not null
created_by varchar(50) not null
modified_date timestamp not null
modified_by varchar(50) not null
modified_ticks int8 not null

generated by SchemaCrawler 16.6.1


generated on 2021-03-23 05:02:32

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy