Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Barcode should reference item_link rather than item #6367

Open
Chris-Petty opened this issue Jan 30, 2025 · 0 comments
Open

Barcode should reference item_link rather than item #6367

Chris-Petty opened this issue Jan 30, 2025 · 0 comments
Labels
enhancement New feature or request needs triage

Comments

@Chris-Petty
Copy link
Contributor

Chris-Petty commented Jan 30, 2025

Is your feature request related to a problem? Please describe 👀

For item merging support, all FKs to item should go through item_link as an intermediate. Barcode.item_id got missed it seems!

joinable!(barcode -> item (item_id));
joinable!(barcode -> invoice_line (id));

Describe the solution you'd like 🎁

Update to go through item_link. See stock_line.item_link_id for an example, and related PRs for similar changes needed.

Describe alternatives you've considered 💭

Additional context 💌

Moneyworks Jobcode 🧰

@Chris-Petty Chris-Petty added enhancement New feature or request needs triage labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage
Projects
None yet
Development

No branches or pull requests

1 participant