feat: Implement fixed sale price functionality for items #14

Merged
ImanThiyanga merged 1 commits from fix/grn-varient into Dev 2026-07-23 06:48:47 +00:00
Owner
  • Added a toggle for fixed sale price vs stock value in the item creation form.
  • Introduced validation to ensure all variants have a price greater than 0 when fixed price mode is selected.
  • Updated the item model to include a nullable salePrice field, which is used for sales only and does not affect GRN/FIFO/ledger.
  • Enhanced the GRN page to allow off-PO items and included a refresh button to update the item list without reloading the page.
  • Updated documentation to reflect changes in item pricing and GRN handling.
- Added a toggle for fixed sale price vs stock value in the item creation form. - Introduced validation to ensure all variants have a price greater than 0 when fixed price mode is selected. - Updated the item model to include a nullable salePrice field, which is used for sales only and does not affect GRN/FIFO/ledger. - Enhanced the GRN page to allow off-PO items and included a refresh button to update the item list without reloading the page. - Updated documentation to reflect changes in item pricing and GRN handling.
ImanThiyanga added 1 commit 2026-07-23 06:48:41 +00:00
- Added a toggle for fixed sale price vs stock value in the item creation form.
- Introduced validation to ensure all variants have a price greater than 0 when fixed price mode is selected.
- Updated the item model to include a nullable salePrice field, which is used for sales only and does not affect GRN/FIFO/ledger.
- Enhanced the GRN page to allow off-PO items and included a refresh button to update the item list without reloading the page.
- Updated documentation to reflect changes in item pricing and GRN handling.
ImanThiyanga merged commit 5af77fbf0a into Dev 2026-07-23 06:48:47 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: New_REP_SYSTEM/ERP-core#14