mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
add jud try sa s. walaon lang sa future jud kung naay conflict. matrack raman sab ang nachange dre.
This commit is contained in:
parent
9608309827
commit
218564987d
2 changed files with 3 additions and 1 deletions
|
@ -186,7 +186,7 @@ export default function TransactionPDF(props: props) {
|
||||||
style={{ textDecoration: "underline" }}
|
style={{ textDecoration: "underline" }}
|
||||||
>{`${props.transaction.borrower.course}`}</Text>{" "}
|
>{`${props.transaction.borrower.course}`}</Text>{" "}
|
||||||
{"\n"}
|
{"\n"}
|
||||||
{/* Section: <Text style={{ textDecoration: "underline" }}>{props.transaction.section}</Text> */}
|
Section: <Text style={{ textDecoration: "underline" }}>{props.transaction.section}</Text>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
|
@ -110,6 +110,7 @@ export type UserType = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export type TransactionType = {
|
export type TransactionType = {
|
||||||
|
section: string;
|
||||||
additional_members: string;
|
additional_members: string;
|
||||||
id: number;
|
id: number;
|
||||||
borrower: {
|
borrower: {
|
||||||
|
@ -144,6 +145,7 @@ export type TransactionCreateType = {
|
||||||
consumables: string;
|
consumables: string;
|
||||||
transaction_status: string;
|
transaction_status: string;
|
||||||
additional_members: string;
|
additional_members: string;
|
||||||
|
section: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type TransactionUpdateType = {
|
export type TransactionUpdateType = {
|
||||||
|
|
Loading…
Reference in a new issue