QloApps icon indicating copy to clipboard operation
QloApps copied to clipboard

Purchase price for the extras [OnDemands]

Open wdammak opened this issue 5 years ago • 3 comments

Hi, In order to easily calculate the margin, it would be better to add selling price for the extras on demands. An extrat can be purchased from a supplier, so we must have the possibility to specify the purchase price, sale price and tax (therefore missing a field for the purchase price) Thx

wdammak avatar Feb 01 '20 10:02 wdammak

ALTER TABLE PREFIX_htl_room_type_global_demand_advance_option ADD purchase DECIMAL(20,6) NOT NULL DEFAULT '0.00000' AFTER id_global_demand;

ALTER TABLE PREFIX_htl_room_type_global_demand ADD purchase DECIMAL(20,6) NOT NULL DEFAULT '0.00000' AFTER id_global_demand;

if you agree I could prepare and publish the necessary pull requests (classes & controllers & views).

wdammak avatar Feb 02 '20 09:02 wdammak

Hi Thanks for your suggession. We will look into it and update you soon.

shreesh-webkul avatar Feb 03 '20 14:02 shreesh-webkul

Thanks for your suggestion. We will consider this in our future improvements.

shreesh-webkul avatar Feb 05 '20 09:02 shreesh-webkul