7/2/14
Table: ItemSale, Column(s) added
Name | Data Type | Allow Nulls | Default | Notes |
---|---|---|---|---|
TaxExempt | bool | True | Null | Negates an order item was marked tax exempt. i.e. the staff member made a tax adjustment and set the order item to be tax exempt.
|
TaxForgiven | Decimal | True | 0 | The amount of Tax which was forgiven due to TaxExempt being true.
|
Table: ItemSaleAdjustment, Enumeration added
Column | Enum Value | Notes |
---|---|---|
AdjustmentTypeName | "TaxExempt" | Each time the staff applies a tax exempt adjustment to an order item a record is added to the ItemSaleAdjustment table. The AdjustmentTypeName is set to "TaxExempt"
|
2/17/14
Table: ItemSale, Column(s) added
...