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
- Template level configurable. If a template don't support bank details component ,then it won't display either .
Often , invoice has bank account details of issuer .
enable/disabledfor invoice .A bank account details config something looks like
we cam make it a text box where user can put losely whatver they want to put regarding bank details .
Deliverables