You've just received notification of a sale via your Phoenix.
What next steps do you take until the point of putting the item into the post.
What could Phoenix do to make those steps easier/better/whatever.
Thanks in advance for any ideas comments and suggestions.
The backend of a sale...what do you do?
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
The backend of a sale...what do you do?
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
azpro
- Contributor
- Posts: 177
- Joined: Fri Nov 06, 2020 8:25 am
- Phoenix Version: v1.1.0.6
- Has thanked: 30 times
- Been thanked: 34 times
Re: The backend of a sale...what do you do?
This what we do:
1 - print a Working note of the order
2 - Set order status to Processing Order
3 - pick the items
4 - if complete - set order status to Picking
4A - If not complete - Order items at suppliers and scan incoming items
5 - If complete - Scan the items - set order status to Ready for shipping
6 - print packaging slip and pack the items
7 - create invoice
8 - repeat for different orders
9 - export the data (name - address - type of shipment - etc) of completed orders to shipping company and print labels
10 - Put shipping labels on boxes
11 - import tracking numbers
12 - mail customers to update their order has been shipped and set order status to Shipped - attach invoice
Statusses are all set automatically - all in Phoenix (old osc) - no external software or Api-s
Regards, Arjan
1 - print a Working note of the order
2 - Set order status to Processing Order
3 - pick the items
4 - if complete - set order status to Picking
4A - If not complete - Order items at suppliers and scan incoming items
5 - If complete - Scan the items - set order status to Ready for shipping
6 - print packaging slip and pack the items
7 - create invoice
8 - repeat for different orders
9 - export the data (name - address - type of shipment - etc) of completed orders to shipping company and print labels
10 - Put shipping labels on boxes
11 - import tracking numbers
12 - mail customers to update their order has been shipped and set order status to Shipped - attach invoice
Statusses are all set automatically - all in Phoenix (old osc) - no external software or Api-s
Regards, Arjan
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: The backend of a sale...what do you do?
Could any of that be made easier by Phoenix (core/addon) etc?
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: The backend of a sale...what do you do?
Two steps covered/simplified by my tracking addon:
1. Entering tracking number in Orders -> Edit -> Order History Tab: When saved, status is auto switched to "prepared for shipping" or "shipped" or whatever is configured in the addon settings.
2. It also forces Status update e-mail to be sent with tracking info/link.
1. Entering tracking number in Orders -> Edit -> Order History Tab: When saved, status is auto switched to "prepared for shipping" or "shipped" or whatever is configured in the addon settings.
2. It also forces Status update e-mail to be sent with tracking info/link.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
azpro
- Contributor
- Posts: 177
- Joined: Fri Nov 06, 2020 8:25 am
- Phoenix Version: v1.1.0.6
- Has thanked: 30 times
- Been thanked: 34 times
Re: The backend of a sale...what do you do?
Off course - but should be / we have it automatedraiwa wrote: ↑Sun Mar 23, 2025 5:48 pm 1. Entering tracking number in Orders -> Edit -> Order History Tab: When saved, status is auto switched to "prepared for shipping" or "shipped" or whatever is configured in the addon settings.
2. It also forces Status update e-mail to be sent with tracking info/link.
-
azpro
- Contributor
- Posts: 177
- Joined: Fri Nov 06, 2020 8:25 am
- Phoenix Version: v1.1.0.6
- Has thanked: 30 times
- Been thanked: 34 times
Re: The backend of a sale...what do you do?
Yes - EG at least by exporting shipping data - and importing tracking data. And maybe scanning.
But what we did is building software to optimise processes (order fulfillment / purchasing / invoicing accounting) and make fail-save solutions by scanning each product in logistics. I think not a core topic and maybe even to much for addons. I don not expect this from Phoenix - allthough it should be possible ..
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: The backend of a sale...what do you do?
@azpro many thanks for replying. It's always good to hear from shopowners.
I wonder if any of the Batch Action mods could help to speed things up?
app.php/tag/s05e01
I wonder if any of the Batch Action mods could help to speed things up?
app.php/tag/s05e01
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.