bug - CommonForms.VendorDebtsPickForm.Module

Powerful and flexible application for small business management. See 1C:Small Business description

#1
People who like this:0Yes/0No
Just came
Rating: 1
Joined: May 26, 2016
Company:

Proc FillDebts()

Code
//   Query.SetParameter("Company", Counterparty);

but must be
Code
//   Query.SetParameter("Company", SubsidiaryCompany);???

if "SubsidiaryCompany" then we have a trouble in Document form  PaymentExpense
Code
Procedure Pick(Command)

SelectionParameters = New Structure(
      "AddressPaymentDetailsInStorage,
      |Company,
      |Date,
      |Counterparty,
      |Ref,
      |OperationKind,
      |CashCurrency,
      |DocumentAmount",
      AddressPaymentDetailsInStorage,
      SubsidiaryCompany, //    - unfilled value.
      Object.Date,
      Object.Counterparty,
      Object.Ref,
      Object.OperationKind,
      Object.CashCurrency,
      Object.DocumentAmount
   );

also
Code
Procedure OnCreateAtServer(Cancel, StandardProcessing)
   
   Period = Parameters.Date;
   Counterparty = Parameters.Counterparty;  - ???????
   Counterparty = Parameters.Counterparty;
        CashCurrency = Parameters.CashCurrency;
   Ref = Parameters.Ref;
   OperationKind = Parameters.OperationKind;
   DocumentAmount = Parameters.DocumentAmount;
[...]

Same problem PaymentExpense. Object module  FillPaymentDetails()
Code
//   Query.SetParameter("Company", Counterparty);??????

Edited: Anton Lipskiy - Oct 25, 2016 11:44 PM
 
#2
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Anton!

Thank you for this information, I have sent it to the developer team.

 
#3
People who like this:0Yes/0No
Active user
1C:Professional
Rating: 8
Joined: Jun 25, 2013
Company: 1C Company

Hello, Anton.

We have fixed the bug in Small Business 1.5.3.44

1C Company support team
 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.