Update Tasks
This commit is contained in:
@@ -25,6 +25,8 @@ All this task must be done in 1 day
|
||||
|
||||
- in src/pages/AdminListReceipts.jsx - there is a table listing receipts
|
||||
|
||||
- fix the list table, the localReceiptData need data from src/utils/data.jsx, for some reason it is not getting that data
|
||||
|
||||
- fix the bind issue in src/components/MkdListTable/MkdListTableBindOperations.jsx - all //TO DO
|
||||
the `MkdListTableV2` component has actions props which is an object of key:value pair of action definitions
|
||||
For example the edit action,
|
||||
@@ -44,6 +46,7 @@ All this task must be done in 1 day
|
||||
},
|
||||
}
|
||||
</pre>
|
||||
- complete the open and close action feature, update the status to open and close to see the above binding work, also not that close action is meant to show open if status is open, and open is only meant to show is status is closed - `lines -> 326,330,444,464`
|
||||
|
||||
> the edit action binds via the bind property to a column "receipt_status", if the value of receipt_status is 1 then the edit should be hidden, i.e not shown
|
||||
|
||||
|
||||
Reference in New Issue
Block a user