Added in house invoice numbering to database triggers IO-460

This commit is contained in:
Patrick Fic
2020-12-23 08:44:18 -08:00
parent a0d90d2b1f
commit c8532f668b
31 changed files with 354 additions and 3 deletions

View File

@@ -0,0 +1 @@
[]

View File

@@ -0,0 +1,6 @@
- args:
cascade: true
read_only: false
sql: "create trigger bills_assign_ihbnum before\r\ninsert\r\n on\r\n public.bills
for each row execute procedure assign_ibh_number();"
type: run_sql