Skip to content

Bank account component for invoice #8

Description

@mandalorian99

Often , invoice has bank account details of issuer .

  • Need to create a standalone bank account component , which can be enable/disabled for invoice .
  • need to make it configuraable per invoice , we should be abel to define this in invoice template config

A bank account details config something looks like

 // bank account configuration
  // Bank holder name
  // IFSC code
  // Account Number
  // Bank name
  // Branch Name

  bank_account: {
    enabled: true,
    fields: [
      {label: "Bank Account", type: "text"}
    ]
  },

we cam make it a text box where user can put losely whatver they want to put regarding bank details .

Deliverables

  1. Template level configurable. If a template don't support bank details component ,then it won't display either .

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions