tax profile and lookup seed data
This commit is contained in:
@@ -64,6 +64,7 @@ Employee {name, role, access_code, encrypted_code}
|
||||
cashier_terminals {name:string, is_active,is_login_in, print_name:string, header, font_size, font, footer, show_tax, show_cashier, show_guest_info}
|
||||
cashier_login_logs {cashier_station, employee, login_at, logout_at}
|
||||
|
||||
tax_profile {name, rate, inclusive, order_by}
|
||||
sale {cashier, requested_by, receipt_no, customer, payment_status, sale_status, total_amount, total_discount, total_tax, tax_type, grand_total, amount_received, amount_changed}
|
||||
sale_items {sale, product_code, product_name, remark, qty, unit_price, taxable_amount, price}
|
||||
sale_discount_items {sale, product_code, product_name, regular_price, discounted_price, qty, taxable_amount, price, discount_type :[nett, percentage],discount_value}
|
||||
|
||||
Reference in New Issue
Block a user