Bug 27791 - Add 'fixed price' and 'variable price' options to debit types
Summary: Add 'fixed price' and 'variable price' options to debit types
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Fines and fees (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on: 13985
Blocks:
  Show dependency treegraph
 
Reported: 2021-02-25 11:33 UTC by Martin Renvoize
Modified: 2022-04-26 11:11 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2021-02-25 11:33:34 UTC
Currently, in the point of sale system, we allow inline editing for both "Price" and "Quantity" of items being sold.

This means that, even though a default price can be added to an item, staff can always override that price at point of sale by editing it.

Some libraries would prefer for this to be an explicit option so for certain items the price is fixed, whilst for others the price may be variable and require staff input to get right.

Use case examples:
* Pencil - You may have a stock of pencils to sell, a pencil has a fixed price of £1 and staff should not be able to charge more or less.. 'Fixed price'
* Book - You may sell off your old stock.. rather than entering a debit type for each and every book you sell you want to have one debit type and to enter a price at the point of sale as advertised on the book itself.. 'Variable price'

We could even adapt the workflow this way to actually request the price in a modal that appears between the 'Add' button being pressed and the item appearing in the 'This sale' table.
Comment 1 Sally 2021-03-04 10:20:57 UTC
(In reply to Martin Renvoize from comment #0)
>
> We could even adapt the workflow this way to actually request the price in a
> modal that appears between the 'Add' button being pressed and the item
> appearing in the 'This sale' table.

This is a great suggestion - I really like this idea.