jekkos
jekkos
Yes in this case it will involve different cashiers using the pos from a separate locations. They'll have to login / logout every time someone starts or stops working. I...
Second iteration will include adding cut z and cut x reports. I think this is a feature that has been requested earlier.
Ok I forgot that one, suspended sales will need to have those id's as well. Unless of course you want to unsuspend them at a different pos, but this isn't...
Yes indeed, I need opening and closing amounts and register amounts whenever a 'cut x' report is run. In this case I've added an ospos_pos_locations table (any suggestions on the...
To make this work there'll has to be some 1-1 mapping between browser on a client and pos location. Any idea which criteria could be used to identify a client...
I think I'll solve that one by storing the encrypted pos_id in the browser's localstorage and by foreseeing a config page (only accessible by admin) to store this token locally....
Beside the concept of the pos location, I will also introduce a store entity - stores can have multiple stock locations - grants are assigned on store level (so employees...
well one store can have multiple pos locations. Stores will have a different geographical location each. I think I'll develop most of the functionality on a private branch first (in...
I already did a fix for and now it's in the repo as well. Maybe check if ok from your side now?
I'm adding a new stores module to manage the multistore. In this module a user can add stores, but also add pos locations and stock locations to that store. I'm...