nirshandileep / HotelManagement

Hotel management system used for Hotel/Motel
4 stars 1 forks source link

Room type add error #22

Closed isuru123 closed 10 years ago

isuru123 commented 10 years ago

Cant add rooms under same code please explain if I'm wrong Try to create a room type call deluxe standers room code is 01 room 101 single bed

then try to add a another room in the same category Code 01 room 102 single bed

there could be more than one same type of room in a hotel isn't it ?

if I'm try to add a different bed type I should choose a different code .

room type add error

nirshandileep commented 10 years ago

@isuru123, This restriction was done to all codes in the system, we assumed the codes should be unique to each entity. Do you want this restriction removed from Room Entity?

isuru123 commented 10 years ago

Hi Nirshan

I think the code should unique according to the room range type lets say Delux rooms range

Delux have single room, double, room, twin room

then another range, luxury rooms luxury have single room, double, room, twin room

when you consider this way it should be same code for room range isnt it

Il double check and let you know

Regards Isuru

On Thu, Jan 30, 2014 at 3:49 PM, Nirshan Dileep notifications@github.comwrote:

This restriction was done to all codes in the system, we assumed the codes should be unique to each entity. Do you want this restriction removed from Room Entity?

Reply to this email directly or view it on GitHubhttps://github.com/nirshandileep/HotelManagement/issues/22#issuecomment-33700280 .

Regards

Isuru Karavita

Manager - Technical Operation

[image: VinIT Logo]

VinIT Solutions _TEL +44 7988830350 |_SKYPE vinit.solutions |WEB www.vinitsolutions.com HEADQUARTERS 11 Station Road | London | NW10 4UJ | United Kingdom | TEL +44 333 300 3435

isuru123 commented 10 years ago

Hi Chamila

Can you check the issue 23 for me pls

That preventing me to test the system further

cause I cant add room rates

Regards isuru

On Thu, Jan 30, 2014 at 3:49 PM, Nirshan Dileep notifications@github.comwrote:

This restriction was done to all codes in the system, we assumed the codes should be unique to each entity. Do you want this restriction removed from Room Entity?

Reply to this email directly or view it on GitHubhttps://github.com/nirshandileep/HotelManagement/issues/22#issuecomment-33700280 .

Regards

Isuru Karavita

Manager - Technical Operation

[image: VinIT Logo]

VinIT Solutions _TEL +44 7988830350 |_SKYPE vinit.solutions |WEB www.vinitsolutions.com HEADQUARTERS 11 Station Road | London | NW10 4UJ | United Kingdom | TEL +44 333 300 3435

cnranasinghe commented 10 years ago

  Noted. Will fix and let you know.

Thanks Chamila

On Thursday, 30 January 2014 10:08 PM, isuru123 notifications@github.com wrote:

Hi Chamila

Can you check the issue 23 for me pls

That preventing me to test the system further

cause I cant add room rates

Regards isuru

On Thu, Jan 30, 2014 at 3:49 PM, Nirshan Dileep notifications@github.comwrote:

This restriction was done to all codes in the system, we assumed the codes should be unique to each entity. Do you want this restriction removed from Room Entity?

Reply to this email directly or view it on GitHubhttps://github.com/nirshandileep/HotelManagement/issues/22#issuecomment-33700280 .

Regards

Isuru Karavita

Manager - Technical Operation

[image: VinIT Logo]

VinIT Solutions _TEL +44 7988830350 |_SKYPE vinit.solutions |WEB www.vinitsolutions.com HEADQUARTERS 11 Station Road | London | NW10 4UJ | United Kingdom | TEL +44 333 300 3435 — Reply to this email directly or view it on GitHub.

cnranasinghe commented 10 years ago

I have remove the restriction as directed.