| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-08-20 | 1.2 kB | |
| Version 2.0.tar.gz | 2022-08-20 | 2.8 MB | |
| Version 2.0.zip | 2022-08-20 | 2.8 MB | |
| Totals: 3 Items | 5.6 MB | 0 | |
Features
- SQL database compatible
- SQLSetup.java includes tools that can automatically set up your tables as well as a sample list of customers and users.]
- SQLSetup.java allows users to enable SQL data storage.
- Users can choose between storing data through SQL or local files.
- Users can now register accounts and sign in using their username and password
- Fixed minor bugs
- Added Java's error boxes to handle errors before the software is launched.
- Users can now register multiple accounts if SQL is enabled.
- Users can now delete their account if SQL is enabled.
- Deleting accounts and registering accounts are disabled if users use local file storage. This is because the program can only store one user's data.
Known Bugs
- When SQL is enabled and when users sign in, the time format of customers may be incorrect. This is due to customer data being loaded into the program before the time format setting is loaded in. User settings contain the time format, but couldn't be accessed until the user logs in. Saving data to the local file doesn't have this problem. To fix it, just go to settings and click submit, it will automatically reformat the time.