5c33a04043
* 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 |
||
---|---|---|
.. | ||
account | ||
accounts_settings | ||
bank_guarantee | ||
bank_reconciliation | ||
bank_reconciliation_detail | ||
budget | ||
budget_account | ||
c_form | ||
c_form_invoice_detail | ||
cheque_print_template | ||
cost_center | ||
fiscal_year | ||
fiscal_year_company | ||
gl_entry | ||
gst_account | ||
journal_entry | ||
journal_entry_account | ||
mode_of_payment | ||
mode_of_payment_account | ||
monthly_distribution | ||
monthly_distribution_percentage | ||
opening_invoice_creation_tool | ||
opening_invoice_creation_tool_item | ||
party_account | ||
payment_entry | ||
payment_entry_deduction | ||
payment_entry_reference | ||
payment_gateway_account | ||
payment_reconciliation | ||
payment_reconciliation_invoice | ||
payment_reconciliation_payment | ||
payment_request | ||
payment_schedule | ||
payment_term | ||
payment_terms_template | ||
payment_terms_template_detail | ||
period_closing_voucher | ||
pos_customer_group | ||
pos_item_group | ||
pos_profile | ||
pos_profile_user | ||
pos_settings | ||
pricing_rule | ||
purchase_invoice | ||
purchase_invoice_advance | ||
purchase_invoice_item | ||
purchase_taxes_and_charges | ||
purchase_taxes_and_charges_template | ||
salary_component_account | ||
sales_invoice | ||
sales_invoice_advance | ||
sales_invoice_item | ||
sales_invoice_payment | ||
sales_invoice_timesheet | ||
sales_taxes_and_charges | ||
sales_taxes_and_charges_template | ||
share_balance | ||
share_transfer | ||
share_type | ||
shareholder | ||
shipping_rule | ||
shipping_rule_condition | ||
shipping_rule_country | ||
subscription | ||
tax_rule | ||
__init__.py |