Open
Conversation
|
@ChrisEdgington is attempting to deploy a commit to the Carbon Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
@ChrisEdgington do you mind if we fork this and do some work on it? I don't want you to have to address a bunch of comments? |
Author
Certainly, do whatever you need to do. I'll help wherever you want me to. Obviously zero pressure to use what I built here - totally open to seeing other ideas too. If you want to try the BinderyPress - LMK and I'll send invites to whoever necessary. |
0ab4bea to
53d1388
Compare
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.
What does this PR do?
Adds a centralized Print Manager to Carbon — an automated print job queue that generates and delivers documents to physical printers triggered by business events. For printed output, a ProxyBox Zero unit is required (pbxz.io). For the best looking output, a BinderyPress API key is required (binderypress.dev).
Visual Demo (For contributors especially)
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Environment variables:
Seed data:
npm run db:build
npm run db:seed:dev -- --email your@email.com --printing
The --printing flag seeds: 4 tracked items, 2 receipts (one at Headquarters, one at Warehouse B with a location override), a shipment, a kanban, a job with an in-progress operation, 2 printer routes, template assignments, and a location override.
Testing flows:
Printer configuration: The seed data uses placeholder URLs (your-proxybox-address.pbxz.cloud). To test actual printing, update the printer route URLs in Settings → Printing to point to a real ProxyBox instance.
Checklist