/[papo]/papo/zot/PAPO-ER.zot
ViewVC logotype

Diff of /papo/zot/PAPO-ER.zot

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by mhepp, Thu Apr 3 19:37:31 2003 UTC revision 1.27 by mhepp, Wed Apr 9 20:29:37 2003 UTC
# Line 565  price: Line 565  price:
565          id (bigserial)          id (bigserial)
566          price_type -> price_type          price_type -> price_type
567          product -> product          product -> product
   
568  #       price per unit  #       price per unit
569          unit_price (numeric(12,4))          unit_price (numeric(12,4))
570    #       the currency in which the price is
571            currency_type -> currency_type
572    #       if the product is excluded for the this price_type
573            excluded (boolean)
574          :history:          :history:
575    
576  price_type:  price_type:
# Line 1160  currency_type: Line 1163  currency_type:
1163          id (serial)          id (serial)
1164          name (varchar(50))          name (varchar(50))
1165          rate (numeric(10,2))          rate (numeric(10,2))
1166    # the format in which the currency values are shown. ie Dollar -> "U$D %2f"        
1167            format (varchar(50))
1168          :account:          :account:
1169          :history:          :history:
1170    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26