ananthakumaran/paisa

Feature Request: Echo function required

Opened this issue · 0 comments

  • Background

    • I'm using sheet as a custom dashboard for important numbers I tracking
    • Sheet doesn't have echo like built-in function, I can not print the title for each item. (# comment is not enough for this case.)
  • Requirement

    • Please provide echo function can print string as below example.
    • script
      expenses = cost({account=Expenses:Foods})
      echo("Expense for foods: ", expenses)
      
    • output
      Expense for foods : 123,456,000