From 697bb1ffeaee2374ac39aa1c838958b6dfae40fd Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 31 Aug 2023 16:07:43 +0700 Subject: Update voucher model - Add voucher line model - Add voucher line on voucher view - Add voucher relation to voucher line --- indoteknik_custom/views/voucher.xml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'indoteknik_custom/views/voucher.xml') diff --git a/indoteknik_custom/views/voucher.xml b/indoteknik_custom/views/voucher.xml index 7b181c62..eb74f27d 100755 --- a/indoteknik_custom/views/voucher.xml +++ b/indoteknik_custom/views/voucher.xml @@ -28,8 +28,15 @@ + + + + + + + - + @@ -52,17 +59,19 @@ - - - - - - - - - + + + + + + + + + + + + + + -- cgit v1.2.3 From 04464fd649e8e05269ae8b444d6aa8f6c68624ca Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 7 Sep 2023 15:54:05 +0700 Subject: Add limit user on voucher view --- indoteknik_custom/views/voucher.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views/voucher.xml') diff --git a/indoteknik_custom/views/voucher.xml b/indoteknik_custom/views/voucher.xml index 8da30d2e..97634d7d 100755 --- a/indoteknik_custom/views/voucher.xml +++ b/indoteknik_custom/views/voucher.xml @@ -33,6 +33,7 @@ + -- cgit v1.2.3