[Koha-bugs] [Bug 24492] Add a 'branch cashup' workflow to the point of sale system

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 28 11:25:59 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24492

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97824|0                           |1
        is obsolete|                            |

--- Comment #2 from David Nind <david at davidnind.com> ---
Created attachment 98019
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98019&action=edit
Bug 24492: Add branch details page

This patch adds a new 'branch details' page to the POS system which
displays a summary of the cash register transactions for a branch
since each register was last cashed up. It also allows for cashing
up individual registers or cashing up all registers at a given branch
in one transaction.

1) Enable the point of sale feature (EnablePointOfSale + UseCashRegister system
preferences)
2) Add a cash register for a library (Home > Point of sale > Cash registers >
New cash register)
3) Add some items that can be purchased (Home > Point of sale > Purchase items
> New debit type)
   . Enter a 'Debit type code', 'Default amount', 'Description', tick 'Can be
manually invoiced?' and 'Can be sold?', and select 'All libraries' for the
'Libraries limitation'
   . Repeat so that you have two or three items
4) Add a sales transaction
   . Home > Point of sale
   . Click on 'Add' next to an item in the 'Items for purchase' area
   . Add another item
   . Under the 'Collect payment' area  enter the amount collected from the
patron
   . Click 'Confirm'
   . Keep a record of the transactions for step 7
   . Repeat and add another sales transaction
5) Go to the Branch details screen - this lists the cash registers for the
branch and allows you to 'Record cashup' either for an individual register all
all registers
6) Click on 'Record cashup' button for the cash register setup in step 2
7) This lists all the transactions - check that transactions match with the
transactions you entered
8) Check that the summary figires match
9) From the cash registers screen check that you can archive and restore a cash
register
10) Form the cash registers screen check that you can change the details for a
cash register
11) Sign-off bug!

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

Signed-off-by: David Nind <david at davidnind.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list