This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| async create(createInvoiceDto: CreateInvoiceDto, currentUser: string) { | |
| return await this.invoiceInputRepository.manager.transaction( | |
| async (manager) => { | |
| // --- Check trùng code trước --- | |
| if (createInvoiceDto.items?.length) { | |
| await this.checkDuplicateItemCodes(createInvoiceDto.items); | |
| } | |
| // --- Seller --- | |
| let seller = manager.create(Seller, { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"version":1,"resource":"file:///c%3A/Users/KhaiBQ3/Downloads/blog/client/pages/add-post.tsx","entries":[{"id":"3Uda.tsx","timestamp":1652857963448},{"id":"wP20.tsx","timestamp":1652857998948},{"id":"3EpR.tsx","timestamp":1652858051802},{"id":"bZnH.tsx","timestamp":1652858065800},{"id":"gRgs.tsx","timestamp":1652858128857},{"id":"ZLKU.tsx","timestamp":1652858178899},{"id":"npGI.tsx","timestamp":1652858219391},{"id":"IVBs.tsx","timestamp":1652858418138},{"id":"0Lht.tsx","timestamp":1652859169301},{"id":"0RNh.tsx","timestamp":1652859210936},{"id":"Zc9o.tsx","timestamp":1652860726159},{"id":"HZ1P.tsx","source":"undoRedo.source","timestamp":1652860744898},{"id":"cIrE.tsx","timestamp":1652860760758},{"id":"QPqI.tsx","source":"undoRedo.source","timestamp":1652860787065},{"id":"LXnY.tsx","timestamp":1652860819650},{"id":"pc39.tsx","timestamp":1652861497919},{"id":"34b6.tsx","timestamp":1652861514910},{"id":"DgxZ.tsx","timestamp":1652861538071},{"id":"OyKq.tsx","timestamp":1652861622069},{"id":"vjcq.tsx","timestamp": |