mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 12:41:10 -04:00
init crater
This commit is contained in:
4
resources/assets/js/store/modules/payment/getters.js
Normal file
4
resources/assets/js/store/modules/payment/getters.js
Normal file
@ -0,0 +1,4 @@
|
||||
export const payments = (state) => state.payments
|
||||
export const selectedPayments = (state) => state.selectedPayments
|
||||
export const selectAllField = (state) => state.selectAllField
|
||||
export const totalPayments = (state) => state.totalPayments
|
||||
Reference in New Issue
Block a user