nottinghamtec / PyRIGS

📅 A Django-based event booking system designed for use by TEC PA and Lighting, a 'Student Run Service' of the University of Nottingham Students Union
https://nottinghamtec.co.uk/
Other
22 stars 6 forks source link

Sections #190

Open samozzy opened 8 years ago

samozzy commented 8 years ago

Ability to create a section header of Lighting, for instance, which is a row with no price or quantity, or perhaps a top part with the title and a lower part with the total for the items contained within it. Useful for big rigs with lots of lights (like boxing). I found writing Lighting | Structure etc. when I itemised my rig a little frustrating. Or for instance a rig with lots of lights and not a lot of sound where the lighting budget is X.

I appreciate that the section total will be more of a pain, but section headers maybe aren't as difficult. image

davidtaylorhq commented 8 years ago

This would be a nice feature. Not quite as easy as it first seems to implement, since the items list is handled by AJAX in the edit view. Could also cause issues when duplicating rigs, and would need to make sure formatting when printing paperwork looks pretty enough. Not impossible, just needs to be thought through by whoever implements it

tomtom5152 commented 8 years ago

Could just make them a rig item as per the usual order but with only a title.

On 27 January 2016 at 11:51, davidtaylorhq notifications@github.com wrote:

This would be a nice feature. Not quite as easy as it first seems to implement, since the items list is handled by AJAX in the edit view. Could also cause issues when duplicating rigs, and would need to make sure formatting when printing paperwork looks pretty enough. Not impossible, just needs to be thought through by whoever implements it

— Reply to this email directly or view it on GitHub https://github.com/nottinghamtec/PyRIGS/issues/190#issuecomment-175579346 .

samozzy commented 8 years ago

Need to make the full width or keep the quantity/price s as empty otherwise it fails spectacularly, just in case you hadn't thought about that.