You are on page 1of 2

i dont have premimum of office365.

but i need to make small app in which when app


opens then my company logo shows for sec and then ask to login and the user can
only login by the user name and passwork admin makes. and after login with the user
name and password, two boxes shows in which one box shows "Enter Report" and other
box shows "Report History", when anyone click "enter report" then 3 boxes shows in
which first box shows the project name which he cannot change but admin can change
with ratio to user id . and second box shows date and time which cannot change. and
in 3 rd box in which it is written as "Enter data" which is clickable, after
clicking again to "Enter Data"
List of title appears with boxis beside to enter data
1. Title 1 is Date - Bos shoes date which is todays date and not editable
2. Title 2 is Aggregate Production - Box is blank and only numbers to be entered
with decimal point upto 3
3. Title 3 is GSB Production - Box is blank and only numbers to be entered with
decimal point upto 3
4. Title 4 is Aggregate Dispatch - Box is blank and only numbers to be entered with
decimal point upto 3
5. Title 5 is GSB Dispatch - Box is blank and only numbers to be entered with
decimal point upto 3
6. title 6 is Plant running Hrs - Box is blank and only numbers to be entered with
decimal point upto 2
7. Title 7 is Plant Idle running Hrs - Box 1 is blank and only numbers to be
entered with decimal point upto 2 & Box 3 to enter text
8. title 8 is Plant Idle Hrs - Box is blank and only numbers to be entered with
decimal point upto 2 & Box 3 to enter text
9. title 9 is Plant Maintenance Hrs - Box is blank and only numbers to be entered
with decimal point upto 2 & Box 3 to enter text
10. title 10 is Plant Breakdown Hrs - Box is blank and only numbers to be entered
with decimal point upto 2 & Box 3 to enter text
11. title 11 is Urgent requirement if any? - Box in wich test to be entered

And last there will be buttom to submit. all boxes are cumpulsary to be entered
data then only he can submit. and after submitting admin can acess that data date
wise location wise from anyware. and each user can also acesses that data by
clicking "report history" date wise list which is clisckable to open that
perticular day report.

i have made and app in power app. with login page with sharepower and then after
that a page which has date to select, then many text box to be filled. when user
fill the datails in the box after login then i as an admin want to see the details
date wise and which update one day below the line everyday. how to do this, please
help me with it step by step

WORKING

Patch('CrusherProductionTracker',Defaults(CrusherProductionTracker),{Title:
TextInput1.Text,
ProductionDate: DatePicker1.SelectedDate,
Field1: TextInput3.Text,
Field2: TextInput3_1.Text,
Field3: TextInput3_2.Text,
Field4: TextInput3_3.Text,
Field5: TextInput3_4.Text,
Field6: TextInput3_5.Text,
Field7: TextInput3_6.Text,
Field8: TextInput3_7.Text,
Field9: TextInput3_8.Text,
Field10: TextInput3_10.Text,
Field11: TextInput3_11.Text,
Field12: TextInput3_12.Text,
Field13: TextInput3_9.Text,
Field14: TextInput3_13.Text,
Field15: TextInput3_14.Text,
Field16: TextInput3_15.Text,
Field17: TextInput3_16.Text,
Field18: TextInput3_17.Text,
Field19: TextInput3_18.Text,
Field20: TextInput3_19.Text
}
);

You might also like