2.4 KiB
2.4 KiB
up:: tags::
Check Writer Update Requirements
Frontend
- Move sub menus below table?
- "View checks to be printed"
- "void checks"
- "check register"
- "voided check register"
- The menus open new pages/UI ( #new pages Q's )
- Need to build 3 status.. below what?
- need to print
- printed
- voided
- default fields
- check number needs to be provided by api #API
- date default today
- override check button beside check number field
- create modal with override reason dropdown and save
- needs new api route? #API
- remove reprint button
- print button control flow
- yes/no correct check number varification
- ok checks for correct client verification
- ok checks loaded in printer properly
- yes/no checks in sequence (will initiate print) ( #Checks in sequence )
- yes print pdf (native print pdf modal)
- ... done printing
- yes/no check print success ( #Check print success )
- display payee fields seperately ( #API )
- void checks ui search field (#Void checks search field #API)
API
- provide last check printed number on api requests
- check number override reason api route?
- paper jam
- cartridge issue
- ventra checks
- may need to split payee details
- need to create a full void check search api route accepting client&check_number
- hco auto process triggered automatically apon check status change
Questions
new pages
- do we need permissions on routes?
- do we need api to provide new routes?
- will hard coded check manager routes be fine? e.g. url/check-manager/to-be-printed these should only be available when check-manager main route available which will make the main permission to route apply to sub routes
Check print success
- unable to know status of print, so modal will appear immediately after print is started.
Checks in sequence
- wont see checks until print dialogue appears. Should we instead have a PDF viewer in the UI like with EOC manager?
Void checks search field
- so this takes a client number so that means its just a general void checks page (), nothing to do with the currently selected document?
Void checks page
- this is just a general page with two text fields and a table that will be populated with one check? so a user needs to search every check individually
- a NEW screen needs to appear just to select a void reason? or do you need a modal?