odoo/addons/point_of_sale/wizard
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
..
__init__.py [IMP] point_of_sale: Add a wizard for the Session Opening 2012-05-10 12:35:43 +02:00
pos_box.py [IMP] account: Add new wizard for the cash register "Take Money Out", "Put Money In" 2012-05-04 14:51:58 +02:00
pos_box.xml [IMP] account: Add new wizard for the cash register "Take Money Out", "Put Money In" 2012-05-04 14:51:58 +02:00
pos_box_entries.py [IMP] PoS Backend 2012-05-13 00:37:43 +02:00
pos_box_entries.xml [MERGE] lp:~openerp-dev/openobject-addons/trunk-pos-fva 2012-04-30 11:26:50 +02:00
pos_box_out.py [IMP] point_of_sales: Add the POS Session 2012-04-10 13:24:29 +02:00
pos_box_out.xml [FIX] point_of_sale: Use the right object for the Take Money Out 2012-04-30 17:04:58 +02:00
pos_close_statement.py [IMP] Cleaned return when closing cash registers, to match the opening of cash registers. 2012-02-10 15:02:42 +01:00
pos_close_statement.xml [IMP] point_of_sale: show the opening and closing details 2012-05-10 09:48:04 +02:00
pos_confirm.py [FIX] point_of_sale: Fix some bugs 2012-05-07 15:09:46 +02:00
pos_confirm.xml [IMP] point_of_sale: review the session workflow 2012-05-09 15:30:18 +02:00
pos_details.py [IMP] point_of_sale: Correct typo. 2011-12-20 11:15:14 +05:30
pos_details.xml [IMP] point_of_sale: Improved Sales Details report. Completed point 3. 2011-09-13 11:50:36 +05:30
pos_discount.py [IMP+FIX] Complete cleaning of point_of_sale module 2011-09-25 16:09:30 +02:00
pos_discount.xml [IMP] some fixes 2011-09-25 21:02:00 +02:00
pos_open_statement.py [FIX] point_of_sale: Add some basic elements for new features 2012-04-16 11:01:22 +02:00
pos_open_statement.xml [IMP] some fixes 2011-09-25 21:02:00 +02:00
pos_payment.py [REF] Remove the pdb call 2012-05-07 16:14:09 +02:00
pos_payment.xml [FIX] point_of_sale: Fix some bugs 2012-05-07 15:09:46 +02:00
pos_payment_report.py [REF] account, account_analytic_analysis, account_voucher, membership, pos : Remove warnings Builtbot 2010-10-27 16:41:08 +05:30
pos_payment_report.xml [Fix] point_of_sale: remove the field from report 2010-04-01 15:04:56 +05:30
pos_payment_report_user.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
pos_payment_report_user.xml [CLEAN]: removed commented code, fixed proper indentation in dictionary and removed extra spaces at few places 2010-08-13 17:50:05 +05:30
pos_payment_report_user_view.xml [IMP] point_of_sale: improve the view and set the indent 2010-03-22 11:16:37 +05:30
pos_receipt.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
pos_receipt_view.xml [IMP] point_of_sale: Fixed view errors. Improved reports. 2010-09-20 12:40:38 +05:30
pos_return.py [IMP] : rename address_id with parnter_id 2012-03-30 13:57:51 +05:30
pos_return_view.xml [IMP+FIX] Complete cleaning of point_of_sale module 2011-09-25 16:09:30 +02:00
pos_sales_user.py [REF]: Replace the condition 'if not context' with 'if context is None'. 2010-11-23 12:35:05 +05:30
pos_sales_user.xml [CLEAN]: removed commented code, fixed proper indentation in dictionary and removed extra spaces at few places 2010-08-13 17:50:05 +05:30
pos_sales_user_current_user.py [REF]: Replace the condition 'if not context' with 'if context is None'. 2010-11-23 12:35:05 +05:30
pos_sales_user_today.py [IMP] removed some lint warnings 2010-12-30 08:31:46 +01:00
pos_session_opening.py [IMP] PoS Backend 2012-05-13 00:37:43 +02:00
pos_session_opening.xml [IMP] PoS Backend 2012-05-13 00:37:43 +02:00