The InvoiceReport type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
InvoiceReport | Initializes a new instance of the InvoiceReport class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
accRpt |
Accounts Person
| |
branch |
Branch Number
| |
date |
Invoice Date
| |
disount |
Discount Value
| |
errMsg |
Error message details of why operation failed
(Inherited from ReturnVal.) | |
hours |
Actual Hours
| |
invNo |
Unique DMS Invoice Number
| |
invoiceType |
Invoice Type (Parts/Service etc..)
| |
isSuccess |
Flag to indicate that the operation has succeeded
(Inherited from ReturnVal.) | |
jobCount |
Job Count
| |
jobNo |
Booking/JobNo
| |
labour |
Labour
| |
make |
Vehicle Make
| |
name |
Customer name
| |
nonLabour |
Non-Labour
| |
oilProfit |
Oil Profit
| |
oilSales |
Oil Sales
| |
otherBody |
Other Work
| |
parts |
Parts
| |
partsProfile |
Parts Profile
| |
recovery |
Recovery
| |
rpt |
Receptionist
| |
subConProfit |
Subcontract Profit
| |
subConSale |
Subcontract Sale
| |
sundries |
Sundries
| |
technician |
Unique Technician ID
| |
timeTaken |
Actual Hours Taken
| |
totalProfile |
Total Profit
| |
type |
Invoice Type
| |
vatTotal |
VAT Total
| |
vrm |
Vehicle Registration mark
|
See Also