dibley1973 / OpenRMS

Open RMS is an Open Source project with the intention of delivering a retail management platform that is free to install, use, modify and distribute.
GNU General Public License v3.0
9 stars 7 forks source link

Ability to define a Location hierarchy #65

Closed dibley1973 closed 7 years ago

dibley1973 commented 7 years ago

As a location administrator I want to be able to define a hierarchy of locations so that I can easily search for and locate a location. Each location should be able to have zero or more sub-locations. Each location should be able to have an optional parent location.

It is acceptable when...

  1. Each location can have an optional parent location (Hint: Wrap parent location in Maybe)
  2. Each location has a collection which can contain zero or more sub locations.
    1. When adding a sub location the parent for the sub-location should be set
  3. There are unit tests to prove
dibley1973 commented 7 years ago

Location now has parent and child relations, so closing this feature.