Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vat78

Pages: [1] 2
1
Development / Re: TimeTracker for Android
« on: March 09, 2016, 05:49:26 am »
I have tested it on FengOffice v.3.4
Possible this doesn't work with old versions.
You may try to check my API plugin by browser. I described main commands higher in post from 02/11

2
Development / Re: TimeTracker for Android
« on: February 11, 2016, 07:54:20 am »
additional comment - application uses https conection by default. If your server doesn't use SSL, you should enter url including "http://" in login form.

3
Development / Re: TimeTracker for Android
« on: February 11, 2016, 04:34:23 am »
Is there any message on screen after return to login form?

At first login It makes full load data from web. It includes such reqests:
1. check plugin
<your web-server url>/index.php?c=api&m=active_plugin&plugin=vatapi
must return
{"plugin_state":1}

2. check credentials
<your web-server url>/index.php?c=api&m=login&username=<login>&password=<password>
must return:
{"token":"your token","username":"your login","user_id":,"company":"your company"}

3. load categories (using token from previouse step)
<your web-server url>/index.php?c=vatapi&m=list_members&srv=workspace&auth=<token>
must return a list of your workspaces

4. load tasks
<your web-server url>/index.php?c=vatapi&m=listing&srv=ProjectTasks&args={"status":"0"}&auth=<token>
must return a list of your active tasks

5. load timeslots
<your web-server url>/index.php?c=vatapi&m=listing&srv=Timeslots&auth=<token>
must return a list of your timeslots (may take some time on big database)

May you try this requests in browser? Does they work?

4
Development / Re: TimeTracker for Android
« on: February 10, 2016, 02:49:16 am »
Check that you have installed plugin "vatapi" on your server.
For checking you should enter in brouser adress:  <your web-server url>/index.php?c=api&m=active_plugin&plugin=vatapi
And you must get "{"plugin_state":1}" as a result

If result is different you need download plugin from attachment of this topic, unpack it to the plugin folder on your server and activate it by web interface (settings -> plugins).
Installing of plugins is described on http://wiki.fengoffice.com/doku.php/plugins

5
Development / TimeTracker for Android
« on: February 08, 2016, 09:00:29 am »
Hi!
I use FengOffice since 2013. And I like timeslots functionality. I use them for billing my projects and for saving common info about steps in tasks.
But use this functionality very uncomfortable if you are out of office. Esspecialy if you are using only community version.
That's why I decide to make android applicaton for work with FengOffice timeslots.

I am not a professional programmer. Please don't kick me if some my solutions are wrong. But the first problem that I have met was underdone API of FengOffice. So I had to write my version of API - vatapi plugin. If you want to test my application you'll need first to instal this plugin (see it in attachment).

Now I start alfa-testing of my application. And I open this topic for questions and errors about it.
https://play.google.com/store/apps/details?id=ru.vat78.fotimetracker

6
Development / Re: web plugin loader
« on: January 29, 2016, 03:36:10 am »
Is it true for community version?
In my case I can't find any tools for load new version of plugin

7
Development / web plugin loader
« on: January 21, 2016, 08:05:02 am »
Hi!
Is anywhere tool for load and upgrade plugins by web?
--
vat

8
Pусский / Re: Alternative russian translate for FO 3
« on: December 30, 2015, 01:25:14 pm »
files for v 3.4 on topic

9
Pусский / Re: Alternative russian translate for FO 3
« on: December 25, 2015, 07:19:09 am »
уже вышла? пропустил...
обновлюсь в ближайшие пару недель - выложу

10
Pусский / Re: Alternative russian translate for FO 3
« on: October 26, 2015, 04:53:26 am »
See ver.3.3.04 on topic.
By the way you may translate your fengoffice by yourself. Just use link like: <your fengoffice>/public/tools/translate.php

11
Architecture / Re: Using API I obtain always the login page
« on: September 03, 2015, 11:16:33 am »
Hi homechief!
How did you solve this problem?

12
Pусский / Re: Alternative russian translate for FO 3
« on: July 03, 2015, 11:05:37 am »
update for 3.2 (on topic)

13
Feng Office 3 / Javascripts work very slow
« on: May 14, 2015, 10:16:13 am »
Hi!
I have a problem with javascripts after upgrade to version 3. They work very slow. Browser don't respond around 30-60 seconds.
I suggest it depends on amount of members in Dimensions which i have used.
Is any solutions for increase  speed of javascripts?
--
vat

14
Pусский / Re: Alternative russian translate for FO 3
« on: May 08, 2015, 11:05:12 am »
update for 3.1.4.3 (on topic)

15
Pусский / Re: Official translation to Russian
« on: May 08, 2015, 11:03:12 am »
могу предложить мой альтернативный вариант перевода - http://forum.fengoffice.com/index.php?topic=20024.0

Pages: [1] 2