Functions File Folder


Different operations of the application are placed in the folder named "func" and these files are responsible for execution of specific operation of the system.

  • Close PO
  • Close Sale
  • Delete User
  • New Category
  • New Segment
  • Print Invoice
  • Print PO
  • Print Sales Report
  • Remove PO Item
  • Remove Stock Issues
  • Update Payment
So the name of these files explains the operation it carried out. For an example "delete_user.php" file contains commands to delete a user from the system.

Comments