[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6298] addons/1.3/wxPOS/WXPOS
- Subject: SF.net SVN: ledger-smb:[6298] addons/1.3/wxPOS/WXPOS
- From: ..hidden..
- Date: Thu, 21 Nov 2013 06:04:09 +0000
Revision: 6298
http://sourceforge.net/p/ledger-smb/code/6298
Author: einhverfr
Date: 2013-11-21 06:04:08 +0000 (Thu, 21 Nov 2013)
Log Message:
-----------
Clearer menu for non-accounting users
Modified Paths:
--------------
addons/1.3/wxPOS/WXPOS/UI/AP.pm
addons/1.3/wxPOS/WXPOS/UI.pm
Modified: addons/1.3/wxPOS/WXPOS/UI/AP.pm
===================================================================
--- addons/1.3/wxPOS/WXPOS/UI/AP.pm 2013-11-21 05:41:40 UTC (rev 6297)
+++ addons/1.3/wxPOS/WXPOS/UI/AP.pm 2013-11-21 06:04:08 UTC (rev 6298)
@@ -26,7 +26,7 @@
####### Invoice Screen
my $pnumidx = {};
my $pdescidx = {};
-sub Invoice {
+sub Purchase {
my ($self) = @_;
my $plist = WXPOS::Part->get_autocomplete_list;
Modified: addons/1.3/wxPOS/WXPOS/UI.pm
===================================================================
--- addons/1.3/wxPOS/WXPOS/UI.pm 2013-11-21 05:41:40 UTC (rev 6297)
+++ addons/1.3/wxPOS/WXPOS/UI.pm 2013-11-21 06:04:08 UTC (rev 6298)
@@ -96,16 +96,16 @@
EVT_MENU($self, $AR_INVOICE, sub{$self->_load_module(AR, Invoice)});
$ar->Append($AR_CUSTOMER, "&Customer");
EVT_MENU($self, $AR_CUSTOMER, sub{$self->_load_module(AR, Customer)});
- $bar->Append($ar, "&AR" );
+ $bar->Append($ar, "&Sales" );
# my $ic = Wx::Menu->new;
# $ic->Append($IC_PARTS, "&Parts");
# EVT_MENU($self, $IC_PARTS, sub{$self->_load_module(IC, Parts)});
# $bar->Append($ic, "&Inventory" );
my $ap = Wx::Menu->new;
- $ap->Append($AP_INVOICE, "&Invoice");
- EVT_MENU($self, $AP_INVOICE, sub{$self->_load_module('AP', 'Invoice')});
- $bar->Append($ap, "&AP" );
+ $ap->Append($AP_INVOICE, "&Purchase");
+ EVT_MENU($self, $AP_INVOICE, sub{$self->_load_module('AP', 'Purchase')});
+ $bar->Append($ap, "&Purchases" );
$self->SetMenuBar($bar);
return $self;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits