... | ... | @@ -10,11 +10,11 @@ All catalogs have CRUD functionality (i.e.: create, read, update, delete). |
|
|
|
|
|
 button opens a modal window with all fields for particular catalog.
|
|
|
|
|
|
Clicking on the row opens entree for edit.
|
|
|
Clicking on the row opens an entry for editing.
|
|
|
|
|
|
 — operation button also allow edit, plus archiving of element.
|
|
|
|
|
|
Catalog entree is never deleted, it's just marked as inactive and hidden from the view.
|
|
|
Catalog entry is never deleted, instead it is only marked as inactive and gets hidden from the view.
|
|
|
|
|
|
## Existing catalogs
|
|
|
|
... | ... | @@ -115,11 +115,11 @@ Prices inside each price list are a catalog too. Each price list entree is a pri |
|
|
|
|
|

|
|
|
|
|
|
* **Activity** - select list, required. Possible values are active "Activity" catalog entrees.
|
|
|
* **Activity** — select list, required. Possible values are active "Activity" catalog entrees.
|
|
|
* **Price period start** and **Price period end** - date fields, optional. Determine when this price entree becomes active and when it stops, if left empty - date is considered infinite (can also be only one of the dates, so e.g. from infinity to given end date).\
|
|
|
There can't be 2 overlapping prices for the same activity in the same price list, only 1 active price for each activity at each given time. If trying to save second one - it will give an error and won't save it.
|
|
|
* **<span dir="">Government price</span>** - number field, required, default 0. It's a price "basic" value.
|
|
|
* **Patient price** — number field, required, default 0. This is the amouns that patients need to pay for this activity - this field effects all of the "Payment" section in admission.
|
|
|
* **Patient price** — number field, required, default 0. This is the amount that patients need to pay for this activity — this field effects all of the "Payment" section in admission.
|
|
|
* **HMO discount** — number field, required, default 0. This is the % discount from the **government** price that HMOs have.
|
|
|
* **HMO price** — number field, required, disabled. It's calculated from 3 other fields as\
|
|
|
\
|
... | ... | |