In Gestinux bank statements refer to an extra-accounting table where we can enter or better import the statements from a bank, in a rather raw form.
...
It is possible to match them, or to generate quickly missing accounting entries, and at the end before closing the period both must match exactly ...
Search found 15 matches
- 15 Feb 2016, 18:36
- Forum: Development
- Topic: translation it_IT.ini
- Replies: 9
- Views: 17573
- 15 Feb 2016, 16:35
- Forum: Development
- Topic: translation it_IT.ini
- Replies: 9
- Views: 17573
Re: translation it_IT.ini
hi
I read the french wiki and I found this statement:
Une entreprise qui n'utilise pas de journaux auxiliaires enregistrera toutes ses opérations au jour le jour directement dans le livre-journal.
Where i read (using google translate of course) that is not mandatory to manage Special journals or ...
I read the french wiki and I found this statement:
Une entreprise qui n'utilise pas de journaux auxiliaires enregistrera toutes ses opérations au jour le jour directement dans le livre-journal.
Where i read (using google translate of course) that is not mandatory to manage Special journals or ...
- 15 Feb 2016, 09:43
- Forum: Development
- Topic: translation it_IT.ini
- Replies: 9
- Views: 17573
Re: translation it_IT.ini
Format changed to UTF-8, and this is the good new :) .
Then. I know, several lines are in english but I have a problem in completing the translation. It is not yet clear, to me, how Gestinux works regarding accounting.
For example, I did not understand the role of the "journal". From what I ...
Then. I know, several lines are in english but I have a problem in completing the translation. It is not yet clear, to me, how Gestinux works regarding accounting.
For example, I did not understand the role of the "journal". From what I ...
- 13 Feb 2016, 20:35
- Forum: Development
- Topic: gestinux trunk database structure
- Replies: 8
- Views: 19238
Re: gestinux trunk database structure
...
You proposed fix make MySQL field of type TEXT when BlobType is ftBlob.
I don't know if it works. Did you tried storing and retrieving data ?
If it works, I don't find it very consistant.
I would suggest to return BLOB when BlobType is ftBlob, but we have to check if the upgrade from 1.2 to ...
- 13 Feb 2016, 17:33
- Forum: Development
- Topic: gestinux trunk database structure
- Replies: 8
- Views: 19238
Re: gestinux trunk database structure
I think I've found something but still confused too.
Starting from the begin, my environment is:
mysql (innodb_version) 5.6.28
zeoslib 7.1.4
Different from yours but trouble I think is in FPC, cause I use Lazarus trunk wich uses FPC 3 instead of Lazarus 1.2.6 wich uses fpc 2.6.4.
In .../fpc ...
Starting from the begin, my environment is:
mysql (innodb_version) 5.6.28
zeoslib 7.1.4
Different from yours but trouble I think is in FPC, cause I use Lazarus trunk wich uses FPC 3 instead of Lazarus 1.2.6 wich uses fpc 2.6.4.
In .../fpc ...
- 13 Feb 2016, 14:04
- Forum: Development
- Topic: gestinux trunk database structure
- Replies: 8
- Views: 19238
Re: gestinux trunk database structure
I let Gestinux create database from scratch but
during the creation of Queries table (in unit UnitDataModule, procedure DbAfterConnect, statement TableQueries.Check)
I get this error
Impossibile connettersi al server 127.0.0.1 con il nome utente nomorelogic (Unsupported field type for ...
during the creation of Queries table (in unit UnitDataModule, procedure DbAfterConnect, statement TableQueries.Check)
I get this error
Impossibile connettersi al server 127.0.0.1 con il nome utente nomorelogic (Unsupported field type for ...
- 12 Feb 2016, 19:57
- Forum: Development
- Topic: gestinux trunk database structure
- Replies: 8
- Views: 19238
gestinux trunk database structure
hi all
I downloaded sources from svn, trunk and I've a question about TGTable.FieldTypeToSql (unit gdbconnection).
This method seems not handle field type ftBlob for TMemofield.
However I can find this field type in TableQueries.SqlCode (and some other tables), thus I can't build a database from ...
I downloaded sources from svn, trunk and I've a question about TGTable.FieldTypeToSql (unit gdbconnection).
This method seems not handle field type ftBlob for TMemofield.
However I can find this field type in TableQueries.SqlCode (and some other tables), thus I can't build a database from ...
- 11 Feb 2016, 09:32
- Forum: Development
- Topic: gestinux quotes
- Replies: 5
- Views: 19322
Re: gestinux quotes
...
So you have a lot of work !
NoMoreLogic sourceforge account is now developper in Gestinux Project (I hope it is you !)
...
Yes, it seems I have a lot of work to do.
For sure you know how to not traumatize people :D
Now I will start the last file translation (util) and in the meantime I ...
- 11 Feb 2016, 09:19
- Forum: Development
- Topic: translation it_IT.ini
- Replies: 9
- Views: 17573
Re: translation it_IT.ini
Ok, I'll add the italian translation in trunk branch and I will try to translate it_IT_util.ini.
Best regards,
nomorelogic
Edit:
it_IT.ini added on repository
Best regards,
nomorelogic
Edit:
it_IT.ini added on repository
- 10 Feb 2016, 02:42
- Forum: Development
- Topic: gestinux quotes
- Replies: 5
- Views: 19322
Re: gestinux quotes
...
Currently, Gestinux do not make orders, only quotes and invoices.
...
I was planning them in the next version in a few months but currently i'm a little busy in other areas. If someone is more available, he is welcome.
A basic ordering should be very easy to develop, because there are already ...