|
ce3c02307d
|
Some refactoring and stuffs
|
2022-07-01 14:48:38 +00:00 |
|
|
9b5d0b851c
|
Some refactoring and stuffs
|
2022-07-01 14:46:49 +00:00 |
|
|
ba1d5d5d4c
|
Some refactoring and stuffs
|
2022-07-01 14:45:53 +00:00 |
|
|
8cf495ef7d
|
Some refactoring and stuffs
|
2022-07-01 14:44:11 +00:00 |
|
|
3aa2937232
|
Some refactoring and stuffs
|
2022-07-01 14:43:21 +00:00 |
|
|
253a3debff
|
Drop requirement for suds-jurko - currently incompatible with current versions of setuptools...
|
2022-05-01 14:45:42 +02:00 |
|
|
81c536c70a
|
Handle missing SMS OTP config, missing user TOTP config
|
2021-12-06 18:36:33 +01:00 |
|
|
8c42b386f3
|
Fix display error for quote numbers in edit view
|
2021-11-13 17:17:18 +01:00 |
|
|
2feb3e637b
|
Create base currency on first call if none exists, fixing #1
|
2021-11-12 19:47:49 +01:00 |
|
|
0669e46a7a
|
Fix error when opening invoice update page
|
2021-11-12 19:42:32 +01:00 |
|
|
af65518b56
|
Reworking sms.py to hopefully ignore broken SMS integrations
Fixing #2
|
2021-11-12 13:38:59 +00:00 |
|
|
cb23f348f9
|
Set DEFAULT_AUTO_FIELD to get rid of startup warnings
|
2021-11-12 13:20:32 +00:00 |
|
|
4303e78933
|
Fix usage of get_full_name() on profiles, fixing #3
|
2021-11-12 13:12:28 +00:00 |
|
|
c368f71207
|
Update profiles.py
|
2021-11-12 13:11:04 +00:00 |
|
|
e19636c541
|
Merge branch 'master' of kumig.it:kumisystems/expephalon
|
2021-11-12 14:04:56 +01:00 |
|
|
a98b65bad0
|
Fix requirements, turn task into shared_task for compatibility
|
2021-11-12 14:04:50 +01:00 |
|
|
ed912d1021
|
Add Issue template
|
2021-11-12 12:06:53 +00:00 |
|
|
78e078f9a0
|
Add issue template directory
|
2021-11-12 12:05:23 +00:00 |
|
|
77d9b817ce
|
Fix sample iam.json
|
2021-06-09 10:34:51 +02:00 |
|
|
1b8744fc64
|
Make runner work on headless server
Add runner argument for port
|
2021-06-09 10:33:57 +02:00 |
|
|
86cabdc77d
|
Add missing requirement
Change dbsettings requirement to pip version
|
2021-06-09 10:33:17 +02:00 |
|
|
feffd53dfd
|
Add local venv to .gitignore
|
2021-06-09 09:21:50 +02:00 |
|
|
d9e96767d5
|
Add product groups to billables and invoice items
|
2020-06-22 08:47:12 +02:00 |
|
|
49e43ad24d
|
Add string representations for profiles
|
2020-06-22 08:33:43 +02:00 |
|
|
b68475f813
|
Make broken accounts without profile deletable
Fix company name handling
|
2020-06-22 07:05:50 +02:00 |
|
|
fbfbc0feeb
|
Fix copypasta
|
2020-06-22 06:36:24 +02:00 |
|
|
c15de35a54
|
Catch exception when creating accounts with email address already in use
|
2020-06-22 06:32:22 +02:00 |
|
|
68c0488462
|
Make client groups optional
|
2020-06-22 06:15:09 +02:00 |
|
|
7a1259a565
|
Replace Celery run scripts by global runner
|
2020-06-21 20:32:26 +02:00 |
|
|
5b4860a3bf
|
Implement basic quotation functionality
|
2020-06-12 07:39:32 +02:00 |
|
|
122a702fd1
|
Models for quotations
|
2020-06-12 07:20:19 +02:00 |
|
|
eade7c2729
|
Updated ratesapi
|
2020-06-10 13:45:13 +02:00 |
|
|
fb02819e36
|
Improved currency display
Implemented RedirectViews
Changed URL scheme for submodules
Updated kumisms and ratesapi submodules
|
2020-06-10 13:43:14 +02:00 |
|
|
e7feba94ae
|
Simplified title display in backend views
|
2020-06-09 06:20:14 +02:00 |
|
|
07389acb5a
|
Fix link
|
2020-06-09 06:00:54 +02:00 |
|
|
50ccd9f0a5
|
Fix RecurMixin
|
2020-06-06 15:21:47 +02:00 |
|
|
4dc0b86378
|
Fix RecurMixin by making it an abstract model
|
2020-06-06 13:58:36 +02:00 |
|
|
b0c1e3e14f
|
Add admin command to create AdminProfile for new superuser
|
2020-06-06 13:46:56 +02:00 |
|
|
f2ff66dccb
|
Changed Services and Billables into BaseBillables
Minor code improvements
|
2020-06-06 13:25:54 +02:00 |
|
|
6b645d07ed
|
Fix reverted Service model
|
2020-06-06 07:37:50 +02:00 |
|
|
b171cd7974
|
Revert removal of ServicePlan, ServiceItem and ProductPlanItem
|
2020-06-06 07:33:42 +02:00 |
|
|
d0a8815fcc
|
Remove impossible import
|
2020-06-06 06:34:30 +02:00 |
|
|
8cb5f2b2ce
|
Simplifying products and services - will be reversed...
|
2020-06-06 06:33:52 +02:00 |
|
|
1bc81e7126
|
Start implementation of automatic invoice generation
|
2020-06-05 09:38:55 +02:00 |
|
|
96cae766ed
|
Refactoring to resolve circular import
Added brands field to invoices
|
2020-06-05 07:52:52 +02:00 |
|
|
df85d23295
|
Add billables to invoice model
Calculate next invoicing date for billables
|
2020-06-05 07:04:09 +02:00 |
|
|
fa93056f0d
|
Added dateutil to requirements explicitly
|
2020-06-05 06:42:50 +02:00 |
|
|
e69006ab35
|
Add empty index.html such as not to get that 404
Add CostField as a shorthand DecimalField
|
2020-06-04 08:03:35 +02:00 |
|
|
b376a167ed
|
Fix client group display in client management
|
2020-06-04 06:21:13 +02:00 |
|
|
4bf2553888
|
Implemented client profile creation
|
2020-06-03 19:24:26 +02:00 |
|