Commit Graph

  • 33e86732f9 Started the refacotoring Process: - Adding ORM - *made customer and contact representation so far* - make constructor to fill data and any linked tables - Set any corresponding types - any related objected are added as feilds of the parent object (customer ← customer contact) - use object to get related objects whenever possible - Ex. Callinc customer.getContacts() instead of the get contacts service. - Add astute service calls to ORM's - Made grid row data to use same objects as the typescripts retreived data - before I was using the promise itself for the rowData, and then keeping a seperate feild to store the actual data returned from the promise. Now, they are both using the data returned from the promise instead. - have to take off the |async part from the grid options - AG - Grid clean up - Added whaterver column defiintions were missing - added default grid options orm_and_cache_refactor Akash Shah 2020-10-11 15:47:30 -0400
  • 31a5f27a19
    Merge pull request #1 from dyiop/master Akash Shah 2020-10-05 23:58:47 -0400
  • 84a82f235d Update .gitignore master dyiop 2020-10-05 23:17:12 -0400
  • e9778fe875 Updated .gitignore dyiop 2020-10-05 22:56:46 -0400
  • f623a8aaec Fixed Final Invoice Number with the new logic Function affected - generate_final_inv_number Gopi Katwala 2020-08-08 14:13:08 -0400
  • 8ed15ce2a7 I was display ' notification twice Akash Shah 2019-07-17 11:30:48 -0400
  • 987d4420ba restricted input of ' Akash Shah 2019-07-17 11:27:05 -0400
  • 003ff7f802 Fixed getPreviuoslyBilledAmt Gopi Katwala 2019-07-17 11:11:27 -0400
  • 8a49720824 Code cleanup Added function get_remaining_qty Gopi Katwala 2019-07-17 10:01:58 -0400
  • 6492092cbc * fixed the issue with submit invoice - added a new column - submitted_invoice_date_time * Fixed deletePoDetail Method * Fixed deleteInvoiceDetail method Gopi Katwala 2019-07-17 08:05:27 -0400
  • 7ba346e60a qty renderer and formatter added and implemented: bug to fix: weird fraction issue Akash Shah 2019-07-17 02:29:17 -0400
  • a9da4d333a fixed the issue with Remaining Qty Gopi Katwala 2019-07-17 02:06:51 -0400
  • 7935a39bc4 fixed the issue with draft Remaining Qty Gopi Katwala 2019-07-16 23:34:14 -0400
  • 6f54177cad i cant even keep track anymore Akash Shah 2019-07-16 23:12:22 -0400
  • 12748b8035 Added draft Remaining Qty Gopi Katwala 2019-07-16 22:46:04 -0400
  • 3d38651747 * Created deleteInvoiceDetail and deletePODetail Angular service methods. * Web Service - Took out Invoice Detail remaining qty check from WS code. It will be handled in Front end now. Gopi Katwala 2019-07-16 21:03:31 -0400
  • 818bf35e9f remaining qty only considers submitted invoices now. Gopi Katwala 2019-07-16 20:23:27 -0400
  • 66fe4c6bd0 Updated table user, changed username and password to be blob instead of string Gopi Katwala 2019-07-16 18:27:46 -0400
  • 14c60bde23 updated update_remaining_qty function Gopi Katwala 2019-07-16 18:15:39 -0400
  • fa69e98053 Fixed error message Gopi Katwala 2019-07-16 16:35:23 -0400
  • bcc9a5425c * SQL - Fixed get_outstanding_balance method, fixed create_customer_contact function to have phone/fax as string * Fixed Customer contact phone/fax to be String in Web Service code Gopi Katwala 2019-07-16 16:33:27 -0400
  • b897d2cc1b * Fixed Invoice Payment checks. Must be >= 0, can't be more than outstanding balance Gopi Katwala 2019-07-16 15:07:00 -0400
  • 5b4e1f32bd * Fixed Typos in error texts * add payment amount check added Gopi Katwala 2019-07-16 14:41:36 -0400
  • 06e48099fd * Encrypted credentials Gopi Katwala 2019-07-16 14:15:10 -0400
  • c402bb00f2 * Added delete methods for invoicedetail and podetail * Added check for invoice payment - should not exceed outstanding invoice balance Gopi Katwala 2019-07-16 13:00:50 -0400
  • 22d345cfc1 added first input validation (phone), added delete buttons at each detail section Akash Shah 2019-07-16 11:13:27 -0400
  • 90ce18f698 minor bug fixes Akash Shah 2019-07-14 23:05:12 -0400
  • 3a1c9a45e7 minor bug fixes Akash Shah 2019-07-14 22:35:57 -0400
  • e0d2a2317d new SQL function is_so_fulfilled Gopi Katwala 2019-07-14 21:53:57 -0400
  • 8266c8e85e Replaced alert messages with toasts Gopi Katwala 2019-07-14 01:07:11 -0400
  • 6b6e5fd791 Updated Dependencies, and Added Notifications Akash Shah 2019-07-13 21:16:39 -0400
  • 78c21ee143 * Fixed Responses to catch error messages * Fixed a function called delete_customer Gopi Katwala 2019-07-12 22:27:41 -0400
  • 329b8b3fed Chanaged Screen title to Customer Contacts Gopi Katwala 2019-07-11 20:07:16 -0400
  • abbd34427c Fixed defects Gopi Katwala 2019-07-11 20:00:11 -0400
  • 6b3d1e3567 Fixed a typo in heading Gopi Katwala 2019-07-05 12:00:33 -0400
  • 5a96b5c332 Fixed a typo in heading Gopi Katwala 2019-07-04 22:18:40 -0400
  • ce74ce45e2 Fixed a DB function, renamed a stored proc Fixed a typo Gopi Katwala 2019-07-04 22:07:30 -0400
  • ae681d0a8d somethings Akash Shah 2019-06-20 17:51:21 -0400
  • 91e41b501e Lots of changes: - Added separate grid for details in each section - Enabled inline editing for items Akash Shah 2019-06-20 10:48:10 -0400
  • ac46e2eb75 Fixed triggers for invoice_detail Gopi Katwala 2019-06-20 00:11:30 -0400
  • b02ad814d0 Added triggers for invoice_detail Gopi Katwala 2019-06-19 23:41:42 -0400
  • 716a69ba82 fixed a bug Gopi Katwala 2019-06-19 21:57:09 -0400
  • 3ba902bfe4 changed alot of things Akash Shah 2019-06-19 21:18:23 -0400
  • c5081f6e38 added handling login error to the get customers method Akash Shah 2019-06-10 00:46:09 -0400
  • 4db470f7fc Merge remote-tracking branch 'origin/master' Gopi Katwala 2019-06-08 23:53:22 -0400
  • 530735f85b fixed a bug Gopi Katwala 2019-06-08 23:52:02 -0400
  • 99d6ac7510 Merge remote-tracking branch 'origin/master' Akash Shah 2019-06-08 23:43:12 -0400
  • 350b854b8d Loads of changes in this one: - customer and sales order are updated with new workflow for details - invoice has yet to be updated to the new workflow - added a settings tab and put service types and logout on there - updated homepage and nav-bar accordingly Akash Shah 2019-06-08 23:42:44 -0400
  • bcebd483f5 Updated Service Type resource to accept the Request object rather than path paramenters Gopi Katwala 2019-06-08 23:39:18 -0400
  • 56fb6591b5 Updated Service Type resource to accept the Request object rather than path paramenters Gopi Katwala 2019-06-08 22:36:57 -0400
  • d9971900dd Updated Service Type resource to accept the Request object rather than path paramenters Gopi Katwala 2019-06-08 22:19:59 -0400
  • c2b84160ad fixed new id creation for the first row Gopi Katwala 2019-06-08 21:12:38 -0400
  • 9f1211e916 Session login and logout fixes Gopi Katwala 2019-06-08 19:35:01 -0400
  • 931f2fd3bc Session login and logout fixes Gopi Katwala 2019-06-08 15:11:56 -0400
  • cc8e8f5feb Session login and logout fixes Gopi Katwala 2019-06-08 09:11:02 -0400
  • ae84433801 Session login and logout fixes Gopi Katwala 2019-06-07 21:32:12 -0400
  • ef1cbd56ef Session login and logout fixes Gopi Katwala 2019-06-07 21:31:04 -0400
  • e13a64736f Fixed defects. gopi17701 2019-05-05 21:48:38 -0400
  • 4427570291 Fixed defects. gopi17701 2019-05-05 21:39:15 -0400
  • 6fb3faeade Merge remote-tracking branch 'origin/master' Akash Shah 2019-04-12 01:57:07 -0400
  • f101176183 Added Invoice Printing Akash Shah 2019-04-12 01:55:54 -0400
  • c4d1ba52fe Bug fixes gopi17701 2019-04-05 20:47:00 -0400
  • dbb904d7c2 Bug fixes gopi17701 2019-04-05 14:38:59 -0400
  • f9120250be Fixed defects. gopi17701 2019-01-27 00:40:27 -0500
  • 54476352c1 Fixed defects. gopi17701 2019-01-27 00:38:41 -0500
  • 01fa099c61 added some files Akash Shah 2019-01-26 22:19:47 -0500
  • f9e4c845c2 Merge remote-tracking branch 'origin/master' gopi17701 2019-01-26 22:00:48 -0500
  • 5a3c4210bc Fixed defects. gopi17701 2019-01-26 22:00:20 -0500
  • e0b3b43c06 Invoice Printing!! Akash Shah 2019-01-26 21:41:01 -0500
  • 6157211d6c Fixed defects. gopi17701 2019-01-26 21:34:36 -0500
  • 91a5c8f590 Fixed defects. gopi17701 2019-01-26 21:30:33 -0500
  • b497b7bdc3 Fixed defects. gopi17701 2019-01-26 21:01:30 -0500
  • fc50520d67 Bug fixes gopi17701 2019-01-15 16:44:19 -0500
  • c8043cbd82 Bug fixes gopi17701 2019-01-15 16:43:17 -0500
  • 2330b5ae02 Fixed defects. gopi17701 2019-01-14 16:17:06 -0500
  • 7c2b9943ba Fixed defects. gopi17701 2019-01-13 12:41:09 -0500
  • 31769ebd8f Bug fixes gopi17701 2019-01-13 11:46:33 -0500
  • d76671f0ca Fixed defects. gopi17701 2019-01-10 10:44:56 -0500
  • 54bf16b42d Merge remote-tracking branch 'origin/master' Akash Shah 2018-12-31 22:28:16 -0500
  • 3e92f719f6 Fixed Some Defects, has been tracked in Defects file Akash Shah 2018-12-31 22:27:41 -0500
  • 4b816eeb70
    Update Defects Akash Shah 2018-12-31 00:10:24 -0500
  • 1f68c07dcf
    Update Defects Akash Shah 2018-12-29 23:08:53 -0500
  • 669b5a3c6d added some files Akash Shah 2018-09-29 21:36:01 -0400
  • 07f14e468e
    Add files via upload gopi17701 2018-09-29 21:25:58 -0400
  • b2567f25f1
    Add files via upload gopi17701 2018-09-29 21:25:24 -0400
  • ae3001c66c
    Add files via upload gopi17701 2018-09-29 21:21:45 -0400
  • 5cf4f930bb
    Add files via upload gopi17701 2018-09-29 21:21:20 -0400
  • c02f0192eb
    Add files via upload gopi17701 2018-09-28 12:42:39 -0400
  • b7d7dc48c8
    Add files via upload gopi17701 2018-09-28 12:41:16 -0400
  • bc42292d2c
    Add files via upload gopi17701 2018-09-28 12:40:49 -0400
  • b115829ae7
    Add files via upload gopi17701 2018-09-28 12:40:20 -0400
  • cb14fafe06
    Add files via upload gopi17701 2018-09-28 12:39:32 -0400
  • 9d5a704e1f
    Add files via upload gopi17701 2018-09-28 12:38:56 -0400
  • cc073e6cc8
    Add files via upload Akash Shah 2018-09-23 22:51:53 -0400
  • adce8dc5e1 added some files Akash Shah 2018-09-23 22:51:09 -0400
  • e709d11673
    Add files via upload gopi17701 2018-09-23 19:07:27 -0400
  • b7f9398e26
    Add files via upload gopi17701 2018-09-23 19:01:35 -0400
  • e920fa76b7
    Add files via upload gopi17701 2018-09-23 18:44:59 -0400
  • c16b792d90
    Add files via upload gopi17701 2018-09-23 18:44:32 -0400
  • 58f6d15e80
    Add files via upload gopi17701 2018-09-23 18:44:07 -0400