Commit graph

44 commits

Author SHA1 Message Date
Raimon Esteve d863d0ff14 Remove include_cancel in taxes_by_invoice report
#157246
2023-05-16 13:25:28 +02:00
Bernat Brunet b57e741069 Remove not used function. 2023-05-14 08:34:42 +02:00
Raimon Esteve 1310062b74 Increase version number 2023-05-10 17:21:03 +02:00
Raimon Esteve 251912cd17 Locales 2023-05-09 16:55:54 +02:00
Raimon Esteve f442b2bf1f Replace margin style in A4 landscap to side_margin and extra_verical_margin parameters
#158881
2023-05-09 16:44:36 +02:00
Raimon Esteve d3020f360e Update context when is ImmutableDict
#156773
2023-04-25 16:04:31 +02:00
Raimon Esteve c59a2c94df taxes_by_invoice locales
#157953
2023-04-19 15:29:01 +02:00
Juanjo Garcia ff03342480 FIX party_required.
Get form the account and dont try to get it form a non existent line variable.

Task #157843
2023-04-12 12:37:52 +02:00
Juanjo Garcia 9a16d95bea In taxes_by_invoice report, if we dont have a tax, dont try to get her name (print "---" instead).
Task #158123
2023-04-04 10:22:11 +02:00
Raimon Esteve c55d425bcf General Ledger: no-wrap amounts and locales
#157676
2023-03-24 14:11:39 +01:00
Juanjo Garcia fc3ca7cd96 Always raise exception when fiscal year or period are not found
Since 641cb7c9a4
Task #048598
2023-03-16 16:11:59 +01:00
Bernat Brunet 065216f549 Fix problem in general ledger with extra depends 2023-03-13 09:22:05 +01:00
Bernat Brunet d748a20364 when crete the general ledger, control the possibility to have an
account_move with move_origin, but not origin, or BankLine as origin.

Task: #156979
2023-03-13 08:52:04 +01:00
Albert Cervera i Areny 15a3e3737a Do not try to remove unexisting jaser_reports' menu_print_taxes_by_invoice. 2023-03-05 01:37:54 +01:00
Albert Cervera i Areny 36ac43dbd3 Pyflakes fixes. 2023-03-05 01:36:49 +01:00
Albert Cervera i Areny 6a338bb2b4 Do not try to remove unexisting jaser_reports' menu_print_general_ledger. 2023-03-05 01:34:02 +01:00
Albert Cervera i Areny 35ceab045d Fix tests. 2023-03-05 00:38:22 +01:00
Albert Cervera i Areny b681e63f6f Add skip_warnings on test's invoice post. 2023-03-05 00:22:06 +01:00
juanjo-nan 11001fad8c Add xls format to general ledger report. (#4)
Adapt general_ledger report:
- Change positon page
- Add missing fields
- Add missing agrupations
- Other visuals changes (header, etc.)

Task #071305
2023-03-03 15:11:52 +01:00
Bernat Brunet 626059d87d Fix 'ids' when call execute for print the report.
Fix PEP8
2023-01-24 12:36:12 +01:00
jared-nan 158f89002a Deactivate jasper reports menus | #072744 (#5) 2023-01-18 13:51:04 +01:00
Juanjo Garcia 588dec0618 Dont try to add css links if we create an "xls" file.
Task #072367
2023-01-03 14:59:51 +01:00
Bernat Brunet 114c3ead2b Fix problem when print taxes of an invoice with more than one tax.
Tasks: #067259
2022-10-16 17:11:06 +02:00
Raimon Esteve 67dc5a3cf7 Increase version number 2022-08-17 14:12:37 +02:00
Jared Esparza fef0c5a87e Add company to context 2022-05-05 11:44:15 +02:00
Jared Esparza 6865aa6d21 Replace test setuptools command by unittest discover 2022-04-27 15:11:49 +02:00
Juanjo Garcia ea620dfa75 In 6.0 or above use "cancelled" as state of invoices instead of "cancel"
Task #049812
2022-03-18 10:59:24 +01:00
juanjo-nan 082dad06e5 Dont add values of canceled invoices. (#3)
Task #047897
2021-11-02 14:23:00 +01:00
Bernat Brunet ff40615d6e Update taxes field domain in taxes by invoice wizard to addapt for the
new use of IRPF taxes that have not group set.

Fix PEP8
2021-10-07 12:27:25 +02:00
Albert Cervera i Areny 35adf7e126 Pyflakes fixes. 2021-10-03 00:12:41 +02:00
Albert Cervera i Areny 7d56ae0c4b Add Excel output format. 2021-10-01 10:09:05 +02:00
juanjo-nan ba446759ac Fix show_total_only. (#2)
Show dates when search for dates in document.
Use an empty llist instead of records.

046974
2021-09-07 15:07:28 +02:00
Albert Cervera i Areny 51610f439f Do not show invoice totals as it does not make sense because there may be duplicates. 2021-08-29 00:50:05 +02:00
Albert Cervera i Areny b643e23d35 Remove unnecessary spaces. 2021-08-29 00:10:28 +02:00
Albert Cervera i Areny fb36087179 Remove bckp file. 2021-08-29 00:07:46 +02:00
Albert Cervera i Areny 69c364c7fa Remove trailing spaces. 2021-08-28 16:14:26 +02:00
Albert Cervera i Areny 94bca00287 In Taxes by Invoice report, allow HTML output but not XLS. 2021-08-28 15:37:48 +02:00
Albert Cervera i Areny 731b636149 Fix general_ledger test: test was not changed when DualRecord was
removed.
2021-08-27 14:53:38 +02:00
Albert Cervera i Areny f443bad93c
Merge pull request #1 from NaN-tic/043571
Add new report, taxes_by_invoice and fix general ledger.
2021-08-27 12:40:02 +02:00
Albert Cervera i Areny 2c66bb52a8 Remove prints and commented code. 2021-08-27 12:37:30 +02:00
Juanjo Garcia 33e4b0ae8c Add catalan translation.
Fix translations.
2021-08-02 14:01:55 +02:00
Juanjo Garcia 3f2640c4e6 Add new report, taxes_by_invoice.
043571
2021-07-29 14:11:35 +02:00
Raimon Esteve 9b1070245a Not use DualRecord and add detail lines macro 2020-06-08 11:13:28 +02:00
Raimon Esteve dadfffe912 Initial commit 2020-06-05 12:43:20 +02:00