|
From: Jonathan H. <jhe...@de...> - 2006-12-12 18:41:30
|
Nicholas Burmeister wrote:
> Ok, that seems to have fixed that, but we're back with the housing unit issue, for some reason.
>
> I can add a housing unit, such as MEN1 or MEN2 (the designation for the men's program we created) but when you go to add a Compass Center Residence to a client record, the unit drop down is still blank.
The residence records are currently javascript-driven, so you pick the
project first, then the list is populated with units from that list.
(This is mostly an fyi, since I discovered the actual problem below.)
> Under Housing, further strangeness is occuring, since there now seems to be two places to enter housing units. Here's what the page looks like:
>
>
Both these links point to the same place, so I don't think it will
really cause any problems--it will look less strange once there are some
unit and subsidy records...
> Housing Unit Maintenance
>
> show empty recordshide empty records
>
>
> No Housing Units
>
> (Add a Housing Unit)
>
> No Housing Unit Subsidies
>
> (Add a Housing Unit Subsidy)
>
> <javascript:showHideElement('housing_unitChildListAll')>
>
> Browse ALL Housing Unit records
>
> Back to top
> Add a Housing Unit
>
> Records 1-2 (of 2 total records)
> Sorted by Unit
> Page 1 of 1
> # Unit
> Date
> Date End
> Unit Type
> Unit Size
> Project
> View
> 1 MEN 12/12/2006 12/12/2008 Other or N/A Mens Program
> View
> 2 MEN2 12/12/2006 12/12/2007 Other or N/A Mens Program
> Page 1 of 1
>
The problem is that you added end dates to your units. The list for
adding a residence record only looks at current units, and current units
are defined by records without an end date.
-Jonathan
|