/[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.41 by mhepp, Thu Jul 3 20:03:33 2003 UTC revision 1.42 by mhepp, Tue Jul 8 13:45:18 2003 UTC
# Line 133  own_document_tax: Line 133  own_document_tax:
133  #       how much?  #       how much?
134          amount (numeric(12,4))          amount (numeric(12,4))
135    
136    #       total has the accounting entry.
137    #       generates an accounting entry
138    #       :entry:
139    
140    
141    /*
142    own_document_tax_total
143    summarizes  own_items_taxes
144    */
145    own_document_tax_total:
146            id (bigserial)
147    #       what document is this tax total about?
148            own_document -> own_document
149    #       what tax is this?
150            tax -> tax
151    #       how much?
152            amount (numeric(12,4))
153  #       generates an accounting entry  #       generates an accounting entry
154          :entry:          :entry:
155    
# Line 1725  task_status: Line 1742  task_status:
1742   /*     former task_victims  */   /*     former task_victims  */
1743    
1744  task_recipient:  task_recipient:
1745            id (serial)
1746          task -> task          task -> task
1747          to_make_to -> entity          to_make_to -> entity
1748    

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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