create('Document');?>
end('Submit');?>
- link(__('List Documents', true), array('action' => 'index'));?>
- link(__('List Users', true), array('controller' => 'users', 'action' => 'index')); ?>
- link(__('New User', true), array('controller' => 'users', 'action' => 'add')); ?>
- link(__('List Invoices', true), array('controller' => 'invoices', 'action' => 'index')); ?>
- link(__('New Invoice', true), array('controller' => 'invoices', 'action' => 'add')); ?>
- link(__('List Quotes', true), array('controller' => 'quotes', 'action' => 'index')); ?>
- link(__('New Quote', true), array('controller' => 'quotes', 'action' => 'add')); ?>
- link(__('List Purchase Orders', true), array('controller' => 'purchase_orders', 'action' => 'index')); ?>
- link(__('New Purchase Order', true), array('controller' => 'purchase_orders', 'action' => 'add')); ?>
- link(__('List Line Items', true), array('controller' => 'line_items', 'action' => 'index')); ?>
- link(__('New Line Item', true), array('controller' => 'line_items', 'action' => 'add')); ?>