[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[6903] trunk



Revision: 6903
          http://sourceforge.net/p/ledger-smb/code/6903
Author:   einhverfr
Date:     2014-02-27 04:22:37 +0000 (Thu, 27 Feb 2014)
Log Message:
-----------
Fixing widths of pdf of customer pricelist

Modified Paths:
--------------
    trunk/Changelog
    trunk/UI/Contact/pricelist.tex

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2014-02-27 03:46:21 UTC (rev 6902)
+++ trunk/Changelog	2014-02-27 04:22:37 UTC (rev 6903)
@@ -112,6 +112,7 @@
 * Fixed internal server error deleting part (Chris T, 1027)
 * Fixed Internal server error saving part with all vendor rows (Chris T, 1028)
 * Fixed display of weight on parts list with comma decimal sep (Chris T, 1030)
+* Fixed pricelist pdf column widths all equal (Chris T, 1037)
 
 Changelog for 1.3.38
 * Fixed AR/AP transactions resetting currency/exchange rate (Chris T)

Modified: trunk/UI/Contact/pricelist.tex
===================================================================
--- trunk/UI/Contact/pricelist.tex	2014-02-27 03:46:21 UTC (rev 6902)
+++ trunk/UI/Contact/pricelist.tex	2014-02-27 04:22:37 UTC (rev 6903)
@@ -11,23 +11,28 @@
               { col_id = 'int_partnumber'
                   name = text('Partnumber')
                   type = 'text'
+                pwidth = 1
                 },
                 { col_id = 'description'
                   name = text('Description')
                   type = 'text'
+                pwidth = 4
                 } ];
 ?> <?lsmb-
      IF account_class == 1;
          columns.push(
                   {col_id = 'lastcost'
                      name = text('Last Cost') 
+                   pwidth = 1
                      type = 'text_input'},
                   {col_id = 'partnumber',
                      name = text('Vendor Partnumber') 
+                   pwidth = 1
                      type = 'text_input'},
                   {col_id = 'leadtime',
                      name = text('Lead Time') 
-                     type = 'input_text'}
+                   pwidth = 1
+                     type = 'text_input'}
          );
 
      ELSE;
@@ -35,12 +40,15 @@
          columns.push(
                   {col_id = 'sellprice'
                      name = text('Sell Price') 
+                   pwidth = 1
                      type = 'input_text'},
                   {col_id = 'validfrom',
                      name = text('Valid From') 
+                   pwidth = 1
                      type = 'input_text'},
                   {col_id = 'validto',
                      name = text('Valid To') 
+                   pwidth = 1
                      type = 'input_text'},
          );
                         
@@ -48,6 +56,7 @@
 -?><?lsmb-
      columns.push({col_id = 'currency',
                      name = text('Currency'),
+                   pwidth = 1
                      type = 'text'},
      );
       PROCESS dynatable

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits