brotherton-erpnext/erpnext/accounts/report
Ameya Shenoy 5c33a04043 Shareholder and related doctypes (#12215)
* Added doctypes related to shares

- Shareholder doctype, the entity who does the transaction
- Share doctype, a child table to kepp list of all shares
- Share Transfer doctype, Logs of all made transactions

* Added logic for share transfer

- update shareholder automatically on share transfer/issue/purchase
- purchase and transfer have method remove_share which doesn't get executed because of some bug

* Added report view for share ledger

* Removed share number tracking

- removed share number tracking from Share Ledger child table for Shareholder doctype
- new doctype Share Type created

* Share Balance report added

- math behind Share Balance report needs fixing

* Changes in shareholder

- Share numbers are not tracked in Shareholder
- Share Ledger doctype deleted
- Share Balance Report bug fixed

* Shareholder

- fixed report for share balance
- remove bug from share transfer by making share type mandatory
- added buttons to shareholder for direct link to report

* Added tests for Share Transfer

* minor codacy fixes

* Added Shareholder to Party Type

* rate in share ledger & balance report is currency

* First attempt at modelling shares after Item

* Share Manager changes

- on creation of shareholder party it should check if the same combo exists
- in shareholder party make report button visible iff folio no exists
- create folio no on creation of share transfer iff it doesnt already exist
- move reports from shareholder to shareholder party

* Shareholder chages

- delete share child table doctype
- autoname added to folio no
- modify tests for share transfer

* minor changes

* removed share_no child doctype

* Restructured Share Transfer Logic (not tested)

- Everything revolves around Share Balance child table in Shareholder Party
- is_company flag still to be utilized

* Tested Share Tranfer

* minor fixes

* started new shareholder structure

* modified shareholder

* renamed Shareholder Party to Shareholder

* Shareholder rewrite complete

* new tests for shareholder written

* codacy fixes

* Added documentation
2018-02-12 11:32:47 +05:30
..
accounts_payable Lint and fix JS files 2017-05-30 12:54:42 +05:30
accounts_payable_summary Lint and fix JS files 2017-05-30 12:54:42 +05:30
accounts_receivable resolved merge conflicts 2018-02-08 15:17:15 +05:30
accounts_receivable_summary payment terms filter in AR Summary report (#12529) 2018-01-18 09:23:32 +05:30
asset_depreciation_ledger added roles in the report 2017-03-06 14:26:09 +05:30
asset_depreciations_and_balances [Fix] Asset depreciations and balances report showing wrong accumulated depreciation amount if multiple asset against same asset category (#11848) 2017-12-04 19:29:03 +05:30
balance_sheet Replace c3 (#11112) 2017-10-17 12:03:02 +05:30
bank_clearance_summary Lint and fix JS files 2017-05-30 12:54:42 +05:30
bank_reconciliation_statement Lint and fix JS files 2017-05-30 12:54:42 +05:30
budget_variance_report [fix] Actual amount for budget variance report 2017-09-11 13:58:15 +05:30
cash_flow Cleanup on financial statement PR 2017-04-25 16:26:33 +05:30
delivered_items_to_be_billed Nestedset model fixes for changing parent and renaming (#11467) 2017-11-10 11:12:43 +05:30
general_ledger Removed DR/CR from balance column (#12791) 2018-02-07 12:10:14 +05:30
gross_profit [Fix] Gross profit validation issue (#12516) 2018-01-17 14:40:59 +05:30
item_wise_purchase_register [fix] query fix for match conditions (#10810) 2017-09-18 15:27:24 +05:30
item_wise_sales_register Fixed merge conflict 2018-02-03 09:14:53 +05:30
ordered_items_to_be_billed Nestedset model fixes for changing parent and renaming (#11467) 2017-11-10 11:12:43 +05:30
payment_period_based_on_invoice_date Lint and fix JS files 2017-05-30 12:54:42 +05:30
profit_and_loss_statement Replace c3 (#11112) 2017-10-17 12:03:02 +05:30
profitability_analysis Export total labels 2017-03-29 17:44:17 +05:30
purchase_invoice_trends Lint and fix JS files 2017-05-30 12:54:42 +05:30
purchase_order_items_to_be_billed added roles in the report 2017-03-06 14:26:09 +05:30
purchase_register Fixes in purchase register report (#12737) 2018-02-01 18:58:14 +05:30
received_items_to_be_billed [fix] Column Heading in received item to be billed report (#12083) 2017-12-19 11:23:34 +05:30
sales_invoice_trends Lint and fix JS files 2017-05-30 12:54:42 +05:30
sales_partners_commission Fix english typo in source code 2018-01-06 04:04:06 +01:00
sales_payment_summary Merge branch 'master' into develop 2018-01-22 15:29:15 +05:30
sales_register Added Warehouse, Cost Center, Owner filters to Sales Register (#11600) 2017-11-16 14:09:17 +05:30
share_balance Shareholder and related doctypes (#12215) 2018-02-12 11:32:47 +05:30
share_ledger Shareholder and related doctypes (#12215) 2018-02-12 11:32:47 +05:30
trial_balance Update trial_balance.py 2018-02-02 12:27:30 +00:00
trial_balance_for_party added roles in the report 2017-03-06 14:26:09 +05:30
unpaid_expense_claim added roles in the report 2017-03-06 14:26:09 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
financial_statements.html [minor] fixed Cannot read property 'default_letter_head' of undefined (#9268) 2017-06-14 12:52:13 +05:30
financial_statements.py show error message if cannot get accounts details (#10768) 2017-09-13 15:27:30 +05:30
non_billed_report.py [Enhancement] Consolidated billed report, changed type from query to script 2017-01-02 16:20:43 +05:30