Page 1 of 1

Online Inventory Manager (OIM)

Posted: 2021-04-09 01:05
by cesteban
Online Inventory Manager (OIM) free APP

When generating the application code from the AXP file, how can I know which files I should not overwrite?

If I overwrite all, the application does not work the same because I am changing some files that should not be changed

Thanks

Re: Online Inventory Manager (OIM)

Posted: 2021-04-09 17:23
by G Scott
If you don't want to overwrite files when generating a new application, you should only make changes to the files in the hooks folder.
Appgini has been designed so that most changes/customisations can be made via the files in the hooks folder.

If you really do need to edit files outside of the hooks folder, you should make a new folder called mods (or something similar) and keep your edited files in there so that you can refer to them to easily customise your application again after a generation.