Employee Ordering System

Enable employees to order with company account.

Scenario

Company provides employees ability to order supplies or products using company account with controls.

Setup

Account Structure

Company Account (HR/Admin) ├── Employee 1 ├── Employee 2 ├── Employee 3 └── ...

Permissions

PermissionSetting
Order Limit$100/order
Monthly Budget$500/month
ProductsApproved catalog only
ApprovalRequired above $50

Employee Features

  • Browse approved products
  • Place orders within limits
  • Track own orders
  • View remaining budget

Admin Features

  • Create employee accounts
  • Set individual limits
  • Review pending approvals
  • Generate reports

Approval Workflow

  1. Employee places order
  2. If over threshold → Pending
  3. Manager receives notification
  4. Manager approves/rejects
  5. Order processes or cancels

Budget Controls

ControlExample
Per OrderMax $100
DailyMax $200
MonthlyMax $500
YearlyMax $5,000

Found an issue with this documentation? Let us know