Commit 7445e621 authored by Aurel's avatar Aurel

2006-06-08 Aurel

* put recoup date in delivery table instead of start/stop_range_min/max

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14747 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 40734bbf
......@@ -53,6 +53,12 @@
<dictionary/>
</value>
</item>
<item>
<key> <string>getRecoupDate</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>getResourceUid</string> </key>
<value>
......@@ -89,30 +95,6 @@
<dictionary/>
</value>
</item>
<item>
<key> <string>getStartDateRangeMax</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>getStartDateRangeMin</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>getStopDateRangeMax</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>getStopDateRangeMin</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>isDelivery</string> </key>
<value>
......@@ -139,10 +121,7 @@
<string>getSourceSectionUid</string>
<string>getDestinationSectionUid</string>
<string>getResourceUid</string>
<string>getStartDateRangeMin</string>
<string>getStartDateRangeMax</string>
<string>getStopDateRangeMin</string>
<string>getStopDateRangeMax</string>
<string>getRecoupDate</string>
<string>getSourcePaymentReference</string>
<string>getDestinationPaymentReference</string>
<string>getSourcePaymentInternalBankAccountNumber</string>
......@@ -177,10 +156,7 @@ getDestinationUid\r\n
getSourceSectionUid\r\n
getDestinationSectionUid\r\n
getResourceUid\r\n
getStartDateRangeMin\r\n
getStartDateRangeMax\r\n
getStopDateRangeMin\r\n
getStopDateRangeMax\r\n
getRecoupDate\r\n
getSourcePaymentReference\r\n
getDestinationPaymentReference\r\n
getSourcePaymentInternalBankAccountNumber\r\n
......@@ -243,10 +219,7 @@ VALUES\n
<dtml-sqlvar expr="getSourceSectionUid[loop_item]" type="int" optional>,\n
<dtml-sqlvar expr="getDestinationSectionUid[loop_item]" type="int" optional>,\n
<dtml-sqlvar expr="getResourceUid[loop_item]" type="int" optional>,\n
<dtml-sqlvar expr="getStartDateRangeMin[loop_item]" type="datetime" optional>,\n
<dtml-sqlvar expr="getStartDateRangeMax[loop_item]" type="datetime" optional>,\n
<dtml-sqlvar expr="getStopDateRangeMin[loop_item]" type="datetime" optional>,\n
<dtml-sqlvar expr="getStopDateRangeMax[loop_item]" type="datetime" optional>,\n
<dtml-sqlvar expr="getRecoupDate[loop_item]" type="datetime" optional>,\n
<dtml-sqlvar expr="getSourcePaymentReference[loop_item]" type="string" optional>,\n
<dtml-sqlvar expr="getDestinationPaymentReference[loop_item]" type="string" optional>,\n
<dtml-sqlvar expr="getSourcePaymentInternalBankAccountNumber[loop_item]" type="string" optional>,\n
......@@ -315,10 +288,7 @@ VALUES\n
<dtml-sqlvar expr="getSourceSectionUid[loop_item]" type="int" optional>,\n
<dtml-sqlvar expr="getDestinationSectionUid[loop_item]" type="int" optional>,\n
<dtml-sqlvar expr="getResourceUid[loop_item]" type="int" optional>,\n
<dtml-sqlvar expr="getStartDateRangeMin[loop_item]" type="datetime" optional>,\n
<dtml-sqlvar expr="getStartDateRangeMax[loop_item]" type="datetime" optional>,\n
<dtml-sqlvar expr="getStopDateRangeMin[loop_item]" type="datetime" optional>,\n
<dtml-sqlvar expr="getStopDateRangeMax[loop_item]" type="datetime" optional>,\n
<dtml-sqlvar expr="getRecoupDate[loop_item]" type="datetime" optional>,\n
<dtml-sqlvar expr="getSourcePaymentReference[loop_item]" type="string" optional>,\n
<dtml-sqlvar expr="getDestinationPaymentReference[loop_item]" type="string" optional>,\n
<dtml-sqlvar expr="getSourcePaymentInternalBankAccountNumber[loop_item]" type="string" optional>,\n
......
......@@ -107,10 +107,7 @@
`source_section_uid` BIGINT UNSIGNED default \'0\',\n
`destination_section_uid` BIGINT UNSIGNED default \'0\',\n
`resource_uid` BIGINT UNSIGNED default \'0\',\n
`start_date_range_min` datetime default NULL,\n
`start_date_range_max` datetime default NULL,\n
`stop_date_range_min` datetime default NULL,\n
`stop_date_range_max` datetime default NULL,\n
`recoup_date` datetime default NULL,\n
`source_payment_reference` varchar(255) default \'\',\n
`destination_payment_reference` varchar(255) default \'\',\n
`source_payment_internal_bank_account_number` varchar(255) default \'\',\n
......@@ -168,10 +165,7 @@
`source_section_uid` BIGINT UNSIGNED default \'0\',\n
`destination_section_uid` BIGINT UNSIGNED default \'0\',\n
`resource_uid` BIGINT UNSIGNED default \'0\',\n
`start_date_range_min` datetime default NULL,\n
`start_date_range_max` datetime default NULL,\n
`stop_date_range_min` datetime default NULL,\n
`stop_date_range_max` datetime default NULL,\n
`recoup_date` datetime default NULL,\n
`source_payment_reference` varchar(255) default \'\',\n
`destination_payment_reference` varchar(255) default \'\',\n
`source_payment_internal_bank_account_number` varchar(255) default \'\',\n
......
2006-06-08 Aurel
* put recoup date in delivery table instead of start/stop_range_min/max
2006-12-01 Seb
* add many more checks with the counter date when we open and close it.
......
269
\ No newline at end of file
272
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment