This commit is contained in:
2026-05-25 15:25:16 -05:00
parent ecb18547c0
commit 65c722600e
5 changed files with 5 additions and 5 deletions

View File

@@ -125,7 +125,7 @@ CREATE TABLE public.invoices (
invoice_number character varying(50) DEFAULT NULL::character varying,
customer_id integer,
invoice_date date NOT NULL,
terms character varying(100) DEFAULT 'Net 30'::character varying,
terms character varying(100) DEFAULT 'Net 14'::character varying,
auth_code character varying(255),
tax_exempt boolean DEFAULT false,
tax_rate numeric(5,2) DEFAULT 8.25,