Item Tally to Sctock Check. might consider changing kung di japun ganahan amo adviser.

This commit is contained in:
Pongot, Jophiel 2024-01-10 06:05:34 +08:00
parent ac990aea50
commit 44341e2645
3 changed files with 4 additions and 33 deletions

View file

@ -118,40 +118,10 @@ export default function TechnicianLogButtons() {
...styles.text_M,
}}
>
Item Tally
</p>
</Button>
<Button
style={{
...styles.flex_column,
...{
alignSelf: "center",
justifyContent: "center",
flexWrap: "wrap",
},
}}
onClick={() => {
navigate("/view/transactions/report");
}}
>
<AssessmentIcon
style={{
height: 64,
width: 64,
fill: colors.font_dark,
marginLeft: "1rem",
marginRight: "1rem",
}}
/>
<p
style={{
...styles.text_dark,
...styles.text_M,
}}
>
Transaction Report
Equipment <br/>Stock Check
</p>
</Button>
</div>
</>
);

View file

@ -58,6 +58,7 @@ export default function EquipmentInstanceLogsPage() {
minHeight: "100%",
minWidth: "100%",
flexWrap: "wrap",
marginTop: "2rem",
}}
>
<div style={{ width: "90%", overflowY: "scroll", marginTop: "2rem" }}>

View file

@ -54,7 +54,7 @@ export default function EquipmentTallyPage() {
}
return (
<div style={styles.background}>
<Header label={"Items Tally"} />
<Header label={"Equipment Stocks"} />
<div
style={{
...styles.flex_column,