brotherton-erpnext/erpnext/regional/report
Raffael Meyer 0de066c3b1 feat(regional): Add master data to DATEV Export (#18755)
* Add master data to export

* add SQL statements to get customers and suppliers

* make data category a string

* fix SQL error

* fix SQL errors

* unique column names

* add encoding of constants

* get customer primary address and contact

* fix typo

* fix typo

* binary response

* add filename

* add filecontent

* rename account columns

* exclude account groups

* use compression, close file before transfer

* fix StringIO

* add basic tests

* fix assertion, merge test methods

* fix indentation

* relative import of constants

* fix path

* import os

* Add default currency to test company

* root accounts with parent = null

* move account-related things to setup()

* add: test headers

* company and filters become class properties

* add: test csv creation

* (fix): add missing account

* (fix): remove wrong space

* add items to sales invoice

* refactor: create test data

* fix: create cost center

* fix: doctype Accoutn

* fix: make sure account belongs to company

* fix: remove customer group and territory, save on a new line

* create default warehouses

* fix: make Item myself

* fix: item defaults are a list

* fix: use my own warehouse

* fix: use my own expense account

* fix: let you take care of the Sales Invoice Item

* fix: import zipfile

* add TODOs

* fix: workaround for pandas bug

* SQL: utf-8 everywhere to make conversion in tests unnecessary

* tests: zipfile must be encoded string

* fix(tests): invalid start byte

* fix(test): give is_zipfile() the file-like object it expects

* fix(test): fix encoding of colums

* fix(get_transactions): as_dict is 1 by default

* fix(tests): allow empty data

* refactor: rename columns in get_account_names

* fix(pandas): keep sorting columns

* fix: "lineterminator" must be a string

* fix(test): check if cost center exists

* fix: credit limit became a child table

* fix: save company after creation

* insert instead of save

* tests: setup_fiscal_year

* fix(test): import cstr

* fix(tests): fiscal year

* fix: can't concat str to bytes

* fix: make csv-encoding work for py2 and py3

* fix(test): use frappe.as_unicode instead of unicode

* fix: use BytesIO instead of StringIO for py3 compatibility

* fix(tests): use BytesIO instead of StringIO for py3 compatibility
2019-11-29 17:32:17 +05:30
..
datev feat(regional): Add master data to DATEV Export (#18755) 2019-11-29 17:32:17 +05:30
electronic_invoice_register mod(regional,italy): Updates to Italian Localization 2019-02-19 10:39:22 +05:30
eway_bill fix(accounts): Validate gst accounts defined in GST Settings in eway bill report 2019-01-23 10:33:47 +05:30
fichier_des_ecritures_comptables_[fec] fix: Missing commits from hotfix branch (#17997) 2019-07-03 10:34:31 +05:30
gst_itemised_purchase_register feat: GSTR3B Report JSON creation and Print Format (#16595) 2019-03-21 20:47:47 +05:30
gst_itemised_sales_register [Add] GSTIN filters in hsn wise summary and itemised reports 2019-06-06 12:08:09 +05:30
gst_purchase_register feat: GSTR3B Report JSON creation and Print Format (#16595) 2019-03-21 20:47:47 +05:30
gst_sales_register feat: GSTR3B Report JSON creation and Print Format (#16595) 2019-03-21 20:47:47 +05:30
gstr_1 fix: Button label case (#19706) 2019-11-29 17:30:46 +05:30
gstr_2 Revert "fix: GSTR-2 Report fixes" 2019-06-20 15:26:04 +05:30
hsn_wise_summary_of_outward_supplies chore: remove unlinked letter head references (#19138) 2019-09-24 09:53:06 +05:30
india_gst_common [Add] GSTIN filters in hsn wise summary and itemised reports 2019-06-06 12:08:09 +05:30
irs_1099 fix: Remove print statements (#17333) 2019-04-22 19:25:18 +05:30
__init__.py [wip] GST for India. Pending reports 2017-06-22 22:31:32 +05:30