Nishit
Nishit
Make sure the dbsettings.inc file is writable before you start the installation process. Also, make sure that the files folder is writeable
There is no issue as such in the latest version. Can sync and use the latest version. If it's not resolved, please check what is the values in $_POST variable
Don't use any theme except default if you don't know what you are doing
In the latest version, System auto generates requisitions and sends notifications to the requestor defined in item master. The requisitions are created in approved format and your buyers should be...
There are numerous open source scripts available for LDAP. We don't have any near plan to include LDAP in the core product. However, we might release it in future
https://github.com/inoerp/inoERP/issues/68
Appreciate your effort but don't think we need to have the sorting parameter in select_field as that's already taken care of by the object itself (the object used in the...
Sorting can be done using the existing second parameter. So, no need to add a new one
can't we pass the parameter $object after sorting ? Does it make more sense to do the sorting in this function instead of at the source of the object? There...
You don't need that either as sorting is done findBy_parentId Below will work `Public static function currencies() { $option_header = self::find_by_name('CURRENCY'); $ol = new option_line(); $currencies = $ol->findBy_parentId($option_header->option_header_id, 'option_line_code'); return...