This commit is contained in:
@@ -33,7 +33,7 @@ namespace AyaNova.Models
|
||||
//from case 3748
|
||||
- Cost, this is the entered Cost for the item at time of selection
|
||||
- ListPrice, [REQUIRED] this is the un-discounted per unit price of the item be it labor, parts, loaner, travel etc. What is normally charged at that moment in time for this item if it wasn't discounted.
|
||||
- Price, [NULLABLE] this is the EFFECTIVE PRICE either contract determined price calculated from ListPrice, otherwise it's a copy of the list price. User with sufficient rights can can override it to enter a different amount which effectively supports manual discount feature in v7 which was by %. This is the *actual* price used in calculations.
|
||||
- Price, [NULLABLE] this is the EFFECTIVE PER UNIT PRICE either contract determined price calculated from ListPrice, otherwise it's a copy of the list price. User with sufficient rights can can override it to enter a different amount which effectively supports manual discount feature in v7 which was by %. This is the *actual* price used in calculations.
|
||||
- TaxName copied from selected tax code, not directly editable
|
||||
- TaxAPct copied from selected tax code, not directly editable
|
||||
- TaxBPct copied from selected tax code, not directly editable
|
||||
|
||||
Reference in New Issue
Block a user