[
{"name": "Create Invoice", "type": "action", "description": "Create a new invoice to bill customers for products or services."},
{"name": "Create Customer", "type": "action", "description": "Add a new customer to the database."},
{"name": "Create Bill", "type": "action", "description": "Record a new bill from vendors for payment tracking."},
{"name": "Create Credit Memo", "type": "action", "description": "Issue a credit memo to adjust a customer's invoice."},
{"name": "Create Estimate", "type": "action", "description": "Create an estimate for potential sales to customers."},
{"name": "Create Expense", "type": "action", "description": "Record an expense for tracking business spending."},
{"name": "Create Journal Entry", "type": "action", "description": "Create a journal entry to record transactions in the accounting system."},
{"name": "Create Payment", "type": "action", "description": "Record a payment made by a customer towards their invoices."},
{"name": "Create Purchase Order", "type": "action", "description": "Generate a purchase order to request items from vendors."},
{"name": "Create Refund Receipt", "type": "action", "description": "Process a refund to a customer for a previous payment."},
{"name": "Create Sales Receipt", "type": "action", "description": "Record a sales receipt when payment is received at the time of sale."},
{"name": "Create Vendor", "type": "action", "description": "Add a new vendor to the database for purchasing purposes."},
{"name": "Send Invoice", "type": "action", "description": "Send an invoice to customers via email."},
{"name": "Send Sales Receipt", "type": "action", "description": "Email a sales receipt to customers instantly."},
{"name": "Create Time Activity", "type": "action", "description": "Log time spent on specific tasks for accurate billing and payroll."},
{"name": "Get Invoice By Id", "type": "lookup", "description": "Retrieve an invoice from the database using its unique ID."},
{"name": "Get Customer By Id", "type": "lookup", "description": "Retrieve customer details using their unique ID."},
{"name": "Get Account By Id", "type": "lookup", "description": "Fetch account information based on the account's unique ID."},
{"name": "Get Vendor By Id", "type": "lookup", "description": "Retrieve vendor details from the database using their unique ID."},
{"name": "Get Product By Id", "type": "lookup", "description": "Fetch product details using the product's unique ID."}
]