[16.0][IMP] purchase_container: Add Kencove-specific fields and workflow#2
Merged
dnplkndll merged 3 commits into16.0-add-purchase_containerfrom Jan 14, 2026
Conversation
Added fields from Kencove container tracking spreadsheet: - seal_number: Container seal number - warehouse_id: Destination warehouse (PA, ID, GA) - date_warehouse_eta: Warehouse ETA (separate from port ETA) - date_delivered: Delivery date to warehouse - date_received: Date inventory received into system - drayage_company_id: Local drayage/trucking company - per_diem_fees: Per diem and additional fees - per_diem_reason: Reason for additional fees - notes: Internal notes field Extended workflow states to match spreadsheet process: - in_progress, pos_confirmed, freight_notified, on_water - arrival_notice, drayage_confirmed, awaiting_gate_out - customs_hold, released, delivered, received - on_hold, ready_to_process, processed Updated views: - Reorganized form into notebook tabs - Added search filters by state - Added group by options for warehouse, state, etc. - Badge decorations for state display in list view Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…field Create product via product.template to properly set base_unit_count field that has a non-null constraint in Kencove's database. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
f840998 to
18bc108
Compare
…e_unit_count field Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added fields from Kencove container tracking spreadsheet:
Extended workflow states to match spreadsheet process:
Updated views: