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

Change the column order of the packing slip #235

Open
shortcircuit74 opened this issue May 3, 2015 · 2 comments
Open

Change the column order of the packing slip #235

shortcircuit74 opened this issue May 3, 2015 · 2 comments

Comments

@shortcircuit74
Copy link

Hey there,

is it possible to change the column order of the packing slip?
The reason why I'm asking - we use the packing slip to pick up all the order items from the stock. With large orders it sometimes happens that we took the wrong amount because the column with the amount is on the very right of the page and you pick the wrong line.

Thanks in advance!

@Schrank
Copy link
Member

Schrank commented May 3, 2015

Unfortunately this can't be changed out of the box.

To solve your problem for the moment, you can copy the following files into the local namespace and change them.

// app/code/community/FireGento/Pdf/Model/Engine/Shipment/Default.php:131
// \FireGento_Pdf_Model_Engine_Shipment_Default::insertTableHeader

copy to app/code/community/FireGento/Pdf/Model/Engine/Shipment/Default.php and change the order of the table header

and the same for:

\FireGento_Pdf_Model_Items_Shipment_Default::draw
app/code/community/FireGento/Pdf/Model/Items/Shipment/Default.php:35

and if you use bundle products:

\FireGento_Pdf_Model_Items_Shipment_Bundle::draw
app/code/community/FireGento/Pdf/Model/Items/Shipment/Bundle.php:35

But we should think about changing this. @sprankhub what about exchanging qty and description column?

@sprankhub
Copy link
Member

Having the SKU and the quantity next to each other can also be tricky if you have numeric SKUs. For the invoice, the column order is completely customisable. I vote for implementing that for shipments and credit memos, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants