feat: cashbox history tab
feat: add information fields to cashbox_batches table
This commit is contained in:
parent
642016efeb
commit
21708aa75c
8 changed files with 267 additions and 13 deletions
9
lib/new-admin/graphql/resolvers/cashbox.resolver.js
Normal file
9
lib/new-admin/graphql/resolvers/cashbox.resolver.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
const cashbox = require('../../../cashbox-batches')
|
||||
|
||||
const resolvers = {
|
||||
Query: {
|
||||
cashboxBatches: () => cashbox.getBatches()
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = resolvers
|
||||
Loading…
Add table
Add a link
Reference in a new issue