We have modified the search engine in lists making it more convenient and understandable.
The first external difference is that now the form command line contains two new items: search string and search control.
As before, in order to find something, it is enough just to start typing on the keyboard the search words. The cursor will automatically go to the search string and it will show the characters you type.
For example, if you want to find what did «Gateway Ltd.» buy wholesale from the middle warehouse, then just type on the keyboard: «gateway whol midd».
Continue reading Search in dynamic lists since 1C:Enterprise 8.3.5
1C Company released version 1.1.37.01 of 1C:AccountingSuite
1C Company released a new version of 1C:AccountingSuite - 1.0.37.01. What’s new is listed below.
Continue reading 1C Company released version 1.1.37.01 of 1C:AccountingSuite
Editing data in external data sources
We have implemented the ability to add, modify and delete data in external sources. We need immediately to mention that we have created this mechanism to solve the problems of integration with other applications. Do not try to use it for replacing the «platform» mechanism of data storage in 1C applied solution.
You can edit the data both in software and interactively. In most cases, you do not need to program anything. Everything will work interactively, automatically, as well as, for example, when adding, deleting or modifying the catalogs and documents.
Continue reading Editing data in external data sources
HTTP-services
In addition to automatic REST interface in 1C:Enterprise platform, we have implemented the ability to create our own arbitrary HTTP-services.
You can generate a response to the request yourself using the script. In this case, you have convenient access to the body, headers and line of original request, as well as you can generate the code, body and headers of response on your own.
Compared with the existing platform SOAP web-services, HTTP-services have several advantages:
- Easy to program the client of such services;
- Potentially a smaller amount of transferred data;
- Potentially lower computational load;
- HTTP-services are focused on the «resources», while SOAP services are focused on the «actions».
Manageable query wizard and object model of query scheme
We have modified the query wizard so that it can operate in the manageable mode in thin client, thick client and web-client. Previously, the query wizard was not available in the mode of manageable application.
Continue reading Manageable query wizard and object model of query scheme
New release of 1C:Small Business (1.4.7) is available for download
1C Company released a new version 1.4.7.37 of 1C:Small Business. This version includes many bugfixes and new functionality.
1C:Small Business is a powerful business application recommended to use by 1C partners as a base to develop own robust applications for local entrepreneurs and small business owners to help their businesses grow and run more smoothly.
Continue reading New release of 1C:Small Business (1.4.7) is available for download
Display report details
Most of the reports are required to show their details, for instance, display documents which have an influence on results of report. This function can be done very simply using DCS. You can customize different data groupings or open an object of configuration by double-clicking.
Nevertheless, some reports are easier to develop without using DCS. Of course, the possibility of DCS allows us to develop a report of any complexity but I want to demonstrate how detailing parameters are used in reports without DCS.
The example is simplified as much as possible. The configuration contains two documents (Cash payment, Cash receipt) and catalog Clients. Documents add records in an accumulation register.
Continue reading Display report details
Reading XML files using XDTO
If you are a developer 1C or write in PHP, or C++, it does not matter, but sooner or later you will be faced with XML. Why? Because it is universal, convenient, ubiquitous, cool, cross-platform . XML correctly understands in Android, Windows and Linux, etc. It is used for the exchange of information. It is used to store information.
In this post, I will explain how to read XML using 1C mechanism XDTO. You can see that the code is very simple, and no conversion is not required for XML values.
Continue reading Reading XML files using XDTO
QR code generation using API Google
For generation the API from Google is used (http://chart.apis.google.com/chart). By creating the necessary URL, it is possible to download a picture generated using API. It is made without the use of external components in order that it was guaranteed to work in the web-client.
Continue reading QR code generation using API Google
Multi-threading as a method to accelerate certain procedures
1С:Enterprise 8 platform has the necessary tools to provide a multi-threading, but in practice these tools are undeservedly forgotten.
Continue reading Multi-threading as a method to accelerate certain procedures