... | @@ -20,7 +20,7 @@ The grid columns are: |
... | @@ -20,7 +20,7 @@ The grid columns are: |
|
* **Main cashier** — main cashier selected for this transfer on creation.
|
|
* **Main cashier** — main cashier selected for this transfer on creation.
|
|
* **Info** link to open modal window with full transfer info.
|
|
* **Info** link to open modal window with full transfer info.
|
|
|
|
|
|
## Transfer grid for regular cashier
|
|
## Transfer grid for main cashier
|
|
|
|
|
|

|
|

|
|
|
|
|
... | @@ -33,7 +33,7 @@ The grid columns are: |
... | @@ -33,7 +33,7 @@ The grid columns are: |
|
* **Status** — can be or 
|
|
* **Status** — can be or 
|
|
* **Main cashier** — main cashier selected for this transfer on creation.
|
|
* **Main cashier** — main cashier selected for this transfer on creation.
|
|
* **Info** link to open modal window with full transfer info.
|
|
* **Info** link to open modal window with full transfer info.
|
|
* **Accept** button — available only if the transfer status is "Created", not for already accepted ones. Opens modal windows for transfer acceptance.
|
|
* **Accept** button — available only if the transfer status is "Created", not for already accepted ones. Opens modal window for transfer acceptance.
|
|
|
|
|
|
## Transfer creation
|
|
## Transfer creation
|
|
|
|
|
... | @@ -43,16 +43,16 @@ The "**New transfer**" button opens a modal window with transfer creation. |
... | @@ -43,16 +43,16 @@ The "**New transfer**" button opens a modal window with transfer creation. |
|
|
|
|
|
Main cashier selection is required — only the selected cashier can approve the transfer. It allows to select user with the role "Main cashier".
|
|
Main cashier selection is required — only the selected cashier can approve the transfer. It allows to select user with the role "Main cashier".
|
|
|
|
|
|
The grid shows all the payments that:
|
|
The grid shows all the payments that fit all the criteria:
|
|
|
|
|
|
1. Are done by the current user.
|
|
1. Are done by the current user.
|
|
2. Are done with the "Cash" type.
|
|
2. Are done with the "Cash" type.
|
|
3. Have successfully created a receipt.
|
|
3. Have successfully created a receipt.
|
|
4. Are not already included in a transfer.
|
|
4. Are not already included in a transfer.
|
|
|
|
|
|
The user can select all necessary rows — or select checkbox in a header to select all available rows.
|
|
The user can select all necessary rows — or select checkbox in a header to select all available rows.
|
|
|
|
|
|
"**Create transfer**" opens the confirmation tab.
|
|
"**Create transfer**" opens the confirmation tab.
|
|
|
|
|
|

|
|

|
|
|
|
|
... | @@ -61,8 +61,8 @@ All of the rows that have the same currency and have type "Cash", are summed up |
... | @@ -61,8 +61,8 @@ All of the rows that have the same currency and have type "Cash", are summed up |
|
"**Print transfer info**" button allows to print accompanying documents with full transfer info.
|
|
"**Print transfer info**" button allows to print accompanying documents with full transfer info.
|
|
|
|
|
|
"**Previous step**" goes back to the transfer creation.
|
|
"**Previous step**" goes back to the transfer creation.
|
|
|
|
|
|
"**Confirm transfer**" creates transfer in system, it is automatically given next Transfer ID and appears on transfer screen for the cashier and man cashier.
|
|
"**Confirm transfer**" creates transfer in system, it is automatically given next Transfer ID and appears on transfer screen for the current cashier and selected in transfer main cashier.
|
|
|
|
|
|
## Transfer acceptance
|
|
## Transfer acceptance
|
|
|
|
|
... | | ... | |