Commit 5cd2444
authored
Merge pull request #17 from AngelsSoftwareOrg/angelsburger90_development
Build 1.0.0.6
- Fix modal dialog behavior. When the top modal dialog exit, make the form wherein it was called not auto close.
- Make the Generated Sequence numbers on Pick Generators Form compares to the drawn available results.
- Fix next draw date to add bets, after 8pm which is daily deadline
- When download update results had a win match, then auto update claim counts button click
- Fix the Profit and Loss report wherein it shows an entry on October even the current date was not yet October
- On Add Bet Form, make the generated numbers per row when selected, highlights the matching numbers on other rows.
- On Edit Claims form, color/mark the cell wherein the number were matching the draw result
- Fix the error when the model ML file is not detected on statup
- Make the draw result jackpot entry on the table highlighted in a green background
- When downloading some new draw result, automatically refresh set the bet if theres a claims.
- clipboard copy exception error, when other applications mess with it.
- Improve Machine Learning model data intake form. Set the intake to run at different thread and improved the stop button.
- Improve Add Bet, Modify Bets, Modify Bet Dates, Edit Claims form that upon exit seek if the dashboard and the bets table will refresh or not
- Put an incoming bets the dashboard report
- Add entries on the Dashboard an overview of weekly summation spending on the current month.
- Dashboard: See the Latest available draw on each lottery game from the record
- Remove the view by group on Bet and Draw Comparison form when sorting upon clicking the header
- Add claims info on the dashboard
- Make group view of lottery draw result at bet list view
- Fix error when extracting monthly spending for october
- Make the incoming bets and latest available draw to be hyperlink and clickable with equivalent actions.
- Fix the double call on Refreshing the dashboards when after querying the draw results.
- Put a logs on Dashboard Reports.
- Improve Machine Learning generated results
- Add Lotto Count Match Machine Learning generator
- Adjust the Pick Generator Form generator name list and parameters UI
- Created an Application Configuration Updater class
- Add latest available Jackpot on record for each lottery game
- Add checkbox on Hit and compare form to add it on Pick generator Form
- Inside Lotto Setting form, add an indicator where the Source Database has been change, and reference it on Main Form and trigger the Application updater if DB was change.
- Inside Lotto Setting form, add a verification procedure for Lotto Count Match ML zip file model.
- Update Read.me
- Update Documentation
- Update Email AddressFile tree
106 files changed
+3499
-897
lines changed- DatabaseMain
- Forms
- Others
- Reports
- Settings
- Ticket
- Includes
- Classes
- Generator
- Types
- ML
- FastTreeRegression/LottoMatchCount
- FastTree
- SDCARegression
- TrainerProcessor
- Reports
- Templates/Fragments/ReportBox
- Scraping
- Updates
- Database/DAO
- Impl
- Interface
- Model
- Details
- Options
- Setup
- Reports
- Setup
- Structs
- Utilities
- Properties
- Resources
- Icons
- Read Me
- Setup
- Output
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
106 files changed
+3499
-897
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | 201 | | |
205 | 202 | | |
206 | 203 | | |
| |||
283 | 280 | | |
284 | 281 | | |
285 | 282 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
312 | 309 | | |
313 | 310 | | |
314 | 311 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 23 | | |
38 | 24 | | |
39 | 25 | | |
40 | | - | |
| 26 | + | |
41 | 27 | | |
42 | | - | |
| 28 | + | |
43 | 29 | | |
44 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
87 | 84 | | |
88 | 85 | | |
89 | 86 | | |
90 | | - | |
| 87 | + | |
91 | 88 | | |
92 | 89 | | |
93 | 90 | | |
| |||
121 | 118 | | |
122 | 119 | | |
123 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
124 | 132 | | |
125 | 133 | | |
126 | | - | |
| 134 | + | |
| 135 | + | |
127 | 136 | | |
128 | 137 | | |
129 | 138 | | |
| |||
137 | 146 | | |
138 | 147 | | |
139 | 148 | | |
140 | | - | |
| 149 | + | |
141 | 150 | | |
142 | 151 | | |
143 | 152 | | |
| |||
171 | 180 | | |
172 | 181 | | |
173 | 182 | | |
| 183 | + | |
174 | 184 | | |
175 | 185 | | |
176 | 186 | | |
| |||
184 | 194 | | |
185 | 195 | | |
186 | 196 | | |
| 197 | + | |
187 | 198 | | |
188 | 199 | | |
189 | 200 | | |
| |||
238 | 249 | | |
239 | 250 | | |
240 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
241 | 291 | | |
242 | 292 | | |
0 commit comments