phpBMS

Changeset 356 for trunk/phpbms/common

Show
Ignore:
Timestamp:
11/08/07 13:18:46 (5 years ago)
Author:
brieb
Message:

Pre v0.92 commit.

Implements #208 - Receipt PDF report
Fixes #203 - Saved searches and sorts maintain type when editing.

Completely rewrote sales order line item code in OO.

Implements #48 - Adds the ability to edit line itmes memo, unit price, and quantity
Implements #49 - Display order of lineitems can be changed, and saved. Display order is also used on sales order reports.sql

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/stylesheet/mozilla/pages/invoice.css

    r202 r356  
    4040        color:white; 
    4141} 
    42 #LISep td{ height:2px;font-size:1px;padding:0px;} 
     42 
    4343.LIRealInfo{display:none;} 
     44 
     45#LIAdd TD{border-bottom:2px solid #999999} 
     46#LITotals TD{border-top:2px solid #999999} 
    4447 
    4548#ds-partnumber{width:90px;} 
     
    4952#memoHeader{width:100%} 
    5053 
    51 #price{width:60px;} 
    52 #memo{width:100%} 
    53 #qty{text-align:center;width:50px;} 
    54 #extended,.fieldTotal{width:75px;} 
     54#memo, .lineitemMemos{width:100%;padding-right:0;border-right:0;} 
     55#price, .lineitemPrices{width:60px;} 
     56#qty, .lineitemQuantities{text-align:right;width:50px;} 
     57#extended, .fieldTotal, .lineitemExtendeds{width:75px;} 
     58 
     59.lineitemMemos, .lineitemPrices, .lineitemQuantities, .lineitemExtendeds{} 
    5560 
    5661.fieldTotal{height:16px;} 
    57 .lineitems td{height:22px; font-size:11px; vertical-align:top;padding-left:4px;} 
    58 .lineitemsRight{ border-right:1px solid #CCCCCC;} 
    59 .lineitemsLeft{ border-left:1px solid #CCCCCC;} 
    60 .lineitemsBottom{ border-bottom:1px solid #CCCCCC;} 
     62 
     63.lineitemsButtonDivs{ 
     64        display:none; 
     65        position:absolute; 
     66        background:white; 
     67        padding-bottom:4px; 
     68        padding-right:2px; 
     69} 
     70 
     71.lineitems .lineitemsButtonTDs{ 
     72        vertical-align:top; 
     73} 
     74 
     75.lineitemsButtonDivs button{ 
     76        margin-top:4px; 
     77} 
     78 
     79.lineitems td{ 
     80        overflow:hidden; 
     81        background:none; 
     82        vertical-align:middle; 
     83        padding:0; 
     84        font-size:11px; 
     85        border-color:#AAAAAA; 
     86        border-left:0; 
     87        border-right:0; 
     88} 
     89 
     90.lineitems p{margin:4px;padding:0;} 
     91 
     92.lineitems:hover td{ 
     93        background:white; 
     94} 
     95 
     96.lineitemMemos{ 
     97        width:100% 
     98} 
     99 
     100.lineitemsRight{ border-right:1px solid #AAAAAA;} 
     101.lineitemsLeft{ border-left:1px solid #AAAAAA;} 
     102.lineitemsBottom{ border-bottom:1px solid #AAAAAA;} 
     103 
    61104.totalItems,.invoiceTotalLabels,#parenInfo div span{border-bottom:1px solid #CCCCCC} 
    62105.invoiceTotalLabels{padding-left:25px;} 
    63106.invoiceTotalLabels div{height:24px; line-height:24px;vertical-align:bottom;} 
    64  
    65107 
    66108#parenInfo div{height:25px;clear:right;} 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.