a486127ade
- Add SalesInvoiceTspSwitchService to manage TSP provider selection and sending invoices. - Introduce SalesInvoiceTspService for creating, sending, and retrieving sales invoices. - Implement NamaProviderSwitchAdapter for communication with the NAMA TSP provider API. - Define DTOs for request and response structures specific to the NAMA provider. - Enhance error handling and logging for TSP provider interactions.
25 lines
484 B
JSON
25 lines
484 B
JSON
{
|
|
// Prettier for TS and JS
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
// Prisma formatting
|
|
"[prisma]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"cSpell.words": [
|
|
"ARVANCLOUD",
|
|
"autoincrement",
|
|
"Cardex",
|
|
"fkey",
|
|
"iban",
|
|
"inno",
|
|
"MAYKET"
|
|
]
|
|
}
|