Topic: Align Inv and Order Numbers

In sales/inquiry/_customer_inquiry.php lines 193-194:

    _("#") => array('fun'=>'trans_view', 'ord'=>''),
    _("Order") => array('fun'=>'order_view'), 

can be changed to

    _("#") => array('fun'=>'trans_view', 'ord'=>'', 'align'=>'right'),
    _("Order") => array('fun'=>'order_view', 'align'=>'right'), 
Post's attachments

CustInquiry.png 21.1 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Align Inv and Order Numbers

Yes,a good idea. Will fix.

Joe

Re: Align Inv and Order Numbers

@joe: thanks for the commit.

Re: Align Inv and Order Numbers

Ok, there might be more places to align numbers.

Joe

Re: Align Inv and Order Numbers

Yes.
Lines 252 and 266 of sales/inquiry/sales_orders_view.php
Line 168 of sales/inquiry/sales_deliveries_view.php
Line 88 of sales/allocations/customer_allocation_main.php
Line 110 of purchasing/inquiry/po_search_completed.php
Line 171 of purchasing/inquiry/supplier_inquiry.php
Line 137 of purchasing/inquiry/supplier_allocation_inquiry.php
Line 95 of purchasing/allocations/supplier_allocation_main.php
too will need similar attention.

Line 96 of sales/manage/sales_groups.php:

    label_cell($myrow["id"]);

should be:

    label_cell($myrow["id"], "nowrap align='right'");

Similar appendage needed to
Line 140 of sales/manage/recurrent_invoices.php
Lines 218 and 230 of sales/create_recurrent_invoices.php
Lines 388 and 396 of purchasing/includes/ui/invoice_ui.inc
Line 301 of includes/ui/allocation_cart.inc
Line 157 of inventory/inquiry/stock_movements.php

Post's attachments

aligns.zip 34.7 kb, 2 downloads since 2017-09-20 

You don't have the permssions to download the attachments of this post.