Lance Edgar
|
b5b29cdcf1
|
feat: add model for MemberContactPreference (op.memContactPrefs )
|
2024-08-06 11:34:07 -05:00 |
|
Lance Edgar
|
27a46ed18f
|
feat: add model for CustomReceiptLine (op.customReceipt )
|
2024-08-06 10:38:01 -05:00 |
|
Lance Edgar
|
bcff560555
|
fix: add API methods, get_employees() and get_employee()
|
2024-07-04 18:27:50 -05:00 |
|
Lance Edgar
|
66cf108b3f
|
fix: remove Change data model
since it isn't actually part of CORE, and is now handled in other ways
with regard to datasync
|
2024-07-04 13:18:45 -05:00 |
|
Lance Edgar
|
5cf8d2ac05
|
feat: switch from setup.cfg to pyproject.toml + hatchling
|
2024-06-10 15:55:14 -05:00 |
|
Lance Edgar
|
777b198e44
|
Update changelog
|
2024-05-29 10:09:15 -05:00 |
|
Lance Edgar
|
df6f0d9793
|
Add enum for CORE (Office) DB types
for use with typer commands
|
2024-05-16 19:13:35 -05:00 |
|
Lance Edgar
|
7cd89029ac
|
Update changelog
|
2023-11-01 08:15:37 -05:00 |
|
Lance Edgar
|
909d75796b
|
Fix synonym for dtransactions.tax
|
2023-10-20 19:03:20 -05:00 |
|
Lance Edgar
|
f217f00a8f
|
Fix data types for tax, voided in dtransactions
|
2023-10-20 14:31:13 -05:00 |
|
Lance Edgar
|
67dd9777ba
|
Update changelog
|
2023-10-12 10:38:44 -05:00 |
|
Lance Edgar
|
1597c163c6
|
Let MemberInfo.dates be an object, not a list
|
2023-10-12 10:34:13 -05:00 |
|
Lance Edgar
|
3a3fba19e4
|
Fix the Department.tax_rate relationship
whoops i mistook `dept_tax` for a boolean previously
|
2023-10-11 18:36:12 -05:00 |
|
Lance Edgar
|
7171531dce
|
Update changelog
|
2023-10-07 18:58:17 -05:00 |
|
Lance Edgar
|
e5988102ad
|
Rename module to corepos.db.office_arch
|
2023-10-05 11:52:39 -05:00 |
|
Lance Edgar
|
f06f236a60
|
Update changelog
|
2023-09-15 12:59:52 -05:00 |
|
Lance Edgar
|
83eecad28d
|
Add model for office_op.Tender
|
2023-09-15 12:43:02 -05:00 |
|
Lance Edgar
|
541adb6979
|
Update changelog
|
2023-09-13 21:51:10 -05:00 |
|
Lance Edgar
|
5214db0a83
|
Add model for CustomerNotifications table
|
2023-09-13 16:23:33 -05:00 |
|
Lance Edgar
|
0dda359094
|
Update changelog
|
2023-09-07 18:37:48 -05:00 |
|
Lance Edgar
|
0e30303947
|
Tweak primary key for StockPurchase model
per having a better understanding now, i think..
|
2023-09-07 17:45:14 -05:00 |
|
Lance Edgar
|
5921a18f12
|
Update changelog
|
2023-09-02 13:56:59 -05:00 |
|
Lance Edgar
|
5a77d14a26
|
Add models for StockPurchase and EquityLiveBalance
|
2023-06-18 11:38:14 -05:00 |
|
Lance Edgar
|
b2622c473d
|
Update changelog
|
2023-06-12 20:39:12 -05:00 |
|
Lance Edgar
|
c6144ab310
|
Add note about meminfo.email_2 field, aka. "alt. phone"
|
2023-06-12 20:38:12 -05:00 |
|
Lance Edgar
|
4952d2fa3d
|
Rename custdata model to CustomerClassic
|
2023-06-12 17:28:55 -05:00 |
|
Lance Edgar
|
852a989bd5
|
Add get_member_types() method for CORE API
|
2023-06-06 13:13:51 -05:00 |
|
Lance Edgar
|
bb8278dcc8
|
Update changelog
|
2023-06-02 14:26:51 -05:00 |
|
Lance Edgar
|
d58426c073
|
Add support for htdigest auth when using CORE webservices API
|
2023-05-22 21:34:46 -05:00 |
|
Lance Edgar
|
757fb50a96
|
Update changelog
|
2023-05-17 06:57:14 -05:00 |
|
Lance Edgar
|
24fb8c8fea
|
Update changelog
|
2023-05-01 22:17:38 -05:00 |
|
Lance Edgar
|
ad5837405f
|
Require SQLAlchemy 1.4.x
|
2023-02-15 12:51:50 -06:00 |
|
Lance Edgar
|
2444628c13
|
Update changelog
|
2023-01-02 16:56:30 -06:00 |
|
Lance Edgar
|
c2723de467
|
Delete productUser record when products record is deleted
|
2022-08-21 00:11:24 -05:00 |
|
Lance Edgar
|
2b80fd6a6b
|
Add basic TransactionDetail for trans archive model
|
2022-03-26 23:04:05 -05:00 |
|
Lance Edgar
|
af6189b237
|
Update changelog
|
2022-03-02 21:35:57 -06:00 |
|
Lance Edgar
|
b46282264c
|
Add model for UserGroup
|
2022-01-17 18:59:19 -06:00 |
|
Lance Edgar
|
a6306a4882
|
Remove deprecation warning for corepos.db
everything should be using the right imports now
|
2021-12-30 21:47:55 -06:00 |
|
Lance Edgar
|
ae45615717
|
Update changelog
|
2021-11-04 21:26:22 -05:00 |
|
Lance Edgar
|
41c142b837
|
Add the custdata model for lane_op DB
also use Numeric instead of Float for "MONEY" columns, for custdata in
both lane_op and office_op
|
2021-11-04 17:41:39 -05:00 |
|
Lance Edgar
|
754d8697e8
|
Add proper support for str(Suspension)
|
2021-09-30 18:44:53 -04:00 |
|
Lance Edgar
|
0d81a41b54
|
Add User model for office_op
|
2021-09-07 15:45:51 -05:00 |
|
Lance Edgar
|
69c7be6356
|
Update changelog
|
2021-08-31 22:42:22 -05:00 |
|
Lance Edgar
|
092884eab3
|
Add lane_op model for Department
|
2021-08-31 22:40:58 -05:00 |
|
Lance Edgar
|
07e3c62b6c
|
Update changelog
|
2021-08-02 09:07:50 -05:00 |
|
Lance Edgar
|
e4c46b3fa4
|
Add schema for TableSyncRules
|
2021-08-02 08:56:05 -05:00 |
|
Lance Edgar
|
b4a07f9875
|
Update changelog
|
2021-07-21 20:17:56 -05:00 |
|
Lance Edgar
|
178acdac31
|
Add basic 'lane_op' DB schema
just the 'products' table so far
|
2021-07-21 20:02:17 -05:00 |
|
Lance Edgar
|
0d3d007bd1
|
Update changelog
|
2021-06-11 18:04:42 -05:00 |
|
Lance Edgar
|
170f0a769a
|
Remove duplicated column name
|
2021-05-07 11:12:44 -05:00 |
|