-
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.
Merge branch 'master' of https://github.com/2TakarDeveloper/TradeInfo…
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# TradeInfoSearchApp | ||
A Private software developed for DSE Trade info searching from Excel files and showing the result set and allowing to export. | ||
|
||
1)Import Specific Excel DataSet. | ||
|
||
2)Search By Customer Name within 2 variable dated with variable rows for each date. | ||
|
||
3)Search By Item Name within 2 variable dates with variable rows for each date. | ||
|
||
4)Group By Item Name with variable row count | ||
|
||
5)Group By Customer Name with variable row count. | ||
|
||
6)Search box's will suggest and append data from the provided excel sheets. | ||
|
||
7)Can export the resulted search data as Excel. | ||
|
||
8)Can Choose colors for variable rows. | ||
|
||
9)Can Clear Memory. | ||
|
||
10)Export/Import memory. |