Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user_storie_8 #33

Closed
YaroslavBoiko opened this issue Nov 28, 2019 · 2 comments
Closed

user_storie_8 #33

YaroslavBoiko opened this issue Nov 28, 2019 · 2 comments
Assignees
Milestone

Comments

@YaroslavBoiko
Copy link
Contributor

Description

The main idea behind the implementation is that users (accountant, systems engineer, maintenance planner, maintenance planner) can change the assets to Capex that were raised to buy/pay for them - or the project that designed them / created them.

This is to ensure that assets can be tracked, depreciated and disposed of properly.

Functionalities can be made as a separate class or implemented directly in the Asset class. Therefore, in the previous way(realization of users' story), it is best to implement a separate class in the services directory.

Expected outcome

Capex or Project number is recorded against the specific Asset(s) that were acquired/developed;

And Asset(s) can be selected/tracked by the Capex or Project that they are associated to;

And (planned/unplanned) maintenance costs over the lifetime of the Asset(s) can be determined through the Work Orders associated to them.

@myroslavarm
Copy link
Contributor

myroslavarm commented Dec 4, 2019

there are some things that need to be improved:

  • AssetFinancialDetail entity has to be added in 1-2-1 correspondence to Asset (key type also Asset)

  • Project entity needs to be added to signify a capital expenditure project

@myroslavarm
Copy link
Contributor

this is implemented now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants