> Attention!

New threads need to be created only inroot partition! In the future, they will be processed by moderators.

If you posted a new version of the program, please notify the moderator by clicking the "Complaint" button on your message.

Catalog of Android programs



DroidPres | Software for automation of mobile commerce.



Rep: (5)
DroidPres
Version: 1.0.23

Last update of the program in the header:31.08.2011

Attached ImageAttached ImageAttached ImageAttached Image

Description:
DroidPres - mobile commerce system, open source, developed under the Android operating system. To pre-order the collection of the organization with the sale of goods in retail outlets, and the organization of mobile commerce with cars. Automating mobile workers using PDA, integrating into the office accounting system and allows remote data exchange.

Areas of use:
* Pre Selling collection orders - pre-order the collection organization in the implementation of the product in retail outlets.
* Van Selling sale with wheels - organization of mobile commerce with cars. (under development)

Adaptation:
With simple and open protocol call remote XML-RPC procedures system can be easily integrated into any accounting system.

The project is in beta testing.

Homepage: http://droidpres.org

Additional Information
Changelog: http://droidpres.blogspot.com
Russian interface: Yes

Download:
Version: 1.0.23 http://code.google.com/p/droidpres/downloa...Pres_1.0.23.apk
Download APK
Past versions


Post has been editeddvoriki06 - 31.08.11, 10:07
Reason for editing: added new version



Rep: (20)
It has long been looking for something similar, I will be tested. Females importantly - make it easy to handle with the program and is not too surprising



Rep: (20)
File in the header unfortunately almost "shell" of the program, it is not even a beta version. I wonder what will happen next. It would be great if the program is "exactly and without zakoryuchek" make friends with the 1C since the 7th version



Rep: (5)
What is meant by the shell? Initially, there is an empty database. It is necessary to start the server and retrieve data.

Currently supports only Preselling (from the English. Pre-Selling) collection orders. It is marked on the main page of the site of the program.

An example of data exchange server can be downloaded fromthe site. This full-featured, multi-threaded XML-RPC server written inPython. This server can be easily adapted to your accounting system. To do this, you want to implement a layer (proxy) module,these functionsWhich must be specified in the configuration module cfg.py:

PROXY_MODULE = '[module name]'

1c can be realized through this moduleOLE



Rep: (0)
I ask how the person far from the topic.

The challenge in its simplest form - to load the data (code, name and quantity in stock) from xls-file with and just display the available items. Is it possible to make with the help of your program and whether there are ready-made server and proxy for this?

Maybe you tell another embodiment of this functionality?



Rep: (5)
Vurguuz,
Yes it is possible. It is desirable not only from xls, csv and from then do not have to pull the OLE and can run on any platform (Win, Unix, Linux, Mac). It's enough basic Python knowledge. If you have none, write in a personal, that something.



Rep: (20)
Vurguuz @ 08.12.2010, 19:40*
Vurguuz,
Yes it is possible. It is desirable not only from xls, csv and from then do not have to pull the OLE and can run on any platform (Win, Unix, Linux, Mac). It's enough basic Python knowledge. If you have none, write in a personal, that something.


Python basic knowledge is not sufficient, I think a great many, including myself. In this situation, there is a way out?



Rep: (5)
Alexpskov,
In the near future I will try to implement layer module (proxy) to work with cvs.



Rep: (5)
writtenexampleconfigurations1C v7.7 to work with DroidPres. Description of the installation and configuration.

Video reviewhow it works.

Posted 10-12-2010, 19:08:

Update Version:DroidPres_1.0.19.apk



Rep: (20)
Why it is impossible to update the data via the mobile network, only via Wi fi.
As much as possible to change the program under its 1C (for us at least, and 7.7, but it is so altered that when new operators come poked like seeing 1C for the first time in my life: sveta:)

It is a pity that the topic is not relevant for userssavagemessiahzine.comApparently managers and sales representatives do not appear here. :savagemessiahzine.com:



Rep: (5)
Alexpskov,
Why it is impossible to update the data via the mobile network, only via Wi fi.

The difference in the work over WiFi and Mob.svyaz is that while communicating with paragraph WiFi, before the exchange itself is included WiFi, and after exchanging off. When communicating with paragraph "Mob.svyaz" immediately sent to the server requests. In this case, setting the server address is necessary to register and for WiFi and mob.svyazi. For example, for WiFi prescribe local address (in the office should access point and TP in the office can work without spending money on mob.inet). For "Mob.svyaz" specify the external IP address and TA are synchronized outside the office.

Access to the default settings "adm".
server address settings are specified as "[http: //] address: port": 192.168.0.20:8080 =http://192.168.0.20:8080, Myoffice.ru:8888 =http://myoffice.ru:8888


As much as possible to change the program under its 1C

Here a little bit I do not understand. If you are not a programmer 1C it is likely that you will be difficult to alter. But you can call a specialist who caters to your 1C showconfiguration exampleAnd they will understand and will add the necessary functionality into your ( "as converted") configuration.


Posted on 22.12.2010 11:15:

Updating the data exchange server

Updated exchange XML-RPC server data.
A full-featured, multi-threaded data exchange server DroidPres.

21.12.2010 Eugene Vorobkalo
  • Modernezirovanm module logging log.py
  • Added interception AttributeError exceptions droidpres_instance.py. It does not cause an error on the client if there is no function in the proxy module.


15.12.2010 Eugene Vorobkalo
  • Reworked structure kapalogov (packets)
  • Logiruyutsya all errors XML-RPC functions in the module droidpres_instance.py


Instruction
Download



Rep: (20)
jlab13 @ 22.12.2010, 11:15*
But you can call a specialist who caters to your 1C show

Of course, all this will be done with it - came yesterday, the question is removed.
But there was another. Our network has access to the Internet through a router, and frankly, make open access to the database is not very tempted. How can remotely update (transfer) data from the PDA to the server and back, that it was safe and having a dynamic IP? I know there are servers that you allocate virtual dedicated AP, but unfortunately I do not remember the address.
Maybe there are any programs Tipo Hamachi (LAN between PC), but the program for the creation lokalki between PC and PDA is not heard.



Rep: (5)
Alexpskov,
Our network has access to the Internet through a router, and frankly, make open access to the database is not very tempted.
And you never need to open access to the database. Only the port on which to hang the XML-RPC server. (Especially since he has a password access). On the router, you can forward this port (which you can choose) on any local computer that is running the XML-RPC server.
But we must be sure that the provider gives you the "real IP address." You can check this by going tothis site.

Dynamic IP? I know there are servers that you allocate virtual dedicated AP, but unfortunately I do not remember the address.
ServiceDyndns(Free) register, betprogramand no IP upgrade problems. But IMHO the beam provider to pay $ 5-6, and have a permanent IP.



Rep: (8)
detail about the installation - "Configuration Example 1C v7.7 to work with DroidPres" and

Installation
Install Python, pywin32 library 1C. Extract 1C_DroidPres.7z and specify its settings 1C. We extract here droidpresd.tar.bz2 same bed proxy_demo_1c.py of 1C_DroidPres.7z.


set python library installed on the readme, 1c stood for a long time, droidpress rasspakoval, base tuned launched checked.
further unpacked droidpresd.tar.bz2. and then she went to inquire.

tar archives have to decompress?

same herebedproxy_demo_1c.py


where here yet? in the same folder where the extracted folder with the resources, or the folder, which is of the same file?

You can run the server main.py

and could not find the downloaded file in main.py archives where is he? or I am blind?



Rep: (5)
Lionzi,
detail about the installation - "Configuration Example 1C v7.7 to work with DroidPres" and
Yes indeed You're right, I did not have time to update the documentation for the latest version of the server. Since the code server "Reworked directory structure (packets)" bit is not consistent.

Documentation updated.



Rep: (2)
Comrades And where do we get ???? 1C mathematics itself



Rep: (5)
Kiru23,
I do not understand what is meant by "1C math"?



Rep: (2)
the platform itself) 1c 7.7 Enterprise. (Sable) without buying



Rep: (2)
softinkoy emitted by mobile animals by pressing the data exchange.

and such a good idea ....... (((((

Acer e400 Android 2.1



Rep: (5)
Kiru23,
Via WiFi or mobile. network?



Rep: (2)
is all the problem was with id polzovatelya.ya wrote Agent 1 and had just 1


Full version    

Help     rules

Time is now: 24/10/20, 2:14