10.04.2007 12:45
Заменяю EO.XSD (платежи), добавляю туда таблички , что бы выгрузка начала работать по новой достаточно перезапустить почтовый модуль ? или нужно еще какие либо действия производить ?
10.04.2007 12:54
А ты уверен, что туда можно добавлять? Мне кажется, можно только удалять оттуда лишние поля.
10.04.2007 13:00
А разве нельзя добавить ??? мне в выгруженых платежках нужно обязательно такие поля как номер накладной и дату от которой эта накладная
10.04.2007 13:28
Самому стало интересно, сбегал к главному разрабочику. Да, добавлять можно, но осторожно, во-первых не все будет выгружаться, ну и загружаться будет еще меньше. Не знаю, что ты добавляешь, но подсказка была - есть таблица финансовых оснований, на нее и нужно делать завязки. Сам не смотрел, получится - отпиши, как и что...
10.04.2007 13:59
Перезапуска почтового сервера будет достаточно ?
10.04.2007 15:44
Что то я совсем запутался есть таблички

<xs:element name="SMDOCUMENTS" msdata:Locale="ru">
<xs:complexType>
<xs:sequence>
<xs:element name="ID" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="DOCTYPE" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="BORNIN" msdata:Caption="" type="xs:base64Binary" minOccurs="0" />
<xs:element name="CLIENTINDEX" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="COMMENTARY" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="CREATEDAT" msdata:Caption="" type="xs:dateTime" minOccurs="0" />

связанные по
<xs:element name="CURRENCYMULTORDER" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="CURRENCYRATE" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="CURRENCYTYPE" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="DOCSTATE" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="ISCLOSED" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="ISROUBLES" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="LOCATION" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="LOCATIONFROM" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="LOCATIONTO" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="OPCODE" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="PRICEROUNDMODE" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="TOTALSUM" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="TOTALSUMCUR" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="USEROP" msdata:Caption="" type="xs:decimal" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>

и табличка <xs:element name="SMSPECROEO" msdata:Locale="ru">
<xs:complexType>
<xs:sequence>
<xs:element name="DOCID" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="DOCTYPE" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="SPECITEM" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="BASECURR" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="BASECURRMULTORDER" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="BASECURRRATE" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="ISACCEPTOR" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="ISBASE" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="SMBASEDOCTYPE" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="SMBASEID" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="TOTALSUM" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="TOTALSUMBI" msdata:Caption="" type="xs:decimal" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//SMDOCUMENTS" />
<xs:field xpath="ID" />
<xs:field xpath="DOCTYPE" />
</xs:unique>
<xs:unique name="SMSPECROEO_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//SMSPECROEO" />
<xs:field xpath="DOCID" />
<xs:field xpath="DOCTYPE" />
<xs:field xpath="SPECITEM" />
</xs:unique>

а еще хочу добавить табличку <xs:element name="SMWAYBILLSIN" msdata:Locale="ru">
<xs:complexType>
<xs:sequence>
<xs:element name="ID" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="DOCTYPE" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="DEBT" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="FINELIMIT" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="FINEPERCENT" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="GOODSOWNER" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="PAYCASH" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="PAYMENTDELAY" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="SUPPLDOCSUM" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="SUPPLFLAGS" msdata:Caption="" type="xs:decimal" minOccurs="0" />
<xs:element name="SUPPLIERDOC" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="SUPPLIERINVOICE" msdata:Caption="" type="xs:string" minOccurs="0" />
<xs:element name="SUPPLINVOICEACCEPT" msdata:Caption="" type="xs:dateTime" minOccurs="0" />
<xs:element name="SUPPLINVOICECREATE" msdata:Caption="" type="xs:dateTime" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>

и связать SMSPECROEO.SMBASEID с SMWAYBILLSIN.ID
10.04.2007 15:48
SMWAYBILLSIN связан с SMDOCUMENTS.
Тебе по-моему нужен SMFINBASES.
10.04.2007 16:08
а что в SMFINBASES я увижу ? BASEID внутр номер приходной накладной, а уже тот который забивают операторы ручками и дату можно найти только если SMSPECROEO.SMBASEID = SMWAYBILLSIN.ID или SMFINBASES.BASEID=SMWAYBILLSIN.ID
11.04.2007 06:17
В SMFinbases увидишь как раз "основания платежа", т.е. номера тех доков, которые оплачиваются платежкой.
Часовой пояс GMT +3, время: 21:42.

Форум на базе vBulletin®
Copyright © Jelsoft Enterprises Ltd.
В случае заимствования информации гипертекстовая индексируемая ссылка на Форум обязательна.