growerp_core 1.9.0
growerp_core: ^1.9.0 copied to clipboard
The Core of the GrowERP frontend
1.9.0 #
- REFACTOR: now chat server can also be used for notification: renaming to WsServer. (7031a540)
- REFACTOR: move the getting backend url into the core package. (b8a73f1d)
- REFACTOR: in flutter client rename notification and chat server to client. (747b76c7)
- FIX: request test. (1b37a5ba)
- FIX: replace material banner. (50489165)
- FIX: more automated test corrections. (fcc64b3f)
- FIX: now use growerp.com for base url, restore scaffold in home_form. (92a42c7a)
- FIX: glaccount up/download. (fc790df7)
- FIX: open session not remembered: replace Hive with shared_references in flutter. (ae226865)
- FIX: room rental and opporunity test. (5562a7a3)
- FIX: flutter now uses java 17, backend still use java 11, see README for detail. (8039e551)
- FIX: position of floating buttons on larger than phone screens. (12382c49)
- FIX: reorganized companyuser tests. (a9f9a805)
- FIX: removed the workflow functionality. (b3eb7f16)
- FIX: lead tests. (a9657cbb)
- FIX: upgraded hotel app to new packages, aded occupied by room type. (cd929435)
- FIX: adjust backend url. (0f9ce79f)
- FIX: user test. (e411b568)
- FIX: missing version in pubspec. (8e92e482)
- FIX: upgraded and fixed the chat function. (fbe6e2a4)
- FIX: upgrade file_picker to remove warning message. (f5d703c1)
- FIX: hotel test. (e2fe8820)
- FIX: upgrade to flutter 3.27, postgres 17.2, removed unmaintained e-commerce package. (1a9f1f17)
- FIX: register new company. (c8b2dd0a)
- FIX: new company registrtion, more info screen. (684f2728)
- FIX: upgraded searchdropdown, fixed some integrated tests. (8b5ecf51)
- FIX: company image not showing. (68b4b9b9)
- FIX: show growerp logo at login screen. (88149c19)
- FIX: login with the return key in the web version. (bba6424d)
- FIX: automated integration test for ledger transactions. (81ef5b62)
- FIX: automated tests. (3a37dee7)
- FIX: ui improvements and dart generall fixes. (cac1e074)
- FIX: automated integrations tests, last fixes? (b7222c65)
- FIX: more test corrections. (0532d380)
- FIX: more integrated test corrections. (68c1ae8a)
- FIX: show password clears username, remember username in newuser, forget password. (6fb9ef22)
- FEAT: first version of backend notification, merged with the backend chat. (e8e75781)
- FEAT: show debugShowCheckedModeBanner when there is a backendurl override. (8bc9fd0c)
- FEAT: add path parameter to chatserver. (0622fd34)
1.8.0 #
- Various changes see https://github.com/growerp/growerp/releases
1.6.0 #
- varous model changes
1.3.0 #
- various changes
1.2.4 #
- upgraded models package 1.2.3
- added data conversion framework
1.2.3 #
- upgraded models package 1.2.3
- moved dio build client here.
- fixed reset user password
1.2.2 #
- removed path reference
1.2.1 #
- reset password fixed
1.2.0 #
- models now moved to separate package
- added pretty logging
1.1.3 #
- different apps can now used with a single email
- ui improvements
1.1.2 #
- add platform indicators
1.1.1 #
- add platform indicators
1.1.0 #
- Moved most used blocs into the core: product/asset/category/user/company/inventory
- Now source stored in https://github.com/growerp/growerp/tree/master/flutter/packages/growerp_core
1.0.0 #
- model changes:
- company now directly on order
- added acquireCost to asset
- added localization
- updated to dart 3
- upgrade to material 3 light/dart scheme
- refactor: removed not required material,GestureDetectors
- add accounting reports
0.9.2 #
- model changes: Item Type add account info
- removed paymentType model now used itemType
- adjust test data related to itemType
0.9.0 #
- now independant of growerp_user_company, own (small) tests
0.9.0-dev.1 #
- Refactoring and UI improvements.
- move user/company in its own ppackage
0.8.0-dev.1 #
- move order and accounting into its own package
0.7.0-dev.3 #
- add missing files for public usage
0.7.0-dev.2 #
- removed warehouse to inventory package
0.7.0-dev.1 #
- moved core package to src dir
- various changes to confirm to dart standards
0.6.0-dev.8 #
- moved website into its own package
0.6.0-dev.7 #
- re-enable example directory
- add available platforms
0.6.0-dev.6 #
- moved code from example into core
- cleaned up example code
0.6.0-dev.5 #
- freezed files not saved
0.6.0-dev.1 #
- Initial release.