freeside/httemplate/docs schema.html,1.39,1.40

ivan ivan at pouncequick.420.am
Tue Jun 29 00:57:08 PDT 2004


Update of /home/cvs/cvsroot/freeside/httemplate/docs
In directory pouncequick:/tmp/cvs-serv9102

Modified Files:
	schema.html 
Log Message:
cust_pay_refund

Index: schema.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/docs/schema.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- schema.html	13 Feb 2004 10:35:42 -0000	1.39
+++ schema.html	29 Jun 2004 07:57:05 -0000	1.40
@@ -87,6 +87,14 @@
         <li>amount - amount applied
         <li>_date
       </ul>
+    <li><a name="cust_pay_refund" href="man/FS/cust_pay_refund.html">cust_credit_bill</a> - Refund payment application.  Links a refund to a payment.
+      <ul>
+        <li>payrefundnum - primary key
+        <li>paynum - <a href="#cust_pay">payment</a>
+        <li>refundnum - <a href="#cust_refund">refund</a>
+        <li>amount - amount applied
+        <li>_date
+      </ul>
     <li><a name="cust_main" href="man/FS/cust_main.html">cust_main</a> - Customers
       <ul>
         <li>custnum - primary key




More information about the freeside-commits mailing list