sales tax 2.
This commit is contained in:
@@ -378,6 +378,7 @@ CREATE TABLE public.sales_tax_periods (
|
||||
sales_tax_payable_id character varying(50),
|
||||
sales_tax_payable_name character varying(200),
|
||||
qbo_journal_entry_id character varying(50),
|
||||
status character varying(20) DEFAULT 'open',
|
||||
booked_at timestamp without time zone,
|
||||
created_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP,
|
||||
updated_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP,
|
||||
|
||||
Reference in New Issue
Block a user