• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Factory Homes - indicative cost

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys!

I'm working on my Factory Homes assignment and confused with "indicative cost" in Complete House Design use case. Should this cost somehow comes from Inventory System or customer should specify it before change design status to completed?

Thank you in advance!
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the 'indicative cost' comes from the Inventory System and it is based on the house design.
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi...

This is a your assumption. Is your decision... but...

In my opinion, this indicative cost is retrieved from Stock Inventory and Management System web service... It can the capacity for arrive this value, because it knows about all components in the actual house design and its dependencies (required features, such as heating, plumbing and so on).

This is my opinion... any more:


[]'s
 
Ilya Yamalan
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for your responses!

Rodrigo,
Could you please clarify what do you mean. Do you mean that Inventory and Management System (IMS) should calculate total cost of all selected house components and propose indicative cost for additional features based on this total cost? If so, what's the business meaning of this process?

Thanks,
Ilya
 
Rodrigo Lopes Ferreira
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ilya,

I think that the "IMS" sould have a way to receive a complete house design. Through the complete house design (with all components) the "IMS" can calculate the indicative cost of the actual house design. In my opinion, analyzing the assignment, the "IMS" must fill the required features based on house design's components list, and arrive an indicative cost based on all components and its dependencies (such as heating, plubing and so on).

more opinions?

[]'s
 
Ranch Hand
Posts: 133
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anybody can explain how indicative cost should be handled?
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Definition: http://dictionary.reference.com/browse/indicative
showing, signifying, or pointing out; expressive or suggestive.

From this definition indicative cost means suggested or approximate cost. The 'IMS' should be able to calculate this based on house design and features.

Final cost would be decided upon during the consultation.

This would be similar to MSRP (Manufacturer Suggested Retail Price) for a new car and the final price is decided by the car dealer.

I Hope this makes sense.
 
Krzysztof Koziol
Ranch Hand
Posts: 133
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That means that IMS is able to suggest a cost based on components and accessories used in house design, right?
 
Pratik Bhavsar
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, that is my understanding.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic