Commit Graph

29 Commits

Author SHA1 Message Date
Stephane Wirtel 768d9cdb7e [IMP] account: Merge the opening_control and closing_control flags in cash_control
[IMP] account: In the case where the bank statement is a cash register, we can get the coins of the last register.
[IMP] account: Hide the 'Available Coins' if the journal hasn't the cash_control flag.
[FIX] account: Use some default values for the profit/loss and internal account.
[IMP] point_of_sale: Avoid to have two payment methods with the cash_control in a pos.config object.
[REF] point_of_sale: Refactor the computation code of the cash_journal, cash_register and cash_control flags.
[IMP] point_of_sale: Store the difference in the right account if the journal of the statement is a cash_control or nota.
[FIX] point_of_sale: Use the session name instead of the order name for the account.bank.statement.line .
[IMP] point_of_sale: [DEMO] Define the default payment_methods for the pos.config.

bzr revid: stw@openerp.com-20120828112116-lblikdcn92lcpc7w
2012-08-28 13:21:16 +02:00
Twinkle Christian (OpenERP) fc1b1749a8 [IMP]Remove type field from the modules
bzr revid: tch@tinyerp.com-20120809060516-zgx3gdyv6wdshfyw
2012-08-09 11:35:16 +05:30
Twinkle Christian (OpenERP) cb1c6c08af [IMP]Improve search view in all modules
bzr revid: tch@tinyerp.com-20120731112804-a0akxtqr1z0uew6w
2012-07-31 16:58:04 +05:30
Turkesh Patel (Open ERP) 6e178d51ec [IMP] point_of_sale: improved search views.
bzr revid: tpa@tinyerp.com-20120720124629-4eau5t3r09x7b5y2
2012-07-20 18:16:29 +05:30
Atul Patel (OpenERP) e284d902ef [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120718064921-wob12umyjhi63v63
2012-07-18 12:19:21 +05:30
Frédéric van der Essen f8d32d3304 [MERGE] point_of_sale
bzr revid: fva@openerp.com-20120710142447-s0z5ca89bofh0n2c
2012-07-10 16:24:47 +02:00
Atul Patel (OpenERP) 0347a93cda [FIX]: IMprovement in view. duration field also.
bzr revid: atp@tinyerp.com-20120705124233-6jchsxi9m6pvqvtr
2012-07-05 18:12:33 +05:30
Quentin (OpenERP) 4c104ca727 [IMP] search views: made some small usability changes
bzr revid: qdp-launchpad@openerp.com-20120622130506-pzz8wqo5p5y902qc
2012-06-22 15:05:06 +02:00
Purnendu Singh (OpenERP) 55633a22a2 [REF] search views: removed filterr_domain if only one element was inside
bzr revid: psi@tinyerp.com-20120622111251-nykd53nolythqhu2
2012-06-22 16:42:51 +05:30
Divyesh Makwana (Open ERP) a1ead34ba5 [IMP] point_of_sale : Improved the Search View.
bzr revid: mdi@tinyerp.com-20120619052937-ndi4f77pxnzpb3zi
2012-06-19 10:59:37 +05:30
Stephane Wirtel fea9d6eae3 [IMP] point_of_sale: Add a 'self_checkout' flag on the journal
bzr revid: stw@openerp.com-20120604162326-ggwjedp5ht8b5wtf
2012-06-04 18:23:26 +02:00
Fabien Pinckaers 341c6b0843 [IMP] PoS Backend
Improved layout of "PoS orders", "PoS Sessions" and "PoS Config" for useability
	Apply new design layouts for web client v7.0
	Rename PoS by Point of Sale everywhere
	Some typos, improved views
	Reviewed menu structure
"Default Point of Sale" field accessible through users preferences
PoS Config:
	Sequence is readonly
	Removed the "Draft" state --> easier, you do not need to active a PoS Config
	Default values on Shop and Journals
PoS Orders:
	Changed shop_id & journal_id on PoS Orders --> from normal fields to related field, depending on the session
Open Session:
	Fixed the wizard
	Several bugfixes and useability improvements
	Accounting Transactions posted at the close (not at the control)
Cash Registers:
	Lots of cleanups and bugfixes
Pos Sessions:
	Fixes and improved layout
	Better computation of all fields
	removed unused object "pos.config.journal"
PoS Orders:
	Default session_id

bzr revid: fp@openerp.com-20120512223743-b1vvbbybo8xq7e54
2012-05-13 00:37:43 +02:00
Stephane Wirtel 471bb6a67e [IMP] point_of_sale: show the opening and closing details
[FIX] point_of_sale: Use tools.translate library

bzr revid: stw@openerp.com-20120510074804-8jf12enzw3jghrrf
2012-05-10 09:48:04 +02:00
Stephane Wirtel a4dd08a340 [IMP] point_of_sale: review the session workflow
[REF] point_of_sale: move the 'to_weight' field into the pos.category

bzr revid: stw@openerp.com-20120509133018-mu06479yu2yahvu4
2012-05-09 15:30:18 +02:00
Stephane Wirtel ec308a08e7 [IMP] account: Add new wizard for the cash register "Take Money Out", "Put Money In"
[FIX] point_of_sale: Fix some bugs

bzr revid: stw@openerp.com-20120504125158-p45qfzo8mif6x9xe
2012-05-04 14:51:58 +02:00
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Stephane Wirtel 24687ac6bc [FIX] point_of_sale: Add some basic elements for new features
bzr revid: stw@openerp.com-20120416090122-52h5qt0tyga70p3r
2012-04-16 11:01:22 +02:00
Thibault Delavallée 10d6d58927 [FIX] Fixed cash register opening going to web pos view instead of cash register view. Also added default views in cash registers (draft, open).
bzr revid: tde@openerp.com-20120209180433-n7e1o5csqjxlfq7q
2012-02-09 19:04:33 +01:00
Xavier Morel ea3fd05d04 [ADD] menu item for POS main UI
bzr revid: xmo@openerp.com-20111018143352-zv3m10l2l02o1tw7
2011-10-18 16:33:52 +02:00
Fabien Pinckaers 597412b09a [IMP] Point of Sale Useability and code cleaning
bzr revid: fp@tinyerp.com-20110925214532-1scgzy6tk9r70091
2011-09-25 23:45:32 +02:00
Fabien Pinckaers 9bbeaca7d3 [IMP] useability and code cleaning
bzr revid: fp@tinyerp.com-20110925210844-g86ikbvnvnsjpzpk
2011-09-25 23:08:44 +02:00
Fabien Pinckaers d0f8dc83e5 [IMP] Useability and misc fixes in POS
bzr revid: fp@tinyerp.com-20110925210020-5jvd7x38asnbzv5b
2011-09-25 23:00:20 +02:00
Fabien Pinckaers 17dcdf8136 [IMP] some fixes
bzr revid: fp@tinyerp.com-20110925190200-zo2elh6ntlckdqkt
2011-09-25 21:02:00 +02:00
Fabien Pinckaers 05d6d35cc8 [Merge]
bzr revid: fp@tinyerp.com-20110917110317-34apz3spz1h9azjl
2011-09-17 13:03:17 +02:00
Amit (OpenERP) 7c3c895631 [IMP]:point_of_sale:
Added two products in the module data :
 - "Cash In" with field "Product for Input" set (it must appear in Point of Sale / Configuration / Products for Input Operations)
 - "Cash Out" with field "Product for expenses" set (it must appear in Point of Sale / Configuration / Products for Output Operations)

Rename the fields:
 - income_pdt as "Product for Input Operation"
 - expense_pdt as "Product for Output Operation"

In Journal view (Accounting/Configuration/Financial Accounting/ Journals/Journals):
 - Changed the label "Users" to "POS Users.
 - Fixed separator label "Extended Configureation" -> "Extended Configuration.
 - In demo data, the journal type "Cash" should have field check_dtls set.
 - Renamed "check details" into "Check Cash Balance."

bzr revid: apa@tinyerp.com-20110520101607-5ilo2t7zna392s63
2011-05-20 15:46:07 +05:30
Xavier Morel 4e6a9ea55c [REM] all @col and @colspan attributes on groups in search views: search views are not laid out by columns, therefore these attributes do not belong
bzr revid: xmo@openerp.com-20110315140859-uh9w3exdit84qz47
2011-03-15 15:08:59 +01:00
Jay Vora (OpenERP) 62e3bd941e [FIX] Base_module_record : Module creation should create a file called __openerp__.py instead of __terp__.py
[RENAME] Anonymization : __terp__.py file Renamed as __openerp__.py
[IMP] Point_of_sale : Improved menu name Cash Register Management

bzr revid: jvo@tinyerp.com-20110210165648-8e83y3u7kxlnqayg
2011-02-10 22:26:48 +05:30
Vir (Open ERP) 804b40ad23 [Merge]
bzr revid: vir@tinyerp.com-20101027050557-fa9dmeooh5se7udy
2010-10-27 10:35:57 +05:30
mtr 21b05dafac [IMP] point_of_sale:-renamed files
bzr revid: mtr@mtr-20101026121259-tbowld1yx3skezpr
2010-10-26 17:42:59 +05:30