|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <schmgt_bridge_itk.h>
Data Fields | |
| int | accrualType |
| char * | actual |
| char * | billCode |
| char * | billingType |
| char * | currency |
| char * | estimate |
| char * | name |
| tag_t | scheduleTask |
| char * | subCode |
| bool | useActual |
Structure to define a fixed cost to be added to a Schedule Task.
It is used as input parameter of the SCHMGT_add_fixed_cost ITK
Definition at line 147 of file schmgt_bridge_itk.h.
| int AddFixedCost_d::accrualType |
The cost accrual type (0=start, 1=prorated, 2=end)
Definition at line 176 of file schmgt_bridge_itk.h.
| char* AddFixedCost_d::actual |
The actual cost. Valid value can be empty string
Definition at line 153 of file schmgt_bridge_itk.h.
| char* AddFixedCost_d::billCode |
The billing code. Valid values are determined by the LOV {unassigned, General, Management,
ProjectMgmt, Sales, Training, Travel, ProductDev, SoftwareDev}
Definition at line 156 of file schmgt_bridge_itk.h.
| char* AddFixedCost_d::billingType |
The billing type. Valid value are { unassigned, Billable, Billed, Standard, Unbillable}
Definition at line 174 of file schmgt_bridge_itk.h.
| char* AddFixedCost_d::currency |
ISO-4217 code for currency of the costs
Definition at line 154 of file schmgt_bridge_itk.h.
| char* AddFixedCost_d::estimate |
The estimated cost. Valid value can be empty string
Definition at line 152 of file schmgt_bridge_itk.h.
| char* AddFixedCost_d::name |
The name of fixed cost
Definition at line 151 of file schmgt_bridge_itk.h.
| tag_t AddFixedCost_d::scheduleTask |
The Schedule Task
Definition at line 150 of file schmgt_bridge_itk.h.
| char* AddFixedCost_d::subCode |
The billing subcode. Valid values are determined by the LOV. Values are following
groups depending upon billcode.eg. If billcode is General then you can mentioned subcode as either of following set (unassigned, Accounting, Clerical, CorpAdmin, IT, Meetings, Other)
Following are the list of billcode and corresponsing valid values for sub code.
For BillCode 'unassigned' = { unassigned }
For BillCode 'General' ={ unassigned, Accounting, Clerical, CorpAdmin, IT, Meetings, Other }
For Bill code Management = { unassigned, Executive, ProjMgmt,vDesign/Plan, Meetings, Training, Other}
For BillCode 'ProiectMgmt' ={ unassigned,Management, Meetings, Design/Plan, Training, Teaching, Clerical, Email, Other }
For BillCode 'Sales' ={ unassigned, MajorAccts, General, Admin, Training, Other }
For BillCode 'Training' ={ unassigned, Billable, Customer1, Customer2, Customer3, Region1, Region2, Region3, Other }
For BillCode 'Travel' ={ unassigned, Billable, Region1, Region2, Region3, Other }
For BillCode 'ProductDev' ={ unassigned, Planning, Design, Development, ProcessMgt, Validation, Other }
For BillCode 'SoftwareDev' ={unassigned, Concept, Defination, Development, Introduction, Training, Other }
Definition at line 159 of file schmgt_bridge_itk.h.
| bool AddFixedCost_d::useActual |
Should accrual calculations use the "actual" cost?
Definition at line 155 of file schmgt_bridge_itk.h.