From 6d63f427ac7468ddf8ed964667a17cc58050f830 Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Sat, 29 Mar 2025 13:03:41 +0000 Subject: [PATCH] progress in view invoice sell --- webUI/src/components/widgets/PrintOptions.vue | 134 +++ webUI/src/components/widgets/ShareOptions.vue | 157 ++++ .../acc/component/archive/archiveUpload.vue | 351 ++++---- webUI/src/views/acc/component/notes.vue | 277 ++++-- webUI/src/views/acc/sell/viewInvoice.vue | 842 ++++++------------ 5 files changed, 920 insertions(+), 841 deletions(-) create mode 100644 webUI/src/components/widgets/PrintOptions.vue create mode 100644 webUI/src/components/widgets/ShareOptions.vue diff --git a/webUI/src/components/widgets/PrintOptions.vue b/webUI/src/components/widgets/PrintOptions.vue new file mode 100644 index 0000000..10690e5 --- /dev/null +++ b/webUI/src/components/widgets/PrintOptions.vue @@ -0,0 +1,134 @@ + + + + + \ No newline at end of file diff --git a/webUI/src/components/widgets/ShareOptions.vue b/webUI/src/components/widgets/ShareOptions.vue new file mode 100644 index 0000000..10bd62c --- /dev/null +++ b/webUI/src/components/widgets/ShareOptions.vue @@ -0,0 +1,157 @@ + + + + + \ No newline at end of file diff --git a/webUI/src/views/acc/component/archive/archiveUpload.vue b/webUI/src/views/acc/component/archive/archiveUpload.vue index 1f5834e..afadc74 100644 --- a/webUI/src/views/acc/component/archive/archiveUpload.vue +++ b/webUI/src/views/acc/component/archive/archiveUpload.vue @@ -1,210 +1,229 @@ \ No newline at end of file diff --git a/webUI/src/views/acc/component/notes.vue b/webUI/src/views/acc/component/notes.vue index c5fc0c7..e8999d7 100644 --- a/webUI/src/views/acc/component/notes.vue +++ b/webUI/src/views/acc/component/notes.vue @@ -1,127 +1,210 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/webUI/src/views/acc/sell/viewInvoice.vue b/webUI/src/views/acc/sell/viewInvoice.vue index 4d17038..c632a63 100644 --- a/webUI/src/views/acc/sell/viewInvoice.vue +++ b/webUI/src/views/acc/sell/viewInvoice.vue @@ -1,132 +1,120 @@ \ No newline at end of file