Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several bugs #3

Open
GoogleCodeExporter opened this issue Apr 10, 2015 · 0 comments
Open

Several bugs #3

GoogleCodeExporter opened this issue Apr 10, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link


Only letters in city:
My City is : Berkel-Enschot

Tax ID (VAT):
NL1504.06.733.B02
Only saves:
NL1504.06.7

Client Area:
Invoices
Missing field : User

----->
New order email sent to "Staff Accounts" email adress
[ProWebService] Order Waiting for Validation
Dear %USERNAME%,

Order #%ORDER_ID% waiting for validation.
-----<

Look and Feel -> NavBar Editor
/bnpanel/admin/?page=lof&sub=navedit
it does save the order and edits.
but is not show in menu the correct order nor the correct name
Only after logoff, changes are visible

----->
Order Form -> Logout
Logout = wrong adress, when using a directory to install it in to
http://www.prowebservice.nl/client/?page=logout

Order Form -> klicking Username
Username = wrong adress, when using a directory to install it in to

IN: /Order/index.php
CHANGE:    $array['WELCOME_MESSAGE'] = 'Signed in as <a 
href="/client">'.$user_info['user'].'</a> | <a 
href="/client/?page=logout">Logout</a>';
TO:        $array['WELCOME_MESSAGE'] = 'Signed in as <a 
href="'.URL.'client">'.$user_info['user'].'</a> | <a 
href="'.URL.'client/?page=logout">Logout</a>';
-----<

----->
Order Form -> Login (after login as tester12 the text is missing a space)
Logged in astester12
Hit F5 and its:
Signed in as tester12

IN: /bnpanel/includes/ajax.php
CHANGE:            echo _('Logged in as').'<a 
href="'.URL.'client">'.$user_info['user'].'</a> | <a 
href="'.URL.'client/?page=logout">'._('Logout').'</a>';
TO:            echo _('Logged in as ').'<a 
href="'.URL.'client">'.$user_info['user'].'</a> | <a 
href="'.URL.'client/?page=logout">'._('Logout').'</a>';
<-----

Original issue reported on code.google.com by gugli...@gmail.com on 3 Mar 2011 at 5:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant