Database Structure Manager

Data queries disabled. Structure management only.

Tables

TableActions
ad_campaigns
ad_requests
admin_salary
admins
ads_logs
all_employees_unified
approval_log
attendance_correction_requests
attendance_requests
bug_comments
bug_projects
bugs
campaign_completion
campaign_updates
client_progress
clients
crew_project_achievement_map
crew_project_actions
crew_project_counter
crew_project_files
crew_projects
demo_users
design_attendance_requests
design_behavior_kpi
design_behaviour_kpi
design_employee_attendance
design_employee_entry_times
design_employee_halfday
design_employee_late_log
design_employee_leave_requests
design_employees
design_employees_login_logs
design_employees_logout_logs
design_entry_time_overrides
design_entry_time_permanent
design_leave_messages
design_manager_entry_time_overrides
design_manager_entry_time_permanent
design_manager_halfday
design_manager_late_log
design_manager_leave_messages
design_manager_leaves
design_objective_kpi
design_payment_history
design_proj
design_quality_kpi
designer_files
designer_kpi
designer_task_edit_logs
designer_task_file_logs
designer_task_files
designer_task_revisions
designer_tasks
dev_proj
dev_project_assets
dev_project_assignments
dev_project_status_logs
dev_project_tasks
dev_projects
dev_team_members
development_attendance_requests
development_employee_attendance
development_employee_entry_times
development_employee_halfday
development_employee_late_log
development_employee_leave_requests
development_employees
development_employees_login_logs
development_employees_logout_logs
development_entry_time_overrides
development_entry_time_permanent
development_leave_messages
development_manager_entry_time_overrides
development_manager_entry_time_permanent
development_manager_halfday
development_manager_late_log
development_manager_leave_messages
development_manager_leaves
development_tasks
device_challenges
device_security_logs
employee_devices
employee_individual_targets
employee_leave_requests
employee_shift_settings
employee_targets
exchange_rates
expense_categories
expenses
hr_login_logs
hr_manager
invoice_counter
invoice_custom_fields
invoice_extra_charges
invoice_items
invoice_payments
invoice_sections
invoice_settings
invoice_templates
invoices
jg_invoices
jg_team_members
jg_team_target_history
jg_teams_sales
jg_v_member_payments
jgsu_team_logs
jgsu_team_members
jgsu_team_targets
jgsu_teams
kpi_attendance
kpi_behavior
kpi_project
kpi_punctuality
leave_messages
mail_accounts
mail_preferences
manager1_attendance
manager2_attendance
manager3_attendance
manager4_attendance
manager_attendance
manager_attendance_requests
manager_login_logs
manager_pending_tasks
managers
marketing_ads_audit_log
marketing_ads_daily
marketing_ads_proofs
marketing_behaviour_kpi
marketing_campaign_budgets
marketing_campaigns
marketing_conversions
marketing_employee_attendance
marketing_employee_entry_times
marketing_employee_halfday
marketing_employee_late_log
marketing_employee_leave_requests
marketing_employees
marketing_employees_login_logs
marketing_employees_logout_logs
marketing_entry_time_overrides
marketing_entry_time_permanent
marketing_kpi_monthly
marketing_lead_contacts
marketing_leads
marketing_manager_entry_time_overrides
marketing_manager_entry_time_permanent
marketing_manager_halfday
marketing_manager_late_log
marketing_manager_leave_messages
marketing_manager_leaves
marketing_monthly_budget
marketing_whatsapp_logs
member_monthly_archive
member_sales_detail
monthly_budget
monthly_targets
payment_records
project_achievement_map
project_actions
project_counter
project_files
projects
salary_records
sale_quality_kpi
sales_behavior_kpi
sales_behaviour_kpi
sales_crew_employee_attendance
sales_crew_employee_entry_times
sales_crew_employee_late_log
sales_crew_employees
sales_crew_employees_login_logs
sales_crew_employees_logout_logs
sales_crew_entry_time_overrides
sales_crew_entry_time_permanent
sales_employee_attendance
sales_employee_entry_times
sales_employee_late_log
sales_employees
sales_employees_login_logs
sales_employees_logout_logs
sales_entry_time_overrides
sales_entry_time_permanent
sales_manager_entry_time_overrides
sales_manager_entry_time_permanent
sales_manager_halfday
sales_manager_late_log
sales_manager_leave_messages
sales_manager_leaves
sales_objective_kpi
sales_quality_kpi
sales_quality_kpi_config
sales_targets
target_history
task_activity_logs
task_attachments
task_edit_logs
team_member_targets
team_member_transfers
team_members
team_monthly_archive
team_monthly_targets
team_payment_breakdown
team_sales_summary
team_shuffle_logs
teams
teams_deleted_archive
teams_deleted_members_archive
teams_sales
v_design_entry_time
v_development_entry_time
v_marketing_entry_time
v_sales_entry_time
video_task_updates
video_tasks

Create New Table

Table: jg_invoices

Columns

ColumnTypeActions
id int(11)
invoice_number varchar(50)
invoice_date date
due_date date
status enum('draft','sent','partially_paid','paid','overdue','cancelled')
currency varchar(10)
currency_symbol varchar(10)
client_name varchar(191)
client_company varchar(191)
client_email varchar(191)
client_phone varchar(100)
client_address varchar(500)
client_tax_number varchar(100)
project_source enum('none','design','dev')
project_id int(11)
project_number varchar(100)
project_title varchar(255)
project_description text
subtotal decimal(14,2)
discount_type enum('none','percentage','fixed')
discount_value decimal(12,2)
discount_amount decimal(14,2)
tax_label varchar(50)
tax_type enum('none','percentage','fixed')
tax_value decimal(12,2)
tax_amount decimal(14,2)
shipping_amount decimal(14,2)
extra_charges_total decimal(14,2)
total_amount decimal(14,2)
amount_paid decimal(14,2)
amount_due decimal(14,2)
notes text
terms_conditions text
header_text text
footer_text text
logo_path varchar(255)
signature_path varchar(255)
signature_label varchar(191)
signature_name varchar(191)
signature_designation varchar(191)
stamp_path varchar(255)
stamp_width int(11)
stamp_position enum('left','center','right')
stamp_opacity tinyint(3) unsigned
template_id int(11)
primary_color varchar(20)
secondary_color varchar(20)
text_color varchar(20)
background_color varchar(20)
border_color varchar(20)
font_family varchar(50)
font_size enum('small','normal','large')
border_style enum('none','solid','dashed','rounded')
table_style enum('minimal','classic','modern','bordered')
header_style enum('classic','modern','minimal','corporate')
logo_width int(11)
logo_height int(11)
logo_alignment enum('left','center','right')
header_layout enum('left','center','right')
footer_alignment enum('left','center','right')
show_header tinyint(1)
show_logo tinyint(1)
show_client tinyint(1)
show_project tinyint(1)
show_due_date tinyint(1)
show_payment_info tinyint(1)
show_notes tinyint(1)
show_terms tinyint(1)
show_signature tinyint(1)
show_stamp tinyint(1)
show_footer tinyint(1)
payment_heading varchar(191)
payment_instructions text
bank_details text
created_by int(11)
created_at timestamp
updated_at timestamp

Add Column

Modify Column