-
- Downloads
[IMP] sale_stock,delivery: Various imp on delivery slips and picking reports
ON THE DELIVERY SLIP : 1. CUSTOMER REFERENCE - If a customer reference is filled in the SO, on the delivery slip, under Customer Address, add a section Customer Reference : - Display every customer information in the header 2. SO NUMBER - Display the SO reference under the origin instead on the picking type name. Do not display it if unset 3. LOCATIONS AND STATUS - remove the columns locations and status 4. ORDERED QUANTITY - add a column (between product and quantity) named Ordered Quantity. It contains the quantity of the initial demand. Rename Quantity into Delivered Quantity 5. BACKORDER - If the delivery is a backorder, add the string : This shipment is a backorder of "stock.picking.name". - If a backorder has been created, add the string : All items couldn't be shipped, the remaining ones will be shipped as soon as they become available. - If it is a backorder and another backorder has been created, both strings should be printed. 6. SCHEDULE DATE - Should be the date when the delivery order is validated. - Rename Scheduled Date into "Date" - If the DO is not yet validated, display the scheduled date. - If the DO is validated : display the date it was validated. 7. WEIGHT - Add the unit of measure after the weight value - Display only if set 8. CARRIER - Display only if set 9. LOT/SERIAL NUMBERS - Keep the header of the column + rename it into Serial Number / Lot 10. CUSTOMER/CONTACT ADDRESS - Should be displayed on the right, keep only minimal information: Customer name, phone number ON THE PICKING REPORT - picking: https://drive.google.com/file/d/0Bx4JWs1efCreX1FrZUhaZDEtblU/view?usp=drivesdk - form: https://drive.google.com/a/openerp.com/file/d/0B5BDHVRYo-q5X3VGVWI1aThWcWM/view?usp=drivesdk
Showing
- addons/delivery/views/report_deliveryslip.xml 5 additions, 4 deletionsaddons/delivery/views/report_deliveryslip.xml
- addons/delivery/views/report_shipping.xml 5 additions, 4 deletionsaddons/delivery/views/report_shipping.xml
- addons/sale_stock/__openerp__.py 1 addition, 0 deletionsaddons/sale_stock/__openerp__.py
- addons/sale_stock/views/report_deliveryslip.xml 13 additions, 0 deletionsaddons/sale_stock/views/report_deliveryslip.xml
- addons/stock/stock.py 7 additions, 0 deletionsaddons/stock/stock.py
- addons/stock/stock_view.xml 1 addition, 0 deletionsaddons/stock/stock_view.xml
- addons/stock/views/report_deliveryslip.xml 41 additions, 37 deletionsaddons/stock/views/report_deliveryslip.xml
- addons/stock/views/report_stockpicking_operations.xml 24 additions, 20 deletionsaddons/stock/views/report_stockpicking_operations.xml
Loading
Please register or sign in to comment