Bug Report: Can Not Add Customer Without Phone Number

Can Not Add Customer Without Phone Number

I have installed this script successfully on my server. I found so many error & bugs. 1) I can not add customer without phone number & email address. 2) I can not delete my company which I

NC

Nehal Chavda

Reported

I have installed this script successfully on my server. I found so many error & bugs.

  1. I can not add customer without phone number & email address.
  2. I can not delete my company which I have created.
  3. I can not change to my invoice sequence.
  4. When I am creating invoice & adding customer same time & if I missed one information to enter in customer section, it disappear few form field & showing error.
  5. All my customer does not have email address and phone number.
  6. Invoice logo is too small.
  • MS

    Mian Saleem

    Answered

    Hello,

    The download and the demo are exact same.

    1. If you need to remove validation for required fields, you will need to modify the item code. The help folder has general guide.

    2. Yes, there is no option to delete the company. This is to avoid any data loss, you only have the option to edit/update the company. I will check in future dem to add the delete option for company.

    3. The invoice number are the id column of the database tables. You can change the Auto Increment for table as you need.

    4. The fields value should be set back with error. I will check this.

    5. You will need to follow the instructions from the help folder to remove the required validation.

    6. The invoice logo is 300x80 px, if you need to change this, you can edit the app/controllers/Settings.php and change $config['max_width'] & $config['max_height'] as you need.

    Thank you