Releases: ury-erp/ury
Releases · ury-erp/ury
v0.2.1
What's Changed
- Documentation update with latest features by @shzd-tridz in #8
- Frappe cloud redirection in documentation by @shzd-tridz in #10
- fix: handling csrf token by @shzd-tridz in #11
- fix(pos): switch from fetch to call.post for make_invoice API call by @emmanuel-mwendwa in #13
- fix(printing): fetch network printer settings correctly and enable CUPS printing by @emmanuel-mwendwa in #21
- fix: fetch room-wise menu correctly and correct variable reference in… by @swafa-as in #38
- fix: cancel reason mandatory by @shzd-tridz in #31
- Documentation by @swafa-as in #40
- Documentation by @swafa-as in #41
- Security Fix and erpnext pos build issue fix by @shzd-tridz in #43
New Contributors
- @emmanuel-mwendwa made their first contribution in #13
- @swafa-as made their first contribution in #38
Full Changelog: v0.2.0...v0.2.1
Updates
- Documentation: Updated URY documentation with the latest setup and usage details.
Security Fixes:
- Database Query Escaping: Replaced direct frappe.db.get_all calls with frappe.db.escape in the overridden POS function to prevent query injection.
- Input Validation: Added validation for search input to enhance data security and integrity.
Vulnerability Acknowledgment
We sincerely thank VulDB for responsibly reporting the vulnerability related to potential database query injection.
v2.0.0-beta
Release v2.0.0-beta
First Frappe Cloud Release.
Upgraded POS with a new and improved interface.
POS Version 1 is now stable and production-ready.
Combined all other URY apps into a single unified application.
What's Changed
- Version 0.2.0 by @shzd-tridz in #7
New Contributors
- @shzd-tridz made their first contribution in #7
Full Changelog: v0.1.0-alpha.1...v0.2.0
Version 0.2.0
Release 0.2.0
Upgraded POS with a new and improved interface.
POS Version 1 is now stable and production-ready.
Combined all other URY apps into a single unified application.
What's Changed
- Version 0.2.0 by @shzd-tridz in #7
New Contributors
- @shzd-tridz made their first contribution in #7
Full Changelog: v0.1.0-alpha.1...v0.2.0
v0.1.0-alpha.1
URY v0.1.0-alpha.1 Release Notes:
URY is currently in active development, and we are continuously making changes, updates, and working on new features and improvements.
Compatibility:
- Requires Frappe version 14.0.0 and ERPNext version 14.
- Compatible with Vue.js version 3.
Build Dependencies:
- Installation of Doppio on Bench is required.
Instructions:
- Ensure all URY modules are managed in the same version.
- Install URY modules using the provided setup instructions.
- Run bench migrate after installing URY modules.