Hi people of android forum
Thanks in advance for any help offered.
I am currently learning python and getting on very well with it! I have decided to try and lighten my workload and make my life easier at work.
I want to create an app that will link do 2 databases which also need to be created and I'm not sure where to start.
The first database will be a machinery database containing the machine number, make model, year serial number etc! I do already have this as an excel spread sheet!
The second database will be a parts/stock database containing part description, part number, machine it goes on! You get the idea which again I have as an excel spreadsheet.
The hard part is the app. I want to create an app which operators can book a machine in with a fault. They will select the machine from the machine list (connected to the machine DB) and give a description of the fault. It will then create a job sheet and hold that job sheet live. My staff will then be able to open said live job sheet, view the fault and once the job is repaired they can update the job sheet with how the fault has been rectified add the parts fitted (connected to the parts DB) I then want this to deduct the stock count from the stock DB.
When the job sheet is finished I then want the app to send the job sheet to the computer and file it in the correct place.
Does this sound unrealistic for a beginner programmer! I was thinking of trying to create it with python and cross platform it using something like KIVY!
Or am I better off trying to learn and build it in java!
Any help or someone who can point me in the right direction to start I would greatly appreciate
Thanks
Matt
Thanks in advance for any help offered.
I am currently learning python and getting on very well with it! I have decided to try and lighten my workload and make my life easier at work.
I want to create an app that will link do 2 databases which also need to be created and I'm not sure where to start.
The first database will be a machinery database containing the machine number, make model, year serial number etc! I do already have this as an excel spread sheet!
The second database will be a parts/stock database containing part description, part number, machine it goes on! You get the idea which again I have as an excel spreadsheet.
The hard part is the app. I want to create an app which operators can book a machine in with a fault. They will select the machine from the machine list (connected to the machine DB) and give a description of the fault. It will then create a job sheet and hold that job sheet live. My staff will then be able to open said live job sheet, view the fault and once the job is repaired they can update the job sheet with how the fault has been rectified add the parts fitted (connected to the parts DB) I then want this to deduct the stock count from the stock DB.
When the job sheet is finished I then want the app to send the job sheet to the computer and file it in the correct place.
Does this sound unrealistic for a beginner programmer! I was thinking of trying to create it with python and cross platform it using something like KIVY!
Or am I better off trying to learn and build it in java!
Any help or someone who can point me in the right direction to start I would greatly appreciate
Thanks
Matt