Financial Localization does not allow to change VAT and Sales TAX(US)

Accounting and inventory IFRS/GAAP suite for SMB. General questions. See 1C:AccountingSuite details

#1
People who like this:0Yes/0No
Active user
Rating: 2
Joined: Nov 11, 2013
Company: AVA HUB LTD

In this version (1.1.33.1) of accounting suit Financial Localization from settings not allowing you to change VAT and Sales TAX(US)...selecting thick is locked  :| in both versions New and Demo

 
#2
People who like this:0Yes/0No
Active user
Rating: 4
Joined: Jul 29, 2011
Company: 1C Company

Hello,

you can enable switching between the financial localizations by commenting out this code section in Common forms / GeneralSettings:

Code
   If Constants.USFinLocalization.Get() = True Then
      Items.USFinLocalization.ReadOnly = True;
      Items.VATFinLocalization.ReadOnly = True;
   EndIf;

Sincerely,

Konstantin

 
#3
People who like this:0Yes/0No
Active user
Rating: 2
Joined: Nov 11, 2013
Company: AVA HUB LTD

Thanks Konstantin

 
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.