valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Questions & Answers
Q: This may be a dumb question but what should be the URL link for the Submit Button. Should I link the Submit button to the URL location of the form1.php file?
A: The submit button is not linked it should simply be <input type="submit" value="Submit Form"/> or similar as set by the Builder. Because it is a type submit when it is clicked it causes the form action value to be called. The form action (using a single file form) is form action="<?php if(!isset($_SERVER)){$_SERVER=$HTTP_SERVER_VARS;}echo $_SERVER['PHP_SELF'];?> which is simply php code for call yourself.
Question and Answer Item 10422 - Browse All Question and Answer Items
Q: Firstly I'd like to thank you for putting BAS-I.C on the market. = I am a sole operator as a business (well bearly in business ) and I was an avid operator of E-record for all my BAS stuff. I think from an very newbie aspect your product fills a great void. At this time, I would like to know about access to the data that I enter. Can you kindly confirm that I alone is the only person who has access to the stored data. I understand that the data is stored on my computer but can you confirm that no-one from your end has access to what I store.
A: Only you can access your data from the browser and computer it was saved on. No other access it possible it is locally saved and only accessible locally... see http://bas-i.com.au/questions.html?item=3D48 . Thanks.
Question and Answer Item 2058444 - Browse All Question and Answer Items
Q: I am trying to use the software but it states that it is not licensed?
A: Registration details only work with the software version for which they are generated. =E2=80=8B =E2=80=8B They do not work with other versions. Your registration is from 2015 and will only work with the matching software version. =E2=80=8B If you are using the software version provided when you made your purchase and the license details do not work please send me a copy of your file as an email attachment and I will investigate for you. =E2=80=8B We =E2=80=8B recently release =E2=80=8Bd=E2=80=8B a new Business Valuation version and =E2=80=8B if you wish to =E2=80=8B use this new version you will need to purchase a new license to match this software. =E2=80=8B
Question and Answer Item 2058455 - Browse All Question and Answer Items
Q: I am just writing to see if I can get into my account somehow? I usually log in on a different computer and right now its coming up as just a blank white screen with nothing on it and I can't access anything.
A: All data is saved in the browser/computer used to enter it. So you will need to access via the original computer. Use the Account Code link sent when you joined to access your account. You can have your Account Code link resent from http://bas-i.com.au/resend.html
Question and Answer Item 2058461 - Browse All Question and Answer Items
Q: I'm with a webhosting company and have a customer that purchased your form. It's been running on a Unix Sun server without any problems and they are wanting to move to a Windows server. We have setup the windows server to run under the subdomain "test" so everything can be tested before making the switch. Right now the form works fine on Unix but gives an error on Windows.
A: This error indicates that the php mail function could not successfully send the email. On a windows server (depending on how you have it setup?) you may need to set the SMTP Mailserver Setting in the form code. See the SMTP Mailserver Setting section of the help file for details (online at https://bizpep.com/form1/ ).
Question and Answer Item 10468 - Browse All Question and Answer Items