Hillel Coren
2419859d23
Update version
2020-11-05 10:51:26 +02:00
Hillel Coren
8fcbd66bc2
Minor fixes
2020-11-01 17:35:30 +02:00
erichester76
cd2cbadd40
fixed bug with contact and authed user clash ( #3685 )
...
If a contact key is set and a user is also logged in. this was causing the account id to be set to that of the contact, not the authed user. broke multi-account setups.
2020-05-19 09:53:07 +10:00
Kristian Feldsam
ecc5a00600
Reports - Added "Total" of all currencies ( #3518 )
...
* Reports - Invoices - Added TAX to totals
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
* Reports - Add totals calculated from all currencies
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2020-03-24 19:51:37 +11:00
David Bomba
d45ae2c50b
Revert "Revert "Export settings with company array ( #3264 )" ( #3265 )" ( #3266 )
...
This reverts commit ddf376090a9b477464c1eea69b65819038a94602.
2020-01-30 12:25:44 +11:00
David Bomba
ddf376090a
Revert "Export settings with company array ( #3264 )" ( #3265 )
...
This reverts commit ab4a44ff18ffd9d0370e5f978fa7ee4f59eb6672.
2020-01-30 12:24:55 +11:00
Benjamin Beganović
ab4a44ff18
Export settings with company array ( #3264 )
2020-01-30 12:24:38 +11:00
Benjamin Beganović
161161f628
(Patched) Export contacts with client array #3251 ( #3253 )
2020-01-28 07:55:35 +11:00
David Bomba
0ffa9a971d
Remove last_login from migration array of clients
2020-01-24 13:16:02 +11:00
David Bomba
536c9c4a82
Fixes for export attributes
2020-01-23 09:47:50 +11:00
Benjamin Beganović
869967ba6a
(v1): Export data for migration ( #3238 )
...
* Scaffold migration controller & steps
* - Basic controller scaffold
- Intro step
- Downloading data
* Import step for the v2
* Export file using account_key property
* Fix button displaying
* Client export mappings
* Company export mappings
* Add withTrashed() for clients
* Export users mappings
* Export invoices mappings
* Export company properties as array
* add withTrashed() for invoices
* Downloading the json file
* Fix 'account_id' for company export
- Code cleanup & leftovers
* Creating zip for logo & storing json as file (wip)
* Zipping & sending migration files (wip)
* Exporting & mappings for quotes
* Re-enable headers for downloading
* Mappings for tax rates
* Mappings for the products
* Fix formattings & php doc messages
* Bring back headers for downloading
* Export 'company_id', 'user_id' with clients
* Export 'id' with users resource
* Remove unused parameter
* Export mappings for payments
* Export 'line_items' with invoices
* Export credits & export client id
* Export 'credits' within main JSON
* Mappings for line_items
* Fix 'is_amount_discount' for invoice export
* Exporting migration file as .zip archive
* Improve settings card for migration
* Removed duplicated keys in texts.php for en
* Fix formatting in en/texts.php
* Integrate the migration part with rest of UI
* Export company as object, not array
* Clean up
* Fixes for V1
* Apply formatting
* Remove comments
- Added 'ext-zip' in composer.json
- Fixed $credits transform
* Remove unused params
Co-authored-by: David Bomba <turbo124@gmail.com>
2020-01-23 08:09:22 +11:00
Rob Peck
1d1c650648
Allow tasks to be associated with products, and pass that data through to the invoice. ( #3205 )
2020-01-22 08:28:45 +11:00
Hillel Coren
6bbcad249d
Minor fixes
2019-12-03 11:27:50 +02:00
David Bomba
14ed415051
Fix for regression
...
Fixes an issue where client statements were not generating. using dispatch_now fixes this as the returning object is not a boolean, but the required payload.
2019-11-14 22:09:43 +11:00
maty-arch
dc62abd766
clone tasks
2019-10-24 21:31:35 +02:00
Joshua Dwire
0ce77608a4
Upgrade to Laravel 5.5 and PHP 7.3
2019-09-12 19:40:13 -04:00
Hillel Coren
a996cd6bcf
IAP
2019-08-29 13:12:43 +03:00
Hillel Coren
ded1acd66c
In app purchase
2019-08-28 10:14:24 +03:00
Hillel Coren
acc73d53dc
API fixes
2019-07-21 09:12:42 +03:00
Joshua Dwire
50f2c80190
Stripe 3D secure support ( #2897 )
...
* Support Stripe 3D secure
* Use the old Charge API for bank account payments
2019-07-12 14:35:35 +10:00
Christopher Di Carlo
955307bdfe
Added ability to set default value ( #2835 )
...
* Added ability to set default value
* Fixed bug for case when user is the entity
* Removed debugging code
* Removed debugging code
2019-05-18 15:10:04 +10:00
Hillel Coren
694de222a7
Merge pull request #2810 from FELDSAM-INC/feature/option-to-disable-relatime-preview
...
Option to disable PDF realtime preview
2019-05-01 11:44:47 +03:00
Kristián Feldsam
d9724c3c50
Fixed invoice authorizations
...
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-30 12:53:52 +02:00
Kristián Feldsam
def674a2e4
Option to disable PDF realtime preview
...
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-30 08:55:05 +02:00
Kristián Feldsam
f119a6f74c
Add option to disable requiring quote approving
...
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-29 11:06:14 +02:00
Kristián Feldsam
19f3eb43eb
Quote Reminders
...
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
2019-04-29 02:04:34 +02:00
Andreas Böhler
afbd8df072
Fixes for Code Review
2019-03-21 16:46:46 +01:00
Hillel Coren
2174ce15d9
Fixes for mobile app
2019-02-17 13:57:10 +02:00
David Bomba
0b501181ac
Dev branch from Hillel ( #2640 )
...
* file and dir permissions
* Dev from Hillel
* file and dir permissions
2019-01-31 08:16:04 +11:00
David Bomba
fce09b036a
file and dir permissions ( #2636 )
2019-01-30 22:25:07 +11:00
David Bomba
ade15ec390
Rebase Dev
2019-01-30 22:00:26 +11:00
David Bomba
881977003c
Permissions fixes
2018-10-06 08:33:33 +10:00
David Bomba
cd10003d64
Permission fixes. ( #2407 )
...
* Patch for permissions
* fixes for production
* fix for doc uploads
2018-10-05 00:19:01 +10:00
Hillel Coren
4746ca830d
API fixes for mobile app
2018-09-28 09:53:14 +03:00
Hillel Coren
85b32f34a7
API fix
2018-09-14 16:28:43 +03:00
Hillel Coren
ffe9ef574a
Fix for zero tax rates
2018-09-09 08:48:57 +03:00
Hillel Coren
212451239f
API changes for mobile app
2018-09-04 20:50:17 +03:00
Hillel Coren
0dce4fc843
2FA check for mobile app
2018-08-20 20:53:16 +03:00
Hillel Coren
87ad60b71f
Changes for the mobile app
2018-08-15 14:06:56 +03:00
Hillel Coren
b716888083
Add activities to client API
2018-08-03 10:04:27 +03:00
Hillel Coren
d82a9914c0
Add client activity to API
2018-08-02 22:37:48 +03:00
Hillel Coren
83a106142f
Added refresh method to API
2018-07-31 09:10:32 +03:00
Hillel Coren
5d9392a55b
Fix for tests
2018-07-27 16:58:54 +03:00
Hillel Coren
2c3176544a
Fix for sidebar history
2018-07-27 16:15:27 +03:00
Hillel Coren
184eaf855c
Remove borderless= from invoice link
2018-07-27 11:21:55 +03:00
David Bomba
f30eb2b574
Update QuoteController.php
2018-07-24 22:38:11 +10:00
David Bomba
0ee6ac1d9a
Create QuoteRequest.php
2018-07-24 22:33:52 +10:00
David Bomba
611c8ae3cd
Update QuoteController.php
2018-07-24 22:32:36 +10:00
David Bomba
ebe24c3df1
Update InvoiceRequest.php
2018-07-24 22:30:54 +10:00
David Bomba
741e90462a
Update CreateInvoiceRequest.php
2018-07-24 22:29:49 +10:00