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,5 @@
- args:
cascade: true
read_only: false
sql: drop trigger if exists bills_assign_ihb_num on bills;
type: run_sql