/[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.19 by apronotti, Wed Dec 11 22:16:16 2002 UTC revision 1.20 by apronotti, Fri Dec 13 22:54:55 2002 UTC
# Line 209  document_type: Line 209  document_type:
209          name (varchar(80))          name (varchar(80))
210    
211  #       that doesn't say a thing to me. Tell me more.  #       that doesn't say a thing to me. Tell me more.
212          description (varchar(255))          description (text)
213    
214  #       this table mirrors an entry in account_plan  #       this table mirrors an entry in account_plan
215          :account:          :account:
# Line 262  own_service_item Line 262  own_service_item
262  */  */
263  own_service_item(own_item):  own_service_item(own_item):
264          id (bigserial)          id (bigserial)
265          description (varchar(255))          description (text)
266    
267  #       $$$  #       $$$
268          amount  (numeric(12,4))          amount  (numeric(12,4))
# Line 310  alien_product_item: Line 310  alien_product_item:
310  */  */
311  alien_service_item:  alien_service_item:
312          id (bigserial)          id (bigserial)
313          description (varchar(255))          description (text)
314          amount  (numeric(12,4))          amount  (numeric(12,4))
315          alien_item -> alien_item          alien_item -> alien_item
316          :account:          :account:
# Line 436  A product is classified in a hierarchica Line 436  A product is classified in a hierarchica
436  */  */
437  product_classification:  product_classification:
438          id (serial)          id (serial)
439            name (varchar(255))
440  #       parent can be NULL (topmost nodes)  #       parent can be NULL (topmost nodes)
441          parent -> product_classification          parent -> product_classification
442  #       is this a leaf?  #       is this a leaf?
# Line 1285  ticket_type: Line 1286  ticket_type:
1286          name (varchar(80))          name (varchar(80))
1287    
1288  #       that doesn't say a thing to me. Tell me more.  #       that doesn't say a thing to me. Tell me more.
1289          description (varchar(255))          description (text)
1290    
1291  #       this table mirrors an entry in account_plan  #       this table mirrors an entry in account_plan
1292          :account:          :account:
# Line 1328  obligation_type: Line 1329  obligation_type:
1329          name (varchar(80))          name (varchar(80))
1330    
1331  #       that doesn't say a thing to me. Tell me more.  #       that doesn't say a thing to me. Tell me more.
1332          description (varchar(255))          description (text)
1333    
1334  #       this table mirrors an entry in account_plan  #       this table mirrors an entry in account_plan
1335          :account:          :account:
# Line 1420  barter_type: Line 1421  barter_type:
1421          name (varchar(80))          name (varchar(80))
1422    
1423  #       that doesn't say a thing to me. Tell me more.  #       that doesn't say a thing to me. Tell me more.
1424          description (varchar(255))          description (text)
1425    
1426  #       this table mirrors an entry in account_plan  #       this table mirrors an entry in account_plan
1427          :account:          :account:

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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