Accounts Payable
 |
"Tracks and facilitates all accounts payable activity."
|
|
 Open Invoice
 Automated Check Processing
 Automatic Purchase Orders
 Automatic Percentage Spread
 Discount Tracking
 1099 Forms
|
| |
|
var win = new Window(Application.getNewId(), {className: "adam", width:638, height:436, zIndex: 100, resizable: false, minimizable: false, maximizable: false, title: "Invoice Inquiry", showEffect:Effect.BlindDown, hideEffect: Effect.BlindUp, draggable:true})
win.getContent().innerHTML= ""
win.showCenter();
win.setDestroyOnClose();
var win = new Window(Application.getNewId(), {className: "adam", width:638, height:436, zIndex: 100, resizable: false, minimizable: false, maximizable: false, title: "Checks Browser", showEffect:Effect.BlindDown, hideEffect: Effect.BlindUp, draggable:true})
win.getContent().innerHTML= ""
win.showCenter();
win.setDestroyOnClose();
var win = new Window(Application.getNewId(), {className: "adam", width:638, height:436, zIndex: 100, resizable: false, minimizable: false, maximizable: false, title: "Purchase Orders", showEffect:Effect.BlindDown, hideEffect: Effect.BlindUp, draggable:true})
win.getContent().innerHTML= ""
win.showCenter();
win.setDestroyOnClose();
|
| |
|
|
|