Commit Graph
71 Commits
Author SHA1 Message Date
Burak Çakırel 98786a71e5 Add company_id and type index to documents table 2021-01-17 21:33:04 +03:00
Burak Çakırel ad40e1aab8 Check document if exists in update script 2021-01-16 16:17:46 +03:00
Burak Çakırel 84c0b06cda Remove pluck method from update script 2021-01-16 15:47:25 +03:00
Burak Çakırel 007eec6672 Get contact details from request's old input 2021-01-15 22:51:31 +03:00
Burak Çakırel 38297fef98 Fix signed url for modules 2021-01-15 19:17:35 +03:00
Burak Çakırel 458c4392ce Fix the error when exporting documents 2021-01-14 01:15:26 +03:00
Burak Çakırel 273b73cf73 Fix not showing bills' transactions 2021-01-14 00:58:16 +03:00
Burak Çakırel eaf79b3a4b Fix notification error when creating sample data 2021-01-13 22:25:39 +03:00
Burak Çakırel 0dac7fad74 Add due_at column for modules that don't have the due date field when migrating records to the document table 2021-01-13 18:33:08 +03:00
Burak Çakırel 81719763a2 Add request object to DocumentCreated event 2021-01-12 15:34:20 +03:00
Burak Çakırel a763280da6 Fix document item columns 2021-01-12 13:23:54 +03:00
Burak Çakırel 3397b32cf1 Remove type from company title and subheading 2021-01-12 11:42:37 +03:00
Burak Çakırel f1acc986c4 invoiced_at_input_* => issued_at_input_* 2021-01-11 22:17:48 +03:00
Burak ÇakırelandGitHub 4ffdc36a65 Timeline body stack typo 2021-01-11 22:04:03 +03:00
Burak ÇakırelandGitHub 498614f4e7 Remove nullable property from due_at column 2021-01-11 15:00:59 +03:00
Burak Çakırel 3aa94bc9e2 Add Document/Transaction/Contact types to the config 2021-01-05 23:22:38 +03:00
Burak Çakırel a832142dcd Refactor total and line discount calculation according to new design 2021-01-03 23:46:19 +03:00
Burak Çakırel ec7511a8bc Add Notification class to DocumentReminded event 2020-12-25 22:30:59 +03:00
Burak Çakırel 3b965a39d2 Seperate Document Import/Export files into Invoice/Bill 2020-12-25 19:25:38 +03:00
Burak Çakırel e27ccfa46c Add Income/Expense type for document transactions 2020-12-25 18:19:16 +03:00
Burak Çakırel 0b2d33e224 Move some translations of invoice and bill to documents langugage file 2020-12-25 15:52:02 +03:00
Burak Çakırel 0c1424db47 Merge Invoice and Bill into Document 2020-12-24 01:28:38 +03:00
Burak Çakırel 9ec0b90fcb Add height for invoice logo 2020-12-10 14:13:58 +03:00
Burak Çakırel 4264b73128 Excel column formatting for exports 2020-11-13 03:07:30 +03:00
Burak Çakırel cd3814ddfb Menu glitch in mobile and tablet views 2020-10-15 15:47:19 +03:00
Burak Çakırel c69db96a33 Menu glitch in mobile and tablet views 2020-10-09 16:24:25 +03:00
Burak Çakırel ef34389dbe Debug ability for dev environment 2020-10-09 15:56:05 +03:00
Burak Çakırel 2e0500b526 Debug ability for dev environment 2020-10-09 15:53:22 +03:00
Burak Çakırel 691e7877f2 Format excel date cells as date for import/export 2020-10-08 15:22:13 +03:00
Burak Çakırel 4202464d82 Import/Export for Transfers 2020-10-01 18:20:32 +03:00
Burak Çakırel b7acb13e1f Merge branch 'master' of github.com:akaunting/akaunting 2020-10-01 16:42:41 +03:00
Burak Çakırel 89e7d934c3 Merge branch 'master' of github.com:akaunting/akaunting 2020-09-30 15:49:52 +03:00
Burak Çakırel 0dfb759ab0 Add company create and update events 2020-09-13 21:57:10 +03:00
Burak Çakırel d87c392259 Fix hardcoded customer role id in UpdateContact Job 2020-08-19 17:46:48 +03:00
Burak Çakırel bc2f2793c5 intervention/imagecache implementation 2020-07-22 12:46:23 +03:00
Burak Çakırel e1d201b0f6 Fix permission error in portal for test customer in tests 2020-06-09 04:31:53 +03:00
Burak Çakırel e59098098a Set email protocol as array in runtime and company email for tests 2020-06-09 04:27:15 +03:00
Burak Çakırel e9f7b1ad8d Show dynamic component also in portal 2020-06-04 16:34:34 +03:00
Burak Çakırel 3f068ec979 Add "Item Discount" line in totals 2020-03-24 21:37:08 +03:00
Burak Çakırel 2019f1c779 Rename migration class 2020-03-24 02:03:10 +03:00
Burak Çakırel f4c98ca60e Rename migration file 2020-03-24 00:39:17 +03:00
Burak Çakırel aa4532e9d5 Merge branch 'master' into discount-per-item 2020-03-24 00:18:09 +03:00
Burak Çakırel 6903a44bce Add discount per item feature to the bills 2020-03-24 00:16:11 +03:00
Burak Çakırel e2148ef9a7 Move discount columns migration to a separate file 2020-03-23 14:44:18 +03:00
Burak Çakırel a1ccfc8b22 Add discount per item for invoice 2020-03-21 04:42:45 +03:00
Burak Çakırel 2901a65495 Add bcmath requirement 2020-02-26 19:17:38 +03:00
Burak Çakırel 77a31e9d43 Getting invoice items from request 2020-02-26 06:02:00 +03:00
Burak Çakırel 61f6d374e4 Calculate paid bills in vendor page 2020-02-18 23:41:02 +03:00
Burak Çakırel cc5157b2a6 Fix amount precision in Invoice and Bill factory 2020-02-17 23:24:58 +03:00
Burak Çakırel 8f78e960b2 Get invoice template to print it in Portal 2020-02-01 01:37:41 +03:00
Burak Çakırel d8e2df004d Format dates in notifications 2020-02-01 00:14:36 +03:00
Burak Çakırel 957898803f Wrong usage for firstOrCreate method 2020-01-31 01:01:24 +03:00
Burak Çakırel fa3a019895 Add JetBrains files to git ignore 2020-01-24 16:09:05 +03:00
Burak Çakırel 1cba4c56af Remove unneccesary class and trait 2020-01-22 16:54:34 +03:00
Burak Çakırel 3c224c0f12 refs https://github.com/akaunting/akaunting/pull/1158#discussion_r369403225 2020-01-22 16:45:39 +03:00
Burak Çakırel 62d74f2016 Use paid attribute of model 2020-01-22 00:47:27 +03:00
Burak Çakırel 1fd2774d77 Use factories directly 2020-01-22 00:37:05 +03:00
Burak Çakırel 717cb26a3e Show grand total for bills/invoices in "Amount" field in "Add Payment" modal 2020-01-21 20:00:22 +03:00
Burak Çakırel 623a0938d4 Redirect to bill page after adding a payment to a bill 2020-01-21 19:51:14 +03:00
Burak Çakırel 25895c82ec Get contact types from setting 2020-01-21 19:47:15 +03:00
Burak Çakırel 1f0dd178dc Add sample data seeder 2020-01-21 19:23:16 +03:00
Burak Çakırel edf0228238 Fix "invoice" typo in invoice bulk actions for "mark sent" translation 2020-01-10 13:11:32 +03:00
Burak Çakırel 021fdb7b05 Get company_id from session when creating test user 2020-01-07 18:14:28 +03:00
Burak Çakırel fb8c25dfb3 Create a contact for portal tests 2020-01-07 17:30:58 +03:00
Burak Çakırel b83207d104 Create a contact for portal tests 2020-01-07 15:41:47 +03:00
Burak Çakırel b7b6a15f62 Missing Contact Phone header in Bill and Invoice export file 2020-01-06 13:49:23 +03:00
Burak Çakırel 171359378d Fix Import Page title for modules 2020-01-06 12:52:51 +03:00
Burak Çakırel 3f88e10bb2 Fix App/Imports/Incomes/Sheets/InvoiceHistories class's file name typo 2019-12-09 00:16:37 +03:00
Burak Çakırel 3271233fbd Fix a minor bug about getting class name of the bulk actions for modules 2019-12-08 20:45:11 +03:00
Burak Çakırel b16867f873 Add tests directories for Modules 2019-12-08 02:39:40 +03:00
Burak Çakırel 91350d67d7 Add pre-selected values for multi-select group 2019-11-23 19:08:45 +03:00