Commit graph

151 commits

Author SHA1 Message Date
Raimon Esteve 7446446dec Cancel before delete a report 2017-06-29 17:50:28 +02:00
Raimon Esteve ccf3c0da89 IMP load invoices and not lost current lines 2017-06-29 17:44:06 +02:00
Raimon Esteve ec197aefa7 Replace set required invoice to PYSON
Also add some report fields readonly when has lines
FIX from changeset-848333b3a574
2017-06-29 16:46:18 +02:00
Àngel Àlvarez 91345b3511 fix on_change on invoces 2017-06-29 16:08:58 +02:00
Àngel Àlvarez dc88de1156 manage exception on sending invoices and show message 2017-06-29 12:10:23 +02:00
Raimon Esteve 452888be2f Remove print debug 2017-06-29 10:58:27 +02:00
Raimon Esteve dbdf52e875 Set required in invoice report line
Each report line is related to an invoice
Graft from changeset-7ab7a95829af
2017-06-29 10:57:53 +02:00
Àngel Àlvarez 14a324bde6 fix searcher 2017-06-29 10:46:27 +02:00
Raimon Esteve eedea4ac2f Add fill keys on invoice purchase
Since changeset-087f67664279 add extra depends in sale, do the same for purchase
2017-06-29 10:18:44 +02:00
Raimon Esteve 76ddf844e6 Add doc and tests in package MANIFEST
Revert some parts from changeset-489749b2a5d1
2017-06-29 09:48:02 +02:00
Raimon Esteve 2bc138c606 Add DOC 2017-06-29 09:45:26 +02:00
Daniel Möller 1bf508d125 Protect recieved invoices counterpart queries
Counterpart is null for summarized invoices
2017-06-27 13:30:16 +02:00
Daniel Möller 796b242937 Parse queried total amount as python decimal 2017-06-27 12:52:14 +02:00
Daniel Möller 25864c6664 Merge upstream 3.4 2017-06-27 10:17:59 +02:00
Àngel Àlvarez d296ed05a5 fill keys on select lines on supplier invoices and fill keys on invoice sale 2017-06-26 20:53:59 +02:00
Daniel Möller 26820d2017 Merge upstream 3.4 2017-06-23 14:40:06 +02:00
Raimon Esteve 0638081190 Remove widget date in tree view
Also, we add a comment why use PYSON readonly in send_date field
2017-06-23 11:04:37 +02:00
Raimon Esteve 6f43ee723a FIX transaction cursor (2)
From changeset-008fe275a6ba
2017-06-23 10:47:13 +02:00
Raimon Esteve f277e7875d FIX transaction cursor
FIX merge from changeset-3b110f87dcf6
2017-06-23 10:44:49 +02:00
Raimon Esteve 5d0097ffc7 Upgrade Setup 2017-06-23 10:20:35 +02:00
Sergio Morillo 9fb7b56266 Upgrade AEAT mappings from pyaeatsii 0.2.4 2017-06-23 10:16:06 +02:00
Sergio Morillo 33776c10c0 Set SII records to None when copy an invoice 2017-06-23 10:01:47 +02:00
Raimon Esteve 71fc93de54 Add AEAT section cfg to production/test env 2017-06-23 09:03:00 +02:00
Sergio Morillo b5d92337a6 Add missing sii_book_key depends in invoice fields 2017-06-23 00:03:18 +02:00
Raimon Esteve 2ca6c5b251 Group menus and actions in aeat XML 2017-06-22 23:57:55 +02:00
Raimon Esteve c4e6bf2726 FIX Invoice on_change_lines_taxes 2017-06-22 23:48:00 +02:00
Sergio Morillo d3c8906be0 Use a global SII Invoice keys list 2017-06-22 23:36:46 +02:00
Sergio Morillo 25427ae077 Add 1.0 SII report version 2017-06-22 23:32:14 +02:00
Raimon Esteve 935dfa8737 Rename to sii_identifier_type party field 2017-06-22 23:20:23 +02:00
Sergio Morillo 854544c472 Add PYME tax keys + FIX tax keys 2017-06-22 19:18:45 +02:00
Raimon Esteve 106983a2c5 Replace widget date readonly state + Selection options without break line 2017-06-22 18:44:36 +02:00
Raimon Esteve 52bd490b43 Merge missing features from 3.4 and 4.0 series 2017-06-22 16:54:50 +02:00
Àngel Àlvarez 65cae00fde fix on_change 2017-06-19 14:30:59 +02:00
Àngel Àlvarez 991f25f4df update taxes keys 2017-06-17 19:42:17 +02:00
Daniel Möller cd5abd2a20 Response order does match report order. Refactor save block 2017-06-16 12:57:11 +02:00
Daniel Möller 9acfc671fe Turn issue_date and presentation_date into date and datetime fields 2017-06-14 16:03:06 +02:00
Daniel Möller 476443e3aa New full tree view of SII report lines 2017-06-14 15:25:50 +02:00
Daniel Möller d8ad55227e Merge upstream 2017-06-14 12:52:30 +02:00
Àngel Àlvarez 1d87bdab08 make received and issued keys depends on book keys 2017-06-14 10:36:16 +02:00
Àngel Àlvarez 6d4a7dd755 add functional fields identifier_type and vat_code 2017-06-13 17:30:28 +02:00
Daniel Möller 55b27992cc Add new model to store SII tax lines 2017-06-13 16:57:59 +02:00
Daniel Möller 00dd880e26 Grow report line model to store SII responses 2017-06-13 15:41:02 +02:00
Àngel Àlvarez b7c07e7ea7 make sii lines readonly except draft state 2017-06-13 12:58:20 +02:00
Daniel Möller 875d0bb68c Move mappers to their own file 2017-06-13 12:57:41 +02:00
Àngel Àlvarez 7e1a15d196 fix invoice sii_state, take care only sended lines 2017-06-13 12:45:49 +02:00
Daniel Möller 3fbd54f32a Merge upstream 2017-06-13 11:52:46 +02:00
Àngel Àlvarez c363391269 new keys to taxes 2017-06-13 09:47:17 +02:00
Daniel Möller 6c59cf85a0 Fix equivalence surcharge tax search 2017-06-12 16:56:03 +02:00
Daniel Möller 52355e635e Refactor sii_subjected -> sii_subjected_key 2017-06-12 15:18:55 +02:00
Daniel Möller 2d32262db5 Merge upstream 3.4 2017-06-12 12:26:50 +02:00