QloApps
QloApps copied to clipboard
Purchase price for the extras [OnDemands]
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
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).
Hi Thanks for your suggession. We will look into it and update you soon.
Thanks for your suggestion. We will consider this in our future improvements.