[Gambas-user] [CRASH REPORT] Facturi august

Constantin Teodorescu brailateo at gmail.com
Wed Oct 3 05:58:56 CEST 2018


Hello,

Damned, my program crashed Gambas that way :

Just opened in dataBrowser a PostgreSQL table with the structure:
autentificare=# \d incasari
                                            Table "public.incasari"
       Column       |            Type             | Collation | Nullable |
             Default
--------------------+-----------------------------+-----------+----------+--------------------------------------
 id                 | integer                     |           | not null |
nextval('incasari_id_seq'::regclass)
 ziua               | date                        |           | not null |
wks                | character varying(128)      |           | not null |
total              | numeric(6,2)                |           | not null |
valoare            | numeric(6,2)                |           | not null |
tva                | numeric(6,2)                |           | not null |
societate          | character varying(512)      |           | not null |
''::character varying
 cui                | character varying(16)       |           | not null |
''::character varying
 regcom             | character varying(24)       |           | not null |
''::character varying
 adresa             | character varying(512)      |           | not null |
''::character varying
 nr_factura         | integer                     |           | not null |
nextval('seq_nr_factura'::regclass)
 data_factura       | date                        |           |          |
doar_baza          | character(1)                |           | not null |
'N'::bpchar
 import_excel       | character(1)                |           | not null |
'N'::bpchar
 ts_confirmare      | timestamp without time zone |           |          |
confirmat_prin_wks | character varying(8)        |           |          |
facturat_total     | numeric(6,2)                |           |          |
facturat_valoare   | numeric(6,2)                |           |          |
facturat_tva       | numeric(6,2)                |           |          |
Indexes:
    "incasari_pkey" PRIMARY KEY, btree (id)
    "incasari_nr_factura" UNIQUE, btree (nr_factura)
    "incasari_wks" btree (wks)
Triggers:
    trigger_calcul_tva BEFORE INSERT OR UPDATE ON incasari FOR EACH ROW
EXECUTE PROCEDURE functie_calcul_tva()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20181003/79bed610/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AugustIQM-0.0.1-crash-181003-065457.tar.bz2
Type: application/x-bzip
Size: 14516 bytes
Desc: not available
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20181003/79bed610/attachment-0001.bin>


More information about the User mailing list