This feature allows for the importing of Project or Task level fixed price entries into the Unanet system.
Note that this import can be used to insert new records and delete existing records, but cannot be used to update any existing entries. Further, you cannot import fixed price schedules, thus there is no option that corresponds to the "Custom Schedule" option available within the user interface. The project (or Task) must have a Billing Type of FP (Fixed Price) in order to import fixed price items.
Within one fixed price import file, an Administrator can import project or task fixed price entries for one to many projects and tasks, across multiple organizations if desired. The Billing Manager version of the import restricts the importing of project and task fixed price entries to the specific org/project the Billing Manager is currently operating on.
This screen is available to users having any of the following roles: Administrator, P&R Administrator (and Billing Manager has a project level version).
This feature is available with any Unanet edition.
Topics covered on this help page include:
Import File Record Layout (field by field descriptions)
Import File Format (note about csv layout and option to import a subset of columns using header values)
Excel Template (spreadsheet template containing column headings)
Import Screen (invoking the import via the user interface)
|
|
Field Header Name |
Required/Comments |
||||||||||||||||
1 |
A |
Project_Org_Code |
ALWAYS REQUIRED. This code uniquely identifies the Organization to which the project belongs for which you are attempting to import fixed price items. This value must match an existing Project Organization Code value defined in your system. If the Organization value you supply does not already exist in the database, the entire record will be rejected. |
||||||||||||||||
2 |
B |
Project_Code |
ALWAYS REQUIRED. This project code identifies the project to which this Fixed Price entry belongs. This value must match an existing Project Code value defined in your system. If the Project value you supply does not already exist in the database, the entire record will be rejected. The project or task must have a Billing Type of FP (Fixed Price) in order to import fixed price items. |
||||||||||||||||
3 |
C |
Task_Name |
CONDITIONALLY REQUIRED. This field is only necessary if you are attempting to create fixed price entries at the task level. This value must match an existing Task Name value in your system for the given project. If the Task Name you are trying to import does not already exist in the database, the entire record will be rejected. If a task is not a top-level task (e.g. it is a sub-task), you must include a comma separated list of each task starting at the top level down. The following is an example of a valid task tree and how you would reflect each task using this import. Task Tree Access String
The task must have a Billing Type of FP (Fixed Price) in order to import fixed price items. See the Excel Tips regarding the use of double quotes and more. |
||||||||||||||||
4 |
D |
Description |
ALWAYS REQUIRED. Additional description or comments about this fixed price item. Maximum Length: 128 characters |
||||||||||||||||
5 |
E |
Bill_Date |
CONDITIONALLY REQUIRED. This field can be used to specify a date with which a fixed price item becomes eligible to be included in a billing post process. Whether this date must be provided is dependent on the Bill_On_Completion value.
Basically, you must either specify that this will be billed upon completion or you must provide the date it will be billed. Recommended date format: yyyy-MM-dd |
||||||||||||||||
6 |
F |
Bill_On_Completion |
CONDITIONALLY REQUIRED. Valid values include Y or N (if not provided, N is the default for a new entry). If this value is Y, then any value supplied in the Bill_Date field will be ignored. A value of "Y" indicates that the item's eligibility is linked to the project / task date (Completed or Revised End Date). The date used when projecting future fixed price item billing eligibility will be the Task's Revised Date unless a Completed date has been populated on the task (in which case the Completed Date will be used). |
||||||||||||||||
7 |
G |
Bill_Amount |
ALWAYS REQUIRED on ADD. The Bill Amount is a required field when entering a Fixed Price Billing Item. This amount can be positive or negative. This value is not considered on delete. This field accepts a numeric value up to 13 positions to the left of the decimal and 2 positions to the right. |
||||||||||||||||
8 |
H |
Revenue_Recognition_Method |
ALWAYS REQUIRED. The valued supplied in this field will determine when the revenue for this item should be recognized. Note that you cannot import fixed price "schedules", thus there is no option in this field that corresponds to the "Custom Schedule" option available within the user interface. Allowable values include:
|
||||||||||||||||
9 |
I |
Delete |
This field can be used to trigger the system to delete a fixed price item. In order for the delete to happen, you must include the following text string !DELETE! in this field. You will also need to supply the other required fields in order to identify which items to delete, including:
The delete will remove one or many values that match the criteria suppled for the above list of fields.
|
Note: Check out the Unanet Data model for specific field data types, lengths, and other attributes.
The file to import must be saved in a comma delimited format. The fields can be enclosed in double quotes -- which would be particularly necessary should the data being imported contain commas.
If you are not using the default column layout sequence as defined above, you must include a header record (prefixed with an asterisk *), containing the column Header Names for those columns you are including in the import file (to indicated what data is contained in each column). The specific Header Names for each column are listed in the table above.
Example:
*Project_Org_Code,Project_Code,Description,Bill_On_Completion,Bill_Amount,Revenue_Recognition_Method,Delete
org1,proj1,January,Y,100.00,WHEN_BILLED,!DELETE!
You can create the comma delimited import file with any number of tools. For those interested in using an Excel spreadsheet to create the file, you can download an Excel Template with predefined headers and required fields noted.
See the Excel Tips regarding the use of double quotes and more.
Depending on your property settings,the Import Fixed Price screen may look like:
Field |
Description |
Type of Import |
Select the appropriate import type from the list of available types of imports. |
File to Import |
Enter (or browse for) the file that you would like to import. |
Output Options |
Specify the level of detail included in the output. |
The import process is triggered by pressing the Import button. All Warnings and Error messages are written to the screen and can then be saved if desired. While some line items may be found invalid and rejected, the remaining line items will be successfully imported and saved in the database. The rejected line items will be written out to a file on the Unanet server as well as displayed at the bottom of the user feedback screen. The rejected record file name will be UnanetFixedPriceImportErrorxxx, where xxx is a randomly generated number. The file will be placed in the Unanet temporary directory (which is defined by the Temp Directory (Fully Qualified Directory Name) (unanet.temp_directory) Unanet property).