Table: dbo.AP_Discount_Method
Type table for AP Discount Methods. Currently the only discount method that can be selected is Discount after application. With this selected discounts are only recognized after being applied.
Columns
NameTypeConstraintsDescription
ap_discount_method_KEYint (4)NOT NULLPrimary key.
descriptionnvarchar (60)NOT NULLDescription.
Primary key
NameColumnsDescription
PK_AP_Discount_Methodap_discount_method_KEY
Unique constraints
NameColumnsDescription
UK_AP_Discount_Method$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Client_AP_Setup__AP_Discount_Method__ap_discount_method_KEYap_discount_method_KEYClient_AP_Setup
FK_Payable_Transaction__AP_Discount_Method__ap_discount_method_KEYap_discount_method_KEYPayable_Transaction

Schema diagram