I have a simple point of sale application written in ruby and rails, and hobo.
Originally intended to be for only one product at the time, now the client wants to add multiple products into the sale model
Besides that i am using brands for categorizing products and in my new sale form i use ajax in order to populate a select product method after selecting the brand in another select menu.
so what i want is to use my current system and just change my new sale form if possibly to add multiple products to a sale