Skip to content

Commit

Permalink
fix: excel columns value updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
SameerAkeo committed Dec 12, 2024
1 parent c5cc00c commit 9a4ae7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/server/src/services/Sales/Invoices/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ export const SaleInvoicesSampleData = [
Quantity: 100,
Rate: 100,
Description: 'Description',
'Amounts Are': 'True',
'Tax Rate': 'Tax18%'
},
{
'Invoice No.': 'B-102',
Expand All @@ -143,6 +145,9 @@ export const SaleInvoicesSampleData = [
Quantity: 200,
Rate: 50,
Description: 'Description',
'Amounts Are': 'True',
'Tax Rate': 'Tax18%'

},
{
'Invoice No.': 'B-103',
Expand All @@ -159,6 +164,8 @@ export const SaleInvoicesSampleData = [
Quantity: 100,
Rate: 100,
Description: 'Description',
'Amounts Are': 'True',
'Tax Rate': 'Tax18%'
},
];

Expand Down

0 comments on commit 9a4ae7b

Please sign in to comment.