-
Notifications
You must be signed in to change notification settings - Fork 2
Project
Leandro Rowies edited this page Oct 20, 2021
·
15 revisions
A Project
is the main unit of work in the Project Ledger. It is linked to a Customer and BI Code on AccountsIQ. Timesheets, Activities, Expenses and Outlays are added against a Project too. Depending on its billing type, you can create invoices and have them transfered to AccountsIQ as Sales Invoices. Last but not least, the whole WIP (Work in Progress) listing works off Projects information on the system.
Name | Type | Mandatory | Description | Constraints |
---|---|---|---|---|
ProjectCode | String | Yes | This is the unique identifier of a project within the system |
|
Name | String | Yes | Name of the project within the system. |
|
Description | String | Yes | Description of the project within the system. |
|
BillingType | ProjectBillingType | Yes | The way the project will be treated when it comes to billing time. Milestone: Create targets for a fixed fee, reach them and bill them in a certain date. Time & Materialse: Billed purely on the Timesheets entered against it. Retainere: Bill a certain amount in with an specific frequency, such as weekly, monthly, yearly, etc. |
|
PricingType | ProjectPricingType | Yes | This is relevant to the way the Timesheets Value is calculated as you'll decide where the Rate is coming from when calculating the Value = Rate * Hours entered. It could come from the Activity selected on the timesheet or the Employee who entered the Timesheet. Each of these elements of the system allows you to enter a default rate value. |
|
Status | ProjectStatus | Yes | This is an informative field to know in what stage the project currently is. The only relevant Status that will have an impact on the system is if it's Closed as you won't be able to bill or enter timesheets against it. |
|
AIQCustomerCode | String | Yes | This is the Customer Code linked to this Project which then will be used when billing the project on the Project Ledger and translating into a Customer Sales Invoice on AccountsIQ, as the Invoice needs a valid Customer associated to it on the header. |
|
AIQBICodeID | String | Yes | This is the BI Code/Department linked to this Project which then will be used when billing the project on the Project Ledger and translating into a Customer Sales Invoice on AccountsIQ, as the Invoice needs a valid BI Code/Department associated to each invoice line (Note: this doesn't go on the header, but on each of the lines) |
|
ProjectManagerEmployeeNumber | String | No | This is the Employee Number which has been granted with Project Manager priviliges within the Project Ledger. |
|
StatusNote | String | No | Some note of the overall Status of the project. |
|
CategoryNote | String | No | Some note about the Category of the project. |
|
CalendarRBGColour | RBGCalendarColour | No | The colour to be used when drawing specific forms on the Scheduler module of the Project Ledger. |
|