-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ver 2.0.2 - Download report (beta), missMatchReport Enhanced
- Loading branch information
1 parent
fd36ac1
commit b590f8e
Showing
9 changed files
with
287 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"private": true, | ||
"name": "jyeshtha-motors", | ||
"description": "Ledger bill calculation application for Jyestha Motors", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Jyeshtha Motors <[email protected]>", | ||
"main": "app/background.js", | ||
"scripts": { | ||
|
@@ -16,6 +16,7 @@ | |
"daisyui": "^4.5.0", | ||
"electron-serve": "^1.1.0", | ||
"electron-store": "^8.1.0", | ||
"json-as-xlsx": "^2.5.6", | ||
"prop-types": "^15.8.1", | ||
"react-dropdown-select": "^4.11.1", | ||
"react-hot-toast": "^2.4.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
const missMatchSchemaDemo = [ | ||
{ | ||
amount: 4000, | ||
creditCount: 1, | ||
debitCount: 2, | ||
indexes: { | ||
ledgerOne: [28, 87], | ||
ledgerTwo: [28] | ||
} | ||
}, | ||
{ | ||
amount: 4000, | ||
creditCount: 1, | ||
debitCount: 2, | ||
indexes: { | ||
ledgerOne: [28, 87], | ||
ledgerTwo: [28] | ||
} | ||
} | ||
] |
Oops, something went wrong.