Online Inventory Manager (OIM)

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
User avatar
cesteban
Veteran Member
Posts: 52
Joined: 2018-04-18 09:56

Online Inventory Manager (OIM)

Post by cesteban » 2021-04-09 01:05

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

G Scott
Posts: 18
Joined: 2018-02-25 00:02

Re: Online Inventory Manager (OIM)

Post by G Scott » 2021-04-09 17:23

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.

Post Reply