App to allocate resources and maintain timesheet.
(https://erp.dexciss.com)
Using bench, install ERPNext as mentioned on the official frappe documentation. Once ERPNext is installed, add nextproject app to your bench by running
$ bench get-app https://github.com/asoral/nextproject --branch version-13
$ bench setup requirements
$ bench --site <site-name> install-app nextproject
Note: use the correct branch as your ERPNext installed version asks for.
New fields are added in the Task doctype for the allocation. Which shows the information like who leads the project, who is primary consultant and which employee group it belongs.
In the timeline section after filling 'Expected Start Date', 'Expected End Date' and 'Expected Time' it will automatically calculate the Duration per day (in hours) and Total duration (in days)
A new doctype is created to fetch the allocation from the task.
On clicking 'Fetch Allocation' button and after selecting the the 'From Date', 'To Date' and 'Primary Consultant' it will give the task assigned between the selected span of dates.
A new doctype 'Test Cases' is created to enlist the test scenarios for testing of the Product. Need to mention 'Product', 'Product Version', 'Project' and 'Task' as shown in screenshot below.
In the doctype 'Test Session' after selecting the 'Project', 'Task', 'Product' and 'Product Version'. User can fill the details followed while testing with saved test cases and the results which user gets with each test case to keep the record of test sessions in the child table as shown in the following screenshot.
MIT
No reviews yet, be the first to review.