added frameworks entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:15:48 -07:00
parent 81e4baccb1
commit 600a8e1f61
95 changed files with 59733 additions and 0 deletions

View File

@ -0,0 +1,15 @@
compile insert INVOICES_EQUATES
/*----------------------------------------
Author : Table Create Insert Routine
Written : 13/02/2020
Description : Insert for Table INVOICES
----------------------------------------*/
Equ INVOICES.INVOICE_NO$ To 0
Equ INVOICES.CLIENT_NO$ To 1
Equ INVOICES.INVOICE_DATE$ To 2
Equ INVOICES.SHIPPING_DESTINATION$ To 3
Equ INVOICES.CONTACTS$ To 4
Equ INVOICES.PHONE_NUMBERS$ To 5
Equ INVOICES.TERMS$ To 6