Commit graph

22 commits

Author SHA1 Message Date
net
c430b6082e fix: calc price 2025-09-18 09:59:59 +07:00
Methapon2001
968aa04aa9 fix: remark handling
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
2025-07-25 16:19:36 +07:00
puriphatt
2b310c667d feat: add support for debit notes in credit note forms and related components
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
2025-07-08 13:28:27 +07:00
puriphatt
c481266654 refactor: enhance access control and visibility logic across various components
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
2025-07-07 12:42:52 +07:00
puriphatt
f646b3c9ba refactor: credit note role check
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
2025-07-04 17:13:07 +07:00
puriphatt
4d7c4964de feat: swap save and edit button logic in credit note form 2025-02-26 09:53:19 +07:00
puriphatt
3732aa9bf5 fix: update cancel button visibility logic in credit note form 2025-02-24 16:24:53 +07:00
puriphatt
dc225ac31b feat: enhance credit note functionality and improve task order handling 2025-02-24 16:20:56 +07:00
puriphatt
ea1c1b71fc refactor: add required validation to quotation selection and enhance button disable logic in credit and debit note forms 2025-02-20 13:46:06 +07:00
puriphatt
529d4ad3df refactor: enhance request selection logic and improve filtering for empty step statuses 2025-02-20 10:39:22 +07:00
Methapon2001
ae88440870 refactor: use price in quotation instead 2025-01-30 14:26:45 +07:00
Methapon2001
0be0ce4c49 refactor: separate product expansion in credit note 2025-01-30 13:11:40 +07:00
Methapon2001
82793dc7a8 feat: adjust price to respect its calc vat 2025-01-30 11:23:37 +07:00
Thanaphon Frappet
de8178118e refactor: edit hint 2025-01-28 11:32:37 +07:00
Thanaphon Frappet
48f886caa8 refactor: show default remark 2025-01-27 18:01:25 +07:00
Thanaphon Frappet
ab26a52c48 feat: add view doc 2025-01-24 15:14:46 +07:00
puriphatt
5c9c035d2b fix: handle optional taskListGroup and creditNote checks in file uploads 2025-01-23 14:51:08 +07:00
puriphatt
44476f8535 feat: 09, 11 => handle file upload & url on create 2025-01-20 14:04:44 +07:00
puriphatt
1cdc2bd4cc feat: credit note => remove attachment on create 2025-01-14 11:40:55 +07:00
puriphatt
7d1f32a5cb feat: add remark field to credit note form and payload 2025-01-14 11:07:57 +07:00
puriphatt
a5a64b30dc feat: creditNote => add validation rules 2025-01-14 09:38:49 +07:00
Methapon Metanipat
5e2100eb8d
feat: credit note (#171)
* feat: add main page credit note

* feat: enable credit note route and update menu item states

* refactor: add i18n

* refactor: edit i18n status

* feat: add action column

* feat: add empty form page

* feat: add get data

* feat: add type credit note status

* refactor: add type name en

* refactor: add type credit note status in type credit note

* feat: add hsla colors

* refactor: add slot grid

* refactor: handle  hide kebab edit show only tab tssued

* feat: show grid card

* feat: i18n

* feat: add credit note form and dialog

* refactor: add props hide kebab deelete

* refactor: hide kebab

* style: update color segments to indigo theme

* feat: i18n

* fix: update labels for credit note fields

* refactor: add type

* feat: new select quotation

* refactor: use new select quotation

* feat: navigate to

* refactor: function trigger and navigate to

* feat: i18n bank

* feat: add payment expansion component and integrate into credit note form

* refactor: bind i18n pay condition

* refactor: navigate to get quotation id

* feat: i18n

* fix: update label for createdBy field in credit note form

* feat: add credit note information expansion component

* feat: add Credit Note expansion component and update form layout

* refactor: bind quotation id and send

* refactor: deelete duplicate type

* refactor: show state button

* refactor: handle show status

* feat: add function update payback status

* feat: add return and canceled reasons to credit note translations

* feat: enhance SelectReadyRequestWork component with credit note handling and fetch parameters

* feat: type

* feat: add status handling and optional display for employee table

* refactor: rename selectedQuotationId to quotationId in FormCredit component

* feat: set default opened state for CreditNoteExpansion and add reason options

* feat: update PaymentExpansion to handle payback type selection and clear fields for cash payments

* feat: enhance ProductExpansion to support credit note handling and adjust price calculations

* feat: implement product handling and price calculation in CreditNote form

* feat: add manage attachment function to store

* refactor: bind delete credit note

* feat: add credit note status and reference fields to types

* refactor: update task step handling and simplify request work structure in credit note form

* feat: add navigation to quotation from credit note form

* feat: enhance upload section layout based on file data

* feat: add readonly functionality to credit note form and related components

* refactor: remove console log

* feat: update i18n

* style: add rounded corners to complete view container in quotation form

* feat: add RefundInformation component and update credit note form status handling

* feat: i18n

* feat: update payback status endpoint and add paybackStatus to CreditNote type

* feat: enhance QuotationFormReceipt component with optional props and slot support

* feat: integrate payback status handling in RefundInformation and FormPage components

* feat: add external file group

* feat: update API endpoint paths for credit note operations

* feat: improve layout and styling in UploadFile components

* feat: implement file upload and management in Credit Note

* refactor: update upload to check if it is redirect or not

* feat: upload file slips

* feat: add payback date dispaly

* refactor: change module no

* fix: icon link to main page instead

* feat: add file dialog with image download functionality

* fix: view slip

* feat: add download button to image viewer

* feat: handle after submit

* feat: conditionally render bank transfer information

* feat: handle upload file on create

* feat: handle change payback status

* feat: payback type in credit note form

* fix: correct reference to quotation data in goToQuotation function

---------

Co-authored-by: Methapon2001 <61303214+Methapon2001@users.noreply.github.com>
Co-authored-by: puriphatt <puriphat@frappet.com>
Co-authored-by: Thanaphon Frappet <thanaphon@frappet.com>
2025-01-14 09:08:31 +07:00