brotherton-erpnext/erpnext/controllers
Saqib 34873bf26b
fix: multiple pos issues (#23725)
* fix: point of sale search

* fix: pos fetches expired serial nos

* fix: pos doesn't refresh on route change

* fix: opening balances not set in opening entry

* fix: remove debug statement

* fix: invalid query if no serial no is reserved by pos invoice

* chore: make new order btn primary

* chore: filter warehouse by company

* chore: add shortcuts for new order and email

* fix: cannot fetch serial no if no batch control

* chore: add shortcuts for menu items

* feat: standard keyboard shortcuts for pos page

* feat: display only items that are in stock

* fix: empty point of sale page if opening entry dialog is closed

* feat: conversion factor in pos item details

* fix: show all invalid mode of payments

* chore: show all items if allow negative stock is checked

* fix: -ve amount set when changing mode of payment

* fix: pos closing validations

* fix: test

* fix: non expired serial no fetching query

* fix: cannot dismiss pos opening creation dialog

* fix: transalation strings

* fix: msgprint to throw

* chore: use as_list in frappe.throw

* chore: clean up pos invoice.js & .py

* fix: codacy

* fix: transalation syntax

* fix: codacy

* fix: set_missing_values called twice from pos page

* fix: mode selector with double spaces

* fix: do not allow tables in pos additional fields

* fix: pos is not defined

* feat: set mode of payments for returns

* fix: remove naming series from pos profile

* fix: error message

* fix: minor bugs

* chore: re-arrange pos closing entry detail fields

* fix: sider & frappe linter

* fix: more translation strings

* fix: travis

* fix: more translation strings

* fix: sider

* fix: travis

* fix: unexpected end of string

* fix: travis
2020-10-26 13:24:47 +05:30
..
tests fix: Remove every bit of randomness from this test 2020-07-11 19:38:51 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
accounts_controller.py fix: multiple pos issues (#23725) 2020-10-26 13:24:47 +05:30
buying_controller.py feat: Supplier Sourced Items in BOM 2020-10-09 22:05:03 +05:30
item_variant.py fix: Typo 2020-06-17 19:05:40 +05:30
print_settings.py optimize(various) 2018-08-08 16:37:31 +05:30
queries.py fix: Codition in batch selector query 2020-10-05 13:55:53 +05:30
sales_and_purchase_return.py fix: multiple pos issues (#23297) 2020-09-10 19:28:46 +05:30
selling_controller.py fix: cannot merge pos invoice if validate selling price is checked (#23593) 2020-10-12 18:31:23 +05:30
status_updater.py fix: Lock row in subquery while setting delivered qty (#23100) 2020-09-08 11:57:45 +05:30
stock_controller.py fix: merge conflict 2020-10-25 13:07:59 +05:30
taxes_and_totals.py fix: Revert tax calculation changes 2020-09-15 09:42:51 +05:30
trends.py fix: grammatical fix on error message 2020-06-25 22:35:33 +05:30
website_list_for_contact.py feat: provision to draft quotation from portal 2020-09-23 22:02:31 +05:30